<Vulnerability name="CVE-2026-71492">
    <DocumentDistribution xml:lang="en">Copyright © 2012 Red Hat, Inc. All rights reserved.</DocumentDistribution>
    <ThreatSeverity>Moderate</ThreatSeverity>
    <PublicDate>2026-08-20T16:13:55</PublicDate>
    <Bugzilla id="2520536" url="https://bugzilla.redhat.com/show_bug.cgi?id=2520536" xml:lang="en:us">
banks: Banks: Arbitrary file write via path traversal
    </Bugzilla>
    <CVSS3 status="draft">
        <CVSS3BaseScore>6.5</CVSS3BaseScore>
        <CVSS3ScoringVector>CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N</CVSS3ScoringVector>
    </CVSS3>
    <CWE>CWE-22</CWE>
    <Details xml:lang="en:us" source="Mitre">
Banks generates meaningful LLM prompts using a simple template language. Prior to version 2.4.5, DirectoryPromptRegistry.set() in src/banks/registries/directory.py interpolates attacker-controlled Prompt.name and Prompt.version values into a Path without canonicalization or containment validation. Relative traversal such as ../victim/foo and an absolute Prompt.name can escape or discard the configured registry root, while overwrite=True permits replacement of existing target files. The poisoned name is persisted in index.json and reconstructed by _load(), allowing the out-of-root path to survive later registry loads. An application that forwards request data into these fields can therefore write Prompt.raw bytes to attacker-chosen paths writable by the application process. This issue is fixed in version 2.4.5.
    </Details>
    <Details xml:lang="en:us" source="Red Hat">
A flaw was found in Banks. The `DirectoryPromptRegistry.set()` function improperly handles attacker-controlled `Prompt.name` and `Prompt.version` values. This allows for path traversal, enabling an attacker to write arbitrary files outside the intended registry root. This vulnerability could lead to unauthorized modification of files on the system where Banks is running.
    </Details>
    <References xml:lang="en:us">
https://www.cve.org/CVERecord?id=CVE-2026-71492
https://nvd.nist.gov/vuln/detail/CVE-2026-71492
https://github.com/masci/banks/commit/a215f6d779966945c56e0af5abed1ae5916fd9d3
https://github.com/masci/banks/pull/77
https://github.com/masci/banks/releases/tag/v2.4.5
https://github.com/masci/banks/security/advisories/GHSA-x8wg-4xgc-vr54
    </References>
</Vulnerability>