@blamejs/exceptd-skills 0.13.80 → 0.13.82

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.
@@ -1527,7 +1527,8 @@
1527
1527
  "stix_id": "attack-pattern--f13dede7-12ee-5f0e-985a-4f801aecb681",
1528
1528
  "is_subtechnique": false,
1529
1529
  "cve_refs": [
1530
- "CVE-2023-48022"
1530
+ "CVE-2023-48022",
1531
+ "CVE-2025-64496"
1531
1532
  ]
1532
1533
  },
1533
1534
  "AML.T0029": {
@@ -1696,7 +1697,9 @@
1696
1697
  "stix_id": "attack-pattern--ebeed0c7-c5de-5049-8f27-efcae5f88b00",
1697
1698
  "is_subtechnique": false,
1698
1699
  "cve_refs": [
1699
- "CVE-2023-48022"
1700
+ "CVE-2023-48022",
1701
+ "CVE-2025-64496",
1702
+ "CVE-2026-0766"
1700
1703
  ]
1701
1704
  },
1702
1705
  "AML.T0050": {
@@ -281,7 +281,9 @@
281
281
  "CVE-2025-54136",
282
282
  "CVE-2025-55319",
283
283
  "CVE-2025-60455",
284
+ "CVE-2025-64496",
284
285
  "CVE-2025-68664",
286
+ "CVE-2026-0766",
285
287
  "CVE-2026-22252",
286
288
  "CVE-2026-22688",
287
289
  "CVE-2026-22778",
@@ -930,6 +932,7 @@
930
932
  "CVE-2025-62847",
931
933
  "CVE-2025-62848",
932
934
  "CVE-2025-64328",
935
+ "CVE-2025-64496",
933
936
  "CVE-2025-6554",
934
937
  "CVE-2025-6558",
935
938
  "CVE-2025-66644",
@@ -942,6 +945,7 @@
942
945
  "CVE-2025-9242",
943
946
  "CVE-2025-9377",
944
947
  "CVE-2026-0300",
948
+ "CVE-2026-0766",
945
949
  "CVE-2026-1281",
946
950
  "CVE-2026-1340",
947
951
  "CVE-2026-1731",
@@ -2003,6 +2007,10 @@
2003
2007
  "description": "Adversaries may deploy a container into an environment to facilitate execution or evade defenses.",
2004
2008
  "tactic": [
2005
2009
  "Execution"
2010
+ ],
2011
+ "cve_refs": [
2012
+ "CVE-2024-0132",
2013
+ "CVE-2025-23266"
2006
2014
  ]
2007
2015
  },
2008
2016
  "T1611": {
@@ -2014,11 +2022,13 @@
2014
2022
  "DS0029"
2015
2023
  ],
2016
2024
  "cve_refs": [
2025
+ "CVE-2024-0132",
2017
2026
  "CVE-2024-21626",
2018
2027
  "CVE-2024-3154",
2019
2028
  "CVE-2025-22224",
2020
2029
  "CVE-2025-22225",
2021
2030
  "CVE-2025-22226",
2031
+ "CVE-2025-23266",
2022
2032
  "CVE-2025-38352"
2023
2033
  ],
2024
2034
  "description_full": "Adversaries may break out of a container or virtualized environment to gain access to the underlying host. This can allow an adversary access to other containerized or virtualized resources from the host level or to the host itself. In principle, containerized / virtualized resources should provide a clear separation of application functionality and be isolated from the host environment.(Citation: Docker Overview) There are multiple ways an adversary may escape from a container to a host environment. Examples include creating a container configured to mount the host’s filesystem using the bind parameter, which allows the adversary to drop payloads and execute control utilities such as cron on the host; utilizing a privileged container to run commands or load a malicious kernel module on the underlying host; or abusing system calls such as `unshare` and `keyctl` to escalate privileges and steal secrets.(Citation: Docker Bind Mounts)(Citation: Trend Micro Privileged Container)(Citation: Intezer Doki July 20)(Citation: Container Escape)(Citation: Crowdstrike Kubernetes Container Escape)(Citation: Keyctl-unmask) Additionally, an adversary may be able to exploit a compromised container with a mounted container management socket, such as `docker.sock`, to break out of the container via a [Container Administration Command](https://attack.mitre.org/techniques/T1609).(Citation: Container Escape) Adversaries may also escape via [Exploitation for Privilege Escalation](https://attack.mitre.org/techniques/T1068), such as exploiting vulnerabilities in global symbolic links in order to access the root directory of a host machine.(Citation: Windows Server Containers Are Open) In ESXi environments, an adversary may exploit a vulnerability in order to escape from a virtual machine into the hypervisor.(Citation: Broadcom VMSA-2025-004) Gaining access to the host may provide the adversary with the opportunity to achieve follow-on objectives, such as establishing persistence, moving laterally within the environment, accessing other containers or virtual machines running on the host, or setting up a command and control channel on the host.",
