Banks generates meaningful LLM prompts using a simple template language. In versions prior to 2.4.4, all four media filters (image, audio, video, document) in banks accept untrusted user input as file paths via Path(value) and pass them directly to open(file_path, "rb") without any path sanitization, canonicalization, or directory restriction. An attacker who controls template variables passed to a banks Prompt can use path traversal (../) to read arbitrary files accessible to the Python process—including .env files, SSH keys, cloud credentials, source code, /etc/passwd, and /etc/shadow—with the content returned base64-encoded in the rendered prompt output, making exfiltration trivial. This is particularly dangerous for applications that use banks to process user-provided template variables before sending prompts to an LLM. This issue has been fixed in version 2.4.4.
CVE-2026-62663
This high-severity CVE scores 7.5 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.3%, top 74% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 7.5
- EG Score
- 7.5(medium)
- EG Risk
- 65(Attend)EG Risk 65/100SSVC: Attend
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity75% × 45%Exploitation40% × 40%Automatability100% × 15%Action: Remediate soon — notable exploitation risk. - EPSS PROB
- 0%
- EPSS %ILE
- 26%
- KEV
- Not listed
Published
July 30, 2026
Last Modified
July 30, 2026
Advisory Details (1)
Auto-updated Jul 30, 2026Arbitrary File Read via Path Traversal in Media Filters (image/audio/video/document) · Advisory · masci/banks · GitHub
https://github.com/masci/banks/security/advisories/GHSA-98rr-gvc9-3cjhWeakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 11× in last 7d / 51× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-30 01:22 UTCEPSS rescore
- 2026-08-29 22:33 UTCEG score recompute
- 2026-08-28 21:42 UTCEPSS rescore
- 2026-08-27 20:48 UTCEG score recompute
- 2026-08-27 14:25 UTCEPSS rescore
- 2026-08-26 19:18 UTCEG score recompute
- 2026-08-26 14:46 UTCEPSS rescore
- 2026-08-25 18:42 UTCEG score recompute
- 2026-08-25 13:49 UTCEPSS rescore
- 2026-08-24 19:13 UTCEG score recompute
- 2026-08-23 07:53 UTCEG score recompute
- 2026-08-23 00:19 UTCEPSS rescore
- 2026-08-22 08:26 UTCEG score recompute
- 2026-08-21 23:49 UTCEPSS rescore
- 2026-08-21 08:58 UTCEG score recompute
- 2026-08-20 22:55 UTCEPSS rescore
- 2026-08-19 21:47 UTCEG score recompute
- 2026-08-19 17:04 UTCEPSS rescore
- 2026-08-18 22:15 UTCEG score recompute
- 2026-08-18 13:48 UTCEPSS rescore
- 2026-08-17 22:38 UTCEG score recompute
- 2026-08-17 13:47 UTCEPSS rescore
- 2026-08-16 23:10 UTCEG score recompute
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 11:25 UTCEG score recompute
Show 31 moreShow fewer
- 2026-08-15 11:58 UTCEG score recompute
- 2026-08-15 01:30 UTCEPSS rescore
- 2026-08-14 00:45 UTCEG score recompute
- 2026-08-13 22:00 UTCEPSS rescore
- 2026-08-13 01:16 UTCEG score recompute
- 2026-08-12 13:51 UTCEPSS rescore
- 2026-08-11 14:06 UTCEG score recompute
- 2026-08-11 02:20 UTCEG score recompute
- 2026-08-11 00:00 UTCEPSS rescore
- 2026-08-09 15:08 UTCEG score recompute
- 2026-08-09 13:47 UTCEPSS rescore
- 2026-08-09 03:25 UTCEG score recompute
- 2026-08-08 16:37 UTCEPSS rescore
- 2026-08-08 03:57 UTCEG score recompute
- 2026-08-06 16:45 UTCEG score recompute
- 2026-08-06 13:47 UTCEPSS rescore
- 2026-08-06 05:01 UTCEG score recompute
- 2026-08-05 19:17 UTCEPSS rescore
- 2026-08-05 19:17 UTCEPSS rescore
- 2026-08-04 17:32 UTCEG score recompute
- 2026-08-04 15:10 UTCEPSS rescore
- 2026-08-04 10:39 UTCEPSS rescore
- 2026-08-02 06:26 UTCEG score recompute
- 2026-08-02 02:27 UTCEPSS rescore
- 2026-08-01 06:57 UTCEG score recompute
- 2026-08-01 04:16 UTCEPSS rescore
- 2026-07-30 19:31 UTCEG score recompute
- 2026-07-30 18:02 UTCEG score recompute
- 2026-07-30 17:25 UTCEG score recompute
- 2026-07-30 16:49 UTCEG score recompute
- 2026-07-30 16:46 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Frequently asked(5)
What is CVE-2026-62663?
When was CVE-2026-62663 disclosed?
Is CVE-2026-62663 actively exploited?
What is the CVSS score of CVE-2026-62663?
How do I remediate CVE-2026-62663?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-62663
Is Your Infrastructure Affected by CVE-2026-62663?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.