@blamejs/exceptd-skills 0.13.77 → 0.13.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/data/_indexes/_meta.json +8 -8
- 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/attack-techniques.json +6 -0
- package/data/cve-catalog.json +402 -0
- package/data/cwe-catalog.json +4 -0
- package/data/framework-control-gaps.json +32 -0
- package/data/zeroday-lessons.json +200 -0
- package/manifest.json +44 -44
- package/package.json +2 -2
- package/sbom.cdx.json +23 -23
|
@@ -269,13 +269,17 @@
|
|
|
269
269
|
"DS0017"
|
|
270
270
|
],
|
|
271
271
|
"cve_refs": [
|
|
272
|
+
"CVE-2024-50050",
|
|
272
273
|
"CVE-2025-1094",
|
|
273
274
|
"CVE-2025-11837",
|
|
275
|
+
"CVE-2025-23254",
|
|
276
|
+
"CVE-2025-30165",
|
|
274
277
|
"CVE-2025-34291",
|
|
275
278
|
"CVE-2025-49596",
|
|
276
279
|
"CVE-2025-53773",
|
|
277
280
|
"CVE-2025-54136",
|
|
278
281
|
"CVE-2025-55319",
|
|
282
|
+
"CVE-2025-60455",
|
|
279
283
|
"CVE-2025-68664",
|
|
280
284
|
"CVE-2026-22252",
|
|
281
285
|
"CVE-2026-22688",
|
|
@@ -827,6 +831,7 @@
|
|
|
827
831
|
"CVE-2024-21762",
|
|
828
832
|
"CVE-2024-37079",
|
|
829
833
|
"CVE-2024-43468",
|
|
834
|
+
"CVE-2024-50050",
|
|
830
835
|
"CVE-2024-56145",
|
|
831
836
|
"CVE-2024-57726",
|
|
832
837
|
"CVE-2024-7694",
|
|
@@ -857,6 +862,7 @@
|
|
|
857
862
|
"CVE-2025-2775",
|
|
858
863
|
"CVE-2025-2776",
|
|
859
864
|
"CVE-2025-29635",
|
|
865
|
+
"CVE-2025-30165",
|
|
860
866
|
"CVE-2025-30397",
|
|
861
867
|
"CVE-2025-31125",
|
|
862
868
|
"CVE-2025-32432",
|
package/data/cve-catalog.json
CHANGED
|
@@ -10694,6 +10694,408 @@
|
|
|
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
|
+
},
|
|
10697
11099
|
"CVE-2026-41091": {
|
|
10698
11100
|
"name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
|
|
10699
11101
|
"type": "LPE",
|
package/data/cwe-catalog.json
CHANGED
|
@@ -1299,10 +1299,13 @@
|
|
|
1299
1299
|
],
|
|
1300
1300
|
"evidence_cves": [
|
|
1301
1301
|
"CVE-2023-21529",
|
|
1302
|
+
"CVE-2024-50050",
|
|
1302
1303
|
"CVE-2024-8069",
|
|
1303
1304
|
"CVE-2025-10035",
|
|
1305
|
+
"CVE-2025-23254",
|
|
1304
1306
|
"CVE-2025-24016",
|
|
1305
1307
|
"CVE-2025-26399",
|
|
1308
|
+
"CVE-2025-30165",
|
|
1306
1309
|
"CVE-2025-40551",
|
|
1307
1310
|
"CVE-2025-42999",
|
|
1308
1311
|
"CVE-2025-49113",
|
|
@@ -1310,6 +1313,7 @@
|
|
|
1310
1313
|
"CVE-2025-53690",
|
|
1311
1314
|
"CVE-2025-53770",
|
|
1312
1315
|
"CVE-2025-59287",
|
|
1316
|
+
"CVE-2025-60455",
|
|
1313
1317
|
"CVE-2025-68664",
|
|
1314
1318
|
"CVE-2026-20131",
|
|
1315
1319
|
"CVE-2026-20963"
|
|
@@ -34,9 +34,13 @@
|
|
|
34
34
|
"status": "open",
|
|
35
35
|
"opened_date": "2026-01-01",
|
|
36
36
|
"evidence_cves": [
|
|
37
|
+
"CVE-2024-50050",
|
|
38
|
+
"CVE-2025-23254",
|
|
39
|
+
"CVE-2025-30165",
|
|
37
40
|
"CVE-2025-34291",
|
|
38
41
|
"CVE-2025-49596",
|
|
39
42
|
"CVE-2025-54136",
|
|
43
|
+
"CVE-2025-60455",
|
|
40
44
|
"CVE-2026-22252",
|
|
41
45
|
"CVE-2026-22688",
|
|
42
46
|
"CVE-2026-26015",
|
|
@@ -1354,6 +1358,7 @@
|
|
|
1354
1358
|
"CVE-2024-37079",
|
|
1355
1359
|
"CVE-2024-42009",
|
|
1356
1360
|
"CVE-2024-43468",
|
|
1361
|
+
"CVE-2024-50050",
|
|
1357
1362
|
"CVE-2024-54085",
|
|
1358
1363
|
"CVE-2024-56145",
|
|
1359
1364
|
"CVE-2024-57726",
|
|
@@ -1382,6 +1387,7 @@
|
|
|
1382
1387
|
"CVE-2025-21043",
|
|
1383
1388
|
"CVE-2025-21479",
|
|
1384
1389
|
"CVE-2025-21480",
|
|
1390
|
+
"CVE-2025-23254",
|
|
1385
1391
|
"CVE-2025-24016",
|
|
1386
1392
|
"CVE-2025-24201",
|
|
1387
1393
|
"CVE-2025-24893",
|
|
@@ -1397,6 +1403,7 @@
|
|
|
1397
1403
|
"CVE-2025-27915",
|
|
1398
1404
|
"CVE-2025-27920",
|
|
1399
1405
|
"CVE-2025-29635",
|
|
1406
|
+
"CVE-2025-30165",
|
|
1400
1407
|
"CVE-2025-30397",
|
|
1401
1408
|
"CVE-2025-31125",
|
|
1402
1409
|
"CVE-2025-31277",
|
|
@@ -1470,6 +1477,7 @@
|
|
|
1470
1477
|
"CVE-2025-59374",
|
|
1471
1478
|
"CVE-2025-59689",
|
|
1472
1479
|
"CVE-2025-59718",
|
|
1480
|
+
"CVE-2025-60455",
|
|
1473
1481
|
"CVE-2025-60710",
|
|
1474
1482
|
"CVE-2025-61757",
|
|
1475
1483
|
"CVE-2025-61882",
|
|
@@ -1738,14 +1746,18 @@
|
|
|
1738
1746
|
"status": "open",
|
|
1739
1747
|
"opened_date": "2026-03-15",
|
|
1740
1748
|
"evidence_cves": [
|
|
1749
|
+
"CVE-2024-50050",
|
|
1741
1750
|
"CVE-2025-10585",
|
|
1742
1751
|
"CVE-2025-1094",
|
|
1743
1752
|
"CVE-2025-14174",
|
|
1753
|
+
"CVE-2025-23254",
|
|
1754
|
+
"CVE-2025-30165",
|
|
1744
1755
|
"CVE-2025-34291",
|
|
1745
1756
|
"CVE-2025-38352",
|
|
1746
1757
|
"CVE-2025-43300",
|
|
1747
1758
|
"CVE-2025-49596",
|
|
1748
1759
|
"CVE-2025-54136",
|
|
1760
|
+
"CVE-2025-60455",
|
|
1749
1761
|
"CVE-2026-22252",
|
|
1750
1762
|
"CVE-2026-22688",
|
|
1751
1763
|
"CVE-2026-25592",
|
|
@@ -2156,8 +2168,12 @@
|
|
|
2156
2168
|
"status": "open",
|
|
2157
2169
|
"opened_date": "2026-05-13",
|
|
2158
2170
|
"evidence_cves": [
|
|
2171
|
+
"CVE-2024-50050",
|
|
2159
2172
|
"CVE-2025-0133",
|
|
2160
2173
|
"CVE-2025-1094",
|
|
2174
|
+
"CVE-2025-23254",
|
|
2175
|
+
"CVE-2025-30165",
|
|
2176
|
+
"CVE-2025-60455",
|
|
2161
2177
|
"CVE-2025-6965",
|
|
2162
2178
|
"CVE-2026-39884",
|
|
2163
2179
|
"CVE-2026-42208",
|
|
@@ -2304,6 +2320,7 @@
|
|
|
2304
2320
|
"CVE-2024-37079",
|
|
2305
2321
|
"CVE-2024-42009",
|
|
2306
2322
|
"CVE-2024-43468",
|
|
2323
|
+
"CVE-2024-50050",
|
|
2307
2324
|
"CVE-2024-54085",
|
|
2308
2325
|
"CVE-2024-56145",
|
|
2309
2326
|
"CVE-2024-57726",
|
|
@@ -2333,6 +2350,7 @@
|
|
|
2333
2350
|
"CVE-2025-21043",
|
|
2334
2351
|
"CVE-2025-21479",
|
|
2335
2352
|
"CVE-2025-21480",
|
|
2353
|
+
"CVE-2025-23254",
|
|
2336
2354
|
"CVE-2025-24016",
|
|
2337
2355
|
"CVE-2025-24201",
|
|
2338
2356
|
"CVE-2025-24893",
|
|
@@ -2348,6 +2366,7 @@
|
|
|
2348
2366
|
"CVE-2025-27915",
|
|
2349
2367
|
"CVE-2025-27920",
|
|
2350
2368
|
"CVE-2025-29635",
|
|
2369
|
+
"CVE-2025-30165",
|
|
2351
2370
|
"CVE-2025-30397",
|
|
2352
2371
|
"CVE-2025-31125",
|
|
2353
2372
|
"CVE-2025-31277",
|
|
@@ -2422,6 +2441,7 @@
|
|
|
2422
2441
|
"CVE-2025-59389",
|
|
2423
2442
|
"CVE-2025-59689",
|
|
2424
2443
|
"CVE-2025-59718",
|
|
2444
|
+
"CVE-2025-60455",
|
|
2425
2445
|
"CVE-2025-60710",
|
|
2426
2446
|
"CVE-2025-61757",
|
|
2427
2447
|
"CVE-2025-61882",
|
|
@@ -4756,9 +4776,13 @@
|
|
|
4756
4776
|
"opened_date": "2026-05-15",
|
|
4757
4777
|
"evidence_cves": [
|
|
4758
4778
|
"CVE-2024-21762",
|
|
4779
|
+
"CVE-2024-50050",
|
|
4780
|
+
"CVE-2025-23254",
|
|
4781
|
+
"CVE-2025-30165",
|
|
4759
4782
|
"CVE-2025-34291",
|
|
4760
4783
|
"CVE-2025-49596",
|
|
4761
4784
|
"CVE-2025-54136",
|
|
4785
|
+
"CVE-2025-60455",
|
|
4762
4786
|
"CVE-2026-0300",
|
|
4763
4787
|
"CVE-2026-20182",
|
|
4764
4788
|
"CVE-2026-22252",
|
|
@@ -5264,9 +5288,13 @@
|
|
|
5264
5288
|
"opened_date": "2026-05-17",
|
|
5265
5289
|
"evidence_cves": [
|
|
5266
5290
|
"CVE-2024-21762",
|
|
5291
|
+
"CVE-2024-50050",
|
|
5292
|
+
"CVE-2025-23254",
|
|
5293
|
+
"CVE-2025-30165",
|
|
5267
5294
|
"CVE-2025-34291",
|
|
5268
5295
|
"CVE-2025-49596",
|
|
5269
5296
|
"CVE-2025-54136",
|
|
5297
|
+
"CVE-2025-60455",
|
|
5270
5298
|
"CVE-2026-22252",
|
|
5271
5299
|
"CVE-2026-22688",
|
|
5272
5300
|
"CVE-2026-25592",
|
|
@@ -5314,9 +5342,13 @@
|
|
|
5314
5342
|
"opened_date": "2026-05-17",
|
|
5315
5343
|
"evidence_cves": [
|
|
5316
5344
|
"CVE-2024-21762",
|
|
5345
|
+
"CVE-2024-50050",
|
|
5346
|
+
"CVE-2025-23254",
|
|
5347
|
+
"CVE-2025-30165",
|
|
5317
5348
|
"CVE-2025-34291",
|
|
5318
5349
|
"CVE-2025-49596",
|
|
5319
5350
|
"CVE-2025-54136",
|
|
5351
|
+
"CVE-2025-60455",
|
|
5320
5352
|
"CVE-2026-22252",
|
|
5321
5353
|
"CVE-2026-22688",
|
|
5322
5354
|
"CVE-2026-25592",
|