@blamejs/exceptd-skills 0.13.95 → 0.13.97

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.
@@ -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
  ],
@@ -1616,7 +1618,9 @@
1616
1618
  "stix_id": "attack-pattern--801658f2-81cd-5935-93c7-5e6e2d80e669",
1617
1619
  "is_subtechnique": false,
1618
1620
  "cve_refs": [
1619
- "CVE-2023-48022"
1621
+ "CVE-2023-48022",
1622
+ "CVE-2025-64513",
1623
+ "CVE-2026-26190"
1620
1624
  ]
1621
1625
  },
1622
1626
  "AML.T0036": {
@@ -1727,13 +1731,17 @@
1727
1731
  "CVE-2024-39722",
1728
1732
  "CVE-2024-42478",
1729
1733
  "CVE-2024-42479",
1734
+ "CVE-2024-4889",
1735
+ "CVE-2024-6587",
1730
1736
  "CVE-2025-30202",
1731
1737
  "CVE-2025-32444",
1732
1738
  "CVE-2025-64496",
1739
+ "CVE-2025-64513",
1733
1740
  "CVE-2026-0766",
1734
1741
  "CVE-2026-24213",
1735
1742
  "CVE-2026-24214",
1736
1743
  "CVE-2026-24215",
1744
+ "CVE-2026-26190",
1737
1745
  "CVE-2026-34159"
1738
1746
  ]
1739
1747
  },
@@ -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",
@@ -310,6 +311,7 @@
310
311
  "CVE-2026-24214",
311
312
  "CVE-2026-25592",
312
313
  "CVE-2026-26015",
314
+ "CVE-2026-26190",
313
315
  "CVE-2026-30615",
314
316
  "CVE-2026-30616",
315
317
  "CVE-2026-30617",
@@ -510,6 +512,7 @@
510
512
  "CVE-2025-34026",
511
513
  "CVE-2025-49706",
512
514
  "CVE-2025-61757",
515
+ "CVE-2025-64513",
513
516
  "CVE-2026-1603",
514
517
  "CVE-2026-20127",
515
518
  "CVE-2026-20182",
@@ -871,9 +874,11 @@
871
874
  "CVE-2024-42478",
872
875
  "CVE-2024-42479",
873
876
  "CVE-2024-43468",
877
+ "CVE-2024-4889",
874
878
  "CVE-2024-50050",
875
879
  "CVE-2024-56145",
876
880
  "CVE-2024-57726",
881
+ "CVE-2024-6587",
877
882
  "CVE-2024-7694",
878
883
  "CVE-2024-8069",
879
884
  "CVE-2025-10035",
@@ -971,6 +976,7 @@
971
976
  "CVE-2025-62848",
972
977
  "CVE-2025-64328",
973
978
  "CVE-2025-64496",
979
+ "CVE-2025-64513",
974
980
  "CVE-2025-6554",
975
981
  "CVE-2025-6558",
976
982
  "CVE-2025-66644",
@@ -1016,6 +1022,7 @@
1016
1022
  "CVE-2026-24215",
1017
1023
  "CVE-2026-25108",
1018
1024
  "CVE-2026-26015",
1025
+ "CVE-2026-26190",
1019
1026
  "CVE-2026-30616",
1020
1027
  "CVE-2026-30617",
1021
1028
  "CVE-2026-30624",
@@ -1529,6 +1536,7 @@
1529
1536
  "name": "Unsecured Credentials: Credentials In Files",
1530
1537
  "version": "v19",
