CVE Catalog

CVE-2026-71492

MediumCVSS 6.0
Published: Translated: NVD NIST

Summary

In Banks before 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.

Risk Assessment

The risk includes writing files outside the intended directory, potentially leading to overwriting critical files, privilege escalation, or execution of malicious code. The attack requires the ability to pass data to Prompt.name and Prompt.version fields, which may be possible remotely.

Recommendation

It is recommended to immediately upgrade to version 2.4.5 or later. Also, verify that the application does not pass unsanitized data to these fields, and consider additional path validation.

Other vulnerabilities in Banks

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS