Banks generates meaningful LLM prompts using a simple template language. In versions prior to 2.4.3, banks parses Tool JSON objects from the rendered body of {% completion %} blocks and later resolves their import_path field through importlib.import_module(...) + getattr(...) to obtain the callable that handles a tool call. There is no allowlist or sanitization on import_path, so any importable Python attribute (e.g. os.system, subprocess.getoutput) can be selected. When the LLM emits a tool_calls entry whose function.name matches the attacker-supplied tool name, the resolved callable is invoked with kwargs decoded from tool_call.function.arguments, yielding arbitrary code execution in the banks-hosting process. This is distinct from GHSA-gphh-9q3h-jgpp / CVE-2026-44209. That advisory was fixed in 2.4.2 by switching src/banks/env.py from Environment to SandboxedEnvironment. The fix does not touch src/banks/extensions/completion.py, and the unsafe import + getattr chain still executes on 2.4.2. The malicious Tool JSON is plain text in the rendered template body — it requires no Jinja attribute access, so the sandbox is irrelevant. This issue has been fixed in version 2.4.3.
CVE-2026-61536
This high-severity CVE scores 7.5 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.3%, top 78% 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
- 50(Track*)EG Risk 50/100SSVC: Track*
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%Automatability0% × 15%Action: Watch closely — could escalate to Attend. - EPSS PROB
- 0%
- EPSS %ILE
- 22%
- KEV
- Not listed
Published
July 30, 2026
Last Modified
July 31, 2026
Advisory Details (1)
Auto-updated Jul 30, 2026Unsafe importlib.import_module of attacker-controlled Tool.import_path in CompletionExtension allows RCE · Advisory · masci/banks · GitHub
Affected: 2.4.2 by switching
https://github.com/masci/banks/security/advisories/GHSA-64vx-6h2c-rjh7Weakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 11× in last 7d / 50× 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-25 16:38 UTCEG score recompute
- 2026-08-25 13:49 UTCEPSS rescore
- 2026-08-24 17:48 UTCEG score recompute
- 2026-08-23 06:42 UTCEG score recompute
- 2026-08-23 00:19 UTCEPSS rescore
- 2026-08-22 07:56 UTCEG score recompute
- 2026-08-21 23:49 UTCEPSS rescore
- 2026-08-21 09:10 UTCEG score recompute
- 2026-08-20 22:55 UTCEPSS rescore
- 2026-08-19 23:02 UTCEG score recompute
- 2026-08-19 17:04 UTCEPSS rescore
- 2026-08-19 00:15 UTCEG score recompute
- 2026-08-18 13:48 UTCEPSS rescore
- 2026-08-18 01:02 UTCEG score recompute
- 2026-08-17 13:47 UTCEPSS rescore
- 2026-08-17 02:17 UTCEG score recompute
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 03:31 UTCEG score recompute
- 2026-08-15 04:46 UTCEG score recompute
- 2026-08-15 01:30 UTCEPSS rescore
- 2026-08-14 06:01 UTCEG score recompute
- 2026-08-13 22:00 UTCEPSS rescore
- 2026-08-12 19:53 UTCEG score recompute
- 2026-08-12 13:51 UTCEPSS rescore
- 2026-08-11 21:07 UTCEG score recompute
Show 25 moreShow fewer
- 2026-08-11 09:45 UTCEG score recompute
- 2026-08-11 00:00 UTCEPSS rescore
- 2026-08-09 23:36 UTCEG score recompute
- 2026-08-09 13:47 UTCEPSS rescore
- 2026-08-09 00:51 UTCEG score recompute
- 2026-08-08 16:37 UTCEPSS rescore
- 2026-08-08 02:05 UTCEG score recompute
- 2026-08-06 15:56 UTCEG score recompute
- 2026-08-06 13:47 UTCEPSS rescore
- 2026-08-06 04:33 UTCEG score recompute
- 2026-08-05 19:17 UTCEPSS rescore
- 2026-08-05 19:17 UTCEPSS rescore
- 2026-08-04 18:22 UTCEG score recompute
- 2026-08-04 15:10 UTCEPSS rescore
- 2026-08-04 10:39 UTCEPSS rescore
- 2026-08-03 19:36 UTCEG score recompute
- 2026-08-03 10:36 UTCEPSS rescore
- 2026-08-02 09:26 UTCEG score recompute
- 2026-08-02 02:27 UTCEPSS rescore
- 2026-08-01 10:41 UTCEG score recompute
- 2026-08-01 04:16 UTCEPSS rescore
- 2026-07-31 23:18 UTCEG score recompute
- 2026-07-30 19:30 UTCEG score recompute
- 2026-07-30 17:22 UTCEG score recompute
- 2026-07-30 17:20 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Same CWE
10 shownCWE-94
- CVE-2003-1432EG 10.0EPSS p94HIGH
- CVE-2002-0495EG 10.0EPSS p96HIGH
- CVE-1999-0702EG 10.0EPSS p98HIGH
- CVE-1999-0509EG 10.0EPSS p98HIGH
- CVE-2006-1318EG 9.3EPSS p97HIGH
- CVE-2006-1301EG 9.3EPSS p95HIGH
- CVE-2006-1308EG 9.3EPSS p95HIGH
- CVE-2006-1309EG 9.3EPSS p95HIGH
- CVE-2006-1304EG 9.3EPSS p96HIGH
- CVE-2006-1306EG 9.3EPSS p95HIGH
Frequently asked(5)
What is CVE-2026-61536?
When was CVE-2026-61536 disclosed?
Is CVE-2026-61536 actively exploited?
What is the CVSS score of CVE-2026-61536?
How do I remediate CVE-2026-61536?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-61536
Is Your Infrastructure Affected by CVE-2026-61536?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.