@blamejs/exceptd-skills 0.13.76 → 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 +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 +2199 -0
- package/data/attack-techniques.json +9 -0
- package/data/cve-catalog.json +610 -0
- package/data/cwe-catalog.json +8 -1
- package/data/framework-control-gaps.json +51 -5
- 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
|
@@ -10486,6 +10486,616 @@
|
|
|
10486
10486
|
"_intake_method": "manual-verified-curation",
|
|
10487
10487
|
"_kev_short_description": "Upsonic allow-lists npm/npx for MCP tasks, but their argument flags enable arbitrary OS command execution, so an attacker who can create a task achieves RCE."
|
|
10488
10488
|
},
|
|
10489
|
+
"CVE-2026-26015": {
|
|
10490
|
+
"name": "DocsGPT MCP stdio Unauthenticated Remote Code Execution",
|
|
10491
|
+
"type": "RCE",
|
|
10492
|
+
"cvss_score": 9.8,
|
|
10493
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
|
|
10494
|
+
"cvss_note": "NVD CVSS v3.1 base 9.8 (CRITICAL); the GitHub advisory scores 10.0. Unauthenticated: a crafted payload bypasses the MCP test behavior to execute commands.",
|
|
10495
|
+
"cisa_kev": false,
|
|
10496
|
+
"poc_available": true,
|
|
10497
|
+
"poc_description": "Documented in the GitHub Security Advisory GHSA-gcrq-f296-2j74 and the 2026 MCP supply-chain advisory: a crafted MCP stdio configuration payload bypasses DocsGPT's MCP test/validation behavior and runs shell commands without authentication, on both hosted and self-hosted instances.",
|
|
10498
|
+
"ai_discovered": false,
|
|
10499
|
+
"ai_discovery_source": "human_researcher",
|
|
10500
|
+
"ai_discovery_notes": "Disclosed via coordinated advisory; DocsGPT is an open-source documentation RAG assistant and the abused surface is its MCP stdio configuration.",
|
|
10501
|
+
"ai_assisted_weaponization": false,
|
|
10502
|
+
"ai_assisted_notes": "No AI-assisted weaponization; command injection through the MCP stdio configuration, reachable without authentication.",
|
|
10503
|
+
"active_exploitation": "none",
|
|
10504
|
+
"active_exploitation_notes": "Research / advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
|
|
10505
|
+
"affected": "DocsGPT (arc53) versions 0.15.0 up to (but not including) 0.16.0.",
|
|
10506
|
+
"affected_versions": [
|
|
10507
|
+
"DocsGPT >= 0.15.0, < 0.16.0"
|
|
10508
|
+
],
|
|
10509
|
+
"vector": "DocsGPT accepts an MCP server configuration with a stdio transport whose shell command it executes. A crafted payload bypasses the MCP test/validation step, so the command runs without authorization or neutralization (CWE-77), giving an unauthenticated attacker remote code execution on the DocsGPT host.",
|
|
10510
|
+
"complexity": "low",
|
|
10511
|
+
"complexity_notes": "NVD AV:N / AC:L / PR:N — network-reachable, low-complexity, unauthenticated command injection.",
|
|
10512
|
+
"patch_available": true,
|
|
10513
|
+
"patch_required_reboot": false,
|
|
10514
|
+
"live_patch_available": false,
|
|
10515
|
+
"live_patch_tools": [],
|
|
10516
|
+
"live_patch_notes": "Remediation is an application upgrade to DocsGPT 0.16.0 or later; redeploy, no host reboot.",
|
|
10517
|
+
"vendor_update_paths": [
|
|
10518
|
+
"Upgrade DocsGPT (arc53) to 0.16.0 or later. Until then, do not expose DocsGPT to untrusted networks, restrict MCP configuration, and run it as a least-privilege container user."
|
|
10519
|
+
],
|
|
10520
|
+
"framework_control_gaps": {
|
|
10521
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track self-hosted documentation/RAG assistants and their MCP transports as managed, RCE-bearing software.",
|
|
10522
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates an AI assistant's MCP stdio configuration as an unauthenticated command-execution surface.",
|
|
10523
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach the MCP stdio configuration as a privileged, unauthenticated execution control plane.",
|
|
10524
|
+
"DORA-Art-9": "ICT protection measures do not model unauthenticated command injection via an AI assistant's MCP configuration.",
|
|
10525
|
+
"UK-CAF-B4": "System Security objective has no objective for authenticating and neutralizing command input handed to an AI assistant's MCP transport.",
|
|
10526
|
+
"AU-ISM-1546": "Patch-application control does not single out AI-assistant MCP transports.",
|
|
10527
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework requires the MCP transport to authenticate callers and neutralize the stdio command; a bypassable validation step is not an authorization boundary."
|
|
10528
|
+
},
|
|
10529
|
+
"atlas_refs": [],
|
|
10530
|
+
"attack_refs": [
|
|
10531
|
+
"T1190",
|
|
10532
|
+
"T1059"
|
|
10533
|
+
],
|
|
10534
|
+
"rwep_score": 27,
|
|
10535
|
+
"rwep_factors": {
|
|
10536
|
+
"cisa_kev": 0,
|
|
10537
|
+
"poc_available": 20,
|
|
10538
|
+
"ai_factor": 0,
|
|
10539
|
+
"active_exploitation": 0,
|
|
10540
|
+
"blast_radius": 22,
|
|
10541
|
+
"patch_available": -15,
|
|
10542
|
+
"live_patch_available": 0,
|
|
10543
|
+
"reboot_required": 0
|
|
10544
|
+
},
|
|
10545
|
+
"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 minus patch 15. Note: unauthenticated reachability raises operational urgency beyond the RWEP number.",
|
|
10546
|
+
"epss_score": null,
|
|
10547
|
+
"epss_date": "2026-05-25",
|
|
10548
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
10549
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-26015",
|
|
10550
|
+
"cwe_refs": [
|
|
10551
|
+
"CWE-77",
|
|
10552
|
+
"CWE-78"
|
|
10553
|
+
],
|
|
10554
|
+
"iocs": {
|
|
10555
|
+
"behavioral": [
|
|
10556
|
+
"DocsGPT spawning a subprocess whose command came from an MCP stdio configuration rather than a pinned configuration.",
|
|
10557
|
+
"MCP configuration requests to a DocsGPT instance from unauthenticated or untrusted sources.",
|
|
10558
|
+
"Shell metacharacters or unexpected binaries in DocsGPT MCP stdio command values.",
|
|
10559
|
+
"DocsGPT version >= 0.15.0 and < 0.16.0 — the exposed precondition."
|
|
10560
|
+
],
|
|
10561
|
+
"_ioc_source_note": "Behavioral signatures derived from GitHub Security Advisory GHSA-gcrq-f296-2j74 / NVD CVE-2026-26015 (CWE-77 unauthenticated command injection via MCP stdio configuration) and the 2026 MCP supply-chain advisory (https://www.ox.security/blog/mcp-supply-chain-advisory-rce-vulnerabilities-across-the-ai-ecosystem/)."
|
|
10562
|
+
},
|
|
10563
|
+
"source_verified": "2026-05-25",
|
|
10564
|
+
"verification_sources": [
|
|
10565
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2026-26015",
|
|
10566
|
+
"https://github.com/arc53/DocsGPT/security/advisories/GHSA-gcrq-f296-2j74",
|
|
10567
|
+
"https://www.ox.security/blog/mcp-supply-chain-advisory-rce-vulnerabilities-across-the-ai-ecosystem/"
|
|
10568
|
+
],
|
|
10569
|
+
"vendor_advisories": [
|
|
10570
|
+
{
|
|
10571
|
+
"vendor": "GitHub Security Advisory",
|
|
10572
|
+
"advisory_id": "CVE-2026-26015",
|
|
10573
|
+
"url": "https://github.com/arc53/DocsGPT/security/advisories/GHSA-gcrq-f296-2j74",
|
|
10574
|
+
"severity": "critical",
|
|
10575
|
+
"published_date": "2026-04-29"
|
|
10576
|
+
},
|
|
10577
|
+
{
|
|
10578
|
+
"vendor": "NVD",
|
|
10579
|
+
"advisory_id": "CVE-2026-26015",
|
|
10580
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26015",
|
|
10581
|
+
"severity": "critical",
|
|
10582
|
+
"published_date": "2026-04-29"
|
|
10583
|
+
}
|
|
10584
|
+
],
|
|
10585
|
+
"last_updated": "2026-05-25",
|
|
10586
|
+
"discovery_attribution_note": "Manually curated from NVD (CWE-77/CWE-78; NIST CVSS 9.8) + GHSA GHSA-gcrq-f296-2j74 + the 2026 MCP supply-chain advisory family. Unauthenticated member of the MCP command-injection class curated in depth by CVE-2026-22252 and CVE-2026-22688.",
|
|
10587
|
+
"_auto_imported": false,
|
|
10588
|
+
"_intake_method": "manual-verified-curation",
|
|
10589
|
+
"_kev_short_description": "DocsGPT executes an MCP stdio configuration's shell command after a bypassable validation step, giving an unauthenticated attacker remote code execution; fixed in 0.16.0."
|
|
10590
|
+
},
|
|
10591
|
+
"CVE-2026-9082": {
|
|
10592
|
+
"name": "Drupal Core Database API Unauthenticated SQL Injection (SA-CORE-2026-004)",
|
|
10593
|
+
"type": "SQLI",
|
|
10594
|
+
"cvss_score": 9.8,
|
|
10595
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
|
|
10596
|
+
"cvss_note": "NVD CVSS v3.1 base 9.8 (CRITICAL); Drupal rates SA-CORE-2026-004 Highly Critical. Unauthenticated SQL injection via the database abstraction layer on PostgreSQL-backed sites.",
|
|
10597
|
+
"cisa_kev": true,
|
|
10598
|
+
"cisa_kev_date": "2026-05-22",
|
|
10599
|
+
"cisa_kev_due_date": "2026-05-27",
|
|
10600
|
+
"poc_available": true,
|
|
10601
|
+
"poc_description": "Public proof-of-concept and scanners exist for the unauthenticated SQL injection in Drupal's PostgreSQL EntityQuery condition handler reachable via JSON:API (e.g. github.com/ridhinva/CVE-2026-9082). Drupal published SA-CORE-2026-004 with fixes across all supported branches.",
|
|
10602
|
+
"ai_discovered": false,
|
|
10603
|
+
"ai_discovery_source": "human_researcher",
|
|
10604
|
+
"ai_discovery_notes": "Conventional SQL injection in Drupal core's database abstraction layer; no AI-discovery attribution. Reported through Drupal's security advisory process (SA-CORE-2026-004).",
|
|
10605
|
+
"ai_assisted_weaponization": false,
|
|
10606
|
+
"ai_assisted_notes": "No AI-assisted weaponization reported; classic unauthenticated SQL injection.",
|
|
10607
|
+
"active_exploitation": "confirmed",
|
|
10608
|
+
"active_exploitation_notes": "CISA added CVE-2026-9082 to the KEV catalog (catalog version 2026.05.22) on 2026-05-22 with a 2026-05-27 remediation due date, indicating confirmed active exploitation in the wild. Public reporting describes exploitation of PostgreSQL-backed Drupal sites within days of disclosure.",
|
|
10609
|
+
"affected": "Drupal core 8.9.0 to <10.4.10, 10.5.0 to <10.5.10, 10.6.0 to <10.6.9, 11.0.0 to <11.1.10, 11.2.0 to <11.2.12, and 11.3.0 to <11.3.10; the SQL injection is reachable on PostgreSQL-backed sites via JSON:API.",
|
|
10610
|
+
"affected_versions": [
|
|
10611
|
+
"Drupal core >= 8.9.0, < 10.4.10",
|
|
10612
|
+
"Drupal core >= 10.5.0, < 10.5.10",
|
|
10613
|
+
"Drupal core >= 10.6.0, < 10.6.9",
|
|
10614
|
+
"Drupal core >= 11.0.0, < 11.1.10",
|
|
10615
|
+
"Drupal core >= 11.2.0, < 11.2.12",
|
|
10616
|
+
"Drupal core >= 11.3.0, < 11.3.10"
|
|
10617
|
+
],
|
|
10618
|
+
"vector": "Drupal core's database abstraction layer fails to neutralize special elements in a query condition handler used by the PostgreSQL driver and reachable through JSON:API, allowing an unauthenticated attacker to inject SQL (CWE-89). Exploitation can lead to information disclosure, data modification, and in some configurations privilege escalation toward code execution.",
|
|
10619
|
+
"complexity": "low",
|
|
10620
|
+
"complexity_notes": "NVD AV:N / AC:L / PR:N — network-reachable, low-complexity, unauthenticated SQL injection.",
|
|
10621
|
+
"patch_available": true,
|
|
10622
|
+
"patch_required_reboot": false,
|
|
10623
|
+
"live_patch_available": false,
|
|
10624
|
+
"live_patch_tools": [],
|
|
10625
|
+
"live_patch_notes": "Remediation is a Drupal core upgrade to 10.4.10 / 10.5.10 / 10.6.9 / 11.1.10 / 11.2.12 / 11.3.10 per SA-CORE-2026-004; clear caches, no host reboot.",
|
|
10626
|
+
"vendor_update_paths": [
|
|
10627
|
+
"Upgrade Drupal core to 10.4.10, 10.5.10, 10.6.9, 11.1.10, 11.2.12, or 11.3.10 (the fixed release on your branch) per SA-CORE-2026-004. PostgreSQL-backed sites are the exploited configuration; prioritize them. Meet the CISA KEV due date of 2026-05-27."
|
|
10628
|
+
],
|
|
10629
|
+
"framework_control_gaps": {
|
|
10630
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence frequently misses CMS-core SQL injection in the window between KEV listing (2026-05-22) and the 2026-05-27 due date.",
|
|
10631
|
+
"NIST-800-53-SI-10": "Input-validation control is asserted at the application layer but not verified at the database abstraction layer where the query condition handler builds SQL.",
|
|
10632
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely treats the CMS database driver's query builder as an unauthenticated injection surface.",
|
|
10633
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not enforce the sub-week remediation cadence an actively-exploited unauthenticated CMS SQLi demands.",
|
|
10634
|
+
"DORA-Art-9": "ICT protection measures do not model an unauthenticated SQL injection in a third-party CMS core as an ICT-risk event with a regulator clock.",
|
|
10635
|
+
"UK-CAF-B4": "System Security objective has no objective for verifying parameterization in the CMS database abstraction layer.",
|
|
10636
|
+
"AU-ISM-1546": "Patch-application control does not single out actively-exploited CMS-core injection for accelerated remediation."
|
|
10637
|
+
},
|
|
10638
|
+
"atlas_refs": [],
|
|
10639
|
+
"attack_refs": [
|
|
10640
|
+
"T1190"
|
|
10641
|
+
],
|
|
10642
|
+
"rwep_score": 78,
|
|
10643
|
+
"rwep_factors": {
|
|
10644
|
+
"cisa_kev": 25,
|
|
10645
|
+
"poc_available": 20,
|
|
10646
|
+
"ai_factor": 0,
|
|
10647
|
+
"active_exploitation": 20,
|
|
10648
|
+
"blast_radius": 28,
|
|
10649
|
+
"patch_available": -15,
|
|
10650
|
+
"live_patch_available": 0,
|
|
10651
|
+
"reboot_required": 0
|
|
10652
|
+
},
|
|
10653
|
+
"rwep_notes": "P1 (RWEP 78, >= 75 \"patch or compensating controls within 24 hours\" band per lib/scoring.js timeline). CISA KEV 25 + poc 20 + active_exploitation confirmed 20 + blast_radius 28 (Drupal core install base) minus patch 15. Meet the CISA due date 2026-05-27.",
|
|
10654
|
+
"epss_score": null,
|
|
10655
|
+
"epss_date": "2026-05-25",
|
|
10656
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
10657
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-9082",
|
|
10658
|
+
"cwe_refs": [
|
|
10659
|
+
"CWE-89"
|
|
10660
|
+
],
|
|
10661
|
+
"iocs": {
|
|
10662
|
+
"behavioral": [
|
|
10663
|
+
"Anomalous JSON:API requests to a PostgreSQL-backed Drupal site carrying SQL metacharacters in filter/condition parameters.",
|
|
10664
|
+
"Unexpected database errors or query-shape changes originating from the EntityQuery condition handler.",
|
|
10665
|
+
"Drupal core version below the SA-CORE-2026-004 fixed release on its branch (e.g. < 10.4.10 / < 10.5.10 / < 10.6.9 / < 11.1.10 / < 11.2.12 / < 11.3.10) on PostgreSQL — the exposed precondition.",
|
|
10666
|
+
"Outbound data egress or new admin accounts following anomalous JSON:API traffic."
|
|
10667
|
+
],
|
|
10668
|
+
"_ioc_source_note": "Behavioral signatures derived from Drupal SA-CORE-2026-004 (https://www.drupal.org/sa-core-2026-004), NVD CVE-2026-9082 (CWE-89 SQL injection via the PostgreSQL EntityQuery condition handler reachable through JSON:API), and the CISA KEV listing (catalog version 2026.05.22)."
|
|
10669
|
+
},
|
|
10670
|
+
"source_verified": "2026-05-25",
|
|
10671
|
+
"verification_sources": [
|
|
10672
|
+
"https://www.drupal.org/sa-core-2026-004",
|
|
10673
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2026-9082"
|
|
10674
|
+
],
|
|
10675
|
+
"vendor_advisories": [
|
|
10676
|
+
{
|
|
10677
|
+
"vendor": "Drupal Security Team",
|
|
10678
|
+
"advisory_id": "SA-CORE-2026-004",
|
|
10679
|
+
"url": "https://www.drupal.org/sa-core-2026-004",
|
|
10680
|
+
"severity": "critical",
|
|
10681
|
+
"published_date": "2026-05-20"
|
|
10682
|
+
},
|
|
10683
|
+
{
|
|
10684
|
+
"vendor": "NVD",
|
|
10685
|
+
"advisory_id": "CVE-2026-9082",
|
|
10686
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-9082",
|
|
10687
|
+
"severity": "critical",
|
|
10688
|
+
"published_date": "2026-05-20"
|
|
10689
|
+
}
|
|
10690
|
+
],
|
|
10691
|
+
"last_updated": "2026-05-25",
|
|
10692
|
+
"discovery_attribution_note": "Manually curated from NVD (CWE-89; NIST CVSS 9.8) + Drupal SA-CORE-2026-004 + the CISA KEV listing (catalog version 2026.05.22, added 2026-05-22, due 2026-05-27). Conventional unauthenticated SQL injection, no AI-discovery attribution.",
|
|
10693
|
+
"_auto_imported": false,
|
|
10694
|
+
"_intake_method": "manual-verified-curation",
|
|
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
|
+
},
|
|
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
|
+
},
|
|
10489
11099
|
"CVE-2026-41091": {
|
|
10490
11100
|
"name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
|
|
10491
11101
|
"type": "LPE",
|