@blamejs/exceptd-skills 0.13.94 → 0.13.96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/data/_indexes/_meta.json +9 -9
- package/data/_indexes/activity-feed.json +2 -2
- package/data/_indexes/catalog-summaries.json +2 -2
- package/data/_indexes/chains.json +1155 -0
- package/data/atlas-ttps.json +4 -0
- package/data/attack-techniques.json +5 -0
- package/data/cve-catalog.json +311 -1
- package/data/cwe-catalog.json +3 -0
- package/data/framework-control-gaps.json +24 -0
- package/data/zeroday-lessons.json +150 -0
- package/manifest.json +44 -44
- package/package.json +2 -2
- package/sbom.cdx.json +25 -25
package/data/atlas-ttps.json
CHANGED
|
@@ -676,6 +676,8 @@
|
|
|
676
676
|
"cve_refs": [
|
|
677
677
|
"CVE-2023-51449",
|
|
678
678
|
"CVE-2024-1561",
|
|
679
|
+
"CVE-2024-4889",
|
|
680
|
+
"CVE-2024-6587",
|
|
679
681
|
"CVE-2026-42208",
|
|
680
682
|
"MAL-2026-3083"
|
|
681
683
|
],
|
|
@@ -1727,6 +1729,8 @@
|
|
|
1727
1729
|
"CVE-2024-39722",
|
|
1728
1730
|
"CVE-2024-42478",
|
|
1729
1731
|
"CVE-2024-42479",
|
|
1732
|
+
"CVE-2024-4889",
|
|
1733
|
+
"CVE-2024-6587",
|
|
1730
1734
|
"CVE-2025-30202",
|
|
1731
1735
|
"CVE-2025-32444",
|
|
1732
1736
|
"CVE-2025-64496",
|
|
@@ -285,10 +285,12 @@
|
|
|
285
285
|
"CVE-2024-21576",
|
|
286
286
|
"CVE-2024-37032",
|
|
287
287
|
"CVE-2024-42479",
|
|
288
|
+
"CVE-2024-4889",
|
|
288
289
|
"CVE-2024-50050",
|
|
289
290
|
"CVE-2025-1094",
|
|
290
291
|
"CVE-2025-11837",
|
|
291
292
|
"CVE-2025-1550",
|
|
293
|
+
"CVE-2025-1753",
|
|
292
294
|
"CVE-2025-23254",
|
|
293
295
|
"CVE-2025-30165",
|
|
294
296
|
"CVE-2025-32444",
|
|
@@ -870,9 +872,11 @@
|
|
|
870
872
|
"CVE-2024-42478",
|
|
871
873
|
"CVE-2024-42479",
|
|
872
874
|
"CVE-2024-43468",
|
|
875
|
+
"CVE-2024-4889",
|
|
873
876
|
"CVE-2024-50050",
|
|
874
877
|
"CVE-2024-56145",
|
|
875
878
|
"CVE-2024-57726",
|
|
879
|
+
"CVE-2024-6587",
|
|
876
880
|
"CVE-2024-7694",
|
|
877
881
|
"CVE-2024-8069",
|
|
878
882
|
"CVE-2025-10035",
|
|
@@ -1528,6 +1532,7 @@
|
|
|
1528
1532
|
"name": "Unsecured Credentials: Credentials In Files",
|
|
1529
1533
|
"version": "v19",
|
|
1530
1534
|
"cve_refs": [
|
|
1535
|
+
"CVE-2024-6587",
|
|
1531
1536
|
"CVE-2025-21085",
|
|
1532
1537
|
"CVE-2026-30615",
|
|
1533
1538
|
"MAL-2026-3083",
|
package/data/cve-catalog.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"ai_discovery_methodology": {
|
|
56
56
|
"field_added": "2026-05-15",
|
|
57
57
|
"agents_md_target": "Hard Rule #7 — '41% of 2025 zero-days were AI-discovered'. Catalog target rate floor: 0.40.",
|
|
58
|
-
"current_rate": 0.
|
|
58
|
+
"current_rate": 0.032,
|
|
59
59
|
"current_floor_enforced_by_test": 0.03,
|
|
60
60
|
"ladder_to_target": [
|
|
61
61
|
0.03,
|
|
@@ -14440,6 +14440,316 @@
|
|
|
14440
14440
|
"_intake_method": "manual-verified-curation",
|
|
14441
14441
|
"_kev_short_description": "AnythingLLM's upload handler mishandles non-ASCII filenames (multer) so a manager/admin upload path-traverses to an arbitrary write and RCE (CWE-22); fixed in 1.3.1."
|
|
14442
14442
|
},
|
|
14443
|
+
"CVE-2025-1753": {
|
|
14444
|
+
"name": "LlamaIndex CLI --files OS Command Injection",
|
|
14445
|
+
"type": "RCE",
|
|
14446
|
+
"cvss_score": 7.8,
|
|
14447
|
+
"cvss_vector": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
|
|
14448
|
+
"cvss_note": "CNA (huntr.dev) CVSS v3.0 base 7.8 (HIGH); NVD has not published its own assessed score. The LlamaIndex CLI passes the --files argument directly to a shell-execution call (os.system) without neutralization (CWE-78).",
|
|
14449
|
+
"cisa_kev": false,
|
|
14450
|
+
"poc_available": true,
|
|
14451
|
+
"poc_description": "Documented in the huntr.dev advisory: the LlamaIndex CLI passes the --files argument into a shell-execution call unsanitized, so shell metacharacters in --files execute arbitrary OS commands. The fix introduces shlex escaping.",
|
|
14452
|
+
"ai_discovered": false,
|
|
14453
|
+
"ai_discovery_source": "human_researcher",
|
|
14454
|
+
"ai_discovery_notes": "Disclosed via huntr.dev. LlamaIndex is a widely used RAG / LLM data-framework; the abused surface is its command-line interface.",
|
|
14455
|
+
"ai_assisted_weaponization": false,
|
|
14456
|
+
"ai_assisted_notes": "No AI-assisted weaponization; classic OS command injection in the framework CLI.",
|
|
14457
|
+
"active_exploitation": "none",
|
|
14458
|
+
"active_exploitation_notes": "Advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
|
|
14459
|
+
"affected": "LlamaIndex CLI (llama-index-cli) at v0.12.20 (fixed by the shlex-escaping patch).",
|
|
14460
|
+
"affected_versions": [
|
|
14461
|
+
"LlamaIndex CLI 0.12.20"
|
|
14462
|
+
],
|
|
14463
|
+
"vector": "The LlamaIndex CLI builds a shell command from the user-supplied --files argument and runs it through a shell-execution call without neutralizing special elements (CWE-78). A user who can influence the --files value (e.g. via a wrapper, script, or automation that forwards untrusted input) executes arbitrary OS commands. The fix escapes input with shlex.",
|
|
14464
|
+
"complexity": "low",
|
|
14465
|
+
"complexity_notes": "CNA AV:L / AC:L / PR:L — local execution context; the precondition is untrusted input reaching the CLI --files argument.",
|
|
14466
|
+
"patch_available": true,
|
|
14467
|
+
"patch_required_reboot": false,
|
|
14468
|
+
"live_patch_available": false,
|
|
14469
|
+
"live_patch_tools": [],
|
|
14470
|
+
"live_patch_notes": "Remediation is upgrading llama-index-cli to the release that adds shlex escaping; no host reboot.",
|
|
14471
|
+
"vendor_update_paths": [
|
|
14472
|
+
"Upgrade llama-index-cli past 0.12.20 to the shlex-escaped release. Do not forward untrusted input into the CLI's --files argument; prefer argv-array invocation over shell strings in any wrapper."
|
|
14473
|
+
],
|
|
14474
|
+
"framework_control_gaps": {
|
|
14475
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track LLM data-framework CLIs as managed, command-injection-bearing software.",
|
|
14476
|
+
"NIST-800-53-SI-10": "Input-validation control is not applied to CLI arguments the framework forwards to a shell.",
|
|
14477
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates an LLM framework's CLI argument handling as a command-injection surface.",
|
|
14478
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach LLM-framework tooling as a managed surface.",
|
|
14479
|
+
"DORA-Art-9": "ICT protection measures do not model command injection in an LLM data-framework CLI as an ICT-risk event.",
|
|
14480
|
+
"UK-CAF-B4": "System Security objective has no objective for neutralizing shell input in AI-framework CLIs.",
|
|
14481
|
+
"AU-ISM-1546": "Patch-application control does not single out LLM data-framework tooling.",
|
|
14482
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats an AI tool's CLI arguments as untrusted input that must be neutralized before shell execution; building shell strings from arguments is command injection."
|
|
14483
|
+
},
|
|
14484
|
+
"atlas_refs": [],
|
|
14485
|
+
"attack_refs": [
|
|
14486
|
+
"T1059"
|
|
14487
|
+
],
|
|
14488
|
+
"rwep_score": 23,
|
|
14489
|
+
"rwep_factors": {
|
|
14490
|
+
"cisa_kev": 0,
|
|
14491
|
+
"poc_available": 20,
|
|
14492
|
+
"ai_factor": 0,
|
|
14493
|
+
"active_exploitation": 0,
|
|
14494
|
+
"blast_radius": 18,
|
|
14495
|
+
"patch_available": -15,
|
|
14496
|
+
"live_patch_available": 0,
|
|
14497
|
+
"reboot_required": 0
|
|
14498
|
+
},
|
|
14499
|
+
"rwep_notes": "Standard (RWEP 23, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, patched at disclosure (Hard Rule #3); local execution context (CNA AV:L) lowers reachability. poc_available=20 + blast_radius=18 minus patch 15.",
|
|
14500
|
+
"epss_score": null,
|
|
14501
|
+
"epss_date": "2026-05-25",
|
|
14502
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
14503
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2025-1753",
|
|
14504
|
+
"cwe_refs": [
|
|
14505
|
+
"CWE-78"
|
|
14506
|
+
],
|
|
14507
|
+
"iocs": {
|
|
14508
|
+
"behavioral": [
|
|
14509
|
+
"LlamaIndex CLI invocations whose --files value contains shell metacharacters (;, |, $(), backticks).",
|
|
14510
|
+
"Unexpected child processes spawned by the llama-index CLI during a --files operation.",
|
|
14511
|
+
"Wrappers/automation forwarding untrusted input into the llama-index CLI --files argument.",
|
|
14512
|
+
"llama-index-cli at 0.12.20 (pre-shlex-fix) reachable with untrusted --files input — the exposed precondition."
|
|
14513
|
+
],
|
|
14514
|
+
"_ioc_source_note": "Behavioral signatures anchored to the primary disclosure: the huntr bounty report (https://huntr.com/bounties/19e1c67e-1d77-451d-b10b-acbe99900b22), the GitHub Security Advisory GHSA-g99h-56mw-8263, and the fix commit run-llama/llama_index b57e76738c53ca82d88658b82f2d82d1c7839c7d (which adds shlex.quote escaping to the --files argument). The shell metacharacters in --files reaching the shell-exec call, and child processes spawned during a --files operation, are the indicator anchors; NVD CVE-2025-1753 (CWE-78) corroborates."
|
|
14515
|
+
},
|
|
14516
|
+
"source_verified": "2026-05-25",
|
|
14517
|
+
"verification_sources": [
|
|
14518
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2025-1753",
|
|
14519
|
+
"https://huntr.com/bounties/19e1c67e-1d77-451d-b10b-acbe99900b22",
|
|
14520
|
+
"https://github.com/advisories/GHSA-g99h-56mw-8263",
|
|
14521
|
+
"https://github.com/run-llama/llama_index/commit/b57e76738c53ca82d88658b82f2d82d1c7839c7d"
|
|
14522
|
+
],
|
|
14523
|
+
"vendor_advisories": [
|
|
14524
|
+
{
|
|
14525
|
+
"vendor": "GitHub Security Advisory",
|
|
14526
|
+
"advisory_id": "GHSA-g99h-56mw-8263",
|
|
14527
|
+
"url": "https://github.com/advisories/GHSA-g99h-56mw-8263",
|
|
14528
|
+
"severity": "high",
|
|
14529
|
+
"published_date": "2025-05-28"
|
|
14530
|
+
},
|
|
14531
|
+
{
|
|
14532
|
+
"vendor": "NVD",
|
|
14533
|
+
"advisory_id": "CVE-2025-1753",
|
|
14534
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-1753",
|
|
14535
|
+
"severity": "high",
|
|
14536
|
+
"published_date": "2025-05-28"
|
|
14537
|
+
}
|
|
14538
|
+
],
|
|
14539
|
+
"last_updated": "2026-05-25",
|
|
14540
|
+
"discovery_attribution_note": "Manually curated from NVD (CWE-78; CNA huntr.dev CVSS 7.8, no NVD-assessed score) + the huntr.dev advisory. LlamaIndex CLI OS command injection (shell-string built from --files).",
|
|
14541
|
+
"_auto_imported": false,
|
|
14542
|
+
"_intake_method": "manual-verified-curation",
|
|
14543
|
+
"_kev_short_description": "LlamaIndex's CLI builds a shell command from the --files argument and runs it unsanitized (CWE-78), executing arbitrary OS commands; fixed by adding shlex escaping."
|
|
14544
|
+
},
|
|
14545
|
+
"CVE-2024-6587": {
|
|
14546
|
+
"name": "BerriAI LiteLLM api_base SSRF API-Key Interception",
|
|
14547
|
+
"type": "INFO-DISCLOSURE",
|
|
14548
|
+
"cvss_score": 7.5,
|
|
14549
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
|
|
14550
|
+
"cvss_note": "NVD/NIST CVSS v3.1 base 7.5 (HIGH, confidentiality-only); huntr.dev CNA scored the same. Server-side request forgery via the user-supplied api_base parameter (CWE-918).",
|
|
14551
|
+
"cisa_kev": false,
|
|
14552
|
+
"poc_available": true,
|
|
14553
|
+
"poc_description": "Documented in the huntr.dev advisory and demonstrated at Pwn2Own as the SSRF link of a full-chain RCE: a request with a crafted api_base causes the proxy to forward the provider API key to the attacker.",
|
|
14554
|
+
"ai_discovered": false,
|
|
14555
|
+
"ai_discovery_source": "human_researcher",
|
|
14556
|
+
"ai_discovery_notes": "Disclosed via huntr.dev. LiteLLM is a widely used LLM proxy/gateway that holds provider API keys for many models; the abused surface is its request/secret-management plane.",
|
|
14557
|
+
"ai_assisted_weaponization": false,
|
|
14558
|
+
"ai_assisted_notes": "No AI-assisted weaponization; SSRF in the LLM gateway.",
|
|
14559
|
+
"active_exploitation": "none",
|
|
14560
|
+
"active_exploitation_notes": "Advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation (CVE-2024-6587 was demonstrated at Pwn2Own as a research chain).",
|
|
14561
|
+
"affected": "BerriAI LiteLLM before 1.44.8 (the api_base handling on POST /chat/completions); reported against 1.38.10, vulnerable range < 1.44.8 per GHSA-g26j-5385-hhw3, patched in 1.44.8.",
|
|
14562
|
+
"affected_versions": [
|
|
14563
|
+
"BerriAI LiteLLM < 1.44.8"
|
|
14564
|
+
],
|
|
14565
|
+
"vector": "LiteLLM lets a user specify the api_base parameter on POST /chat/completions, and the proxy sends the request - including the configured provider API key - to that attacker-chosen domain (CWE-918 SSRF). A malicious user thereby intercepts the LLM provider API key the gateway holds. This SSRF was the first link in a Pwn2Own full-chain RCE against LiteLLM.",
|
|
14566
|
+
"complexity": "low",
|
|
14567
|
+
"complexity_notes": "NVD AV:N / AC:L. PR:N - unauthenticated request parameter.",
|
|
14568
|
+
"patch_available": true,
|
|
14569
|
+
"patch_required_reboot": false,
|
|
14570
|
+
"live_patch_available": false,
|
|
14571
|
+
"live_patch_tools": [],
|
|
14572
|
+
"live_patch_notes": "Remediation is upgrading LiteLLM to 1.44.8 or later (validates api_base); redeploy, no host reboot.",
|
|
14573
|
+
"vendor_update_paths": [
|
|
14574
|
+
"Upgrade BerriAI LiteLLM to 1.44.8 or later. Restrict who can set request/config parameters, allow-list permitted api_base / provider endpoints, isolate the proxy's credential store, and do not expose the LiteLLM admin/config surface to untrusted users."
|
|
14575
|
+
],
|
|
14576
|
+
"framework_control_gaps": {
|
|
14577
|
+
"NIST-800-53-IA-2": "Authenticator (API key) management does not isolate the LLM gateway's stored provider keys from request-controlled egress; an SSRF exfiltrates them.",
|
|
14578
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track the LLM proxy/gateway as managed, credential-bearing software.",
|
|
14579
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the LLM gateway's request/secret-management plane as an SSRF / code-injection surface.",
|
|
14580
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach the LLM gateway as a privileged credential-holding control plane.",
|
|
14581
|
+
"DORA-Art-9": "ICT protection measures do not model API-key exfiltration / code execution in an LLM gateway as an ICT-risk event.",
|
|
14582
|
+
"UK-CAF-B2": "Identity and Access Control objective has no requirement to isolate the LLM gateway's provider credentials from request-controlled flows.",
|
|
14583
|
+
"AU-ISM-1546": "Patch-application control does not single out LLM proxy/gateway software.",
|
|
14584
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats the LLM gateway as a high-value credential store whose request/config plane must be isolated; SSRF or config code-injection there yields mass key theft or proxy RCE."
|
|
14585
|
+
},
|
|
14586
|
+
"atlas_refs": [
|
|
14587
|
+
"AML.T0049",
|
|
14588
|
+
"AML.T0055"
|
|
14589
|
+
],
|
|
14590
|
+
"attack_refs": [
|
|
14591
|
+
"T1190",
|
|
14592
|
+
"T1552.001"
|
|
14593
|
+
],
|
|
14594
|
+
"rwep_score": 29,
|
|
14595
|
+
"rwep_factors": {
|
|
14596
|
+
"cisa_kev": 0,
|
|
14597
|
+
"poc_available": 20,
|
|
14598
|
+
"ai_factor": 0,
|
|
14599
|
+
"active_exploitation": 0,
|
|
14600
|
+
"blast_radius": 24,
|
|
14601
|
+
"patch_available": -15,
|
|
14602
|
+
"live_patch_available": 0,
|
|
14603
|
+
"reboot_required": 0
|
|
14604
|
+
},
|
|
14605
|
+
"rwep_notes": "Standard (RWEP 29, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, patched at/after disclosure (Hard Rule #3). poc_available=20 + blast_radius=24 (LiteLLM is a widely used LLM gateway holding provider keys) minus patch 15.",
|
|
14606
|
+
"epss_score": null,
|
|
14607
|
+
"epss_date": "2026-05-25",
|
|
14608
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
14609
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2024-6587",
|
|
14610
|
+
"cwe_refs": [
|
|
14611
|
+
"CWE-918"
|
|
14612
|
+
],
|
|
14613
|
+
"iocs": {
|
|
14614
|
+
"behavioral": [
|
|
14615
|
+
"POST /chat/completions requests to LiteLLM carrying a user-supplied api_base pointing at a non-provider / attacker domain.",
|
|
14616
|
+
"Outbound requests from the LiteLLM proxy (carrying provider API keys) to domains not on the approved provider allow-list.",
|
|
14617
|
+
"Provider API keys appearing in traffic to unexpected endpoints.",
|
|
14618
|
+
"BerriAI LiteLLM at BerriAI LiteLLM < 1.44.8 exposed to untrusted request/config input - the exposed precondition."
|
|
14619
|
+
],
|
|
14620
|
+
"_ioc_source_note": "Behavioral signatures anchored to the huntr.dev advisory and the GitHub Security Advisory (https://github.com/advisories/GHSA-g26j-5385-hhw3), plus NVD CVE-2024-6587 (CWE-918). The user-supplied api_base egress carrying the provider key is the indicator anchor."
|
|
14621
|
+
},
|
|
14622
|
+
"source_verified": "2026-05-25",
|
|
14623
|
+
"verification_sources": [
|
|
14624
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2024-6587",
|
|
14625
|
+
"https://github.com/advisories/GHSA-g26j-5385-hhw3"
|
|
14626
|
+
],
|
|
14627
|
+
"vendor_advisories": [
|
|
14628
|
+
{
|
|
14629
|
+
"vendor": "GitHub Security Advisory",
|
|
14630
|
+
"advisory_id": "GHSA-g26j-5385-hhw3",
|
|
14631
|
+
"url": "https://github.com/advisories/GHSA-g26j-5385-hhw3",
|
|
14632
|
+
"severity": "high",
|
|
14633
|
+
"published_date": "2024-09-13"
|
|
14634
|
+
},
|
|
14635
|
+
{
|
|
14636
|
+
"vendor": "NVD",
|
|
14637
|
+
"advisory_id": "CVE-2024-6587",
|
|
14638
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6587",
|
|
14639
|
+
"severity": "high",
|
|
14640
|
+
"published_date": "2024-09-13"
|
|
14641
|
+
}
|
|
14642
|
+
],
|
|
14643
|
+
"last_updated": "2026-05-25",
|
|
14644
|
+
"discovery_attribution_note": "Manually curated from NVD (CWE-918; NIST CVSS 7.5) + the huntr.dev / GitHub advisory. BerriAI LiteLLM gateway flaw; same gateway credential-plane class as CVE-2026-42208 (shares NEW-CTRL-013).",
|
|
14645
|
+
"_auto_imported": false,
|
|
14646
|
+
"_intake_method": "manual-verified-curation",
|
|
14647
|
+
"_kev_short_description": "BerriAI LiteLLM honors a user-supplied api_base on /chat/completions and forwards the configured provider API key to the attacker's domain (CWE-918 SSRF), leaking the gateway's keys."
|
|
14648
|
+
},
|
|
14649
|
+
"CVE-2024-4889": {
|
|
14650
|
+
"name": "BerriAI LiteLLM Config Code Injection via UI_LOGO_PATH / KMS",
|
|
14651
|
+
"type": "RCE",
|
|
14652
|
+
"cvss_score": 7.2,
|
|
14653
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
|
|
14654
|
+
"cvss_note": "NVD/NIST CVSS v3.1 base 7.2 (HIGH, PR:H); huntr.dev CNA scored the same. Code injection through unvalidated input in the secret-management dynamic-evaluation path (CWE-94).",
|
|
14655
|
+
"cisa_kev": false,
|
|
14656
|
+
"poc_available": true,
|
|
14657
|
+
"poc_description": "Documented in the huntr.dev advisory: an admin-influenced UI_LOGO_PATH drives the secret-management code into evaluating attacker content.",
|
|
14658
|
+
"ai_discovered": false,
|
|
14659
|
+
"ai_discovery_source": "human_researcher",
|
|
14660
|
+
"ai_discovery_notes": "Disclosed via huntr.dev. LiteLLM is a widely used LLM proxy/gateway that holds provider API keys for many models; the abused surface is its request/secret-management plane.",
|
|
14661
|
+
"ai_assisted_weaponization": false,
|
|
14662
|
+
"ai_assisted_notes": "No AI-assisted weaponization; code injection in the LLM gateway.",
|
|
14663
|
+
"active_exploitation": "none",
|
|
14664
|
+
"active_exploitation_notes": "Advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation (CVE-2024-6587 was demonstrated at Pwn2Own as a research chain).",
|
|
14665
|
+
"affected": "BerriAI LiteLLM before 1.44.16.",
|
|
14666
|
+
"affected_versions": [
|
|
14667
|
+
"BerriAI LiteLLM < 1.44.16"
|
|
14668
|
+
],
|
|
14669
|
+
"vector": "With Google KMS and SAVE_CONFIG_TO_DB configured, an admin-controlled UI_LOGO_PATH pointing at a remote server lets unvalidated input reach a dynamic-evaluation path in LiteLLM's secret-management code (CWE-94), allowing code execution on the proxy that holds the deployment's provider credentials.",
|
|
14670
|
+
"complexity": "low",
|
|
14671
|
+
"complexity_notes": "NVD AV:N / AC:L. PR:H - requires admin-level config influence.",
|
|
14672
|
+
"patch_available": true,
|
|
14673
|
+
"patch_required_reboot": false,
|
|
14674
|
+
"live_patch_available": false,
|
|
14675
|
+
"live_patch_tools": [],
|
|
14676
|
+
"live_patch_notes": "Remediation is upgrading LiteLLM to 1.44.16 or later; redeploy, no host reboot.",
|
|
14677
|
+
"vendor_update_paths": [
|
|
14678
|
+
"Upgrade BerriAI LiteLLM to a patched release (1.44.16+). Restrict who can set request/config parameters, allow-list permitted api_base / provider endpoints, isolate the proxy's credential store, and do not expose the LiteLLM admin/config surface to untrusted users."
|
|
14679
|
+
],
|
|
14680
|
+
"framework_control_gaps": {
|
|
14681
|
+
"NIST-800-53-IA-2": "Authenticator (API key) management does not isolate the LLM gateway's stored provider keys from request-controlled egress; an SSRF exfiltrates them.",
|
|
14682
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track the LLM proxy/gateway as managed, credential-bearing software.",
|
|
14683
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the LLM gateway's request/secret-management plane as an SSRF / code-injection surface.",
|
|
14684
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach the LLM gateway as a privileged credential-holding control plane.",
|
|
14685
|
+
"DORA-Art-9": "ICT protection measures do not model API-key exfiltration / code execution in an LLM gateway as an ICT-risk event.",
|
|
14686
|
+
"UK-CAF-B2": "Identity and Access Control objective has no requirement to isolate the LLM gateway's provider credentials from request-controlled flows.",
|
|
14687
|
+
"AU-ISM-1546": "Patch-application control does not single out LLM proxy/gateway software.",
|
|
14688
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats the LLM gateway as a high-value credential store whose request/config plane must be isolated; SSRF or config code-injection there yields mass key theft or proxy RCE."
|
|
14689
|
+
},
|
|
14690
|
+
"atlas_refs": [
|
|
14691
|
+
"AML.T0049",
|
|
14692
|
+
"AML.T0055"
|
|
14693
|
+
],
|
|
14694
|
+
"attack_refs": [
|
|
14695
|
+
"T1190",
|
|
14696
|
+
"T1059"
|
|
14697
|
+
],
|
|
14698
|
+
"rwep_score": 27,
|
|
14699
|
+
"rwep_factors": {
|
|
14700
|
+
"cisa_kev": 0,
|
|
14701
|
+
"poc_available": 20,
|
|
14702
|
+
"ai_factor": 0,
|
|
14703
|
+
"active_exploitation": 0,
|
|
14704
|
+
"blast_radius": 22,
|
|
14705
|
+
"patch_available": -15,
|
|
14706
|
+
"live_patch_available": 0,
|
|
14707
|
+
"reboot_required": 0
|
|
14708
|
+
},
|
|
14709
|
+
"rwep_notes": "Standard (RWEP 27, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, patched at/after disclosure (Hard Rule #3). poc_available=20 + blast_radius=22 (LiteLLM is a widely used LLM gateway holding provider keys) minus patch 15.",
|
|
14710
|
+
"epss_score": null,
|
|
14711
|
+
"epss_date": "2026-05-25",
|
|
14712
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
14713
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2024-4889",
|
|
14714
|
+
"cwe_refs": [
|
|
14715
|
+
"CWE-94"
|
|
14716
|
+
],
|
|
14717
|
+
"iocs": {
|
|
14718
|
+
"behavioral": [
|
|
14719
|
+
"LiteLLM admin config changes setting UI_LOGO_PATH to a remote/attacker-controlled URL with KMS + SAVE_CONFIG_TO_DB enabled.",
|
|
14720
|
+
"Code/process execution on the LiteLLM proxy host during config load or secret-management operations.",
|
|
14721
|
+
"Outbound fetches from the LiteLLM proxy to unexpected hosts during configuration.",
|
|
14722
|
+
"BerriAI LiteLLM at BerriAI LiteLLM < 1.44.16 exposed to untrusted request/config input - the exposed precondition."
|
|
14723
|
+
],
|
|
14724
|
+
"_ioc_source_note": "Behavioral signatures anchored to the huntr.dev advisory and the GitHub Security Advisory (https://github.com/advisories/GHSA-423v-966v-frxg), plus NVD CVE-2024-4889 (CWE-94). The UI_LOGO_PATH/KMS dynamic-evaluation path is the indicator anchor."
|
|
14725
|
+
},
|
|
14726
|
+
"source_verified": "2026-05-25",
|
|
14727
|
+
"verification_sources": [
|
|
14728
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2024-4889",
|
|
14729
|
+
"https://github.com/advisories/GHSA-423v-966v-frxg"
|
|
14730
|
+
],
|
|
14731
|
+
"vendor_advisories": [
|
|
14732
|
+
{
|
|
14733
|
+
"vendor": "GitHub Security Advisory",
|
|
14734
|
+
"advisory_id": "GHSA-423v-966v-frxg",
|
|
14735
|
+
"url": "https://github.com/advisories/GHSA-423v-966v-frxg",
|
|
14736
|
+
"severity": "high",
|
|
14737
|
+
"published_date": "2024-06-06"
|
|
14738
|
+
},
|
|
14739
|
+
{
|
|
14740
|
+
"vendor": "NVD",
|
|
14741
|
+
"advisory_id": "CVE-2024-4889",
|
|
14742
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4889",
|
|
14743
|
+
"severity": "high",
|
|
14744
|
+
"published_date": "2024-06-06"
|
|
14745
|
+
}
|
|
14746
|
+
],
|
|
14747
|
+
"last_updated": "2026-05-25",
|
|
14748
|
+
"discovery_attribution_note": "Manually curated from NVD (CWE-94; NIST CVSS 7.2) + the huntr.dev / GitHub advisory. BerriAI LiteLLM gateway flaw; same gateway credential-plane class as CVE-2026-42208 (shares NEW-CTRL-013).",
|
|
14749
|
+
"_auto_imported": false,
|
|
14750
|
+
"_intake_method": "manual-verified-curation",
|
|
14751
|
+
"_kev_short_description": "BerriAI LiteLLM's secret-management path evaluates unvalidated input (UI_LOGO_PATH + KMS config, CWE-94), allowing an admin-influenced value to execute code on the credential-bearing proxy; fixed in 1.44.16."
|
|
14752
|
+
},
|
|
14443
14753
|
"CVE-2026-41091": {
|
|
14444
14754
|
"name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
|
|
14445
14755
|
"type": "LPE",
|
package/data/cwe-catalog.json
CHANGED
|
@@ -197,6 +197,7 @@
|
|
|
197
197
|
"CVE-2024-12987",
|
|
198
198
|
"CVE-2025-11953",
|
|
199
199
|
"CVE-2025-12686",
|
|
200
|
+
"CVE-2025-1753",
|
|
200
201
|
"CVE-2025-48703",
|
|
201
202
|
"CVE-2025-54136",
|
|
202
203
|
"CVE-2025-54948",
|
|
@@ -378,6 +379,7 @@
|
|
|
378
379
|
"CVE-2024-21513",
|
|
379
380
|
"CVE-2024-21576",
|
|
380
381
|
"CVE-2024-27132",
|
|
382
|
+
"CVE-2024-4889",
|
|
381
383
|
"CVE-2024-56145",
|
|
382
384
|
"CVE-2025-11837",
|
|
383
385
|
"CVE-2025-1550",
|
|
@@ -1848,6 +1850,7 @@
|
|
|
1848
1850
|
"CVE-2023-43654",
|
|
1849
1851
|
"CVE-2023-48022",
|
|
1850
1852
|
"CVE-2023-51449",
|
|
1853
|
+
"CVE-2024-6587",
|
|
1851
1854
|
"CVE-2025-61884"
|
|
1852
1855
|
],
|
|
1853
1856
|
"framework_controls_partially_addressing": [
|
|
@@ -51,8 +51,11 @@
|
|
|
51
51
|
"CVE-2024-39722",
|
|
52
52
|
"CVE-2024-42478",
|
|
53
53
|
"CVE-2024-42479",
|
|
54
|
+
"CVE-2024-4889",
|
|
54
55
|
"CVE-2024-50050",
|
|
56
|
+
"CVE-2024-6587",
|
|
55
57
|
"CVE-2025-1550",
|
|
58
|
+
"CVE-2025-1753",
|
|
56
59
|
"CVE-2025-23254",
|
|
57
60
|
"CVE-2025-23266",
|
|
58
61
|
"CVE-2025-30165",
|
|
@@ -1409,11 +1412,13 @@
|
|
|
1409
1412
|
"CVE-2024-42478",
|
|
1410
1413
|
"CVE-2024-42479",
|
|
1411
1414
|
"CVE-2024-43468",
|
|
1415
|
+
"CVE-2024-4889",
|
|
1412
1416
|
"CVE-2024-50050",
|
|
1413
1417
|
"CVE-2024-54085",
|
|
1414
1418
|
"CVE-2024-56145",
|
|
1415
1419
|
"CVE-2024-57726",
|
|
1416
1420
|
"CVE-2024-57728",
|
|
1421
|
+
"CVE-2024-6587",
|
|
1417
1422
|
"CVE-2024-7399",
|
|
1418
1423
|
"CVE-2024-7694",
|
|
1419
1424
|
"CVE-2024-8068",
|
|
@@ -1429,6 +1434,7 @@
|
|
|
1429
1434
|
"CVE-2025-14733",
|
|
1430
1435
|
"CVE-2025-1550",
|
|
1431
1436
|
"CVE-2025-15556",
|
|
1437
|
+
"CVE-2025-1753",
|
|
1432
1438
|
"CVE-2025-20281",
|
|
1433
1439
|
"CVE-2025-20333",
|
|
1434
1440
|
"CVE-2025-20337",
|
|
@@ -1826,11 +1832,14 @@
|
|
|
1826
1832
|
"CVE-2024-39722",
|
|
1827
1833
|
"CVE-2024-42478",
|
|
1828
1834
|
"CVE-2024-42479",
|
|
1835
|
+
"CVE-2024-4889",
|
|
1829
1836
|
"CVE-2024-50050",
|
|
1837
|
+
"CVE-2024-6587",
|
|
1830
1838
|
"CVE-2025-10585",
|
|
1831
1839
|
"CVE-2025-1094",
|
|
1832
1840
|
"CVE-2025-14174",
|
|
1833
1841
|
"CVE-2025-1550",
|
|
1842
|
+
"CVE-2025-1753",
|
|
1834
1843
|
"CVE-2025-23254",
|
|
1835
1844
|
"CVE-2025-23266",
|
|
1836
1845
|
"CVE-2025-30165",
|
|
@@ -2286,6 +2295,7 @@
|
|
|
2286
2295
|
"CVE-2025-0133",
|
|
2287
2296
|
"CVE-2025-1094",
|
|
2288
2297
|
"CVE-2025-1550",
|
|
2298
|
+
"CVE-2025-1753",
|
|
2289
2299
|
"CVE-2025-23254",
|
|
2290
2300
|
"CVE-2025-30165",
|
|
2291
2301
|
"CVE-2025-60455",
|
|
@@ -2459,11 +2469,13 @@
|
|
|
2459
2469
|
"CVE-2024-42478",
|
|
2460
2470
|
"CVE-2024-42479",
|
|
2461
2471
|
"CVE-2024-43468",
|
|
2472
|
+
"CVE-2024-4889",
|
|
2462
2473
|
"CVE-2024-50050",
|
|
2463
2474
|
"CVE-2024-54085",
|
|
2464
2475
|
"CVE-2024-56145",
|
|
2465
2476
|
"CVE-2024-57726",
|
|
2466
2477
|
"CVE-2024-57728",
|
|
2478
|
+
"CVE-2024-6587",
|
|
2467
2479
|
"CVE-2024-7399",
|
|
2468
2480
|
"CVE-2024-7694",
|
|
2469
2481
|
"CVE-2024-8068",
|
|
@@ -2480,6 +2492,7 @@
|
|
|
2480
2492
|
"CVE-2025-14733",
|
|
2481
2493
|
"CVE-2025-1550",
|
|
2482
2494
|
"CVE-2025-15556",
|
|
2495
|
+
"CVE-2025-1753",
|
|
2483
2496
|
"CVE-2025-20281",
|
|
2484
2497
|
"CVE-2025-20333",
|
|
2485
2498
|
"CVE-2025-20337",
|
|
@@ -3724,6 +3737,8 @@
|
|
|
3724
3737
|
"CVE-2022-1471",
|
|
3725
3738
|
"CVE-2023-43654",
|
|
3726
3739
|
"CVE-2023-48022",
|
|
3740
|
+
"CVE-2024-4889",
|
|
3741
|
+
"CVE-2024-6587",
|
|
3727
3742
|
"CVE-2026-24206",
|
|
3728
3743
|
"CVE-2026-24207"
|
|
3729
3744
|
],
|
|
@@ -4953,8 +4968,11 @@
|
|
|
4953
4968
|
"CVE-2024-39722",
|
|
4954
4969
|
"CVE-2024-42478",
|
|
4955
4970
|
"CVE-2024-42479",
|
|
4971
|
+
"CVE-2024-4889",
|
|
4956
4972
|
"CVE-2024-50050",
|
|
4973
|
+
"CVE-2024-6587",
|
|
4957
4974
|
"CVE-2025-1550",
|
|
4975
|
+
"CVE-2025-1753",
|
|
4958
4976
|
"CVE-2025-23254",
|
|
4959
4977
|
"CVE-2025-23266",
|
|
4960
4978
|
"CVE-2025-30165",
|
|
@@ -5496,6 +5514,7 @@
|
|
|
5496
5514
|
"CVE-2024-42479",
|
|
5497
5515
|
"CVE-2024-50050",
|
|
5498
5516
|
"CVE-2025-1550",
|
|
5517
|
+
"CVE-2025-1753",
|
|
5499
5518
|
"CVE-2025-23254",
|
|
5500
5519
|
"CVE-2025-23266",
|
|
5501
5520
|
"CVE-2025-30165",
|
|
@@ -5578,8 +5597,11 @@
|
|
|
5578
5597
|
"CVE-2024-39722",
|
|
5579
5598
|
"CVE-2024-42478",
|
|
5580
5599
|
"CVE-2024-42479",
|
|
5600
|
+
"CVE-2024-4889",
|
|
5581
5601
|
"CVE-2024-50050",
|
|
5602
|
+
"CVE-2024-6587",
|
|
5582
5603
|
"CVE-2025-1550",
|
|
5604
|
+
"CVE-2025-1753",
|
|
5583
5605
|
"CVE-2025-23254",
|
|
5584
5606
|
"CVE-2025-23266",
|
|
5585
5607
|
"CVE-2025-30165",
|
|
@@ -5887,6 +5909,8 @@
|
|
|
5887
5909
|
"CVE-2023-43654",
|
|
5888
5910
|
"CVE-2023-48022",
|
|
5889
5911
|
"CVE-2024-1709",
|
|
5912
|
+
"CVE-2024-4889",
|
|
5913
|
+
"CVE-2024-6587",
|
|
5890
5914
|
"CVE-2026-20182",
|
|
5891
5915
|
"CVE-2026-24206",
|
|
5892
5916
|
"CVE-2026-24207"
|