Cyber Resilience

CVE-2024-27292

Jhpyle Docassemble 1.4.53 – 1.4.97

High EPSS
Published
21 March 2024
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.69 99.3th percentile
Risk Priority 83 floored blend · peak EPSS

Summary

CVE-2024-27292 is a high-severity Use of Incorrectly-Resolved Name or Reference (CWE-706) vulnerability in Jhpyle Docassemble. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Path Interception (T1034); ranked in the top 0.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and AC-4 (Information Flow Enforcement) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

Docassemble, an expert system for guided interviews and document assembly, contains a vulnerability in versions 1.4.53 through 1.4.96 that enables unauthorized information disclosure through URL manipulation. The flaw is tracked as CWE-706 and carries a CVSS 3.1 score of 7.5, reflecting network-accessible attack vectors with no required credentials or user interaction and a high impact on confidentiality.

An unauthenticated attacker can exploit the issue by crafting malicious URLs to retrieve sensitive data stored on the system. Because the attack requires only network connectivity and succeeds without authentication, it can be launched from anywhere with reachability to a vulnerable Docassemble instance.

The project has addressed the flaw in release 1.4.97 of the master branch. Details and the corrective commit are published in GitHub Security Advisory GHSA-jq57-3w7p-vwvv. The current EPSS score of 0.9383, with a peak of 0.9391, indicates sustained exploitation interest following disclosure.

EU & UK References

Vulnerability Data

Docassemble is an expert system for guided interviews and document assembly. The vulnerability allows attackers to gain unauthorized access to information on the system through URL manipulation. It affects versions 1.4.53 to 1.4.96. The vulnerability has been patched in version…

more

1.4.97 of the master branch.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1034 Path Interception Persistence
**This technique has been deprecated.
T1574.008 Path Interception by Search Order Hijacking Stealth
Adversaries may execute their own malicious payloads by hijacking the search order used to load other programs.
T1036 Masquerading Stealth
Adversaries may attempt to manipulate features of their artifacts to make them appear legitimate or benign to users and/or security tools.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-27291Same product: Jhpyle Docassemble
CVE-2024-27290Same product: Jhpyle Docassemble
CVE-2026-41402Shared CWE-706
CVE-2024-27295Shared CWE-706
CVE-2024-51746Shared CWE-706
CVE-2023-28643Shared CWE-706
CVE-2026-10696Shared CWE-706
CVE-2021-40539Shared CWE-706
CVE-2025-12506Shared CWE-706
CVE-2026-33490Shared CWE-706

Affected Assets

jhpyle
docassemble
1.4.53 — 1.4.97

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Access enforcement applies authorization checks to the resolved resource, blocking access outside the intended sphere.

Information flow enforcement can constrain flows that result from an incorrectly resolved name or reference.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure-development practices directly prevent incorrect name/reference resolution bugs during coding.

PR.AA-05 partial match
prevents

Enforced authorization boundaries limit damage from an incorrectly resolved reference.

PR.IR-01 partial match
prevents

Logical segmentation and access controls reduce the chance an out-of-sphere resolution succeeds.

PR.PS-01 partial match
prevents

Hardened configuration baselines can constrain allowable name-to-resource mappings.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect incorrect name or reference resolution through fuzzing and negative test cases.

degrades

Network segmentation and routing policies reduce the chance that a mis-resolved name leads to an unintended external resource.

degrades

Segregated networks limit the blast radius when a name or reference resolves outside the intended control sphere.

prevents

Secure SDLC practices include design reviews that can catch incorrect name or reference handling before deployment.

prevents

Application security requirements can mandate validation of all external references and names used at runtime.

prevents

Secure architecture principles discourage reliance on ambient or globally-resolvable names without explicit scoping.

References