@@ -11408,6 +11408,419 @@
11408
11408
  "_intake_method": "manual-verified-curation",
11409
11409
  "_kev_short_description": "Anyscale Ray's Job Submission / Dashboard API runs attacker-supplied code without authentication; internet-exposed clusters are mass-exploited (ShadowRay 2.0) for crypto mining and AI-artifact / credential theft. Vendor-disputed, no code patch — mitigate with token auth (2.52.0+) and network isolation."
11410
11410
  },
11411
+ "CVE-2026-0766": {
11412
+ "name": "Open WebUI Tool Module Code Injection RCE",
11413
+ "type": "RCE",
11414
+ "cvss_score": 8.8,
11415
+ "cvss_vector": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
11416
+ "cvss_note": "ZDI (CNA) CVSS v3.0 base 8.8 (HIGH); NVD enrichment pending at curation. Authenticated code injection in load_tool_module_by_id.",
11417
+ "cisa_kev": false,
11418
+ "poc_available": true,
11419
+ "poc_description": "Documented in the disclosing advisory (Zero Day Initiative): an authenticated request drives the server to execute an unvalidated string as code.",
11420
+ "ai_discovered": false,
11421
+ "ai_discovery_source": "human_researcher",
11422
+ "ai_discovery_notes": "Disclosed via coordinated advisory against Open WebUI, a widely deployed self-hosted AI chat front end. The abused surface is the tool-module loading path.",
11423
+ "ai_assisted_weaponization": false,
11424
+ "ai_assisted_notes": "No AI-assisted weaponization; code injection in an AI chat application.",
11425
+ "active_exploitation": "none",
11426
+ "active_exploitation_notes": "Advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
11427
+ "affected": "Open WebUI 0.6.32 (the version named in the Zero Day Initiative advisory).",
11428
+ "affected_versions": [
11429
+ "Open WebUI 0.6.32"
11430
+ ],
11431
+ "vector": "Open WebUI's load_tool_module_by_id function does not validate a user-supplied string before using it to execute Python code (CWE-94). An authenticated attacker supplies a crafted value that the server runs, achieving remote code execution on the Open WebUI host.",
11432
+ "complexity": "low",
11433
+ "complexity_notes": "NVD/CNA AC:L. PR:L — requires an authenticated account.",
11434
+ "patch_available": true,
11435
+ "patch_required_reboot": false,
11436
+ "live_patch_available": false,
11437
+ "live_patch_tools": [],
11438
+ "live_patch_notes": "Remediation is an application upgrade to the fixed Open WebUI release (coordinated ZDI disclosure against 0.6.32); redeploy, no host reboot.",
11439
+ "vendor_update_paths": [
11440
+ "Upgrade Open WebUI to a release that fixes the load_tool_module_by_id validation (the flaw was reported via coordinated ZDI disclosure against 0.6.32); restrict who can configure tools and run Open WebUI least-privilege."
11441
+ ],
11442
+ "framework_control_gaps": {
11443
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track self-hosted AI chat front ends as managed, RCE-bearing software.",
11444
+ "NIST-800-53-SI-10": "Input-validation control is not applied to strings the AI app turns into executable code, nor to content from an external model server.",
11445
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the AI chat app's tool-loading / external-model-connection paths as code-execution surfaces.",
11446
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach the AI chat app's dynamic-code paths as a privileged execution control plane.",
11447
+ "DORA-Art-9": "ICT protection measures do not model code injection via an AI front end's tool or model-connection features.",
11448
+ "UK-CAF-B4": "System Security objective has no objective for neutralizing strings the AI app executes as code.",
11449
+ "AU-ISM-1546": "Patch-application control does not single out self-hosted AI chat front ends.",
11450
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats tool-module strings or external-model-server content as untrusted input the AI app must not execute as code."
11451
+ },
11452
+ "atlas_refs": [
11453
+ "AML.T0049"
11454
+ ],
11455
+ "attack_refs": [
11456
+ "T1190",
11457
+ "T1059"
11458
+ ],
11459
+ "rwep_score": 29,
11460
+ "rwep_factors": {
11461
+ "cisa_kev": 0,
11462
+ "poc_available": 20,
11463
+ "ai_factor": 0,
11464
+ "active_exploitation": 0,
11465
+ "blast_radius": 24,
11466
+ "patch_available": -15,
11467
+ "live_patch_available": 0,
11468
+ "reboot_required": 0
11469
+ },
11470
+ "rwep_notes": "Standard (RWEP 29, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, patched at/after disclosure (Hard Rule #3). poc_available=20 + blast_radius=24 (Open WebUI is a widely deployed self-hosted AI front end) minus patch 15.",
11471
+ "epss_score": null,
11472
+ "epss_date": "2026-05-25",
11473
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
11474
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-0766",
11475
+ "cwe_refs": [
11476
+ "CWE-94"
11477
+ ],
11478
+ "iocs": {
11479
+ "behavioral": [
11480
+ "Open WebUI spawning Python execution from a tool module id that came from user input rather than a pinned tool registry.",
11481
+ "Unexpected processes or imports during Open WebUI tool-module loading.",
11482
+ "Authenticated requests to the tool-loading path carrying code-like or path-like payloads.",
11483
+ "Open WebUI 0.6.32 — the exposed precondition."
11484
+ ],
11485
+ "_ioc_source_note": "Behavioral signatures derived from NVD CVE-2026-0766 (CWE-94) and the Zero Day Initiative advisory (https://www.zerodayinitiative.com/advisories/published/)."
11486
+ },
11487
+ "source_verified": "2026-05-25",
11488
+ "verification_sources": [
11489
+ "https://nvd.nist.gov/vuln/detail/CVE-2026-0766",
11490
+ "https://www.zerodayinitiative.com/advisories/published/"
11491
+ ],
11492
+ "vendor_advisories": [
11493
+ {
11494
+ "vendor": "Zero Day Initiative",
11495
+ "advisory_id": "CVE-2026-0766",
11496
+ "url": "https://www.zerodayinitiative.com/advisories/published/",
11497
+ "severity": "high",
11498
+ "published_date": "2026-01-22"
11499
+ },
11500
+ {
11501
+ "vendor": "NVD",
11502
+ "advisory_id": "CVE-2026-0766",
11503
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-0766",
11504
+ "severity": "high",
11505
+ "published_date": "2026-01-22"
11506
+ }
11507
+ ],
11508
+ "last_updated": "2026-05-25",
11509
+ "discovery_attribution_note": "Manually curated from NVD (CWE-94; CVSS 8.8) + the Zero Day Initiative advisory. Open WebUI code-injection RCE.",
11510
+ "_auto_imported": false,
11511
+ "_intake_method": "manual-verified-curation",
11512
+ "_kev_short_description": "Open WebUI's load_tool_module_by_id runs an unvalidated user-supplied string as Python (CWE-94), giving an authenticated attacker remote code execution."
11513
+ },
11514
+ "CVE-2025-64496": {
11515
+ "name": "Open WebUI Malicious Model Server Code Injection (Account Takeover to RCE)",
11516
+ "type": "RCE",
11517
+ "cvss_score": 8,
11518
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
11519
+ "cvss_note": "NVD CVSS v3.1 base 8.0 (HIGH). Code injection via server-sent events from a malicious external model server; requires the Direct Connections feature and luring a user to connect (UI:R).",
11520
+ "cisa_kev": false,
11521
+ "poc_available": true,
11522
+ "poc_description": "Documented in the disclosing advisory (GitHub Security Advisory): a malicious external model server injects executable content into the Open WebUI client/back end.",
11523
+ "ai_discovered": false,
11524
+ "ai_discovery_source": "human_researcher",
11525
+ "ai_discovery_notes": "Disclosed via coordinated advisory against Open WebUI, a widely deployed self-hosted AI chat front end. The abused surface is the external-model-server connection path.",
11526
+ "ai_assisted_weaponization": false,
11527
+ "ai_assisted_notes": "No AI-assisted weaponization; code injection in an AI chat application.",
11528
+ "active_exploitation": "none",
11529
+ "active_exploitation_notes": "Advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
11530
+ "affected": "Open WebUI 0.6.34 and prior, when the Direct Connections feature is enabled (patched in 0.6.35 per GHSA-cm35-v4vp-5xvx).",
11531
+ "affected_versions": [
11532
+ "Open WebUI <= 0.6.34 (Direct Connections enabled)"
11533
+ ],
11534
+ "vector": "When Open WebUI's Direct Connections feature is enabled and a user is lured into connecting to a malicious external model server, that server's server-sent events inject and execute JavaScript in the user's browser (CWE-95 / CWE-829), enabling token theft and account takeover, and with extended permissions remote code execution on the backend.",
11535
+ "complexity": "low",
11536
+ "complexity_notes": "NVD/CNA AC:L. UI:R — requires luring a user to connect to a malicious model server.",
11537
+ "patch_available": true,
11538
+ "patch_required_reboot": false,
11539
+ "live_patch_available": false,
11540
+ "live_patch_tools": [],
11541
+ "live_patch_notes": "Remediation is an application upgrade to Open WebUI 0.6.35 or later; redeploy, no host reboot.",
11542
+ "vendor_update_paths": [
11543
+ "Upgrade Open WebUI to 0.6.35 or later. Disable Direct Connections unless required, and treat external model servers as untrusted."
11544
+ ],
11545
+ "framework_control_gaps": {
11546
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track self-hosted AI chat front ends as managed, RCE-bearing software.",
11547
+ "NIST-800-53-SI-10": "Input-validation control is not applied to strings the AI app turns into executable code, nor to content from an external model server.",
11548
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the AI chat app's tool-loading / external-model-connection paths as code-execution surfaces.",
11549
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach the AI chat app's dynamic-code paths as a privileged execution control plane.",
11550
+ "DORA-Art-9": "ICT protection measures do not model code injection via an AI front end's tool or model-connection features.",
11551
+ "UK-CAF-B4": "System Security objective has no objective for neutralizing strings the AI app executes as code.",
11552
+ "AU-ISM-1546": "Patch-application control does not single out self-hosted AI chat front ends.",
11553
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats tool-module strings or external-model-server content as untrusted input the AI app must not execute as code."
11554
+ },
11555
+ "atlas_refs": [
11556
+ "AML.T0049",
11557
+ "AML.T0025"
11558
+ ],
11559
+ "attack_refs": [
11560
+ "T1190",
11561
+ "T1059"
11562
+ ],
11563
+ "rwep_score": 29,
11564
+ "rwep_factors": {
11565
+ "cisa_kev": 0,
11566
+ "poc_available": 20,
11567
+ "ai_factor": 0,
11568
+ "active_exploitation": 0,
11569
+ "blast_radius": 24,
11570
+ "patch_available": -15,
11571
+ "live_patch_available": 0,
11572
+ "reboot_required": 0
11573
+ },
11574
+ "rwep_notes": "Standard (RWEP 29, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, patched at/after disclosure (Hard Rule #3). poc_available=20 + blast_radius=24 (Open WebUI is a widely deployed self-hosted AI front end) minus patch 15.",
11575
+ "epss_score": null,
11576
+ "epss_date": "2026-05-25",
11577
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
11578
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2025-64496",
11579
+ "cwe_refs": [
11580
+ "CWE-95",
11581
+ "CWE-501",
11582
+ "CWE-829"
11583
+ ],
11584
+ "iocs": {
11585
+ "behavioral": [
11586
+ "Open WebUI clients connecting to external model servers via the Direct Connections feature from untrusted endpoints.",
11587
+ "Unexpected JavaScript execution / token use in Open WebUI sessions following a Direct Connection to a new model server.",
11588
+ "Account-takeover indicators (session token reuse, privilege changes) after a user connects to an external model server.",
11589
+ "Open WebUI <= 0.6.34 (Direct Connections enabled) — the exposed precondition."
11590
+ ],
11591
+ "_ioc_source_note": "Behavioral signatures derived from NVD CVE-2025-64496 (CWE-95/CWE-501/CWE-829) and the GitHub Security Advisory advisory (https://github.com/open-webui/open-webui/security/advisories/GHSA-cm35-v4vp-5xvx)."
11592
+ },
11593
+ "source_verified": "2026-05-25",
11594
+ "verification_sources": [
11595
+ "https://nvd.nist.gov/vuln/detail/CVE-2025-64496",
11596
+ "https://github.com/open-webui/open-webui/security/advisories/GHSA-cm35-v4vp-5xvx"
11597
+ ],
11598
+ "vendor_advisories": [
11599
+ {
11600
+ "vendor": "GitHub Security Advisory",
11601
+ "advisory_id": "CVE-2025-64496",
11602
+ "url": "https://github.com/open-webui/open-webui/security/advisories/GHSA-cm35-v4vp-5xvx",
11603
+ "severity": "high",
11604
+ "published_date": "2025-11-07"
11605
+ },
11606
+ {
11607
+ "vendor": "NVD",
11608
+ "advisory_id": "CVE-2025-64496",
11609
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-64496",
11610
+ "severity": "high",
11611
+ "published_date": "2025-11-07"
11612
+ }
11613
+ ],
11614
+ "last_updated": "2026-05-25",
11615
+ "discovery_attribution_note": "Manually curated from NVD (CWE-95/CWE-501/CWE-829; CVSS 8) + the GitHub Security Advisory advisory. Open WebUI code-injection RCE.",
11616
+ "_auto_imported": false,
11617
+ "_intake_method": "manual-verified-curation",
11618
+ "_kev_short_description": "Open WebUI's Direct Connections feature lets a malicious external model server inject JavaScript via SSE (CWE-95), leading to account takeover and, with extended permissions, RCE; fixed in 0.6.35."
11619
+ },
11620
+ "CVE-2024-0132": {
11621
+ "name": "NVIDIA Container Toolkit TOCTOU Container Escape",
11622
+ "type": "CONTAINER-ESCAPE",
11623
+ "cvss_score": 8.3,
11624
+ "cvss_vector": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H",
11625
+ "cvss_note": "NIST CVSS v3.1 base 8.3 (HIGH); NVIDIA scored it 9.0 (CRITICAL). Time-of-check/time-of-use race condition in the container runtime enabling escape to the host.",
11626
+ "cisa_kev": false,
11627
+ "poc_available": true,
11628
+ "poc_description": "Documented by Wiz Research and the NVIDIA advisory: a crafted container image / Dockerfile causes NVIDIA Container Toolkit to execute attacker-controlled code on the host, escaping the container.",
11629
+ "ai_discovered": false,
11630
+ "ai_discovery_source": "human_researcher",
11631
+ "ai_discovery_notes": "Disclosed by Wiz Research. The abused surface is the GPU container runtime that underpins essentially all containerized AI/ML GPU workloads; a single escape crosses the tenant boundary on shared GPU infrastructure.",
11632
+ "ai_assisted_weaponization": false,
11633
+ "ai_assisted_notes": "No AI-assisted weaponization; a container-runtime escape whose significance is the AI/GPU multi-tenant blast radius.",
11634
+ "active_exploitation": "none",
11635
+ "active_exploitation_notes": "Vendor/researcher disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
11636
+ "affected": "NVIDIA Container Toolkit 1.16.1 and earlier (fixed 1.16.2); NVIDIA GPU Operator up to but excluding 24.6.2 (fixed 24.6.2).",
11637
+ "affected_versions": [
11638
+ "NVIDIA Container Toolkit <= 1.16.1",
11639
+ "NVIDIA GPU Operator < 24.6.2"
11640
+ ],
11641
+ "vector": "A TOCTOU race in NVIDIA Container Toolkit's handling of container images / mounts (CWE-367) lets a specially crafted container image escape its container and gain access to the host file system and runtime, enabling code execution on the host. Disclosed by Wiz.",
11642
+ "complexity": "low",
11643
+ "complexity_notes": "Requires the ability to run or schedule a crafted container image on a GPU node (the standard precondition for shared AI compute).",
11644
+ "patch_available": true,
11645
+ "patch_required_reboot": false,
11646
+ "live_patch_available": false,
11647
+ "live_patch_tools": [],
11648
+ "live_patch_notes": "Remediation is upgrading NVIDIA Container Toolkit to 1.16.2 or later; restart the runtime, no host reboot.",
11649
+ "vendor_update_paths": [
11650
+ "Upgrade NVIDIA Container Toolkit to 1.16.2 or later (and NVIDIA GPU Operator past 24.6.2). Until then, do not run untrusted container images on GPU nodes."
11651
+ ],
11652
+ "framework_control_gaps": {
11653
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track the GPU container runtime as managed, escape-bearing software under every AI/ML GPU workload.",
11654
+ "NIST-800-53-SC-7": "Boundary-protection control assumes the container is the tenant boundary; a runtime escape crosses it on shared GPU infrastructure.",
11655
+ "ISO-27001-2022-A.8.22": "Segregation-of-networks/tenancy control does not account for a GPU-runtime escape breaking container isolation between AI workloads.",
11656
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach the GPU container runtime as a privileged isolation boundary requiring rapid patching.",
11657
+ "DORA-Art-9": "ICT protection measures do not model a GPU-runtime container escape as an ICT-risk event crossing tenant boundaries.",
11658
+ "UK-CAF-B4": "System Security objective has no objective for the GPU container runtime as an isolation boundary.",
11659
+ "AU-ISM-1546": "Patch-application control does not single out the GPU container runtime that underpins AI workloads.",
11660
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats the GPU container runtime as an AI-pipeline trust boundary; an escape exposes co-tenant models, data and credentials on shared GPU hosts."
11661
+ },
11662
+ "atlas_refs": [],
11663
+ "attack_refs": [
11664
+ "T1610",
11665
+ "T1611"
11666
+ ],
11667
+ "rwep_score": 35,
11668
+ "rwep_factors": {
11669
+ "cisa_kev": 0,
11670
+ "poc_available": 20,
11671
+ "ai_factor": 0,
11672
+ "active_exploitation": 0,
11673
+ "blast_radius": 30,
11674
+ "patch_available": -15,
11675
+ "live_patch_available": 0,
11676
+ "reboot_required": 0
11677
+ },
11678
+ "rwep_notes": "Standard (RWEP 35, \"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=30 (NVIDIA Container Toolkit underpins essentially all containerized GPU/AI workloads) minus patch 15. Note: the multi-tenant GPU-cloud blast radius raises operational urgency beyond the RWEP number.",
11679
+ "epss_score": null,
11680
+ "epss_date": "2026-05-25",
11681
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
11682
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2024-0132",
11683
+ "cwe_refs": [
11684
+ "CWE-367"
11685
+ ],
11686
+ "iocs": {
11687
+ "behavioral": [
11688
+ "NVIDIA Container Toolkit (nvidia-container-cli / runtime hook) loading libraries or executing binaries from a path under a container-controlled mount.",
11689
+ "A container image whose initialization manipulates mounts, symlinks, or LD_* / search-path variables consumed by the GPU runtime.",
11690
+ "Processes from a GPU workload container reading or writing host paths outside the container's intended mounts.",
11691
+ "NVIDIA Container Toolkit at an affected version (NVIDIA Container Toolkit <= 1.16.1) on a node that schedules untrusted or multi-tenant GPU workloads — the exposed precondition."
11692
+ ],
11693
+ "_ioc_source_note": "Behavioral signatures derived from NVD CVE-2024-0132 (CWE-367 container escape) and Wiz Research + the NVIDIA security advisory (https://nvidia.custhelp.com/app/answers/detail/a_id/5582)."
11694
+ },
11695
+ "source_verified": "2026-05-25",
11696
+ "verification_sources": [
11697
+ "https://nvd.nist.gov/vuln/detail/CVE-2024-0132",
11698
+ "https://nvidia.custhelp.com/app/answers/detail/a_id/5582"
11699
+ ],
11700
+ "vendor_advisories": [
11701
+ {
11702
+ "vendor": "NVIDIA Product Security",
11703
+ "advisory_id": "NVIDIA-5582",
11704
+ "url": "https://nvidia.custhelp.com/app/answers/detail/a_id/5582",
11705
+ "severity": "high",
11706
+ "published_date": "2024-09-26"
11707
+ },
11708
+ {
11709
+ "vendor": "NVD",
11710
+ "advisory_id": "CVE-2024-0132",
11711
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0132",
11712
+ "severity": "high",
11713
+ "published_date": "2024-09-26"
11714
+ }
11715
+ ],
11716
+ "last_updated": "2026-05-25",
11717
+ "discovery_attribution_note": "Manually curated from NVD (CWE-367; NIST CVSS 8.3) + Wiz Research + the NVIDIA security advisory. Member of the NVIDIA Container Toolkit GPU-container-escape family.",
11718
+ "_auto_imported": false,
11719
+ "_intake_method": "manual-verified-curation",
11720
+ "_kev_short_description": "NVIDIA Container Toolkit has a TOCTOU race (CWE-367) that lets a crafted container image escape to the host; fixed in 1.16.2. Ubiquitous in GPU/AI cloud workloads."
11721
+ },
11722
+ "CVE-2025-23266": {
11723
+ "name": "NVIDIA Container Toolkit Init-Hook Untrusted Search Path Container Escape (NVIDIAScape)",
11724
+ "type": "CONTAINER-ESCAPE",
11725
+ "cvss_score": 9,
11726
+ "cvss_vector": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
11727
+ "cvss_note": "NVD/NVIDIA CVSS v3.1 base 9.0 (CRITICAL, Scope:Changed). An untrusted search path in container-initialization hooks (CWE-426) lets a container run code with elevated host permissions. Disclosed by Wiz as NVIDIAScape.",
11728
+ "cisa_kev": false,
11729
+ "poc_available": true,
11730
+ "poc_description": "Documented by Wiz Research and the NVIDIA advisory: a crafted container image / Dockerfile causes NVIDIA Container Toolkit to execute attacker-controlled code on the host, escaping the container.",
11731
+ "ai_discovered": false,
11732
+ "ai_discovery_source": "human_researcher",
11733
+ "ai_discovery_notes": "Disclosed by Wiz Research. The abused surface is the GPU container runtime that underpins essentially all containerized AI/ML GPU workloads; a single escape crosses the tenant boundary on shared GPU infrastructure.",
11734
+ "ai_assisted_weaponization": false,
11735
+ "ai_assisted_notes": "No AI-assisted weaponization; a container-runtime escape whose significance is the AI/GPU multi-tenant blast radius.",
11736
+ "active_exploitation": "none",
11737
+ "active_exploitation_notes": "Vendor/researcher disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
11738
+ "affected": "NVIDIA Container Toolkit up to and including 1.17.7 (fixed 1.17.8) and NVIDIA GPU Operator up to and including 25.3.0 (fixed 25.3.1).",
11739
+ "affected_versions": [
11740
+ "NVIDIA Container Toolkit <= 1.17.7",
11741
+ "NVIDIA GPU Operator <= 25.3.0"
11742
+ ],
11743
+ "vector": "NVIDIA Container Toolkit's OCI createContainer hook inherits environment variables from the container, including LD_PRELOAD (CWE-426 untrusted search path). A crafted container image sets LD_PRELOAD to a rogue shared library that the privileged hook then loads with root privileges, executing attacker code on the host — a container escape. Disclosed by Wiz (NVIDIAScape); a three-line Dockerfile is sufficient.",
11744
+ "complexity": "low",
11745
+ "complexity_notes": "Requires the ability to run or schedule a crafted container image on a GPU node (the standard precondition for shared AI compute).",
11746
+ "patch_available": true,
11747
+ "patch_required_reboot": false,
11748
+ "live_patch_available": false,
11749
+ "live_patch_tools": [],
11750
+ "live_patch_notes": "Remediation is upgrading NVIDIA Container Toolkit to 1.17.8 or later (or NVIDIA GPU Operator to 25.3.1 or later); restart the runtime, no host reboot.",
11751
+ "vendor_update_paths": [
11752
+ "Upgrade NVIDIA Container Toolkit to 1.17.8 or later (or NVIDIA GPU Operator to 25.3.1 or later) per NVIDIA advisory a_id/5659. Until then, do not run untrusted container images on GPU nodes and restrict who can schedule GPU workloads."
11753
+ ],
11754
+ "framework_control_gaps": {
11755
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track the GPU container runtime as managed, escape-bearing software under every AI/ML GPU workload.",
11756
+ "NIST-800-53-SC-7": "Boundary-protection control assumes the container is the tenant boundary; a runtime escape crosses it on shared GPU infrastructure.",
11757
+ "ISO-27001-2022-A.8.22": "Segregation-of-networks/tenancy control does not account for a GPU-runtime escape breaking container isolation between AI workloads.",
11758
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach the GPU container runtime as a privileged isolation boundary requiring rapid patching.",
11759
+ "DORA-Art-9": "ICT protection measures do not model a GPU-runtime container escape as an ICT-risk event crossing tenant boundaries.",
11760
+ "UK-CAF-B4": "System Security objective has no objective for the GPU container runtime as an isolation boundary.",
11761
+ "AU-ISM-1546": "Patch-application control does not single out the GPU container runtime that underpins AI workloads.",
11762
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats the GPU container runtime as an AI-pipeline trust boundary; an escape exposes co-tenant models, data and credentials on shared GPU hosts."
11763
+ },
11764
+ "atlas_refs": [],
11765
+ "attack_refs": [
11766
+ "T1610",
11767
+ "T1611"
11768
+ ],
11769
+ "rwep_score": 35,
11770
+ "rwep_factors": {
11771
+ "cisa_kev": 0,
11772
+ "poc_available": 20,
11773
+ "ai_factor": 0,
11774
+ "active_exploitation": 0,
11775
+ "blast_radius": 30,
11776
+ "patch_available": -15,
11777
+ "live_patch_available": 0,
11778
+ "reboot_required": 0
11779
+ },
11780
+ "rwep_notes": "Standard (RWEP 35, \"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=30 (NVIDIA Container Toolkit underpins essentially all containerized GPU/AI workloads) minus patch 15. Note: the multi-tenant GPU-cloud blast radius raises operational urgency beyond the RWEP number.",
11781
+ "epss_score": null,
11782
+ "epss_date": "2026-05-25",
11783
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
11784
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2025-23266",
11785
+ "cwe_refs": [
11786
+ "CWE-426"
11787
+ ],
11788
+ "iocs": {
11789
+ "behavioral": [
11790
+ "NVIDIA Container Toolkit (nvidia-container-cli / runtime hook) loading libraries or executing binaries from a path under a container-controlled mount.",
11791
+ "A container image whose initialization manipulates mounts, symlinks, or LD_* / search-path variables consumed by the GPU runtime.",
11792
+ "Processes from a GPU workload container reading or writing host paths outside the container's intended mounts.",
11793
+ "NVIDIA Container Toolkit at an affected version (<= 1.17.7, or GPU Operator <= 25.3.0) on a node that schedules untrusted or multi-tenant GPU workloads — the exposed precondition."
11794
+ ],
11795
+ "_ioc_source_note": "Behavioral signatures derived from NVD CVE-2025-23266 (CWE-426 container escape) and Wiz Research + the NVIDIA security advisory (https://nvidia.custhelp.com/app/answers/detail/a_id/5659)."
11796
+ },
11797
+ "source_verified": "2026-05-25",
11798
+ "verification_sources": [
11799
+ "https://nvd.nist.gov/vuln/detail/CVE-2025-23266",
11800
+ "https://nvidia.custhelp.com/app/answers/detail/a_id/5659"
11801
+ ],
11802
+ "vendor_advisories": [
11803
+ {
11804
+ "vendor": "NVIDIA Product Security",
11805
+ "advisory_id": "NVIDIA-5659",
11806
+ "url": "https://nvidia.custhelp.com/app/answers/detail/a_id/5659",
11807
+ "severity": "critical",
11808
+ "published_date": "2025-07-17"
11809
+ },
11810
+ {
11811
+ "vendor": "NVD",
11812
+ "advisory_id": "CVE-2025-23266",
11813
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-23266",
11814
+ "severity": "critical",
11815
+ "published_date": "2025-07-17"
11816
+ }
11817
+ ],
11818
+ "last_updated": "2026-05-25",
11819
+ "discovery_attribution_note": "Manually curated from NVD (CWE-426; NIST CVSS 9) + Wiz Research + the NVIDIA security advisory. Member of the NVIDIA Container Toolkit GPU-container-escape family.",
11820
+ "_auto_imported": false,
11821
+ "_intake_method": "manual-verified-curation",
11822
+ "_kev_short_description": "NVIDIA Container Toolkit loads code via an untrusted search path in its init hooks (CWE-426), letting a crafted container escape to the host with elevated permissions (NVIDIAScape). Affects Container Toolkit <= 1.17.7 (fixed 1.17.8) and GPU Operator <= 25.3.0 (fixed 25.3.1)."
11823
+ },
11411
11824
  "CVE-2026-41091": {
11412
11825
  "name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
11413
11826
  "type": "LPE",
@@ -382,6 +382,7 @@
382
382
  "CVE-2025-62848",
383
383
  "CVE-2025-8875",
384
384
  "CVE-2025-8876",
385
+ "CVE-2026-0766",
385
386
  "CVE-2026-1281",
386
387
  "CVE-2026-1340",
387
388
  "CVE-2026-20045",
@@ -1191,7 +1192,8 @@
1191
1192
  ],