1531
1538
  "cve_refs": [
1539
+ "CVE-2024-6587",
1532
1540
  "CVE-2025-21085",
1533
1541
  "CVE-2026-30615",
1534
1542
  "MAL-2026-3083",
@@ -14542,6 +14542,425 @@
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
+ },
14753
+ "CVE-2025-64513": {
14754
+ "name": "Milvus Proxy Authentication Bypass via Forged Headers",
14755
+ "type": "AUTH-BYPASS",
14756
+ "cvss_score": 9.3,
14757
+ "cvss_vector": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N",
14758
+ "cvss_note": "CNA (GitHub) CVSS v4.0 base 9.3 (CRITICAL); NVD has not published its own assessed score. An unauthenticated attacker bypasses all authentication in the Milvus Proxy via forged HTTP headers (CWE-287).",
14759
+ "cisa_kev": false,
14760
+ "poc_available": true,
14761
+ "poc_description": "Documented in the Milvus GitHub security advisory (GHSA-mhjq-8c7m-3f7p): an unauthenticated request with forged headers bypasses the Proxy's authentication.",
14762
+ "ai_discovered": false,
14763
+ "ai_discovery_source": "human_researcher",
14764
+ "ai_discovery_notes": "Disclosed via the Milvus project's GitHub security advisories. Milvus is a widely used vector database that stores RAG embeddings and source data; the abused surface is its auth layer.",
14765
+ "ai_assisted_weaponization": false,
14766
+ "ai_assisted_notes": "No AI-assisted weaponization; authentication bypass on the vector database.",
14767
+ "active_exploitation": "none",
14768
+ "active_exploitation_notes": "Advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation. Note: exposed vector databases are widely reported to leak PII and credentials, so an auth bypass on RAG storage is high-impact.",
14769
+ "affected": "Milvus before 2.4.24, 2.5.21, and 2.6.5 (the Proxy component).",
14770
+ "affected_versions": [
14771
+ "Milvus < 2.4.24",
14772
+ "Milvus >= 2.5.0, < 2.5.21",
14773
+ "Milvus >= 2.6.0, < 2.6.5"
14774
+ ],
14775
+ "vector": "Milvus's Proxy component trusts forged HTTP headers for authentication, so an unauthenticated attacker bypasses all authentication mechanisms (CWE-287) and gains full access to the vector database's collections and operations.",
14776
+ "complexity": "low",
14777
+ "complexity_notes": "AV:N / AC:L / PR:N - unauthenticated, network-reachable.",
14778
+ "patch_available": true,
14779
+ "patch_required_reboot": false,
14780
+ "live_patch_available": false,
14781
+ "live_patch_tools": [],
14782
+ "live_patch_notes": "Remediation is upgrading Milvus to 2.4.24 / 2.5.21 / 2.6.5; redeploy, no host reboot.",
14783
+ "vendor_update_paths": [
14784
+ "Upgrade Milvus to a patched release (2.4.24 / 2.5.21 / 2.6.5). Enable authentication, replace any default tokens, and do not expose Milvus's Proxy / port 9091 to untrusted networks."
14785
+ ],
14786
+ "framework_control_gaps": {
14787
+ "NIST-800-53-IA-2": "Identification-and-authentication is not enforced on the vector database's API/management surface; an unauthenticated attacker reaches RAG data.",
14788
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track the vector database (RAG persistence layer) as managed, auth-bypass-bearing software.",
14789
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the vector database's auth layer as an access-control surface.",
14790
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach the vector DB as a privileged data store.",
14791
+ "DORA-Art-9": "ICT protection measures do not model an unauthenticated vector-DB takeover (RAG data / embeddings) as an ICT-risk event.",
14792
+ "UK-CAF-B2": "Identity and Access Control objective has no requirement to authenticate the vector database storing RAG data.",
14793
+ "AU-ISM-1546": "Patch-application control does not single out vector databases.",
14794
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats the vector database as a sensitive RAG data store whose API/management ports must authenticate; an auth bypass exposes embeddings, source documents, and enables RAG poisoning."
14795
+ },
14796
+ "atlas_refs": [
14797
+ "AML.T0049",
14798
+ "AML.T0035"
14799
+ ],
14800
+ "attack_refs": [
14801
+ "T1190",
14802
+ "T1078"
14803
+ ],
14804
+ "rwep_score": 27,
14805
+ "rwep_factors": {
14806
+ "cisa_kev": 0,
14807
+ "poc_available": 20,
14808
+ "ai_factor": 0,
14809
+ "active_exploitation": 0,
14810
+ "blast_radius": 22,
14811
+ "patch_available": -15,
14812
+ "live_patch_available": 0,
14813
+ "reboot_required": 0
14814
+ },
14815
+ "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 disclosure (Hard Rule #3). poc_available=20 + blast_radius=22 (Milvus is a widely used vector database for RAG) minus patch 15. Note: unauthenticated access to RAG storage (PII/embeddings/source docs) raises operational urgency beyond the RWEP number.",
14816
+ "epss_score": null,
14817
+ "epss_date": "2026-05-25",
14818
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
14819
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2025-64513",
14820
+ "cwe_refs": [
14821
+ "CWE-287"
14822
+ ],
14823
+ "iocs": {
14824
+ "behavioral": [
14825
+ "Milvus Proxy requests carrying forged authentication headers from untrusted sources.",
14826
+ "Vector-database collection reads/writes or admin operations not attributable to an authenticated client.",
14827
+ "Milvus reachable from untrusted networks with default or weak tokens.",
14828
+ "Milvus at any affected version (< 2.4.24, or 2.5.0-2.5.20, or 2.6.0-2.6.4) exposed to untrusted networks - the exposed precondition."
14829
+ ],
14830
+ "_ioc_source_note": "Behavioral signatures anchored to the Milvus GitHub security advisory (https://github.com/milvus-io/milvus/security/advisories/GHSA-mhjq-8c7m-3f7p) and NVD CVE-2025-64513 (CWE-287). The forged-header auth bypass is the indicator anchor."
14831
+ },
14832
+ "source_verified": "2026-05-25",
14833
+ "verification_sources": [
14834
+ "https://nvd.nist.gov/vuln/detail/CVE-2025-64513",
14835
+ "https://github.com/milvus-io/milvus/security/advisories/GHSA-mhjq-8c7m-3f7p"
14836
+ ],
14837
+ "vendor_advisories": [
14838
+ {
14839
+ "vendor": "GitHub Security Advisory (milvus-io)",
14840
+ "advisory_id": "GHSA-mhjq-8c7m-3f7p",
14841
+ "url": "https://github.com/milvus-io/milvus/security/advisories/GHSA-mhjq-8c7m-3f7p",
14842
+ "severity": "critical",
14843
+ "published_date": "2025-11-10"
14844
+ },
14845
+ {
14846
+ "vendor": "NVD",
14847
+ "advisory_id": "CVE-2025-64513",
14848
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-64513",
14849
+ "severity": "critical",
14850
+ "published_date": "2025-11-10"
14851
+ }
14852
+ ],
14853
+ "last_updated": "2026-05-25",
14854
+ "discovery_attribution_note": "Manually curated from NVD (CWE-287; CNA GitHub CVSS v4.0 9.3, no NVD-assessed score) + the Milvus GitHub advisory. Member of the Milvus vector-database authentication-bypass family (RAG persistence layer).",
14855
+ "_auto_imported": false,
14856
+ "_intake_method": "manual-verified-curation",
14857
+ "_kev_short_description": "Milvus's Proxy trusts forged HTTP headers, letting an unauthenticated attacker bypass all authentication and access the vector database (CWE-287); fixed in 2.4.24 / 2.5.21 / 2.6.5."
14858
+ },
14859
+ "CVE-2026-26190": {
14860
+ "name": "Milvus Port 9091 Missing Authentication / Weak Default Token",
14861
+ "type": "RCE",
14862
+ "cvss_score": 9.8,
14863
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
14864
+ "cvss_note": "NVD CVSS v3.1 base 9.8 (CRITICAL). TCP port 9091 is exposed with weak default tokens and unauthenticated API access (CWE-306), enabling arbitrary expression evaluation and unauthenticated access to all business operations.",
14865
+ "cisa_kev": false,
14866
+ "poc_available": true,
14867
+ "poc_description": "Documented in the Milvus GitHub security advisory (GHSA-7ppg-37fh-vcr6): an unauthenticated request to port 9091 reaches all business operations and arbitrary expression evaluation.",
14868
+ "ai_discovered": false,
14869
+ "ai_discovery_source": "human_researcher",
14870
+ "ai_discovery_notes": "Disclosed via the Milvus project's GitHub security advisories. Milvus is a widely used vector database that stores RAG embeddings and source data; the abused surface is its auth layer.",
14871
+ "ai_assisted_weaponization": false,
14872
+ "ai_assisted_notes": "No AI-assisted weaponization; authentication bypass on the vector database.",
14873
+ "active_exploitation": "none",
14874
+ "active_exploitation_notes": "Advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation. Note: exposed vector databases are widely reported to leak PII and credentials, so an auth bypass on RAG storage is high-impact.",
14875
+ "affected": "Milvus before 2.5.27, and 2.6.0 through 2.6.9.",
14876
+ "affected_versions": [
14877
+ "Milvus < 2.5.27",
14878
+ "Milvus >= 2.6.0, <= 2.6.9"
14879
+ ],
14880
+ "vector": "Milvus exposes TCP port 9091 with weak default tokens and unauthenticated API access (CWE-306 missing authentication for a critical function). An unauthenticated attacker reaches all business operations and can trigger arbitrary expression evaluation, compromising the vector database and its RAG data.",
14881
+ "complexity": "low",
14882
+ "complexity_notes": "AV:N / AC:L / PR:N - unauthenticated, network-reachable.",
14883
+ "patch_available": true,
14884
+ "patch_required_reboot": false,
14885
+ "live_patch_available": false,
14886
+ "live_patch_tools": [],
14887
+ "live_patch_notes": "Remediation is upgrading Milvus to 2.5.27 / 2.6.10; redeploy, no host reboot.",
14888
+ "vendor_update_paths": [
14889
+ "Upgrade Milvus to a patched release (2.5.27 / 2.6.10). Enable authentication, replace any default tokens, and do not expose Milvus's Proxy / port 9091 to untrusted networks."
14890
+ ],
14891
+ "framework_control_gaps": {
14892
+ "NIST-800-53-IA-2": "Identification-and-authentication is not enforced on the vector database's API/management surface; an unauthenticated attacker reaches RAG data.",
14893
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track the vector database (RAG persistence layer) as managed, auth-bypass-bearing software.",
14894
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the vector database's auth layer as an access-control surface.",
14895
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach the vector DB as a privileged data store.",
14896
+ "DORA-Art-9": "ICT protection measures do not model an unauthenticated vector-DB takeover (RAG data / embeddings) as an ICT-risk event.",
14897
+ "UK-CAF-B2": "Identity and Access Control objective has no requirement to authenticate the vector database storing RAG data.",
14898
+ "AU-ISM-1546": "Patch-application control does not single out vector databases.",
14899
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats the vector database as a sensitive RAG data store whose API/management ports must authenticate; an auth bypass exposes embeddings, source documents, and enables RAG poisoning."
14900
+ },
14901
+ "atlas_refs": [
14902
+ "AML.T0049",
14903
+ "AML.T0035"
14904
+ ],
14905
+ "attack_refs": [
14906
+ "T1190",
14907
+ "T1059"
14908
+ ],
14909
+ "rwep_score": 27,
14910
+ "rwep_factors": {
14911
+ "cisa_kev": 0,
14912
+ "poc_available": 20,
14913
+ "ai_factor": 0,
14914
+ "active_exploitation": 0,
14915
+ "blast_radius": 22,
14916
+ "patch_available": -15,
14917
+ "live_patch_available": 0,
14918
+ "reboot_required": 0
14919
+ },
14920
+ "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 disclosure (Hard Rule #3). poc_available=20 + blast_radius=22 (Milvus is a widely used vector database for RAG) minus patch 15. Note: unauthenticated access to RAG storage (PII/embeddings/source docs) raises operational urgency beyond the RWEP number.",
14921
+ "epss_score": null,
14922
+ "epss_date": "2026-05-25",
14923
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
14924
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-26190",
14925
+ "cwe_refs": [
14926
+ "CWE-306"
14927
+ ],
14928
+ "iocs": {
14929
+ "behavioral": [
14930
+ "Unauthenticated requests to Milvus TCP port 9091 (metrics/management) reaching business operations or expression evaluation.",
14931
+ "Vector-database collection reads/writes or admin operations not attributable to an authenticated client.",
14932
+ "Milvus reachable from untrusted networks with default or weak tokens.",
14933
+ "Milvus at any affected version (< 2.5.27, or 2.6.0-2.6.9) exposed to untrusted networks - the exposed precondition."
14934
+ ],
14935
+ "_ioc_source_note": "Behavioral signatures anchored to the Milvus GitHub security advisory (https://github.com/milvus-io/milvus/security/advisories/GHSA-7ppg-37fh-vcr6) and NVD CVE-2026-26190 (CWE-306). The unauthenticated port-9091 access is the indicator anchor."
14936
+ },
14937
+ "source_verified": "2026-05-25",
14938
+ "verification_sources": [
14939
+ "https://nvd.nist.gov/vuln/detail/CVE-2026-26190",
14940
+ "https://github.com/milvus-io/milvus/security/advisories/GHSA-7ppg-37fh-vcr6"
14941
+ ],
14942
+ "vendor_advisories": [
14943
+ {
14944
+ "vendor": "GitHub Security Advisory (milvus-io)",
14945
+ "advisory_id": "GHSA-7ppg-37fh-vcr6",
14946
+ "url": "https://github.com/milvus-io/milvus/security/advisories/GHSA-7ppg-37fh-vcr6",
14947
+ "severity": "critical",
14948
+ "published_date": "2026-02-13"
14949
+ },
14950
+ {
14951
+ "vendor": "NVD",
14952
+ "advisory_id": "CVE-2026-26190",
14953
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26190",
14954
+ "severity": "critical",
14955
+ "published_date": "2026-02-13"
14956
+ }
14957
+ ],
14958
+ "last_updated": "2026-05-25",
14959
+ "discovery_attribution_note": "Manually curated from NVD (CWE-306; NIST CVSS 9.8) + the Milvus GitHub advisory. Member of the Milvus vector-database authentication-bypass family (RAG persistence layer).",
14960
+ "_auto_imported": false,
14961
+ "_intake_method": "manual-verified-curation",
14962
+ "_kev_short_description": "Milvus exposes port 9091 with weak default tokens and unauthenticated API access (CWE-306), enabling arbitrary expression evaluation and full unauthenticated control; fixed in 2.5.27 / 2.6.10."
14963
+ },
14545
14964
  "CVE-2026-41091": {
14546
14965
  "name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
14547
14966
  "type": "LPE",
@@ -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",
@@ -702,6 +703,7 @@
702
703
  "CVE-2025-32975",
703
704
  "CVE-2025-3935",
704
705
  "CVE-2025-49706",
706
+ "CVE-2025-64513",
705
707
  "CVE-2026-20127",
706
708
  "CVE-2026-20182"
707
709
  ],
@@ -744,6 +746,7 @@
744
746
  "CVE-2025-61757",
745
747
  "CVE-2026-0300",
746
748
  "CVE-2026-24423",
749
+ "CVE-2026-26190",
747
750
  "CVE-2026-33017",
748
751
  "CVE-2026-39987",
749
752
  "CVE-2026-41940"
@@ -1849,6 +1852,7 @@
1849
1852
  "CVE-2023-43654",
1850
1853
  "CVE-2023-48022",
1851
1854
  "CVE-2023-51449",
1855
+ "CVE-2024-6587",
1852
1856
  "CVE-2025-61884"
1853
1857
  ],
1854
1858
  "framework_controls_partially_addressing": [