@blamejs/exceptd-skills 0.13.81 → 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.
- 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 +878 -0
- package/data/attack-techniques.json +6 -0
- package/data/cve-catalog.json +204 -0
- package/data/cwe-catalog.json +4 -2
- package/data/framework-control-gaps.json +17 -1
- package/data/zeroday-lessons.json +100 -0
- package/manifest.json +44 -44
- package/package.json +2 -2
- package/sbom.cdx.json +23 -23
|
@@ -2007,6 +2007,10 @@
|
|
|
2007
2007
|
"description": "Adversaries may deploy a container into an environment to facilitate execution or evade defenses.",
|
|
2008
2008
|
"tactic": [
|
|
2009
2009
|
"Execution"
|
|
2010
|
+
],
|
|
2011
|
+
"cve_refs": [
|
|
2012
|
+
"CVE-2024-0132",
|
|
2013
|
+
"CVE-2025-23266"
|
|
2010
2014
|
]
|
|
2011
2015
|
},
|
|
2012
2016
|
"T1611": {
|
|
@@ -2018,11 +2022,13 @@
|
|
|
2018
2022
|
"DS0029"
|
|
2019
2023
|
],
|
|
2020
2024
|
"cve_refs": [
|
|
2025
|
+
"CVE-2024-0132",
|
|
2021
2026
|
"CVE-2024-21626",
|
|
2022
2027
|
"CVE-2024-3154",
|
|
2023
2028
|
"CVE-2025-22224",
|
|
2024
2029
|
"CVE-2025-22225",
|
|
2025
2030
|
"CVE-2025-22226",
|
|
2031
|
+
"CVE-2025-23266",
|
|
2026
2032
|
"CVE-2025-38352"
|
|
2027
2033
|
],
|
|
2028
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.",
|
package/data/cve-catalog.json
CHANGED
|
@@ -11617,6 +11617,210 @@
|
|
|
11617
11617
|
"_intake_method": "manual-verified-curation",
|
|
11618
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
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
|
+
},
|
|
11620
11824
|
"CVE-2026-41091": {
|
|
11621
11825
|
"name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
|
|
11622
11826
|
"type": "LPE",
|
package/data/cwe-catalog.json
CHANGED
|
@@ -1192,7 +1192,8 @@
|
|
|
1192
1192
|
],
|
|
1193
1193
|
"skills_referencing": [],
|
|
1194
1194
|
"evidence_cves": [
|
|
1195
|
-
"CVE-2012-1854"
|
|
1195
|
+
"CVE-2012-1854",
|
|
1196
|
+
"CVE-2025-23266"
|
|
1196
1197
|
],
|
|
1197
1198
|
"framework_controls_partially_addressing": [
|
|
1198
1199
|
"NIST-800-53-AC-6",
|
|
@@ -2074,7 +2075,8 @@
|
|
|
2074
2075
|
"CWE-826"
|
|
2075
2076
|
],
|
|
2076
2077
|
"evidence_cves": [
|
|
2077
|
-
"CVE-2020-17103-REREGRESSION-2026"
|
|
2078
|
+
"CVE-2020-17103-REREGRESSION-2026",
|
|
2079
|
+
"CVE-2024-0132"
|
|
2078
2080
|
],
|
|
2079
2081
|
"last_verified": "2026-05-18",
|
|
2080
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."
|
|
@@ -35,8 +35,10 @@
|
|
|
35
35
|
"opened_date": "2026-01-01",
|
|
36
36
|
"evidence_cves": [
|
|
37
37
|
"CVE-2023-48022",
|
|
38
|
+
"CVE-2024-0132",
|
|
38
39
|
"CVE-2024-50050",
|
|
39
40
|
"CVE-2025-23254",
|
|
41
|
+
"CVE-2025-23266",
|
|
40
42
|
"CVE-2025-30165",
|
|
41
43
|
"CVE-2025-34291",
|
|
42
44
|
"CVE-2025-49596",
|
|
@@ -1185,7 +1187,9 @@
|
|
|
1185
1187
|
"status": "open",
|
|
1186
1188
|
"opened_date": "2026-05-17",
|
|
1187
1189
|
"evidence_cves": [
|
|
1188
|
-
"CVE-2024-
|
|
1190
|
+
"CVE-2024-0132",
|
|
1191
|
+
"CVE-2024-21626",
|
|
1192
|
+
"CVE-2025-23266"
|
|
1189
1193
|
],
|
|
1190
1194
|
"atlas_refs": [],
|
|
1191
1195
|
"attack_refs": [
|
|
@@ -1754,11 +1758,13 @@
|
|
|
1754
1758
|
"opened_date": "2026-03-15",
|
|
1755
1759
|
"evidence_cves": [
|
|
1756
1760
|
"CVE-2023-48022",
|
|
1761
|
+
"CVE-2024-0132",
|
|
1757
1762
|
"CVE-2024-50050",
|
|
1758
1763
|
"CVE-2025-10585",
|
|
1759
1764
|
"CVE-2025-1094",
|
|
1760
1765
|
"CVE-2025-14174",
|
|
1761
1766
|
"CVE-2025-23254",
|
|
1767
|
+
"CVE-2025-23266",
|
|
1762
1768
|
"CVE-2025-30165",
|
|
1763
1769
|
"CVE-2025-34291",
|
|
1764
1770
|
"CVE-2025-38352",
|
|
@@ -2112,7 +2118,9 @@
|
|
|
2112
2118
|
"opened_date": "2026-05-01",
|
|
2113
2119
|
"evidence_cves": [
|
|
2114
2120
|
"CVE-2023-48022",
|
|
2121
|
+
"CVE-2024-0132",
|
|
2115
2122
|
"CVE-2024-40635",
|
|
2123
|
+
"CVE-2025-23266",
|
|
2116
2124
|
"CVE-2025-53767",
|
|
2117
2125
|
"CVE-2026-42897"
|
|
2118
2126
|
],
|
|
@@ -2325,6 +2333,7 @@
|
|
|
2325
2333
|
"CVE-2023-43000",
|
|
2326
2334
|
"CVE-2023-50224",
|
|
2327
2335
|
"CVE-2023-52163",
|
|
2336
|
+
"CVE-2024-0132",
|
|
2328
2337
|
"CVE-2024-0769",
|
|
2329
2338
|
"CVE-2024-11182",
|
|
2330
2339
|
"CVE-2024-12987",
|
|
@@ -2366,6 +2375,7 @@
|
|
|
2366
2375
|
"CVE-2025-21479",
|
|
2367
2376
|
"CVE-2025-21480",
|
|
2368
2377
|
"CVE-2025-23254",
|
|
2378
|
+
"CVE-2025-23266",
|
|
2369
2379
|
"CVE-2025-24016",
|
|
2370
2380
|
"CVE-2025-24201",
|
|
2371
2381
|
"CVE-2025-24893",
|
|
@@ -4799,9 +4809,11 @@
|
|
|
4799
4809
|
"opened_date": "2026-05-15",
|
|
4800
4810
|
"evidence_cves": [
|
|
4801
4811
|
"CVE-2023-48022",
|
|
4812
|
+
"CVE-2024-0132",
|
|
4802
4813
|
"CVE-2024-21762",
|
|
4803
4814
|
"CVE-2024-50050",
|
|
4804
4815
|
"CVE-2025-23254",
|
|
4816
|
+
"CVE-2025-23266",
|
|
4805
4817
|
"CVE-2025-30165",
|
|
4806
4818
|
"CVE-2025-34291",
|
|
4807
4819
|
"CVE-2025-49596",
|
|
@@ -5315,9 +5327,11 @@
|
|
|
5315
5327
|
"status": "open",
|
|
5316
5328
|
"opened_date": "2026-05-17",
|
|
5317
5329
|
"evidence_cves": [
|
|
5330
|
+
"CVE-2024-0132",
|
|
5318
5331
|
"CVE-2024-21762",
|
|
5319
5332
|
"CVE-2024-50050",
|
|
5320
5333
|
"CVE-2025-23254",
|
|
5334
|
+
"CVE-2025-23266",
|
|
5321
5335
|
"CVE-2025-30165",
|
|
5322
5336
|
"CVE-2025-34291",
|
|
5323
5337
|
"CVE-2025-49596",
|
|
@@ -5372,9 +5386,11 @@
|
|
|
5372
5386
|
"opened_date": "2026-05-17",
|
|
5373
5387
|
"evidence_cves": [
|
|
5374
5388
|
"CVE-2023-48022",
|
|
5389
|
+
"CVE-2024-0132",
|
|
5375
5390
|
"CVE-2024-21762",
|
|
5376
5391
|
"CVE-2024-50050",
|
|
5377
5392
|
"CVE-2025-23254",
|
|
5393
|
+
"CVE-2025-23266",
|
|
5378
5394
|
"CVE-2025-30165",
|
|
5379
5395
|
"CVE-2025-34291",
|
|
5380
5396
|
"CVE-2025-49596",
|
|
@@ -6983,6 +6983,106 @@
|
|
|
6983
6983
|
"_auto_imported": false,
|
|
6984
6984
|
"_intake_method": "manual-verified-curation"
|
|
6985
6985
|
},
|
|
6986
|
+
"CVE-2024-0132": {
|
|
6987
|
+
"name": "NVIDIA Container Toolkit TOCTOU Container Escape",
|
|
6988
|
+
"lesson_date": "2026-05-25",
|
|
6989
|
+
"attack_vector": {
|
|
6990
|
+
"description": "NVIDIA Container Toolkit (CWE-367 TOCTOU race) lets a crafted container image escape its container and execute code on the host, crossing the tenant boundary on shared GPU infrastructure. Disclosed by Wiz Research.",
|
|
6991
|
+
"privileges_required": "ability to run or schedule a crafted container image on a GPU node",
|
|
6992
|
+
"complexity": "low (a crafted image / short Dockerfile is sufficient)",
|
|
6993
|
+
"ai_factor": "The GPU container runtime underpins essentially all containerized AI/ML GPU workloads. A single escape on a shared GPU host crosses the tenant boundary and exposes co-tenant models, training data, and cloud credentials. The lesson: the GPU container runtime is an AI-pipeline trust boundary that must be patched and hardened like any isolation control, not assumed safe."
|
|
6994
|
+
},
|
|
6995
|
+
"framework_coverage": {
|
|
6996
|
+
"NIST-800-53-SI-2": {
|
|
6997
|
+
"covered": true,
|
|
6998
|
+
"adequate": false,
|
|
6999
|
+
"gap": "Does not track the GPU container runtime as managed, escape-bearing software under every AI/ML GPU workload."
|
|
7000
|
+
},
|
|
7001
|
+
"NIST-800-53-SC-7": {
|
|
7002
|
+
"covered": true,
|
|
7003
|
+
"adequate": false,
|
|
7004
|
+
"gap": "Boundary protection assumes the container is the tenant boundary; a runtime escape crosses it on shared GPU infrastructure."
|
|
7005
|
+
},
|
|
7006
|
+
"ALL-AI-PIPELINE-INTEGRITY": {
|
|
7007
|
+
"covered": false,
|
|
7008
|
+
"adequate": false,
|
|
7009
|
+
"gap": "No framework treats the GPU container runtime as an AI-pipeline trust boundary whose escape exposes co-tenant AI assets."
|
|
7010
|
+
}
|
|
7011
|
+
},
|
|
7012
|
+
"compliance_exposure_score": {
|
|
7013
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
7014
|
+
"basis": "Organizations treat container isolation as a given and do not track the GPU container runtime version; shared GPU clouds run mixed-tenant workloads on the same hosts.",
|
|
7015
|
+
"theater_pattern": "container_isolation_assumed"
|
|
7016
|
+
},
|
|
7017
|
+
"ai_discovered_zeroday": false,
|
|
7018
|
+
"ai_discovery_source": "human_researcher",
|
|
7019
|
+
"ai_assist_factor": "none",
|
|
7020
|
+
"new_control_requirements": [
|
|
7021
|
+
{
|
|
7022
|
+
"id": "NEW-CTRL-090",
|
|
7023
|
+
"name": "AI-GPU-CONTAINER-RUNTIME-ISOLATION",
|
|
7024
|
+
"description": "Treat the GPU container runtime (NVIDIA Container Toolkit / GPU Operator) as a patch-prioritized isolation boundary: keep it current (upgrade to 1.16.2+), do not run untrusted or mixed-tenant container images on the same GPU host, restrict who can schedule GPU workloads, and run workloads least-privilege. The distinguishing test: on a staging GPU node, run a crafted image that manipulates init hooks / mounts and confirm it cannot read host paths or load host-side code outside its container.",
|
|
7025
|
+
"evidence": "https://nvidia.custhelp.com/app/answers/detail/a_id/5582",
|
|
7026
|
+
"gap_closes": [
|
|
7027
|
+
"NIST-800-53-SI-2",
|
|
7028
|
+
"NIST-800-53-SC-7",
|
|
7029
|
+
"ALL-AI-PIPELINE-INTEGRITY"
|
|
7030
|
+
]
|
|
7031
|
+
}
|
|
7032
|
+
],
|
|
7033
|
+
"_auto_imported": false,
|
|
7034
|
+
"_intake_method": "manual-verified-curation"
|
|
7035
|
+
},
|
|
7036
|
+
"CVE-2025-23266": {
|
|
7037
|
+
"name": "NVIDIA Container Toolkit Init-Hook Untrusted Search Path Container Escape (NVIDIAScape)",
|
|
7038
|
+
"lesson_date": "2026-05-25",
|
|
7039
|
+
"attack_vector": {
|
|
7040
|
+
"description": "NVIDIA Container Toolkit (CWE-426 untrusted search path in init hooks) lets a crafted container image escape its container and execute code on the host, crossing the tenant boundary on shared GPU infrastructure. Disclosed by Wiz Research.",
|
|
7041
|
+
"privileges_required": "ability to run or schedule a crafted container image on a GPU node",
|
|
7042
|
+
"complexity": "low (a crafted image / short Dockerfile is sufficient)",
|
|
7043
|
+
"ai_factor": "The GPU container runtime underpins essentially all containerized AI/ML GPU workloads. A single escape on a shared GPU host crosses the tenant boundary and exposes co-tenant models, training data, and cloud credentials. The lesson: the GPU container runtime is an AI-pipeline trust boundary that must be patched and hardened like any isolation control, not assumed safe."
|
|
7044
|
+
},
|
|
7045
|
+
"framework_coverage": {
|
|
7046
|
+
"NIST-800-53-SI-2": {
|
|
7047
|
+
"covered": true,
|
|
7048
|
+
"adequate": false,
|
|
7049
|
+
"gap": "Does not track the GPU container runtime as managed, escape-bearing software under every AI/ML GPU workload."
|
|
7050
|
+
},
|
|
7051
|
+
"NIST-800-53-SC-7": {
|
|
7052
|
+
"covered": true,
|
|
7053
|
+
"adequate": false,
|
|
7054
|
+
"gap": "Boundary protection assumes the container is the tenant boundary; a runtime escape crosses it on shared GPU infrastructure."
|
|
7055
|
+
},
|
|
7056
|
+
"ALL-AI-PIPELINE-INTEGRITY": {
|
|
7057
|
+
"covered": false,
|
|
7058
|
+
"adequate": false,
|
|
7059
|
+
"gap": "No framework treats the GPU container runtime as an AI-pipeline trust boundary whose escape exposes co-tenant AI assets."
|
|
7060
|
+
}
|
|
7061
|
+
},
|
|
7062
|
+
"compliance_exposure_score": {
|
|
7063
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
7064
|
+
"basis": "Organizations treat container isolation as a given and do not track the GPU container runtime version; shared GPU clouds run mixed-tenant workloads on the same hosts.",
|
|
7065
|
+
"theater_pattern": "container_isolation_assumed"
|
|
7066
|
+
},
|
|
7067
|
+
"ai_discovered_zeroday": false,
|
|
7068
|
+
"ai_discovery_source": "human_researcher",
|
|
7069
|
+
"ai_assist_factor": "none",
|
|
7070
|
+
"new_control_requirements": [
|
|
7071
|
+
{
|
|
7072
|
+
"id": "NEW-CTRL-090",
|
|
7073
|
+
"name": "AI-GPU-CONTAINER-RUNTIME-ISOLATION",
|
|
7074
|
+
"description": "Treat the GPU container runtime (NVIDIA Container Toolkit / GPU Operator) as a patch-prioritized isolation boundary: keep it current (Container Toolkit 1.17.8+ / GPU Operator 25.3.1+), do not run untrusted or mixed-tenant container images on the same GPU host, restrict who can schedule GPU workloads, and run workloads least-privilege. The distinguishing test: on a staging GPU node, run a crafted image that manipulates init hooks / mounts and confirm it cannot read host paths or load host-side code outside its container.",
|
|
7075
|
+
"evidence": "https://nvidia.custhelp.com/app/answers/detail/a_id/5659",
|
|
7076
|
+
"gap_closes": [
|
|
7077
|
+
"NIST-800-53-SI-2",
|
|
7078
|
+
"NIST-800-53-SC-7",
|
|
7079
|
+
"ALL-AI-PIPELINE-INTEGRITY"
|
|
7080
|
+
]
|
|
7081
|
+
}
|
|
7082
|
+
],
|
|
7083
|
+
"_auto_imported": false,
|
|
7084
|
+
"_intake_method": "manual-verified-curation"
|
|
7085
|
+
},
|
|
6986
7086
|
"CVE-2025-34291": {
|
|
6987
7087
|
"name": "Langflow Account Takeover + RCE (CORS / refresh-token chain)",
|
|
6988
7088
|
"lesson_date": "2026-05-24",
|