1192
1193
  "skills_referencing": [],
1193
1194
  "evidence_cves": [
1194
- "CVE-2012-1854"
1195
+ "CVE-2012-1854",
1196
+ "CVE-2025-23266"
1195
1197
  ],
1196
1198
  "framework_controls_partially_addressing": [
1197
1199
  "NIST-800-53-AC-6",
@@ -1668,6 +1670,7 @@
1668
1670
  "evidence_cves": [
1669
1671
  "CVE-2025-32463",
1670
1672
  "CVE-2025-54136",
1673
+ "CVE-2025-64496",
1671
1674
  "MAL-2026-NODE-IPC-STEALER",
1672
1675
  "MAL-2026-SHAI-HULUD-OSS"
1673
1676
  ],
@@ -2072,7 +2075,8 @@
2072
2075
  "CWE-826"
2073
2076
  ],
2074
2077
  "evidence_cves": [
2075
- "CVE-2020-17103-REREGRESSION-2026"
2078
+ "CVE-2020-17103-REREGRESSION-2026",
2079
+ "CVE-2024-0132"
2076
2080
  ],
2077
2081
  "last_verified": "2026-05-18",
2078
2082
  "notes": "Added v0.13.17 to back the MiniPlasma cldflt.sys re-regression entry. CWE-367 is the standard MITRE classification for TOCTOU races; the cldflt.sys HsmOsBlockPlaceholderAccess primitive validates a placeholder file's accessibility once, then is racing against a junction / symlink swap before the kernel acts on the cached decision."
@@ -2202,6 +2206,7 @@
2202
2206
  "related_weaknesses": [],
2203
2207
  "evidence_cves": [
2204
2208
  "CVE-2025-24893",
2209
+ "CVE-2025-64496",
2205
2210
  "CVE-2026-33017"
2206
2211
  ],
2207
2212
  "last_verified": "2026-05-18",
@@ -3176,7 +3181,9 @@
3176
3181
  "CWE-2000"
3177
3182
  ],
3178
3183
  "related_weaknesses": [],
3179
- "evidence_cves": [],
3184
+ "evidence_cves": [
3185
+ "CVE-2025-64496"
3186
+ ],
3180
3187
  "last_verified": "2026-05-19",
3181
3188
  "notes": "Bulk-imported v0.13.18 from the canonical MITRE Top 25 + commonly-referenced-class expansion.",
3182
3189
  "_auto_imported": true,