@blamejs/exceptd-skills 0.13.96 → 0.13.98
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 +1540 -0
- package/data/atlas-ttps.json +7 -1
- package/data/attack-techniques.json +8 -0
- package/data/cve-catalog.json +419 -0
- package/data/cwe-catalog.json +4 -0
- package/data/framework-control-gaps.json +34 -2
- package/data/zeroday-lessons.json +200 -0
- package/manifest.json +44 -44
- package/package.json +2 -2
- package/sbom.cdx.json +25 -25
package/data/atlas-ttps.json
CHANGED
|
@@ -1618,7 +1618,9 @@
|
|
|
1618
1618
|
"stix_id": "attack-pattern--801658f2-81cd-5935-93c7-5e6e2d80e669",
|
|
1619
1619
|
"is_subtechnique": false,
|
|
1620
1620
|
"cve_refs": [
|
|
1621
|
-
"CVE-2023-48022"
|
|
1621
|
+
"CVE-2023-48022",
|
|
1622
|
+
"CVE-2025-64513",
|
|
1623
|
+
"CVE-2026-26190"
|
|
1622
1624
|
]
|
|
1623
1625
|
},
|
|
1624
1626
|
"AML.T0036": {
|
|
@@ -1720,6 +1722,8 @@
|
|
|
1720
1722
|
"CVE-2023-43654",
|
|
1721
1723
|
"CVE-2023-48022",
|
|
1722
1724
|
"CVE-2023-51449",
|
|
1725
|
+
"CVE-2023-6019",
|
|
1726
|
+
"CVE-2023-6021",
|
|
1723
1727
|
"CVE-2024-13059",
|
|
1724
1728
|
"CVE-2024-1561",
|
|
1725
1729
|
"CVE-2024-21575",
|
|
@@ -1734,10 +1738,12 @@
|
|
|
1734
1738
|
"CVE-2025-30202",
|
|
1735
1739
|
"CVE-2025-32444",
|
|
1736
1740
|
"CVE-2025-64496",
|
|
1741
|
+
"CVE-2025-64513",
|
|
1737
1742
|
"CVE-2026-0766",
|
|
1738
1743
|
"CVE-2026-24213",
|
|
1739
1744
|
"CVE-2026-24214",
|
|
1740
1745
|
"CVE-2026-24215",
|
|
1746
|
+
"CVE-2026-26190",
|
|
1741
1747
|
"CVE-2026-34159"
|
|
1742
1748
|
]
|
|
1743
1749
|
},
|
|
@@ -276,6 +276,7 @@
|
|
|
276
276
|
"CVE-2023-43654",
|
|
277
277
|
"CVE-2023-44467",
|
|
278
278
|
"CVE-2023-48022",
|
|
279
|
+
"CVE-2023-6019",
|
|
279
280
|
"CVE-2024-11392",
|
|
280
281
|
"CVE-2024-11393",
|
|
281
282
|
"CVE-2024-11394",
|
|
@@ -311,6 +312,7 @@
|
|
|
311
312
|
"CVE-2026-24214",
|
|
312
313
|
"CVE-2026-25592",
|
|
313
314
|
"CVE-2026-26015",
|
|
315
|
+
"CVE-2026-26190",
|
|
314
316
|
"CVE-2026-30615",
|
|
315
317
|
"CVE-2026-30616",
|
|
316
318
|
"CVE-2026-30617",
|
|
@@ -511,6 +513,7 @@
|
|
|
511
513
|
"CVE-2025-34026",
|
|
512
514
|
"CVE-2025-49706",
|
|
513
515
|
"CVE-2025-61757",
|
|
516
|
+
"CVE-2025-64513",
|
|
514
517
|
"CVE-2026-1603",
|
|
515
518
|
"CVE-2026-20127",
|
|
516
519
|
"CVE-2026-20182",
|
|
@@ -859,6 +862,8 @@
|
|
|
859
862
|
"CVE-2023-48022",
|
|
860
863
|
"CVE-2023-51449",
|
|
861
864
|
"CVE-2023-52163",
|
|
865
|
+
"CVE-2023-6019",
|
|
866
|
+
"CVE-2023-6021",
|
|
862
867
|
"CVE-2024-12987",
|
|
863
868
|
"CVE-2024-13059",
|
|
864
869
|
"CVE-2024-1561",
|
|
@@ -974,6 +979,7 @@
|
|
|
974
979
|
"CVE-2025-62848",
|
|
975
980
|
"CVE-2025-64328",
|
|
976
981
|
"CVE-2025-64496",
|
|
982
|
+
"CVE-2025-64513",
|
|
977
983
|
"CVE-2025-6554",
|
|
978
984
|
"CVE-2025-6558",
|
|
979
985
|
"CVE-2025-66644",
|
|
@@ -1019,6 +1025,7 @@
|
|
|
1019
1025
|
"CVE-2026-24215",
|
|
1020
1026
|
"CVE-2026-25108",
|
|
1021
1027
|
"CVE-2026-26015",
|
|
1028
|
+
"CVE-2026-26190",
|
|
1022
1029
|
"CVE-2026-30616",
|
|
1023
1030
|
"CVE-2026-30617",
|
|
1024
1031
|
"CVE-2026-30624",
|
|
@@ -3553,6 +3560,7 @@
|
|
|
3553
3560
|
"is_subtechnique": false,
|
|
3554
3561
|
"cve_refs": [
|
|
3555
3562
|
"CVE-2023-51449",
|
|
3563
|
+
"CVE-2023-6021",
|
|
3556
3564
|
"CVE-2024-1561",
|
|
3557
3565
|
"CVE-2024-39722",
|
|
3558
3566
|
"CVE-2026-34926"
|
package/data/cve-catalog.json
CHANGED
|
@@ -14750,6 +14750,425 @@
|
|
|
14750
14750
|
"_intake_method": "manual-verified-curation",
|
|
14751
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
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
|
+
},
|
|
14964
|
+
"CVE-2023-6019": {
|
|
14965
|
+
"name": "Anyscale Ray Dashboard cpu_profile Command Injection RCE",
|
|
14966
|
+
"type": "RCE",
|
|
14967
|
+
"cvss_score": 9.8,
|
|
14968
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
|
|
14969
|
+
"cvss_note": "NVD CVSS v3.1 base 9.8 (CRITICAL). The Ray dashboard's cpu_profile URL parameter is passed to a system command without neutralization (CWE-78), allowing unauthenticated remote command execution on the dashboard host.",
|
|
14970
|
+
"cisa_kev": false,
|
|
14971
|
+
"poc_available": true,
|
|
14972
|
+
"poc_description": "Documented in the GitHub advisory and the Anyscale Ray CVE response: an unauthenticated request to the Ray dashboard cpu_profile endpoint injects an OS command.",
|
|
14973
|
+
"ai_discovered": false,
|
|
14974
|
+
"ai_discovery_source": "human_researcher",
|
|
14975
|
+
"ai_discovery_notes": "Disclosed via the Ray dashboard CVE cluster (Bishop Fox / Protect AI; Anyscale CVE response). Ray is a widely used distributed AI/ML compute framework; the abused surface is its dashboard.",
|
|
14976
|
+
"ai_assisted_weaponization": false,
|
|
14977
|
+
"ai_assisted_notes": "No AI-assisted weaponization; command injection in the AI compute framework's dashboard.",
|
|
14978
|
+
"active_exploitation": "none",
|
|
14979
|
+
"active_exploitation_notes": "Coordinated disclosure with a fix in Ray 2.8.1; no confirmed in-the-wild exploitation specific to this CVE (the separate disputed Job-API issue CVE-2023-48022 is the one mass-exploited as ShadowRay).",
|
|
14980
|
+
"affected": "Anyscale Ray before 2.8.1 (the dashboard cpu_profile endpoint).",
|
|
14981
|
+
"affected_versions": [
|
|
14982
|
+
"Anyscale Ray < 2.8.1"
|
|
14983
|
+
],
|
|
14984
|
+
"vector": "Ray's dashboard exposes a cpu_profile endpoint whose URL parameter is incorporated into a system command without neutralization (CWE-78). An unauthenticated attacker who can reach the dashboard executes arbitrary OS commands on the host - distinct from the ShadowRay Job API RCE (CVE-2023-48022), and fixed (unlike ShadowRay) in Ray 2.8.1.",
|
|
14985
|
+
"complexity": "low",
|
|
14986
|
+
"complexity_notes": "NVD AV:N / AC:L / PR:N - unauthenticated against a reachable Ray dashboard.",
|
|
14987
|
+
"patch_available": true,
|
|
14988
|
+
"patch_required_reboot": false,
|
|
14989
|
+
"live_patch_available": false,
|
|
14990
|
+
"live_patch_tools": [],
|
|
14991
|
+
"live_patch_notes": "Remediation is upgrading Anyscale Ray to 2.8.1 or later; redeploy, no host reboot.",
|
|
14992
|
+
"vendor_update_paths": [
|
|
14993
|
+
"Upgrade Anyscale Ray to 2.8.1 or later, and never expose the Ray dashboard to untrusted networks (bind to loopback / authenticate via a proxy). Run Ray least-privilege."
|
|
14994
|
+
],
|
|
14995
|
+
"framework_control_gaps": {
|
|
14996
|
+
"NIST-800-53-IA-2": "Authentication is not enforced on the Ray dashboard; an unauthenticated attacker reaches command/file endpoints.",
|
|
14997
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track the AI compute framework's dashboard as managed, network-exposed software.",
|
|
14998
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the AI compute dashboard's endpoints as command-injection / LFI surfaces.",
|
|
14999
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach the AI compute framework's dashboard as a privileged control plane.",
|
|
15000
|
+
"DORA-Art-9": "ICT protection measures do not model dashboard RCE / LFI in an AI compute framework as an ICT-risk event.",
|
|
15001
|
+
"UK-CAF-B2": "Identity and Access Control objective has no requirement to authenticate the AI compute dashboard.",
|
|
15002
|
+
"AU-ISM-1546": "Patch-application control does not single out AI compute frameworks' dashboards.",
|
|
15003
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats the AI compute dashboard as an unauthenticated control plane requiring auth, input neutralization, and path containment."
|
|
15004
|
+
},
|
|
15005
|
+
"atlas_refs": [
|
|
15006
|
+
"AML.T0049"
|
|
15007
|
+
],
|
|
15008
|
+
"attack_refs": [
|
|
15009
|
+
"T1190",
|
|
15010
|
+
"T1059"
|
|
15011
|
+
],
|
|
15012
|
+
"rwep_score": 31,
|
|
15013
|
+
"rwep_factors": {
|
|
15014
|
+
"cisa_kev": 0,
|
|
15015
|
+
"poc_available": 20,
|
|
15016
|
+
"ai_factor": 0,
|
|
15017
|
+
"active_exploitation": 0,
|
|
15018
|
+
"blast_radius": 26,
|
|
15019
|
+
"patch_available": -15,
|
|
15020
|
+
"live_patch_available": 0,
|
|
15021
|
+
"reboot_required": 0
|
|
15022
|
+
},
|
|
15023
|
+
"rwep_notes": "Standard (RWEP 31, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation for this CVE, patched in 2.8.1 (Hard Rule #3). poc_available=20 + blast_radius=26 (Ray is a widely used AI compute framework) minus patch 15.",
|
|
15024
|
+
"epss_score": null,
|
|
15025
|
+
"epss_date": "2026-05-25",
|
|
15026
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
15027
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2023-6019",
|
|
15028
|
+
"cwe_refs": [
|
|
15029
|
+
"CWE-78"
|
|
15030
|
+
],
|
|
15031
|
+
"iocs": {
|
|
15032
|
+
"behavioral": [
|
|
15033
|
+
"Requests to the Ray dashboard cpu_profile endpoint with shell metacharacters in the URL parameter.",
|
|
15034
|
+
"Unexpected child processes spawned by the Ray dashboard process.",
|
|
15035
|
+
"Ray dashboard reachable from untrusted networks (default no auth).",
|
|
15036
|
+
"Anyscale Ray < 2.8.1 with the dashboard reachable by untrusted clients - the exposed precondition."
|
|
15037
|
+
],
|
|
15038
|
+
"_ioc_source_note": "Behavioral signatures anchored to the GitHub advisory (GHSA-h3xg-wv58-5p43) and the Anyscale Ray CVE response (https://www.anyscale.com/blog/update-on-ray-cves-cve-2023-6019-cve-2023-6020-cve-2023-6021-cve-2023-48022-cve-2023-48023), plus NVD CVE-2023-6019 (CWE-78)."
|
|
15039
|
+
},
|
|
15040
|
+
"source_verified": "2026-05-25",
|
|
15041
|
+
"verification_sources": [
|
|
15042
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2023-6019",
|
|
15043
|
+
"https://github.com/advisories/GHSA-h3xg-wv58-5p43",
|
|
15044
|
+
"https://www.anyscale.com/blog/update-on-ray-cves-cve-2023-6019-cve-2023-6020-cve-2023-6021-cve-2023-48022-cve-2023-48023"
|
|
15045
|
+
],
|
|
15046
|
+
"vendor_advisories": [
|
|
15047
|
+
{
|
|
15048
|
+
"vendor": "GitHub Security Advisory",
|
|
15049
|
+
"advisory_id": "GHSA-h3xg-wv58-5p43",
|
|
15050
|
+
"url": "https://github.com/advisories/GHSA-h3xg-wv58-5p43",
|
|
15051
|
+
"severity": "critical",
|
|
15052
|
+
"published_date": "2023-11-16"
|
|
15053
|
+
},
|
|
15054
|
+
{
|
|
15055
|
+
"vendor": "NVD",
|
|
15056
|
+
"advisory_id": "CVE-2023-6019",
|
|
15057
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6019",
|
|
15058
|
+
"severity": "critical",
|
|
15059
|
+
"published_date": "2023-11-16"
|
|
15060
|
+
}
|
|
15061
|
+
],
|
|
15062
|
+
"last_updated": "2026-05-25",
|
|
15063
|
+
"discovery_attribution_note": "Manually curated from NVD (CWE-78; NIST CVSS 9.8) + the Ray GitHub advisory / Anyscale CVE response. Ray dashboard flaw fixed in 2.8.1; complements the disputed ShadowRay Job-API entry (CVE-2023-48022) under the same Ray AI-compute control (NEW-CTRL-088).",
|
|
15064
|
+
"_auto_imported": false,
|
|
15065
|
+
"_intake_method": "manual-verified-curation",
|
|
15066
|
+
"_kev_short_description": "Anyscale Ray's dashboard cpu_profile URL parameter is injected into a system command (CWE-78), giving unauthenticated RCE on the dashboard host; fixed in 2.8.1."
|
|
15067
|
+
},
|
|
15068
|
+
"CVE-2023-6021": {
|
|
15069
|
+
"name": "Anyscale Ray Dashboard Log API Local File Inclusion",
|
|
15070
|
+
"type": "INFO-DISCLOSURE",
|
|
15071
|
+
"cvss_score": 7.5,
|
|
15072
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
|
|
15073
|
+
"cvss_note": "NVD CVSS v3.1 base 7.5 (HIGH, confidentiality-only). Local file inclusion in the Ray dashboard log API (CWE-22; NVD also notes CWE-29) lets an unauthenticated attacker read any file on the server.",
|
|
15074
|
+
"cisa_kev": false,
|
|
15075
|
+
"poc_available": true,
|
|
15076
|
+
"poc_description": "Documented in the GitHub advisory and the Anyscale Ray CVE response: an unauthenticated request to the Ray dashboard log API reads an arbitrary host file via path traversal.",
|
|
15077
|
+
"ai_discovered": false,
|
|
15078
|
+
"ai_discovery_source": "human_researcher",
|
|
15079
|
+
"ai_discovery_notes": "Disclosed via the Ray dashboard CVE cluster (Bishop Fox / Protect AI; Anyscale CVE response). Ray is a widely used distributed AI/ML compute framework; the abused surface is its dashboard.",
|
|
15080
|
+
"ai_assisted_weaponization": false,
|
|
15081
|
+
"ai_assisted_notes": "No AI-assisted weaponization; path traversal / LFI in the AI compute framework's dashboard.",
|
|
15082
|
+
"active_exploitation": "none",
|
|
15083
|
+
"active_exploitation_notes": "Coordinated disclosure with a fix in Ray 2.8.1; no confirmed in-the-wild exploitation specific to this CVE (the separate disputed Job-API issue CVE-2023-48022 is the one mass-exploited as ShadowRay).",
|
|
15084
|
+
"affected": "Anyscale Ray before 2.8.1 (the dashboard log API).",
|
|
15085
|
+
"affected_versions": [
|
|
15086
|
+
"Anyscale Ray < 2.8.1"
|
|
15087
|
+
],
|
|
15088
|
+
"vector": "Ray's dashboard log API endpoint resolves a caller-supplied path without restricting it to the log directory (CWE-22 path traversal / LFI). An unauthenticated attacker reads arbitrary files on the Ray host (configs, credentials, model artifacts).",
|
|
15089
|
+
"complexity": "low",
|
|
15090
|
+
"complexity_notes": "NVD AV:N / AC:L / PR:N - unauthenticated against a reachable Ray dashboard.",
|
|
15091
|
+
"patch_available": true,
|
|
15092
|
+
"patch_required_reboot": false,
|
|
15093
|
+
"live_patch_available": false,
|
|
15094
|
+
"live_patch_tools": [],
|
|
15095
|
+
"live_patch_notes": "Remediation is upgrading Anyscale Ray to 2.8.1 or later; redeploy, no host reboot.",
|
|
15096
|
+
"vendor_update_paths": [
|
|
15097
|
+
"Upgrade Anyscale Ray to 2.8.1 or later, and never expose the Ray dashboard to untrusted networks (bind to loopback / authenticate via a proxy). Run Ray least-privilege."
|
|
15098
|
+
],
|
|
15099
|
+
"framework_control_gaps": {
|
|
15100
|
+
"NIST-800-53-IA-2": "Authentication is not enforced on the Ray dashboard; an unauthenticated attacker reaches command/file endpoints.",
|
|
15101
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track the AI compute framework's dashboard as managed, network-exposed software.",
|
|
15102
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the AI compute dashboard's endpoints as command-injection / LFI surfaces.",
|
|
15103
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach the AI compute framework's dashboard as a privileged control plane.",
|
|
15104
|
+
"DORA-Art-9": "ICT protection measures do not model dashboard RCE / LFI in an AI compute framework as an ICT-risk event.",
|
|
15105
|
+
"UK-CAF-B2": "Identity and Access Control objective has no requirement to authenticate the AI compute dashboard.",
|
|
15106
|
+
"AU-ISM-1546": "Patch-application control does not single out AI compute frameworks' dashboards.",
|
|
15107
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats the AI compute dashboard as an unauthenticated control plane requiring auth, input neutralization, and path containment."
|
|
15108
|
+
},
|
|
15109
|
+
"atlas_refs": [
|
|
15110
|
+
"AML.T0049"
|
|
15111
|
+
],
|
|
15112
|
+
"attack_refs": [
|
|
15113
|
+
"T1190",
|
|
15114
|
+
"T1083"
|
|
15115
|
+
],
|
|
15116
|
+
"rwep_score": 27,
|
|
15117
|
+
"rwep_factors": {
|
|
15118
|
+
"cisa_kev": 0,
|
|
15119
|
+
"poc_available": 20,
|
|
15120
|
+
"ai_factor": 0,
|
|
15121
|
+
"active_exploitation": 0,
|
|
15122
|
+
"blast_radius": 22,
|
|
15123
|
+
"patch_available": -15,
|
|
15124
|
+
"live_patch_available": 0,
|
|
15125
|
+
"reboot_required": 0
|
|
15126
|
+
},
|
|
15127
|
+
"rwep_notes": "Standard (RWEP 27, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation for this CVE, patched in 2.8.1 (Hard Rule #3). poc_available=20 + blast_radius=22 (Ray is a widely used AI compute framework) minus patch 15.",
|
|
15128
|
+
"epss_score": null,
|
|
15129
|
+
"epss_date": "2026-05-25",
|
|
15130
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
15131
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2023-6021",
|
|
15132
|
+
"cwe_refs": [
|
|
15133
|
+
"CWE-22"
|
|
15134
|
+
],
|
|
15135
|
+
"iocs": {
|
|
15136
|
+
"behavioral": [
|
|
15137
|
+
"Ray dashboard log API requests containing path-traversal sequences (../) targeting files outside the log directory.",
|
|
15138
|
+
"Reads of sensitive host files (configs, credentials) via the Ray dashboard from untrusted sources.",
|
|
15139
|
+
"Ray dashboard reachable from untrusted networks (default no auth).",
|
|
15140
|
+
"Anyscale Ray < 2.8.1 with the dashboard reachable by untrusted clients - the exposed precondition."
|
|
15141
|
+
],
|
|
15142
|
+
"_ioc_source_note": "Behavioral signatures anchored to the GitHub advisory (Ray CVE cluster) and the Anyscale Ray CVE response (https://www.anyscale.com/blog/update-on-ray-cves-cve-2023-6019-cve-2023-6020-cve-2023-6021-cve-2023-48022-cve-2023-48023), plus NVD CVE-2023-6021 (CWE-22)."
|
|
15143
|
+
},
|
|
15144
|
+
"source_verified": "2026-05-25",
|
|
15145
|
+
"verification_sources": [
|
|
15146
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2023-6021",
|
|
15147
|
+
"https://www.anyscale.com/blog/update-on-ray-cves-cve-2023-6019-cve-2023-6020-cve-2023-6021-cve-2023-48022-cve-2023-48023",
|
|
15148
|
+
"https://www.anyscale.com/blog/update-on-ray-cves-cve-2023-6019-cve-2023-6020-cve-2023-6021-cve-2023-48022-cve-2023-48023"
|
|
15149
|
+
],
|
|
15150
|
+
"vendor_advisories": [
|
|
15151
|
+
{
|
|
15152
|
+
"vendor": "Anyscale (Ray CVE response)",
|
|
15153
|
+
"advisory_id": "CVE-2023-6021",
|
|
15154
|
+
"url": "https://www.anyscale.com/blog/update-on-ray-cves-cve-2023-6019-cve-2023-6020-cve-2023-6021-cve-2023-48022-cve-2023-48023",
|
|
15155
|
+
"severity": "high",
|
|
15156
|
+
"published_date": "2023-11-16"
|
|
15157
|
+
},
|
|
15158
|
+
{
|
|
15159
|
+
"vendor": "NVD",
|
|
15160
|
+
"advisory_id": "CVE-2023-6021",
|
|
15161
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6021",
|
|
15162
|
+
"severity": "high",
|
|
15163
|
+
"published_date": "2023-11-16"
|
|
15164
|
+
}
|
|
15165
|
+
],
|
|
15166
|
+
"last_updated": "2026-05-25",
|
|
15167
|
+
"discovery_attribution_note": "Manually curated from NVD (CWE-22; NIST CVSS 7.5) + the Ray GitHub advisory / Anyscale CVE response. Ray dashboard flaw fixed in 2.8.1; complements the disputed ShadowRay Job-API entry (CVE-2023-48022) under the same Ray AI-compute control (NEW-CTRL-088).",
|
|
15168
|
+
"_auto_imported": false,
|
|
15169
|
+
"_intake_method": "manual-verified-curation",
|
|
15170
|
+
"_kev_short_description": "Anyscale Ray's dashboard log API allows path traversal to read any file on the host without authentication (CWE-22 LFI); fixed in 2.8.1."
|
|
15171
|
+
},
|
|
14753
15172
|
"CVE-2026-41091": {
|
|
14754
15173
|
"name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
|
|
14755
15174
|
"type": "LPE",
|
package/data/cwe-catalog.json
CHANGED
|
@@ -95,6 +95,7 @@
|
|
|
95
95
|
"CVE-2023-38950",
|
|
96
96
|
"CVE-2023-43472",
|
|
97
97
|
"CVE-2023-51449",
|
|
98
|
+
"CVE-2023-6021",
|
|
98
99
|
"CVE-2024-0769",
|
|
99
100
|
"CVE-2024-13059",
|
|
100
101
|
"CVE-2024-1561",
|
|
@@ -194,6 +195,7 @@
|
|
|
194
195
|
"evidence_cves": [
|
|
195
196
|
"CVE-2014-6278",
|
|
196
197
|
"CVE-2023-39780",
|
|
198
|
+
"CVE-2023-6019",
|
|
197
199
|
"CVE-2024-12987",
|
|
198
200
|
"CVE-2025-11953",
|
|
199
201
|
"CVE-2025-12686",
|
|
@@ -703,6 +705,7 @@
|
|
|
703
705
|
"CVE-2025-32975",
|
|
704
706
|
"CVE-2025-3935",
|
|
705
707
|
"CVE-2025-49706",
|
|
708
|
+
"CVE-2025-64513",
|
|
706
709
|
"CVE-2026-20127",
|
|
707
710
|
"CVE-2026-20182"
|
|
708
711
|
],
|
|
@@ -745,6 +748,7 @@
|
|
|
745
748
|
"CVE-2025-61757",
|
|
746
749
|
"CVE-2026-0300",
|
|
747
750
|
"CVE-2026-24423",
|
|
751
|
+
"CVE-2026-26190",
|
|
748
752
|
"CVE-2026-33017",
|
|
749
753
|
"CVE-2026-39987",
|
|
750
754
|
"CVE-2026-41940"
|