PatchSiren cyber security CVE debrief
CVE-2026-71492 masci CVE debrief
CVE-2026-71492 is a vulnerability in the Banks application that generates meaningful LLM prompts using a simple template language. The vulnerability exists in the DirectoryPromptRegistry.set() function, which interpolates attacker-controlled Prompt.name and Prompt.version values into a Path without canonicalization or containment validation. This allows an attacker to write Prompt.raw bytes to attacker-chosen paths writable by the application process.
- Vendor
- masci
- Product
- banks
- CVSS
- MEDIUM 6
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-20
- Original CVE updated
- 2026-09-18
- Advisory published
- 2026-08-20
- Advisory updated
- 2026-09-18
Who should care
Defenders who are responsible for the security of the Banks application should care about this vulnerability. They should verify the affected versions of the application and apply the patch to prevent potential path traversal attacks.
Why it matters
CVE-2026-71492 is a path traversal vulnerability in the Banks application that allows an attacker to write Prompt.raw bytes to attacker-chosen paths writable by the application process. Defenders should verify the affected versions of the application and apply the patch to prevent potential security incidents.
- Path traversal attacks may be possible
- Verify affected versions and apply patch
Technical summary
The vulnerability exists in the DirectoryPromptRegistry.set() function, which interpolates attacker-controlled Prompt.name and Prompt.version values into a Path without canonicalization or containment validation. This allows an attacker to write Prompt.raw bytes to attacker-chosen paths writable by the application process. The affected versions of the Banks application are prior to version 2.4.5. Defenders should prioritize verifying the affected versions of the Banks application and applying the patch to prevent potential path traversal attacks.
Defensive priority
Defenders should prioritize verifying the affected versions of the Banks application and applying the patch to prevent potential path traversal attacks.
Recommended defensive actions
- Verify the affected versions of the Banks application
- Apply the patch to prevent potential path traversal attacks
- Monitor the application for potential security incidents
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The vulnerability is caused by the lack of canonicalization or containment validation in the DirectoryPromptRegistry.set() function. The affected versions of the Banks application are prior to version 2.4.5. The patch is available in version 2.4.5.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-71492 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-71492
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-71492 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-71492
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/masci/banks/commit/a215f6d779966945c56e0af5abed1ae5916fd9d3
-
Source reference
Unverified legacy reference
URL: https://github.com/masci/banks/pull/77
-
Source reference
Unverified legacy reference
URL: https://github.com/masci/banks/releases/tag/v2.4.5
-
Source reference
Unverified legacy reference
URL: https://github.com/masci/banks/security/advisories/GHSA-x8wg-4xgc-vr54
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.