@blamejs/exceptd-skills 0.13.77 → 0.13.79
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 +8 -8
- package/data/_indexes/activity-feed.json +2 -2
- package/data/_indexes/catalog-summaries.json +2 -2
- package/data/_indexes/chains.json +2276 -0
- package/data/attack-techniques.json +8 -0
- package/data/cve-catalog.json +603 -1
- package/data/cwe-catalog.json +6 -0
- package/data/framework-control-gaps.json +52 -3
- package/data/zeroday-lessons.json +300 -0
- package/manifest.json +44 -44
- package/package.json +2 -2
- package/sbom.cdx.json +23 -23
package/data/cve-catalog.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"ai_discovery_methodology": {
|
|
56
56
|
"field_added": "2026-05-15",
|
|
57
57
|
"agents_md_target": "Hard Rule #7 — '41% of 2025 zero-days were AI-discovered'. Catalog target rate floor: 0.40.",
|
|
58
|
-
"current_rate": 0.
|
|
58
|
+
"current_rate": 0.035,
|
|
59
59
|
"current_floor_enforced_by_test": 0.03,
|
|
60
60
|
"ladder_to_target": [
|
|
61
61
|
0.03,
|
|
@@ -10694,6 +10694,608 @@
|
|
|
10694
10694
|
"_intake_method": "manual-verified-curation",
|
|
10695
10695
|
"_kev_short_description": "Drupal core's database abstraction layer fails to neutralize special elements in a PostgreSQL query condition handler reachable via JSON:API, allowing unauthenticated SQL injection; actively exploited (CISA KEV 2026-05-22, due 2026-05-27); fixed in SA-CORE-2026-004 releases."
|
|
10696
10696
|
},
|
|
10697
|
+
"CVE-2025-23254": {
|
|
10698
|
+
"name": "NVIDIA TensorRT-LLM Python Executor Deserialization RCE (ShadowMQ)",
|
|
10699
|
+
"type": "RCE",
|
|
10700
|
+
"cvss_score": 8.8,
|
|
10701
|
+
"cvss_vector": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
|
|
10702
|
+
"cvss_note": "NVIDIA/NVD CVSS v3.1 base 8.8 (HIGH, Scope:Changed). Insecure deserialization in the TensorRT-LLM Python executor.",
|
|
10703
|
+
"cisa_kev": false,
|
|
10704
|
+
"poc_available": true,
|
|
10705
|
+
"poc_description": "Documented in Oligo Security's ShadowMQ research (code reuse spread an insecure ZeroMQ recv_pyobj deserialization pattern across AI inference engines) and the project advisory: an attacker who reaches the deserialization channel supplies a crafted payload that executes code.",
|
|
10706
|
+
"ai_discovered": false,
|
|
10707
|
+
"ai_discovery_source": "human_researcher",
|
|
10708
|
+
"ai_discovery_notes": "Disclosed by Oligo Security (ShadowMQ research). The abused surface is the IPC/socket layer of an AI inference engine; the propagation mechanism is copy-paste code reuse of an insecure deserialization pattern across projects.",
|
|
10709
|
+
"ai_assisted_weaponization": false,
|
|
10710
|
+
"ai_assisted_notes": "No AI-assisted weaponization; classic CWE-502 insecure deserialization, notable for spreading via code reuse across the AI inference ecosystem.",
|
|
10711
|
+
"active_exploitation": "none",
|
|
10712
|
+
"active_exploitation_notes": "Research disclosure (Oligo ShadowMQ); no confirmed in-the-wild exploitation reported as of curation.",
|
|
10713
|
+
"affected": "NVIDIA TensorRT-LLM prior to 0.18.2.",
|
|
10714
|
+
"affected_versions": [
|
|
10715
|
+
"NVIDIA TensorRT-LLM < 0.18.2"
|
|
10716
|
+
],
|
|
10717
|
+
"vector": "NVIDIA TensorRT-LLM's Python executor deserializes untrusted pickle data received over its ZeroMQ socket without validation (CWE-502). An attacker with local access to the TRT-LLM server can supply a crafted payload that executes code, discloses information, or tampers with data.",
|
|
10718
|
+
"complexity": "low",
|
|
10719
|
+
"complexity_notes": "NVD AC:L. Reachability: local (per the CVSS vector).",
|
|
10720
|
+
"patch_available": true,
|
|
10721
|
+
"patch_required_reboot": false,
|
|
10722
|
+
"live_patch_available": false,
|
|
10723
|
+
"live_patch_tools": [],
|
|
10724
|
+
"live_patch_notes": "Remediation is an application upgrade to 0.18.2 or later; redeploy, no host reboot.",
|
|
10725
|
+
"vendor_update_paths": [
|
|
10726
|
+
"Upgrade NVIDIA TensorRT-LLM to 0.18.2 or later. Restrict local access to the TRT-LLM server and isolate its ZeroMQ socket."
|
|
10727
|
+
],
|
|
10728
|
+
"framework_control_gaps": {
|
|
10729
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track AI inference engines and their IPC/socket serialization layers as managed, RCE-bearing software, nor account for the same flaw recurring across projects via code reuse.",
|
|
10730
|
+
"NIST-800-53-SI-10": "Input-validation control is not applied to data deserialized from an inference engine's internal socket; the unsafe serializer is treated as trusted.",
|
|
10731
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates an AI inference engine's deserialization channel as an injection surface.",
|
|
10732
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach AI-inference IPC deserialization as a privileged execution control plane.",
|
|
10733
|
+
"DORA-Art-9": "ICT protection measures do not model insecure deserialization in an AI inference engine as an ICT-risk event.",
|
|
10734
|
+
"UK-CAF-B4": "System Security objective has no objective for validating data deserialized from an inference engine's socket.",
|
|
10735
|
+
"AU-ISM-1546": "Patch-application control does not single out AI inference engines, nor the code-reuse propagation of one flaw across many.",
|
|
10736
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats an inference engine's socket serialization as untrusted input requiring a safe serializer; code reuse spread the same CWE-502 across vLLM, TensorRT-LLM, Llama Stack and Modular Max."
|
|
10737
|
+
},
|
|
10738
|
+
"atlas_refs": [],
|
|
10739
|
+
"attack_refs": [
|
|
10740
|
+
"T1059"
|
|
10741
|
+
],
|
|
10742
|
+
"rwep_score": 29,
|
|
10743
|
+
"rwep_factors": {
|
|
10744
|
+
"cisa_kev": 0,
|
|
10745
|
+
"poc_available": 20,
|
|
10746
|
+
"ai_factor": 0,
|
|
10747
|
+
"active_exploitation": 0,
|
|
10748
|
+
"blast_radius": 24,
|
|
10749
|
+
"patch_available": -15,
|
|
10750
|
+
"live_patch_available": 0,
|
|
10751
|
+
"reboot_required": 0
|
|
10752
|
+
},
|
|
10753
|
+
"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 (Oligo ShadowMQ technique) + blast_radius=24 minus patch 15.",
|
|
10754
|
+
"epss_score": null,
|
|
10755
|
+
"epss_date": "2026-05-25",
|
|
10756
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
10757
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2025-23254",
|
|
10758
|
+
"cwe_refs": [
|
|
10759
|
+
"CWE-502"
|
|
10760
|
+
],
|
|
10761
|
+
"iocs": {
|
|
10762
|
+
"behavioral": [
|
|
10763
|
+
"NVIDIA deserializing data received over a ZeroMQ / IPC socket from an untrusted or unexpected peer.",
|
|
10764
|
+
"Inbound connections to the inference engine's internal serialization socket from outside the trusted node set.",
|
|
10765
|
+
"Python subprocess or interpreter activity spawned during deserialization of socket data.",
|
|
10766
|
+
"Affected version present: NVIDIA TensorRT-LLM < 0.18.2 — the exposed precondition."
|
|
10767
|
+
],
|
|
10768
|
+
"_ioc_source_note": "Behavioral signatures derived from NVD CVE-2025-23254 (CWE-502 insecure deserialization) and Oligo Security's ShadowMQ research (https://www.oligo.security/blog/shadowmq-how-code-reuse-spread-critical-vulnerabilities-across-the-ai-ecosystem) describing the recv_pyobj code-reuse pattern."
|
|
10769
|
+
},
|
|
10770
|
+
"source_verified": "2026-05-25",
|
|
10771
|
+
"verification_sources": [
|
|
10772
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2025-23254",
|
|
10773
|
+
"https://www.oligo.security/blog/shadowmq-how-code-reuse-spread-critical-vulnerabilities-across-the-ai-ecosystem"
|
|
10774
|
+
],
|
|
10775
|
+
"vendor_advisories": [
|
|
10776
|
+
{
|
|
10777
|
+
"vendor": "NVIDIA Product Security",
|
|
10778
|
+
"advisory_id": "NVIDIA-5648",
|
|
10779
|
+
"url": "https://nvidia.custhelp.com/app/answers/detail/a_id/5648",
|
|
10780
|
+
"severity": "high",
|
|
10781
|
+
"published_date": "2025-05-01"
|
|
10782
|
+
},
|
|
10783
|
+
{
|
|
10784
|
+
"vendor": "NVD",
|
|
10785
|
+
"advisory_id": "CVE-2025-23254",
|
|
10786
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-23254",
|
|
10787
|
+
"severity": "high",
|
|
10788
|
+
"published_date": "2025-05-01"
|
|
10789
|
+
}
|
|
10790
|
+
],
|
|
10791
|
+
"last_updated": "2026-05-25",
|
|
10792
|
+
"discovery_attribution_note": "Manually curated from NVD (CWE-502; NIST CVSS 8.8) + Oligo Security's ShadowMQ research. Member of the ShadowMQ code-reuse family (insecure deserialization over ZeroMQ propagated across AI inference engines).",
|
|
10793
|
+
"_auto_imported": false,
|
|
10794
|
+
"_intake_method": "manual-verified-curation",
|
|
10795
|
+
"_kev_short_description": "NVIDIA TensorRT-LLM's Python executor deserializes untrusted data over its ZeroMQ socket, letting a local attacker execute code; part of the ShadowMQ code-reuse family; fixed in 0.18.2."
|
|
10796
|
+
},
|
|
10797
|
+
"CVE-2025-30165": {
|
|
10798
|
+
"name": "vLLM V0 Engine ZeroMQ Deserialization RCE (ShadowMQ)",
|
|
10799
|
+
"type": "RCE",
|
|
10800
|
+
"cvss_score": 8,
|
|
10801
|
+
"cvss_vector": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
|
|
10802
|
+
"cvss_note": "NVD CVSS v3.1 base 8.0 (HIGH, AV:Adjacent). Unsafe deserialization over ZeroMQ in multi-node V0-engine deployments.",
|
|
10803
|
+
"cisa_kev": false,
|
|
10804
|
+
"poc_available": true,
|
|
10805
|
+
"poc_description": "Documented in Oligo Security's ShadowMQ research (code reuse spread an insecure ZeroMQ recv_pyobj deserialization pattern across AI inference engines) and the project advisory: an attacker who reaches the deserialization channel supplies a crafted payload that executes code.",
|
|
10806
|
+
"ai_discovered": false,
|
|
10807
|
+
"ai_discovery_source": "human_researcher",
|
|
10808
|
+
"ai_discovery_notes": "Disclosed by Oligo Security (ShadowMQ research). The abused surface is the IPC/socket layer of an AI inference engine; the propagation mechanism is copy-paste code reuse of an insecure deserialization pattern across projects.",
|
|
10809
|
+
"ai_assisted_weaponization": false,
|
|
10810
|
+
"ai_assisted_notes": "No AI-assisted weaponization; classic CWE-502 insecure deserialization, notable for spreading via code reuse across the AI inference ecosystem.",
|
|
10811
|
+
"active_exploitation": "none",
|
|
10812
|
+
"active_exploitation_notes": "Research disclosure (Oligo ShadowMQ); no confirmed in-the-wild exploitation reported as of curation.",
|
|
10813
|
+
"affected": "vLLM 0.5.2 and later when the legacy V0 engine is used in multi-node deployments. The maintainers did not ship a code patch; the V0 engine is off by default since 0.8.0, which is the recommended mitigation.",
|
|
10814
|
+
"affected_versions": [
|
|
10815
|
+
"vLLM >= 0.5.2 (V0 engine, multi-node)"
|
|
10816
|
+
],
|
|
10817
|
+
"vector": "vLLM's legacy V0 engine deserializes untrusted pickle data received over a ZeroMQ socket in multi-node deployments (CWE-502). An adjacent-network attacker who can reach the socket executes arbitrary code on the vLLM worker.",
|
|
10818
|
+
"complexity": "low",
|
|
10819
|
+
"complexity_notes": "NVD AC:L. Reachability: adjacent (per the CVSS vector).",
|
|
10820
|
+
"patch_available": false,
|
|
10821
|
+
"patch_required_reboot": false,
|
|
10822
|
+
"live_patch_available": false,
|
|
10823
|
+
"live_patch_tools": [],
|
|
10824
|
+
"live_patch_notes": "No code patch shipped; mitigate via the project's recommended configuration (see vendor_update_paths) and network isolation of the deserialization channel.",
|
|
10825
|
+
"vendor_update_paths": [
|
|
10826
|
+
"Do not enable the legacy V0 engine; it is off by default since vLLM 0.8.0 and that default is the recommended mitigation. If V0 multi-node is required, isolate the ZeroMQ socket on a trusted network segment."
|
|
10827
|
+
],
|
|
10828
|
+
"framework_control_gaps": {
|
|
10829
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track AI inference engines and their IPC/socket serialization layers as managed, RCE-bearing software, nor account for the same flaw recurring across projects via code reuse.",
|
|
10830
|
+
"NIST-800-53-SI-10": "Input-validation control is not applied to data deserialized from an inference engine's internal socket; the unsafe serializer is treated as trusted.",
|
|
10831
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates an AI inference engine's deserialization channel as an injection surface.",
|
|
10832
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach AI-inference IPC deserialization as a privileged execution control plane.",
|
|
10833
|
+
"DORA-Art-9": "ICT protection measures do not model insecure deserialization in an AI inference engine as an ICT-risk event.",
|
|
10834
|
+
"UK-CAF-B4": "System Security objective has no objective for validating data deserialized from an inference engine's socket.",
|
|
10835
|
+
"AU-ISM-1546": "Patch-application control does not single out AI inference engines, nor the code-reuse propagation of one flaw across many.",
|
|
10836
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats an inference engine's socket serialization as untrusted input requiring a safe serializer; code reuse spread the same CWE-502 across vLLM, TensorRT-LLM, Llama Stack and Modular Max."
|
|
10837
|
+
},
|
|
10838
|
+
"atlas_refs": [],
|
|
10839
|
+
"attack_refs": [
|
|
10840
|
+
"T1190",
|
|
10841
|
+
"T1059"
|
|
10842
|
+
],
|
|
10843
|
+
"rwep_score": 46,
|
|
10844
|
+
"rwep_factors": {
|
|
10845
|
+
"cisa_kev": 0,
|
|
10846
|
+
"poc_available": 20,
|
|
10847
|
+
"ai_factor": 0,
|
|
10848
|
+
"active_exploitation": 0,
|
|
10849
|
+
"blast_radius": 26,
|
|
10850
|
+
"patch_available": 0,
|
|
10851
|
+
"live_patch_available": 0,
|
|
10852
|
+
"reboot_required": 0
|
|
10853
|
+
},
|
|
10854
|
+
"rwep_notes": "Elevated (RWEP 46, \"patch within 7 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, no code patch shipped. poc_available=20 (Oligo ShadowMQ technique) + blast_radius=26.",
|
|
10855
|
+
"epss_score": null,
|
|
10856
|
+
"epss_date": "2026-05-25",
|
|
10857
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
10858
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2025-30165",
|
|
10859
|
+
"cwe_refs": [
|
|
10860
|
+
"CWE-502"
|
|
10861
|
+
],
|
|
10862
|
+
"iocs": {
|
|
10863
|
+
"behavioral": [
|
|
10864
|
+
"vLLM deserializing data received over a ZeroMQ / IPC socket from an untrusted or unexpected peer.",
|
|
10865
|
+
"Inbound connections to the inference engine's internal serialization socket from outside the trusted node set.",
|
|
10866
|
+
"Python subprocess or interpreter activity spawned during deserialization of socket data.",
|
|
10867
|
+
"Affected version present: vLLM >= 0.5.2 (V0 engine, multi-node) — the exposed precondition."
|
|
10868
|
+
],
|
|
10869
|
+
"_ioc_source_note": "Behavioral signatures derived from NVD CVE-2025-30165 (CWE-502 insecure deserialization) and Oligo Security's ShadowMQ research (https://www.oligo.security/blog/shadowmq-how-code-reuse-spread-critical-vulnerabilities-across-the-ai-ecosystem) describing the recv_pyobj code-reuse pattern."
|
|
10870
|
+
},
|
|
10871
|
+
"source_verified": "2026-05-25",
|
|
10872
|
+
"verification_sources": [
|
|
10873
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2025-30165",
|
|
10874
|
+
"https://www.oligo.security/blog/shadowmq-how-code-reuse-spread-critical-vulnerabilities-across-the-ai-ecosystem"
|
|
10875
|
+
],
|
|
10876
|
+
"vendor_advisories": [
|
|
10877
|
+
{
|
|
10878
|
+
"vendor": "GitHub Security Advisory",
|
|
10879
|
+
"advisory_id": "CVE-2025-30165",
|
|
10880
|
+
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-9pcc-gvx5-r5wm",
|
|
10881
|
+
"severity": "high",
|
|
10882
|
+
"published_date": "2025-05-06"
|
|
10883
|
+
},
|
|
10884
|
+
{
|
|
10885
|
+
"vendor": "NVD",
|
|
10886
|
+
"advisory_id": "CVE-2025-30165",
|
|
10887
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30165",
|
|
10888
|
+
"severity": "high",
|
|
10889
|
+
"published_date": "2025-05-06"
|
|
10890
|
+
}
|
|
10891
|
+
],
|
|
10892
|
+
"last_updated": "2026-05-25",
|
|
10893
|
+
"discovery_attribution_note": "Manually curated from NVD (CWE-502; NIST CVSS 8) + Oligo Security's ShadowMQ research. Member of the ShadowMQ code-reuse family (insecure deserialization over ZeroMQ propagated across AI inference engines).",
|
|
10894
|
+
"_auto_imported": false,
|
|
10895
|
+
"_intake_method": "manual-verified-curation",
|
|
10896
|
+
"_kev_short_description": "vLLM's legacy V0 engine deserializes untrusted data over ZeroMQ in multi-node deployments, allowing adjacent-network RCE; no code patch shipped — the V0 engine is off by default since 0.8.0; part of the ShadowMQ code-reuse family."
|
|
10897
|
+
},
|
|
10898
|
+
"CVE-2024-50050": {
|
|
10899
|
+
"name": "Meta Llama Stack Socket Deserialization RCE (ShadowMQ)",
|
|
10900
|
+
"type": "RCE",
|
|
10901
|
+
"cvss_score": 6.3,
|
|
10902
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
|
|
10903
|
+
"cvss_note": "NVD CISA-ADP CVSS v3.1 base 6.3 (MEDIUM); Oligo and Snyk originally scored the same flaw 9.3 (CRITICAL) — a documented CVSS dispute. The serialization format was replaced with JSON in the fix.",
|
|
10904
|
+
"cisa_kev": false,
|
|
10905
|
+
"poc_available": true,
|
|
10906
|
+
"poc_description": "Documented in Oligo Security's ShadowMQ research (code reuse spread an insecure ZeroMQ recv_pyobj deserialization pattern across AI inference engines) and the project advisory: an attacker who reaches the deserialization channel supplies a crafted payload that executes code.",
|
|
10907
|
+
"ai_discovered": false,
|
|
10908
|
+
"ai_discovery_source": "human_researcher",
|
|
10909
|
+
"ai_discovery_notes": "Disclosed by Oligo Security (ShadowMQ research). The abused surface is the IPC/socket layer of an AI inference engine; the propagation mechanism is copy-paste code reuse of an insecure deserialization pattern across projects.",
|
|
10910
|
+
"ai_assisted_weaponization": false,
|
|
10911
|
+
"ai_assisted_notes": "No AI-assisted weaponization; classic CWE-502 insecure deserialization, notable for spreading via code reuse across the AI inference ecosystem.",
|
|
10912
|
+
"active_exploitation": "none",
|
|
10913
|
+
"active_exploitation_notes": "Research disclosure (Oligo ShadowMQ); no confirmed in-the-wild exploitation reported as of curation.",
|
|
10914
|
+
"affected": "Meta Llama Stack prior to the JSON-migration revision 7a8aa775e5a267cf8660d83140011a0b7f91e005 (released as 0.0.41).",
|
|
10915
|
+
"affected_versions": [
|
|
10916
|
+
"Meta Llama Stack < 0.0.41"
|
|
10917
|
+
],
|
|
10918
|
+
"vector": "Meta Llama Stack used pickle as the serialization format for socket communication and deserialized untrusted data without validation (CWE-502), allowing a network attacker who reaches the socket to execute code. The fix replaced the unsafe format with JSON.",
|
|
10919
|
+
"complexity": "low",
|
|
10920
|
+
"complexity_notes": "NVD AC:L. Reachability: network (per the CVSS vector).",
|
|
10921
|
+
"patch_available": true,
|
|
10922
|
+
"patch_required_reboot": false,
|
|
10923
|
+
"live_patch_available": false,
|
|
10924
|
+
"live_patch_tools": [],
|
|
10925
|
+
"live_patch_notes": "Remediation is an application upgrade to 0.0.41 or later; redeploy, no host reboot.",
|
|
10926
|
+
"vendor_update_paths": [
|
|
10927
|
+
"Upgrade Meta Llama Stack to 0.0.41 or later (serialization migrated to JSON). Isolate the inference socket on a trusted network segment."
|
|
10928
|
+
],
|
|
10929
|
+
"framework_control_gaps": {
|
|
10930
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track AI inference engines and their IPC/socket serialization layers as managed, RCE-bearing software, nor account for the same flaw recurring across projects via code reuse.",
|
|
10931
|
+
"NIST-800-53-SI-10": "Input-validation control is not applied to data deserialized from an inference engine's internal socket; the unsafe serializer is treated as trusted.",
|
|
10932
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates an AI inference engine's deserialization channel as an injection surface.",
|
|
10933
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach AI-inference IPC deserialization as a privileged execution control plane.",
|
|
10934
|
+
"DORA-Art-9": "ICT protection measures do not model insecure deserialization in an AI inference engine as an ICT-risk event.",
|
|
10935
|
+
"UK-CAF-B4": "System Security objective has no objective for validating data deserialized from an inference engine's socket.",
|
|
10936
|
+
"AU-ISM-1546": "Patch-application control does not single out AI inference engines, nor the code-reuse propagation of one flaw across many.",
|
|
10937
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats an inference engine's socket serialization as untrusted input requiring a safe serializer; code reuse spread the same CWE-502 across vLLM, TensorRT-LLM, Llama Stack and Modular Max."
|
|
10938
|
+
},
|
|
10939
|
+
"atlas_refs": [],
|
|
10940
|
+
"attack_refs": [
|
|
10941
|
+
"T1190",
|
|
10942
|
+
"T1059"
|
|
10943
|
+
],
|
|
10944
|
+
"rwep_score": 27,
|
|
10945
|
+
"rwep_factors": {
|
|
10946
|
+
"cisa_kev": 0,
|
|
10947
|
+
"poc_available": 20,
|
|
10948
|
+
"ai_factor": 0,
|
|
10949
|
+
"active_exploitation": 0,
|
|
10950
|
+
"blast_radius": 22,
|
|
10951
|
+
"patch_available": -15,
|
|
10952
|
+
"live_patch_available": 0,
|
|
10953
|
+
"reboot_required": 0
|
|
10954
|
+
},
|
|
10955
|
+
"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 (Oligo ShadowMQ technique) + blast_radius=22 minus patch 15.",
|
|
10956
|
+
"epss_score": null,
|
|
10957
|
+
"epss_date": "2026-05-25",
|
|
10958
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
10959
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2024-50050",
|
|
10960
|
+
"cwe_refs": [
|
|
10961
|
+
"CWE-502"
|
|
10962
|
+
],
|
|
10963
|
+
"iocs": {
|
|
10964
|
+
"behavioral": [
|
|
10965
|
+
"Meta deserializing data received over a ZeroMQ / IPC socket from an untrusted or unexpected peer.",
|
|
10966
|
+
"Inbound connections to the inference engine's internal serialization socket from outside the trusted node set.",
|
|
10967
|
+
"Python subprocess or interpreter activity spawned during deserialization of socket data.",
|
|
10968
|
+
"Affected version present: Meta Llama Stack < 0.0.41 — the exposed precondition."
|
|
10969
|
+
],
|
|
10970
|
+
"_ioc_source_note": "Behavioral signatures derived from NVD CVE-2024-50050 (CWE-502 insecure deserialization) and Oligo Security's ShadowMQ research (https://www.oligo.security/blog/shadowmq-how-code-reuse-spread-critical-vulnerabilities-across-the-ai-ecosystem) describing the recv_pyobj code-reuse pattern."
|
|
10971
|
+
},
|
|
10972
|
+
"source_verified": "2026-05-25",
|
|
10973
|
+
"verification_sources": [
|
|
10974
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2024-50050",
|
|
10975
|
+
"https://www.oligo.security/blog/shadowmq-how-code-reuse-spread-critical-vulnerabilities-across-the-ai-ecosystem"
|
|
10976
|
+
],
|
|
10977
|
+
"vendor_advisories": [
|
|
10978
|
+
{
|
|
10979
|
+
"vendor": "GitHub Security Advisory",
|
|
10980
|
+
"advisory_id": "CVE-2024-50050",
|
|
10981
|
+
"url": "https://github.com/meta-llama/llama-stack/security/advisories",
|
|
10982
|
+
"severity": "medium",
|
|
10983
|
+
"published_date": "2024-10-23"
|
|
10984
|
+
},
|
|
10985
|
+
{
|
|
10986
|
+
"vendor": "NVD",
|
|
10987
|
+
"advisory_id": "CVE-2024-50050",
|
|
10988
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-50050",
|
|
10989
|
+
"severity": "medium",
|
|
10990
|
+
"published_date": "2024-10-23"
|
|
10991
|
+
}
|
|
10992
|
+
],
|
|
10993
|
+
"last_updated": "2026-05-25",
|
|
10994
|
+
"discovery_attribution_note": "Manually curated from NVD (CWE-502; NIST CVSS 6.3) + Oligo Security's ShadowMQ research. Member of the ShadowMQ code-reuse family (insecure deserialization over ZeroMQ propagated across AI inference engines).",
|
|
10995
|
+
"_auto_imported": false,
|
|
10996
|
+
"_intake_method": "manual-verified-curation",
|
|
10997
|
+
"_kev_short_description": "Meta Llama Stack used an unsafe socket serialization format and deserialized untrusted data, allowing network RCE; fixed by migrating to JSON in 0.0.41; the seed of the ShadowMQ code-reuse family."
|
|
10998
|
+
},
|
|
10999
|
+
"CVE-2025-60455": {
|
|
11000
|
+
"name": "Modular Max Server KVCache-Agent Deserialization RCE (ShadowMQ)",
|
|
11001
|
+
"type": "RCE",
|
|
11002
|
+
"cvss_score": 8.4,
|
|
11003
|
+
"cvss_vector": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
|
|
11004
|
+
"cvss_note": "NVD CVSS v3.1 base 8.4 (HIGH). Unsafe deserialization reachable when --experimental-enable-kvcache-agent is enabled.",
|
|
11005
|
+
"cisa_kev": false,
|
|
11006
|
+
"poc_available": true,
|
|
11007
|
+
"poc_description": "Documented in Oligo Security's ShadowMQ research (code reuse spread an insecure ZeroMQ recv_pyobj deserialization pattern across AI inference engines) and the project advisory: an attacker who reaches the deserialization channel supplies a crafted payload that executes code.",
|
|
11008
|
+
"ai_discovered": false,
|
|
11009
|
+
"ai_discovery_source": "human_researcher",
|
|
11010
|
+
"ai_discovery_notes": "Disclosed by Oligo Security (ShadowMQ research). The abused surface is the IPC/socket layer of an AI inference engine; the propagation mechanism is copy-paste code reuse of an insecure deserialization pattern across projects.",
|
|
11011
|
+
"ai_assisted_weaponization": false,
|
|
11012
|
+
"ai_assisted_notes": "No AI-assisted weaponization; classic CWE-502 insecure deserialization, notable for spreading via code reuse across the AI inference ecosystem.",
|
|
11013
|
+
"active_exploitation": "none",
|
|
11014
|
+
"active_exploitation_notes": "Research disclosure (Oligo ShadowMQ); no confirmed in-the-wild exploitation reported as of curation.",
|
|
11015
|
+
"affected": "Modular Max Server before 25.6.0 when the --experimental-enable-kvcache-agent feature is enabled.",
|
|
11016
|
+
"affected_versions": [
|
|
11017
|
+
"Modular Max Server < 25.6.0 (kvcache-agent enabled)"
|
|
11018
|
+
],
|
|
11019
|
+
"vector": "Modular Max Server deserializes untrusted pickle data over its inter-process channel when the experimental KVCache agent is enabled (CWE-502), allowing arbitrary code execution on the server.",
|
|
11020
|
+
"complexity": "low",
|
|
11021
|
+
"complexity_notes": "NVD AC:L. Reachability: local (per the CVSS vector).",
|
|
11022
|
+
"patch_available": true,
|
|
11023
|
+
"patch_required_reboot": false,
|
|
11024
|
+
"live_patch_available": false,
|
|
11025
|
+
"live_patch_tools": [],
|
|
11026
|
+
"live_patch_notes": "Remediation is an application upgrade to 25.6.0 or later; redeploy, no host reboot.",
|
|
11027
|
+
"vendor_update_paths": [
|
|
11028
|
+
"Upgrade Modular Max Server to 25.6.0 or later. Until then, do not run with --experimental-enable-kvcache-agent."
|
|
11029
|
+
],
|
|
11030
|
+
"framework_control_gaps": {
|
|
11031
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track AI inference engines and their IPC/socket serialization layers as managed, RCE-bearing software, nor account for the same flaw recurring across projects via code reuse.",
|
|
11032
|
+
"NIST-800-53-SI-10": "Input-validation control is not applied to data deserialized from an inference engine's internal socket; the unsafe serializer is treated as trusted.",
|
|
11033
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates an AI inference engine's deserialization channel as an injection surface.",
|
|
11034
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach AI-inference IPC deserialization as a privileged execution control plane.",
|
|
11035
|
+
"DORA-Art-9": "ICT protection measures do not model insecure deserialization in an AI inference engine as an ICT-risk event.",
|
|
11036
|
+
"UK-CAF-B4": "System Security objective has no objective for validating data deserialized from an inference engine's socket.",
|
|
11037
|
+
"AU-ISM-1546": "Patch-application control does not single out AI inference engines, nor the code-reuse propagation of one flaw across many.",
|
|
11038
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats an inference engine's socket serialization as untrusted input requiring a safe serializer; code reuse spread the same CWE-502 across vLLM, TensorRT-LLM, Llama Stack and Modular Max."
|
|
11039
|
+
},
|
|
11040
|
+
"atlas_refs": [],
|
|
11041
|
+
"attack_refs": [
|
|
11042
|
+
"T1059"
|
|
11043
|
+
],
|
|
11044
|
+
"rwep_score": 23,
|
|
11045
|
+
"rwep_factors": {
|
|
11046
|
+
"cisa_kev": 0,
|
|
11047
|
+
"poc_available": 20,
|
|
11048
|
+
"ai_factor": 0,
|
|
11049
|
+
"active_exploitation": 0,
|
|
11050
|
+
"blast_radius": 18,
|
|
11051
|
+
"patch_available": -15,
|
|
11052
|
+
"live_patch_available": 0,
|
|
11053
|
+
"reboot_required": 0
|
|
11054
|
+
},
|
|
11055
|
+
"rwep_notes": "Standard (RWEP 23, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, patched at/after disclosure (Hard Rule #3). poc_available=20 (Oligo ShadowMQ technique) + blast_radius=18 minus patch 15.",
|
|
11056
|
+
"epss_score": null,
|
|
11057
|
+
"epss_date": "2026-05-25",
|
|
11058
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
11059
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2025-60455",
|
|
11060
|
+
"cwe_refs": [
|
|
11061
|
+
"CWE-502"
|
|
11062
|
+
],
|
|
11063
|
+
"iocs": {
|
|
11064
|
+
"behavioral": [
|
|
11065
|
+
"Modular deserializing data received over a ZeroMQ / IPC socket from an untrusted or unexpected peer.",
|
|
11066
|
+
"Inbound connections to the inference engine's internal serialization socket from outside the trusted node set.",
|
|
11067
|
+
"Python subprocess or interpreter activity spawned during deserialization of socket data.",
|
|
11068
|
+
"Affected version present: Modular Max Server < 25.6.0 (kvcache-agent enabled) — the exposed precondition."
|
|
11069
|
+
],
|
|
11070
|
+
"_ioc_source_note": "Behavioral signatures derived from NVD CVE-2025-60455 (CWE-502 insecure deserialization) and Oligo Security's ShadowMQ research (https://www.oligo.security/blog/shadowmq-how-code-reuse-spread-critical-vulnerabilities-across-the-ai-ecosystem) describing the recv_pyobj code-reuse pattern."
|
|
11071
|
+
},
|
|
11072
|
+
"source_verified": "2026-05-25",
|
|
11073
|
+
"verification_sources": [
|
|
11074
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2025-60455",
|
|
11075
|
+
"https://www.oligo.security/blog/shadowmq-how-code-reuse-spread-critical-vulnerabilities-across-the-ai-ecosystem"
|
|
11076
|
+
],
|
|
11077
|
+
"vendor_advisories": [
|
|
11078
|
+
{
|
|
11079
|
+
"vendor": "GitHub Security Advisory",
|
|
11080
|
+
"advisory_id": "CVE-2025-60455",
|
|
11081
|
+
"url": "https://github.com/modular/modular/security/advisories",
|
|
11082
|
+
"severity": "high",
|
|
11083
|
+
"published_date": "2025-11-18"
|
|
11084
|
+
},
|
|
11085
|
+
{
|
|
11086
|
+
"vendor": "NVD",
|
|
11087
|
+
"advisory_id": "CVE-2025-60455",
|
|
11088
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-60455",
|
|
11089
|
+
"severity": "high",
|
|
11090
|
+
"published_date": "2025-11-18"
|
|
11091
|
+
}
|
|
11092
|
+
],
|
|
11093
|
+
"last_updated": "2026-05-25",
|
|
11094
|
+
"discovery_attribution_note": "Manually curated from NVD (CWE-502; NIST CVSS 8.4) + Oligo Security's ShadowMQ research. Member of the ShadowMQ code-reuse family (insecure deserialization over ZeroMQ propagated across AI inference engines).",
|
|
11095
|
+
"_auto_imported": false,
|
|
11096
|
+
"_intake_method": "manual-verified-curation",
|
|
11097
|
+
"_kev_short_description": "Modular Max Server deserializes untrusted data when the experimental KVCache agent is enabled, allowing code execution; part of the ShadowMQ code-reuse family; fixed in 25.6.0."
|
|
11098
|
+
},
|
|
11099
|
+
"CVE-2026-24207": {
|
|
11100
|
+
"name": "NVIDIA Triton Inference Server Authentication Bypass (Alternate Path) RCE",
|
|
11101
|
+
"type": "AUTH-BYPASS",
|
|
11102
|
+
"cvss_score": 9.8,
|
|
11103
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
|
|
11104
|
+
"cvss_note": "NVD/NIST CVSS v3.1 base 9.8 (CRITICAL). Unauthenticated, network-reachable authentication bypass via an alternate path or channel (CWE-288); a successful bypass can lead to code execution, privilege escalation, data tampering, DoS, or information disclosure.",
|
|
11105
|
+
"cisa_kev": false,
|
|
11106
|
+
"poc_available": true,
|
|
11107
|
+
"poc_description": "Documented in NVIDIA's May 2026 Triton Inference Server security bulletin and follow-on security reporting: an unauthenticated network request reaches Triton's control plane via an alternate path/channel that the authentication layer does not cover (CWE-288).",
|
|
11108
|
+
"ai_discovered": false,
|
|
11109
|
+
"ai_discovery_source": "human_researcher",
|
|
11110
|
+
"ai_discovery_notes": "Disclosed through NVIDIA's coordinated security bulletin (May 2026). The abused surface is the authentication layer of a widely deployed AI inference server.",
|
|
11111
|
+
"ai_assisted_weaponization": false,
|
|
11112
|
+
"ai_assisted_notes": "No AI-assisted weaponization reported; an authentication-bypass design flaw in the inference server control plane.",
|
|
11113
|
+
"active_exploitation": "none",
|
|
11114
|
+
"active_exploitation_notes": "Vendor bulletin disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
|
|
11115
|
+
"affected": "NVIDIA Triton Inference Server versions prior to r26.03.",
|
|
11116
|
+
"affected_versions": [
|
|
11117
|
+
"NVIDIA Triton Inference Server < 26.03"
|
|
11118
|
+
],
|
|
11119
|
+
"vector": "NVIDIA Triton Inference Server exposes a control-plane path that bypasses the authentication layer (CWE-288, authentication bypass using an alternate path or channel). An unauthenticated network attacker reaches privileged functionality without credentials.",
|
|
11120
|
+
"complexity": "low",
|
|
11121
|
+
"complexity_notes": "NVD AV:N / AC:L / PR:N / UI:N — network-reachable, unauthenticated, low-complexity.",
|
|
11122
|
+
"patch_available": true,
|
|
11123
|
+
"patch_required_reboot": false,
|
|
11124
|
+
"live_patch_available": false,
|
|
11125
|
+
"live_patch_tools": [],
|
|
11126
|
+
"live_patch_notes": "Remediation is an application upgrade to Triton Inference Server r26.03 or later; redeploy, no host reboot.",
|
|
11127
|
+
"vendor_update_paths": [
|
|
11128
|
+
"Upgrade NVIDIA Triton Inference Server to r26.03 or later. Until then, do not expose Triton's HTTP/gRPC endpoints to untrusted networks and place it behind an authenticating reverse proxy."
|
|
11129
|
+
],
|
|
11130
|
+
"framework_control_gaps": {
|
|
11131
|
+
"NIST-800-53-IA-2": "Identification-and-authentication control is asserted for the application but not verified to cover every control-plane path of the AI inference server; an alternate path bypasses it.",
|
|
11132
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track AI inference servers as managed, network-exposed control planes requiring rapid patching.",
|
|
11133
|
+
"ISO-27001-2022-A.5.15": "Access-control policy does not enumerate the inference server's alternate request paths as in-scope, so an alternate path bypasses authentication.",
|
|
11134
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach the AI inference server's authentication layer as a privileged control plane.",
|
|
11135
|
+
"DORA-Art-9": "ICT protection measures do not model an unauthenticated bypass of an AI inference server's control plane as an ICT-risk event.",
|
|
11136
|
+
"UK-CAF-B2": "Identity and Access Control objective has no objective for proving authentication covers every path into the inference server.",
|
|
11137
|
+
"AU-ISM-1546": "Patch-application control does not single out network-exposed AI inference servers.",
|
|
11138
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework requires the AI inference server's authentication to be proven complete across all request paths; an alternate-path bypass exposes the model control plane unauthenticated."
|
|
11139
|
+
},
|
|
11140
|
+
"atlas_refs": [],
|
|
11141
|
+
"attack_refs": [
|
|
11142
|
+
"T1190"
|
|
11143
|
+
],
|
|
11144
|
+
"rwep_score": 31,
|
|
11145
|
+
"rwep_factors": {
|
|
11146
|
+
"cisa_kev": 0,
|
|
11147
|
+
"poc_available": 20,
|
|
11148
|
+
"ai_factor": 0,
|
|
11149
|
+
"active_exploitation": 0,
|
|
11150
|
+
"blast_radius": 26,
|
|
11151
|
+
"patch_available": -15,
|
|
11152
|
+
"live_patch_available": 0,
|
|
11153
|
+
"reboot_required": 0
|
|
11154
|
+
},
|
|
11155
|
+
"rwep_notes": "Standard (RWEP 31, \"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=26 (Triton is among the most widely deployed inference servers) minus patch 15. Note: unauthenticated network reachability on a critical AI control plane raises operational urgency beyond the RWEP number.",
|
|
11156
|
+
"epss_score": null,
|
|
11157
|
+
"epss_date": "2026-05-25",
|
|
11158
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
11159
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-24207",
|
|
11160
|
+
"cwe_refs": [
|
|
11161
|
+
"CWE-288"
|
|
11162
|
+
],
|
|
11163
|
+
"iocs": {
|
|
11164
|
+
"behavioral": [
|
|
11165
|
+
"Triton HTTP/gRPC requests reaching privileged control-plane endpoints (model load/unload, repository management) without a valid authentication context.",
|
|
11166
|
+
"Model repository changes or inference-config changes not attributable to an authenticated operator.",
|
|
11167
|
+
"Triton Inference Server below r26.03 exposed to a network reachable by untrusted clients — the exposed precondition.",
|
|
11168
|
+
"Unexpected processes or model artifacts appearing on the Triton host following anomalous control-plane traffic."
|
|
11169
|
+
],
|
|
11170
|
+
"_ioc_source_note": "Behavioral signatures derived from NVD CVE-2026-24207 (CWE-288 authentication bypass) and NVIDIA's May 2026 Triton Inference Server security bulletin (https://nvidia.custhelp.com/app/answers/detail/a_id/5828)."
|
|
11171
|
+
},
|
|
11172
|
+
"source_verified": "2026-05-25",
|
|
11173
|
+
"verification_sources": [
|
|
11174
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2026-24207",
|
|
11175
|
+
"https://nvidia.custhelp.com/app/answers/detail/a_id/5828"
|
|
11176
|
+
],
|
|
11177
|
+
"vendor_advisories": [
|
|
11178
|
+
{
|
|
11179
|
+
"vendor": "NVIDIA Product Security",
|
|
11180
|
+
"advisory_id": "NVIDIA-5828",
|
|
11181
|
+
"url": "https://nvidia.custhelp.com/app/answers/detail/a_id/5828",
|
|
11182
|
+
"severity": "critical",
|
|
11183
|
+
"published_date": "2026-05-20"
|
|
11184
|
+
},
|
|
11185
|
+
{
|
|
11186
|
+
"vendor": "NVD",
|
|
11187
|
+
"advisory_id": "CVE-2026-24207",
|
|
11188
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24207",
|
|
11189
|
+
"severity": "critical",
|
|
11190
|
+
"published_date": "2026-05-20"
|
|
11191
|
+
}
|
|
11192
|
+
],
|
|
11193
|
+
"last_updated": "2026-05-25",
|
|
11194
|
+
"discovery_attribution_note": "Manually curated from NVD (CWE-288; NIST CVSS 9.8) + NVIDIA's May 2026 Triton Inference Server security bulletin. One of two authentication-bypass CVEs (with CVE-2026-24206) patched in r26.03.",
|
|
11195
|
+
"_auto_imported": false,
|
|
11196
|
+
"_intake_method": "manual-verified-curation",
|
|
11197
|
+
"_kev_short_description": "NVIDIA Triton Inference Server lets an unauthenticated network attacker bypass authentication via an alternate path (CWE-288), enabling code execution and full compromise; fixed in r26.03."
|
|
11198
|
+
},
|
|
11199
|
+
"CVE-2026-24206": {
|
|
11200
|
+
"name": "NVIDIA Triton Inference Server Authentication Bypass (Alternate Channel)",
|
|
11201
|
+
"type": "AUTH-BYPASS",
|
|
11202
|
+
"cvss_score": 9.8,
|
|
11203
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
|
|
11204
|
+
"cvss_note": "NVD/NIST CVSS v3.1 base 9.8 (CRITICAL); NVIDIA as CNA scored it 7.3 (HIGH, CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L) — a documented scoring dispute. Unauthenticated, network-reachable authentication bypass via an alternate path or channel (CWE-288).",
|
|
11205
|
+
"cisa_kev": false,
|
|
11206
|
+
"poc_available": true,
|
|
11207
|
+
"poc_description": "Documented in NVIDIA's May 2026 Triton Inference Server security bulletin and follow-on security reporting: an unauthenticated network request reaches Triton's control plane via an alternate path/channel that the authentication layer does not cover (CWE-288).",
|
|
11208
|
+
"ai_discovered": false,
|
|
11209
|
+
"ai_discovery_source": "human_researcher",
|
|
11210
|
+
"ai_discovery_notes": "Disclosed through NVIDIA's coordinated security bulletin (May 2026). The abused surface is the authentication layer of a widely deployed AI inference server.",
|
|
11211
|
+
"ai_assisted_weaponization": false,
|
|
11212
|
+
"ai_assisted_notes": "No AI-assisted weaponization reported; an authentication-bypass design flaw in the inference server control plane.",
|
|
11213
|
+
"active_exploitation": "none",
|
|
11214
|
+
"active_exploitation_notes": "Vendor bulletin disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
|
|
11215
|
+
"affected": "NVIDIA Triton Inference Server versions prior to r26.03.",
|
|
11216
|
+
"affected_versions": [
|
|
11217
|
+
"NVIDIA Triton Inference Server < 26.03"
|
|
11218
|
+
],
|
|
11219
|
+
"vector": "NVIDIA Triton Inference Server exposes a control-plane path that bypasses the authentication layer (CWE-288, authentication bypass using an alternate path or channel). An unauthenticated network attacker reaches privileged functionality without credentials.",
|
|
11220
|
+
"complexity": "low",
|
|
11221
|
+
"complexity_notes": "NVD AV:N / AC:L / PR:N / UI:N — network-reachable, unauthenticated, low-complexity.",
|
|
11222
|
+
"patch_available": true,
|
|
11223
|
+
"patch_required_reboot": false,
|
|
11224
|
+
"live_patch_available": false,
|
|
11225
|
+
"live_patch_tools": [],
|
|
11226
|
+
"live_patch_notes": "Remediation is an application upgrade to Triton Inference Server r26.03 or later; redeploy, no host reboot.",
|
|
11227
|
+
"vendor_update_paths": [
|
|
11228
|
+
"Upgrade NVIDIA Triton Inference Server to r26.03 or later. Until then, do not expose Triton's HTTP/gRPC endpoints to untrusted networks and place it behind an authenticating reverse proxy."
|
|
11229
|
+
],
|
|
11230
|
+
"framework_control_gaps": {
|
|
11231
|
+
"NIST-800-53-IA-2": "Identification-and-authentication control is asserted for the application but not verified to cover every control-plane path of the AI inference server; an alternate path bypasses it.",
|
|
11232
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track AI inference servers as managed, network-exposed control planes requiring rapid patching.",
|
|
11233
|
+
"ISO-27001-2022-A.5.15": "Access-control policy does not enumerate the inference server's alternate request paths as in-scope, so an alternate path bypasses authentication.",
|
|
11234
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach the AI inference server's authentication layer as a privileged control plane.",
|
|
11235
|
+
"DORA-Art-9": "ICT protection measures do not model an unauthenticated bypass of an AI inference server's control plane as an ICT-risk event.",
|
|
11236
|
+
"UK-CAF-B2": "Identity and Access Control objective has no objective for proving authentication covers every path into the inference server.",
|
|
11237
|
+
"AU-ISM-1546": "Patch-application control does not single out network-exposed AI inference servers.",
|
|
11238
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework requires the AI inference server's authentication to be proven complete across all request paths; an alternate-path bypass exposes the model control plane unauthenticated."
|
|
11239
|
+
},
|
|
11240
|
+
"atlas_refs": [],
|
|
11241
|
+
"attack_refs": [
|
|
11242
|
+
"T1190"
|
|
11243
|
+
],
|
|
11244
|
+
"rwep_score": 31,
|
|
11245
|
+
"rwep_factors": {
|
|
11246
|
+
"cisa_kev": 0,
|
|
11247
|
+
"poc_available": 20,
|
|
11248
|
+
"ai_factor": 0,
|
|
11249
|
+
"active_exploitation": 0,
|
|
11250
|
+
"blast_radius": 26,
|
|
11251
|
+
"patch_available": -15,
|
|
11252
|
+
"live_patch_available": 0,
|
|
11253
|
+
"reboot_required": 0
|
|
11254
|
+
},
|
|
11255
|
+
"rwep_notes": "Standard (RWEP 31, \"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=26 (Triton is among the most widely deployed inference servers) minus patch 15. Note: unauthenticated network reachability on a critical AI control plane raises operational urgency beyond the RWEP number.",
|
|
11256
|
+
"epss_score": null,
|
|
11257
|
+
"epss_date": "2026-05-25",
|
|
11258
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
11259
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-24206",
|
|
11260
|
+
"cwe_refs": [
|
|
11261
|
+
"CWE-288"
|
|
11262
|
+
],
|
|
11263
|
+
"iocs": {
|
|
11264
|
+
"behavioral": [
|
|
11265
|
+
"Triton HTTP/gRPC requests reaching privileged control-plane endpoints (model load/unload, repository management) without a valid authentication context.",
|
|
11266
|
+
"Model repository changes or inference-config changes not attributable to an authenticated operator.",
|
|
11267
|
+
"Triton Inference Server below r26.03 exposed to a network reachable by untrusted clients — the exposed precondition.",
|
|
11268
|
+
"Unexpected processes or model artifacts appearing on the Triton host following anomalous control-plane traffic."
|
|
11269
|
+
],
|
|
11270
|
+
"_ioc_source_note": "Behavioral signatures derived from NVD CVE-2026-24206 (CWE-288 authentication bypass) and NVIDIA's May 2026 Triton Inference Server security bulletin (https://nvidia.custhelp.com/app/answers/detail/a_id/5828)."
|
|
11271
|
+
},
|
|
11272
|
+
"source_verified": "2026-05-25",
|
|
11273
|
+
"verification_sources": [
|
|
11274
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2026-24206",
|
|
11275
|
+
"https://nvidia.custhelp.com/app/answers/detail/a_id/5828"
|
|
11276
|
+
],
|
|
11277
|
+
"vendor_advisories": [
|
|
11278
|
+
{
|
|
11279
|
+
"vendor": "NVIDIA Product Security",
|
|
11280
|
+
"advisory_id": "NVIDIA-5828",
|
|
11281
|
+
"url": "https://nvidia.custhelp.com/app/answers/detail/a_id/5828",
|
|
11282
|
+
"severity": "critical",
|
|
11283
|
+
"published_date": "2026-05-20"
|
|
11284
|
+
},
|
|
11285
|
+
{
|
|
11286
|
+
"vendor": "NVD",
|
|
11287
|
+
"advisory_id": "CVE-2026-24206",
|
|
11288
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24206",
|
|
11289
|
+
"severity": "critical",
|
|
11290
|
+
"published_date": "2026-05-20"
|
|
11291
|
+
}
|
|
11292
|
+
],
|
|
11293
|
+
"last_updated": "2026-05-25",
|
|
11294
|
+
"discovery_attribution_note": "Manually curated from NVD (CWE-288; NIST CVSS 9.8) + NVIDIA's May 2026 Triton Inference Server security bulletin. One of two authentication-bypass CVEs (with CVE-2026-24207) patched in r26.03.",
|
|
11295
|
+
"_auto_imported": false,
|
|
11296
|
+
"_intake_method": "manual-verified-curation",
|
|
11297
|
+
"_kev_short_description": "NVIDIA Triton Inference Server has a second authentication bypass (CWE-288) reachable unauthenticated over the network, enabling privilege escalation and information disclosure; fixed in r26.03. NVD scores 9.8; NVIDIA scores 7.3."
|
|
11298
|
+
},
|
|
10697
11299
|
"CVE-2026-41091": {
|
|
10698
11300
|
"name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
|
|
10699
11301
|
"type": "LPE",
|