@blamejs/exceptd-skills 0.13.95 → 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 +4 -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 +770 -0
- package/data/atlas-ttps.json +4 -0
- package/data/attack-techniques.json +4 -0
- package/data/cve-catalog.json +208 -0
- package/data/cwe-catalog.json +2 -0
- package/data/framework-control-gaps.json +16 -0
- package/data/zeroday-lessons.json +100 -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,6 +285,7 @@
|
|
|
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",
|
|
@@ -871,9 +872,11 @@
|
|
|
871
872
|
"CVE-2024-42478",
|
|
872
873
|
"CVE-2024-42479",
|
|
873
874
|
"CVE-2024-43468",
|
|
875
|
+
"CVE-2024-4889",
|
|
874
876
|
"CVE-2024-50050",
|
|
875
877
|
"CVE-2024-56145",
|
|
876
878
|
"CVE-2024-57726",
|
|
879
|
+
"CVE-2024-6587",
|
|
877
880
|
"CVE-2024-7694",
|
|
878
881
|
"CVE-2024-8069",
|
|
879
882
|
"CVE-2025-10035",
|
|
@@ -1529,6 +1532,7 @@
|
|
|
1529
1532
|
"name": "Unsecured Credentials: Credentials In Files",
|
|
1530
1533
|
"version": "v19",
|
|
1531
1534
|
"cve_refs": [
|
|
1535
|
+
"CVE-2024-6587",
|
|
1532
1536
|
"CVE-2025-21085",
|
|
1533
1537
|
"CVE-2026-30615",
|
|
1534
1538
|
"MAL-2026-3083",
|
package/data/cve-catalog.json
CHANGED
|
@@ -14542,6 +14542,214 @@
|
|
|
14542
14542
|
"_intake_method": "manual-verified-curation",
|
|
14543
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
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
|
+
},
|
|
14545
14753
|
"CVE-2026-41091": {
|
|
14546
14754
|
"name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
|
|
14547
14755
|
"type": "LPE",
|
package/data/cwe-catalog.json
CHANGED
|
@@ -379,6 +379,7 @@
|
|
|
379
379
|
"CVE-2024-21513",
|
|
380
380
|
"CVE-2024-21576",
|
|
381
381
|
"CVE-2024-27132",
|
|
382
|
+
"CVE-2024-4889",
|
|
382
383
|
"CVE-2024-56145",
|
|
383
384
|
"CVE-2025-11837",
|
|
384
385
|
"CVE-2025-1550",
|
|
@@ -1849,6 +1850,7 @@
|
|
|
1849
1850
|
"CVE-2023-43654",
|
|
1850
1851
|
"CVE-2023-48022",
|
|
1851
1852
|
"CVE-2023-51449",
|
|
1853
|
+
"CVE-2024-6587",
|
|
1852
1854
|
"CVE-2025-61884"
|
|
1853
1855
|
],
|
|
1854
1856
|
"framework_controls_partially_addressing": [
|
|
@@ -51,7 +51,9 @@
|
|
|
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",
|
|
56
58
|
"CVE-2025-1753",
|
|
57
59
|
"CVE-2025-23254",
|
|
@@ -1410,11 +1412,13 @@
|
|
|
1410
1412
|
"CVE-2024-42478",
|
|
1411
1413
|
"CVE-2024-42479",
|
|
1412
1414
|
"CVE-2024-43468",
|
|
1415
|
+
"CVE-2024-4889",
|
|
1413
1416
|
"CVE-2024-50050",
|
|
1414
1417
|
"CVE-2024-54085",
|
|
1415
1418
|
"CVE-2024-56145",
|
|
1416
1419
|
"CVE-2024-57726",
|
|
1417
1420
|
"CVE-2024-57728",
|
|
1421
|
+
"CVE-2024-6587",
|
|
1418
1422
|
"CVE-2024-7399",
|
|
1419
1423
|
"CVE-2024-7694",
|
|
1420
1424
|
"CVE-2024-8068",
|
|
@@ -1828,7 +1832,9 @@
|
|
|
1828
1832
|
"CVE-2024-39722",
|
|
1829
1833
|
"CVE-2024-42478",
|
|
1830
1834
|
"CVE-2024-42479",
|
|
1835
|
+
"CVE-2024-4889",
|
|
1831
1836
|
"CVE-2024-50050",
|
|
1837
|
+
"CVE-2024-6587",
|
|
1832
1838
|
"CVE-2025-10585",
|
|
1833
1839
|
"CVE-2025-1094",
|
|
1834
1840
|
"CVE-2025-14174",
|
|
@@ -2463,11 +2469,13 @@
|
|
|
2463
2469
|
"CVE-2024-42478",
|
|
2464
2470
|
"CVE-2024-42479",
|
|
2465
2471
|
"CVE-2024-43468",
|
|
2472
|
+
"CVE-2024-4889",
|
|
2466
2473
|
"CVE-2024-50050",
|
|
2467
2474
|
"CVE-2024-54085",
|
|
2468
2475
|
"CVE-2024-56145",
|
|
2469
2476
|
"CVE-2024-57726",
|
|
2470
2477
|
"CVE-2024-57728",
|
|
2478
|
+
"CVE-2024-6587",
|
|
2471
2479
|
"CVE-2024-7399",
|
|
2472
2480
|
"CVE-2024-7694",
|
|
2473
2481
|
"CVE-2024-8068",
|
|
@@ -3729,6 +3737,8 @@
|
|
|
3729
3737
|
"CVE-2022-1471",
|
|
3730
3738
|
"CVE-2023-43654",
|
|
3731
3739
|
"CVE-2023-48022",
|
|
3740
|
+
"CVE-2024-4889",
|
|
3741
|
+
"CVE-2024-6587",
|
|
3732
3742
|
"CVE-2026-24206",
|
|
3733
3743
|
"CVE-2026-24207"
|
|
3734
3744
|
],
|
|
@@ -4958,7 +4968,9 @@
|
|
|
4958
4968
|
"CVE-2024-39722",
|
|
4959
4969
|
"CVE-2024-42478",
|
|
4960
4970
|
"CVE-2024-42479",
|
|
4971
|
+
"CVE-2024-4889",
|
|
4961
4972
|
"CVE-2024-50050",
|
|
4973
|
+
"CVE-2024-6587",
|
|
4962
4974
|
"CVE-2025-1550",
|
|
4963
4975
|
"CVE-2025-1753",
|
|
4964
4976
|
"CVE-2025-23254",
|
|
@@ -5585,7 +5597,9 @@
|
|
|
5585
5597
|
"CVE-2024-39722",
|
|
5586
5598
|
"CVE-2024-42478",
|
|
5587
5599
|
"CVE-2024-42479",
|
|
5600
|
+
"CVE-2024-4889",
|
|
5588
5601
|
"CVE-2024-50050",
|
|
5602
|
+
"CVE-2024-6587",
|
|
5589
5603
|
"CVE-2025-1550",
|
|
5590
5604
|
"CVE-2025-1753",
|
|
5591
5605
|
"CVE-2025-23254",
|
|
@@ -5895,6 +5909,8 @@
|
|
|
5895
5909
|
"CVE-2023-43654",
|
|
5896
5910
|
"CVE-2023-48022",
|
|
5897
5911
|
"CVE-2024-1709",
|
|
5912
|
+
"CVE-2024-4889",
|
|
5913
|
+
"CVE-2024-6587",
|
|
5898
5914
|
"CVE-2026-20182",
|
|
5899
5915
|
"CVE-2026-24206",
|
|
5900
5916
|
"CVE-2026-24207"
|
|
@@ -4111,6 +4111,106 @@
|
|
|
4111
4111
|
"_auto_imported": false,
|
|
4112
4112
|
"_intake_method": "manual-verified-curation"
|
|
4113
4113
|
},
|
|
4114
|
+
"CVE-2024-6587": {
|
|
4115
|
+
"name": "BerriAI LiteLLM api_base SSRF API-Key Interception",
|
|
4116
|
+
"lesson_date": "2026-05-25",
|
|
4117
|
+
"attack_vector": {
|
|
4118
|
+
"description": "BerriAI LiteLLM (CWE-918 SSRF via user-supplied api_base) on the LLM proxy/gateway forwards the gateway's configured provider API key to an attacker-supplied api_base, leaking the keys it holds.",
|
|
4119
|
+
"privileges_required": "none (NVD PR:N) - a request parameter",
|
|
4120
|
+
"complexity": "low (NVD AC:L)",
|
|
4121
|
+
"ai_factor": "The abused surface is the LLM proxy/gateway - the shared chokepoint that holds provider API keys for many models and teams. The lesson: an LLM gateway is a high-value credential store, so its request and config planes must be isolated from the secrets (allow-list egress, no dynamic evaluation of config), or a single SSRF / config flaw becomes mass key theft or proxy RCE. CVE-2024-6587 was the SSRF link of a Pwn2Own full-chain RCE against LiteLLM."
|
|
4122
|
+
},
|
|
4123
|
+
"framework_coverage": {
|
|
4124
|
+
"NIST-800-53-IA-2": {
|
|
4125
|
+
"covered": true,
|
|
4126
|
+
"adequate": false,
|
|
4127
|
+
"gap": "Authenticator (API key) management does not isolate the gateway's stored provider keys from request-controlled egress."
|
|
4128
|
+
},
|
|
4129
|
+
"NIST-800-53-SI-2": {
|
|
4130
|
+
"covered": true,
|
|
4131
|
+
"adequate": false,
|
|
4132
|
+
"gap": "Does not track the LLM proxy/gateway as managed, credential-bearing software."
|
|
4133
|
+
},
|
|
4134
|
+
"ALL-AI-PIPELINE-INTEGRITY": {
|
|
4135
|
+
"covered": false,
|
|
4136
|
+
"adequate": false,
|
|
4137
|
+
"gap": "No framework treats the LLM gateway as a high-value credential store whose request/config plane must be isolated from the secrets."
|
|
4138
|
+
}
|
|
4139
|
+
},
|
|
4140
|
+
"compliance_exposure_score": {
|
|
4141
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
4142
|
+
"basis": "LLM gateways concentrate provider keys but are deployed as convenience infrastructure; their request/config planes are not isolated from the credential store.",
|
|
4143
|
+
"theater_pattern": "ai_supply_chain_trust"
|
|
4144
|
+
},
|
|
4145
|
+
"ai_discovered_zeroday": false,
|
|
4146
|
+
"ai_discovery_source": "human_researcher",
|
|
4147
|
+
"ai_assist_factor": "none",
|
|
4148
|
+
"new_control_requirements": [
|
|
4149
|
+
{
|
|
4150
|
+
"id": "NEW-CTRL-013",
|
|
4151
|
+
"name": "AI-GATEWAY-CREDENTIAL-STORE-ISOLATION",
|
|
4152
|
+
"description": "The LLM proxy/gateway must isolate its stored provider credentials from request- and config-controlled flows: allow-list permitted provider endpoints (reject attacker-supplied api_base), never forward stored keys to unvalidated destinations, disable dynamic evaluation of configuration, and keep the admin/config surface off untrusted networks. Upgrade BerriAI LiteLLM to a patched release (1.44.8+). The distinguishing test: send a /chat/completions request with an attacker api_base, and an admin config with a remote UI_LOGO_PATH, to a staging gateway and confirm no key egress and no code execution.",
|
|
4153
|
+
"evidence": "https://github.com/advisories/GHSA-g26j-5385-hhw3",
|
|
4154
|
+
"gap_closes": [
|
|
4155
|
+
"NIST-800-53-IA-2",
|
|
4156
|
+
"NIST-800-53-SI-2",
|
|
4157
|
+
"ALL-AI-PIPELINE-INTEGRITY"
|
|
4158
|
+
]
|
|
4159
|
+
}
|
|
4160
|
+
],
|
|
4161
|
+
"_auto_imported": false,
|
|
4162
|
+
"_intake_method": "manual-verified-curation"
|
|
4163
|
+
},
|
|
4164
|
+
"CVE-2024-4889": {
|
|
4165
|
+
"name": "BerriAI LiteLLM Config Code Injection via UI_LOGO_PATH / KMS",
|
|
4166
|
+
"lesson_date": "2026-05-25",
|
|
4167
|
+
"attack_vector": {
|
|
4168
|
+
"description": "BerriAI LiteLLM (CWE-94 code injection via the secret-management config path) on the LLM proxy/gateway lets admin-influenced config reach a dynamic-evaluation path and execute code on the credential-bearing proxy.",
|
|
4169
|
+
"privileges_required": "admin-level config influence (NVD PR:H)",
|
|
4170
|
+
"complexity": "low (NVD AC:L)",
|
|
4171
|
+
"ai_factor": "The abused surface is the LLM proxy/gateway - the shared chokepoint that holds provider API keys for many models and teams. The lesson: an LLM gateway is a high-value credential store, so its request and config planes must be isolated from the secrets (allow-list egress, no dynamic evaluation of config), or a single SSRF / config flaw becomes mass key theft or proxy RCE. CVE-2024-6587 was the SSRF link of a Pwn2Own full-chain RCE against LiteLLM."
|
|
4172
|
+
},
|
|
4173
|
+
"framework_coverage": {
|
|
4174
|
+
"NIST-800-53-IA-2": {
|
|
4175
|
+
"covered": true,
|
|
4176
|
+
"adequate": false,
|
|
4177
|
+
"gap": "Authenticator (API key) management does not isolate the gateway's stored provider keys from request-controlled egress."
|
|
4178
|
+
},
|
|
4179
|
+
"NIST-800-53-SI-2": {
|
|
4180
|
+
"covered": true,
|
|
4181
|
+
"adequate": false,
|
|
4182
|
+
"gap": "Does not track the LLM proxy/gateway as managed, credential-bearing software."
|
|
4183
|
+
},
|
|
4184
|
+
"ALL-AI-PIPELINE-INTEGRITY": {
|
|
4185
|
+
"covered": false,
|
|
4186
|
+
"adequate": false,
|
|
4187
|
+
"gap": "No framework treats the LLM gateway as a high-value credential store whose request/config plane must be isolated from the secrets."
|
|
4188
|
+
}
|
|
4189
|
+
},
|
|
4190
|
+
"compliance_exposure_score": {
|
|
4191
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
4192
|
+
"basis": "LLM gateways concentrate provider keys but are deployed as convenience infrastructure; their request/config planes are not isolated from the credential store.",
|
|
4193
|
+
"theater_pattern": "ai_supply_chain_trust"
|
|
4194
|
+
},
|
|
4195
|
+
"ai_discovered_zeroday": false,
|
|
4196
|
+
"ai_discovery_source": "human_researcher",
|
|
4197
|
+
"ai_assist_factor": "none",
|
|
4198
|
+
"new_control_requirements": [
|
|
4199
|
+
{
|
|
4200
|
+
"id": "NEW-CTRL-013",
|
|
4201
|
+
"name": "AI-GATEWAY-CREDENTIAL-STORE-ISOLATION",
|
|
4202
|
+
"description": "The LLM proxy/gateway must isolate its stored provider credentials from request- and config-controlled flows: allow-list permitted provider endpoints (reject attacker-supplied api_base), never forward stored keys to unvalidated destinations, disable dynamic evaluation of configuration, and keep the admin/config surface off untrusted networks. Upgrade BerriAI LiteLLM to a patched release (1.44.16+). The distinguishing test: send a /chat/completions request with an attacker api_base, and an admin config with a remote UI_LOGO_PATH, to a staging gateway and confirm no key egress and no code execution.",
|
|
4203
|
+
"evidence": "https://github.com/advisories/GHSA-423v-966v-frxg",
|
|
4204
|
+
"gap_closes": [
|
|
4205
|
+
"NIST-800-53-IA-2",
|
|
4206
|
+
"NIST-800-53-SI-2",
|
|
4207
|
+
"ALL-AI-PIPELINE-INTEGRITY"
|
|
4208
|
+
]
|
|
4209
|
+
}
|
|
4210
|
+
],
|
|
4211
|
+
"_auto_imported": false,
|
|
4212
|
+
"_intake_method": "manual-verified-curation"
|
|
4213
|
+
},
|
|
4114
4214
|
"CVE-2023-44467": {
|
|
4115
4215
|
"name": "LangChain-Experimental PALChain dunder-import Code Execution (CVE-2023-36258 bypass)",
|
|
4116
4216
|
"lesson_date": "2026-05-25",
|