@blamejs/exceptd-skills 0.13.81 → 0.13.83
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 +9 -9
- package/data/_indexes/activity-feed.json +2 -2
- package/data/_indexes/catalog-summaries.json +2 -2
- package/data/_indexes/chains.json +1648 -0
- package/data/atlas-ttps.json +9 -1
- package/data/attack-techniques.json +15 -1
- package/data/cve-catalog.json +418 -0
- package/data/cwe-catalog.json +6 -2
- package/data/framework-control-gaps.json +33 -1
- package/data/zeroday-lessons.json +200 -0
- package/manifest.json +44 -44
- package/package.json +2 -2
- package/sbom.cdx.json +25 -25
package/data/atlas-ttps.json
CHANGED
|
@@ -143,6 +143,8 @@
|
|
|
143
143
|
"maturity": "high",
|
|
144
144
|
"last_verified": "2026-05-19",
|
|
145
145
|
"cve_refs": [
|
|
146
|
+
"CVE-2025-1550",
|
|
147
|
+
"CVE-2025-8747",
|
|
146
148
|
"CVE-2026-22778",
|
|
147
149
|
"CVE-2026-30615",
|
|
148
150
|
"CVE-2026-39987",
|
|
@@ -1259,6 +1261,8 @@
|
|
|
1259
1261
|
"exceptd_skills": [],
|
|
1260
1262
|
"last_verified": "2026-05-19",
|
|
1261
1263
|
"cve_refs": [
|
|
1264
|
+
"CVE-2025-1550",
|
|
1265
|
+
"CVE-2025-8747",
|
|
1262
1266
|
"MAL-2024-PYPI-ULTRALYTICS-XMRIG"
|
|
1263
1267
|
],
|
|
1264
1268
|
"description_full": "An adversary may rely upon specific actions by a user in order to gain execution. Users may inadvertently execute unsafe code introduced via [AI Supply Chain Compromise](/techniques/AML.T0010). Users may be subjected to social engineering to get them to execute malicious code by, for example, opening a malicious document file or link.",
|
|
@@ -2784,7 +2788,11 @@
|
|
|
2784
2788
|
"ATLAS"
|
|
2785
2789
|
],
|
|
2786
2790
|
"stix_id": "attack-pattern--a5cc5062-f672-510a-8a4f-a8d1aa7f5024",
|
|
2787
|
-
"is_subtechnique": true
|
|
2791
|
+
"is_subtechnique": true,
|
|
2792
|
+
"cve_refs": [
|
|
2793
|
+
"CVE-2025-1550",
|
|
2794
|
+
"CVE-2025-8747"
|
|
2795
|
+
]
|
|
2788
2796
|
},
|
|
2789
2797
|
"AML.T0011.001": {
|
|
2790
2798
|
"id": "AML.T0011.001",
|
|
@@ -273,6 +273,7 @@
|
|
|
273
273
|
"CVE-2024-50050",
|
|
274
274
|
"CVE-2025-1094",
|
|
275
275
|
"CVE-2025-11837",
|
|
276
|
+
"CVE-2025-1550",
|
|
276
277
|
"CVE-2025-23254",
|
|
277
278
|
"CVE-2025-30165",
|
|
278
279
|
"CVE-2025-34291",
|
|
@@ -283,6 +284,7 @@
|
|
|
283
284
|
"CVE-2025-60455",
|
|
284
285
|
"CVE-2025-64496",
|
|
285
286
|
"CVE-2025-68664",
|
|
287
|
+
"CVE-2025-8747",
|
|
286
288
|
"CVE-2026-0766",
|
|
287
289
|
"CVE-2026-22252",
|
|
288
290
|
"CVE-2026-22688",
|
|
@@ -1069,6 +1071,8 @@
|
|
|
1069
1071
|
"version": "v19",
|
|
1070
1072
|
"cve_refs": [
|
|
1071
1073
|
"CVE-2024-3094",
|
|
1074
|
+
"CVE-2025-1550",
|
|
1075
|
+
"CVE-2025-8747",
|
|
1072
1076
|
"CVE-2026-45321",
|
|
1073
1077
|
"MAL-2024-PYPI-ULTRALYTICS-XMRIG",
|
|
1074
1078
|
"MAL-2025-PYPI-COLORAMA-SOLANA-STEALER",
|
|
@@ -2007,6 +2011,10 @@
|
|
|
2007
2011
|
"description": "Adversaries may deploy a container into an environment to facilitate execution or evade defenses.",
|
|
2008
2012
|
"tactic": [
|
|
2009
2013
|
"Execution"
|
|
2014
|
+
],
|
|
2015
|
+
"cve_refs": [
|
|
2016
|
+
"CVE-2024-0132",
|
|
2017
|
+
"CVE-2025-23266"
|
|
2010
2018
|
]
|
|
2011
2019
|
},
|
|
2012
2020
|
"T1611": {
|
|
@@ -2018,11 +2026,13 @@
|
|
|
2018
2026
|
"DS0029"
|
|
2019
2027
|
],
|
|
2020
2028
|
"cve_refs": [
|
|
2029
|
+
"CVE-2024-0132",
|
|
2021
2030
|
"CVE-2024-21626",
|
|
2022
2031
|
"CVE-2024-3154",
|
|
2023
2032
|
"CVE-2025-22224",
|
|
2024
2033
|
"CVE-2025-22225",
|
|
2025
2034
|
"CVE-2025-22226",
|
|
2035
|
+
"CVE-2025-23266",
|
|
2026
2036
|
"CVE-2025-38352"
|
|
2027
2037
|
],
|
|
2028
2038
|
"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.",
|
|
@@ -4228,7 +4238,11 @@
|
|
|
4228
4238
|
"Containers"
|
|
4229
4239
|
],
|
|
4230
4240
|
"stix_id": "attack-pattern--8c32eb4d-805f-4fc5-bf60-c4d476c131b5",
|
|
4231
|
-
"is_subtechnique": false
|
|
4241
|
+
"is_subtechnique": false,
|
|
4242
|
+
"cve_refs": [
|
|
4243
|
+
"CVE-2025-1550",
|
|
4244
|
+
"CVE-2025-8747"
|
|
4245
|
+
]
|
|
4232
4246
|
},
|
|
4233
4247
|
"T1205": {
|
|
4234
4248
|
"id": "T1205",
|
package/data/cve-catalog.json
CHANGED
|
@@ -11617,6 +11617,424 @@
|
|
|
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
|
+
},
|
|
11824
|
+
"CVE-2025-1550": {
|
|
11825
|
+
"name": "Keras .keras Model Deserialization Arbitrary Code Execution",
|
|
11826
|
+
"type": "RCE",
|
|
11827
|
+
"cvss_score": 9.8,
|
|
11828
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
|
|
11829
|
+
"cvss_note": "NVD CVSS v3.1 base 9.8 (CRITICAL). Arbitrary code execution at model-load time via unrestricted importlib use in the .keras format parser — no Lambda layer or custom object required, and loading (not calling) the model triggers it.",
|
|
11830
|
+
"cisa_kev": false,
|
|
11831
|
+
"poc_available": true,
|
|
11832
|
+
"poc_description": "Public exploit / research exists (Huntr writeups; Exploit-DB EDB-52359 for the Keras model RCE): a crafted .keras model archive executes code when loaded.",
|
|
11833
|
+
"ai_discovered": false,
|
|
11834
|
+
"ai_discovery_source": "human_researcher",
|
|
11835
|
+
"ai_discovery_notes": "Disclosed via Keras security advisories / Huntr. The abused surface is the ML model file format — the canonical AI supply-chain risk where an untrusted model artifact is executable code.",
|
|
11836
|
+
"ai_assisted_weaponization": false,
|
|
11837
|
+
"ai_assisted_notes": "No AI-assisted weaponization; unsafe deserialization of ML model artifacts.",
|
|
11838
|
+
"active_exploitation": "none",
|
|
11839
|
+
"active_exploitation_notes": "Advisory / research disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
|
|
11840
|
+
"affected": "Keras 3.0.0 through 3.7.x (fixed in 3.8.0, which introduced the safe_mode mitigation).",
|
|
11841
|
+
"affected_versions": [
|
|
11842
|
+
"Keras >= 3.0.0, < 3.8.0"
|
|
11843
|
+
],
|
|
11844
|
+
"vector": "Keras's .keras model-format parser uses importlib.import_module on names taken from the model archive, so a crafted .keras file executes arbitrary Python modules/functions when the model is loaded (CWE-94) — without Lambda layers or custom objects, at parse time. An attacker who can get a victim to load an untrusted model achieves code execution.",
|
|
11845
|
+
"complexity": "low",
|
|
11846
|
+
"complexity_notes": "NVD AC:L. AV:N — loading the model (not calling it) triggers execution.",
|
|
11847
|
+
"patch_available": true,
|
|
11848
|
+
"patch_required_reboot": false,
|
|
11849
|
+
"live_patch_available": false,
|
|
11850
|
+
"live_patch_tools": [],
|
|
11851
|
+
"live_patch_notes": "Remediation is upgrading Keras to 3.8.0 or later; no host reboot.",
|
|
11852
|
+
"vendor_update_paths": [
|
|
11853
|
+
"Upgrade Keras to 3.8.0 or later and never load .keras models from untrusted sources. Note safe_mode alone is insufficient (see CVE-2025-8747)."
|
|
11854
|
+
],
|
|
11855
|
+
"framework_control_gaps": {
|
|
11856
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track ML frameworks' model-loading paths as managed, RCE-bearing software, nor that a first fix (safe_mode) was bypassable.",
|
|
11857
|
+
"NIST-800-53-SI-10": "Input-validation control is not applied to ML model artifacts, which are treated as data despite being executable at load time.",
|
|
11858
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the model-deserialization path as a code-execution surface.",
|
|
11859
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach ML model loading as a privileged execution control plane.",
|
|
11860
|
+
"DORA-Art-9": "ICT protection measures do not model untrusted-model-artifact loading as an ICT-risk event.",
|
|
11861
|
+
"UK-CAF-B4": "System Security objective has no objective for treating model artifacts as untrusted code.",
|
|
11862
|
+
"AU-ISM-1546": "Patch-application control does not single out ML frameworks' model-loading paths.",
|
|
11863
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats an ML model file as untrusted executable input; loading one from an untrusted source is RCE, and safe_mode proved necessary-but-insufficient."
|
|
11864
|
+
},
|
|
11865
|
+
"atlas_refs": [
|
|
11866
|
+
"AML.T0010",
|
|
11867
|
+
"AML.T0011",
|
|
11868
|
+
"AML.T0011.000"
|
|
11869
|
+
],
|
|
11870
|
+
"attack_refs": [
|
|
11871
|
+
"T1204",
|
|
11872
|
+
"T1059",
|
|
11873
|
+
"T1195.002"
|
|
11874
|
+
],
|
|
11875
|
+
"rwep_score": 31,
|
|
11876
|
+
"rwep_factors": {
|
|
11877
|
+
"cisa_kev": 0,
|
|
11878
|
+
"poc_available": 20,
|
|
11879
|
+
"ai_factor": 0,
|
|
11880
|
+
"active_exploitation": 0,
|
|
11881
|
+
"blast_radius": 26,
|
|
11882
|
+
"patch_available": -15,
|
|
11883
|
+
"live_patch_available": 0,
|
|
11884
|
+
"reboot_required": 0
|
|
11885
|
+
},
|
|
11886
|
+
"rwep_notes": "Standard (RWEP 31, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, patched at/after disclosure (Hard Rule #3). poc_available=20 + blast_radius=26 (Keras/TensorFlow are among the most widely used ML frameworks) minus patch 15.",
|
|
11887
|
+
"epss_score": null,
|
|
11888
|
+
"epss_date": "2026-05-25",
|
|
11889
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
11890
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2025-1550",
|
|
11891
|
+
"cwe_refs": [
|
|
11892
|
+
"CWE-94"
|
|
11893
|
+
],
|
|
11894
|
+
"iocs": {
|
|
11895
|
+
"behavioral": [
|
|
11896
|
+
"Python module imports or subprocess execution occurring during keras.models.load_model / Model.load_model of an externally sourced .keras file.",
|
|
11897
|
+
"A .keras archive whose config references importlib targets or built-in module arguments that resolve to code execution.",
|
|
11898
|
+
"Loading model artifacts pulled from a model hub or user upload without provenance verification.",
|
|
11899
|
+
"Keras at an affected version (Keras >= 3.0.0, < 3.8.0) loading untrusted models — the exposed precondition."
|
|
11900
|
+
],
|
|
11901
|
+
"_ioc_source_note": "Behavioral signatures derived from the primary public exploit for CVE-2025-1550 — Exploit-DB EDB-52359 (https://www.exploit-db.com/exploits/52359) and the PoC write-up at https://github.com/io-no/CVE-Reports/issues/2 — plus the Huntr technical analysis (https://blog.huntr.com/inside-cve-2025-1550-remote-code-execution-via-keras-models) and NVD CVE-2025-1550 (CWE-94). The importlib-driven load-time execution is the indicator anchor."
|
|
11902
|
+
},
|
|
11903
|
+
"source_verified": "2026-05-25",
|
|
11904
|
+
"verification_sources": [
|
|
11905
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2025-1550",
|
|
11906
|
+
"https://github.com/keras-team/keras/security/advisories",
|
|
11907
|
+
"https://www.exploit-db.com/exploits/52359",
|
|
11908
|
+
"https://github.com/io-no/CVE-Reports/issues/2"
|
|
11909
|
+
],
|
|
11910
|
+
"vendor_advisories": [
|
|
11911
|
+
{
|
|
11912
|
+
"vendor": "GitHub Security Advisory",
|
|
11913
|
+
"advisory_id": "CVE-2025-1550",
|
|
11914
|
+
"url": "https://github.com/keras-team/keras/security/advisories",
|
|
11915
|
+
"severity": "critical",
|
|
11916
|
+
"published_date": "2025-03-11"
|
|
11917
|
+
},
|
|
11918
|
+
{
|
|
11919
|
+
"vendor": "NVD",
|
|
11920
|
+
"advisory_id": "CVE-2025-1550",
|
|
11921
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-1550",
|
|
11922
|
+
"severity": "critical",
|
|
11923
|
+
"published_date": "2025-03-11"
|
|
11924
|
+
}
|
|
11925
|
+
],
|
|
11926
|
+
"last_updated": "2026-05-25",
|
|
11927
|
+
"discovery_attribution_note": "Manually curated from NVD (CWE-94; NIST CVSS 9.8) + the Keras security advisory / Huntr research. Member of the ML model-deserialization family — untrusted model artifact equals executable code; CVE-2025-8747 shows the first fix was bypassable.",
|
|
11928
|
+
"_auto_imported": false,
|
|
11929
|
+
"_intake_method": "manual-verified-curation",
|
|
11930
|
+
"_kev_short_description": "Keras's .keras model parser runs arbitrary Python via importlib at load time (CWE-94), so loading an untrusted model is RCE; fixed in 3.8.0 (added safe_mode)."
|
|
11931
|
+
},
|
|
11932
|
+
"CVE-2025-8747": {
|
|
11933
|
+
"name": "Keras safe_mode Bypass Model Deserialization Code Execution",
|
|
11934
|
+
"type": "RCE",
|
|
11935
|
+
"cvss_score": 7.8,
|
|
11936
|
+
"cvss_vector": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
|
|
11937
|
+
"cvss_note": "NVD CVSS v3.1 base 7.8 (HIGH). A bypass of the safe_mode mitigation introduced for CVE-2025-1550: even with safe_mode enabled, a crafted .keras archive passed to Model.load_model can execute code by abusing arguments to built-in Keras modules (CWE-502).",
|
|
11938
|
+
"cisa_kev": false,
|
|
11939
|
+
"poc_available": true,
|
|
11940
|
+
"poc_description": "Public exploit / research exists (Huntr writeups; Exploit-DB EDB-52359 for the Keras model RCE): a crafted .keras model archive executes code when loaded, bypassing the safe_mode mitigation.",
|
|
11941
|
+
"ai_discovered": false,
|
|
11942
|
+
"ai_discovery_source": "human_researcher",
|
|
11943
|
+
"ai_discovery_notes": "Disclosed via Keras security advisories / Huntr. The abused surface is the ML model file format — the canonical AI supply-chain risk where an untrusted model artifact is executable code.",
|
|
11944
|
+
"ai_assisted_weaponization": false,
|
|
11945
|
+
"ai_assisted_notes": "No AI-assisted weaponization; unsafe deserialization of ML model artifacts.",
|
|
11946
|
+
"active_exploitation": "none",
|
|
11947
|
+
"active_exploitation_notes": "Advisory / research disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
|
|
11948
|
+
"affected": "Keras 3.0.0 through 3.10.0 (the safe_mode mitigation from 3.8.0 is bypassable through 3.10.0).",
|
|
11949
|
+
"affected_versions": [
|
|
11950
|
+
"Keras >= 3.0.0, <= 3.10.0"
|
|
11951
|
+
],
|
|
11952
|
+
"vector": "The safe_mode mitigation added for CVE-2025-1550 is incomplete: Model.load_model still deserializes untrusted .keras archives in a way that lets crafted arguments to built-in Keras modules execute code (CWE-502), even when safe_mode is enabled. Loading an untrusted model is therefore still RCE.",
|
|
11953
|
+
"complexity": "low",
|
|
11954
|
+
"complexity_notes": "NVD AC:L. AV:L / UI:R — requires a victim to load the crafted model.",
|
|
11955
|
+
"patch_available": true,
|
|
11956
|
+
"patch_required_reboot": false,
|
|
11957
|
+
"live_patch_available": false,
|
|
11958
|
+
"live_patch_tools": [],
|
|
11959
|
+
"live_patch_notes": "Remediation is upgrading Keras past 3.10.0 to the release that fixes the safe_mode bypass; no host reboot.",
|
|
11960
|
+
"vendor_update_paths": [
|
|
11961
|
+
"Upgrade Keras past 3.10.0 (to the release that fixes the safe_mode bypass) and treat safe_mode as necessary-but-insufficient: never load .keras models from untrusted sources."
|
|
11962
|
+
],
|
|
11963
|
+
"framework_control_gaps": {
|
|
11964
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track ML frameworks' model-loading paths as managed, RCE-bearing software, nor that a first fix (safe_mode) was bypassable.",
|
|
11965
|
+
"NIST-800-53-SI-10": "Input-validation control is not applied to ML model artifacts, which are treated as data despite being executable at load time.",
|
|
11966
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the model-deserialization path as a code-execution surface.",
|
|
11967
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach ML model loading as a privileged execution control plane.",
|
|
11968
|
+
"DORA-Art-9": "ICT protection measures do not model untrusted-model-artifact loading as an ICT-risk event.",
|
|
11969
|
+
"UK-CAF-B4": "System Security objective has no objective for treating model artifacts as untrusted code.",
|
|
11970
|
+
"AU-ISM-1546": "Patch-application control does not single out ML frameworks' model-loading paths.",
|
|
11971
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats an ML model file as untrusted executable input; loading one from an untrusted source is RCE, and safe_mode proved necessary-but-insufficient."
|
|
11972
|
+
},
|
|
11973
|
+
"atlas_refs": [
|
|
11974
|
+
"AML.T0010",
|
|
11975
|
+
"AML.T0011",
|
|
11976
|
+
"AML.T0011.000"
|
|
11977
|
+
],
|
|
11978
|
+
"attack_refs": [
|
|
11979
|
+
"T1204",
|
|
11980
|
+
"T1059",
|
|
11981
|
+
"T1195.002"
|
|
11982
|
+
],
|
|
11983
|
+
"rwep_score": 31,
|
|
11984
|
+
"rwep_factors": {
|
|
11985
|
+
"cisa_kev": 0,
|
|
11986
|
+
"poc_available": 20,
|
|
11987
|
+
"ai_factor": 0,
|
|
11988
|
+
"active_exploitation": 0,
|
|
11989
|
+
"blast_radius": 26,
|
|
11990
|
+
"patch_available": -15,
|
|
11991
|
+
"live_patch_available": 0,
|
|
11992
|
+
"reboot_required": 0
|
|
11993
|
+
},
|
|
11994
|
+
"rwep_notes": "Standard (RWEP 31, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, patched at/after disclosure (Hard Rule #3). poc_available=20 + blast_radius=26 (Keras/TensorFlow are among the most widely used ML frameworks) minus patch 15.",
|
|
11995
|
+
"epss_score": null,
|
|
11996
|
+
"epss_date": "2026-05-25",
|
|
11997
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
11998
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2025-8747",
|
|
11999
|
+
"cwe_refs": [
|
|
12000
|
+
"CWE-502"
|
|
12001
|
+
],
|
|
12002
|
+
"iocs": {
|
|
12003
|
+
"behavioral": [
|
|
12004
|
+
"Python module imports or subprocess execution occurring during keras.models.load_model / Model.load_model of an externally sourced .keras file.",
|
|
12005
|
+
"A .keras archive whose config references importlib targets or built-in module arguments that resolve to code execution.",
|
|
12006
|
+
"Loading model artifacts pulled from a model hub or user upload without provenance verification.",
|
|
12007
|
+
"Keras at an affected version (Keras >= 3.0.0, <= 3.10.0) loading untrusted models — the exposed precondition."
|
|
12008
|
+
],
|
|
12009
|
+
"_ioc_source_note": "Behavioral signatures derived from the primary advisory for the CVE-2025-8747 safe_mode bypass — GitHub Security Advisory GHSA-c9rc-mg46-23w3 (https://github.com/advisories/GHSA-c9rc-mg46-23w3), which documents the bypass technique and PoC — plus NVD CVE-2025-8747 (CWE-502) and the Huntr Keras-deserialization research (https://blog.huntr.com/hunting-vulnerabilities-in-keras-model-deserialization). The safe_mode-enabled Model.load_model code execution via built-in module arguments is the indicator anchor."
|
|
12010
|
+
},
|
|
12011
|
+
"source_verified": "2026-05-25",
|
|
12012
|
+
"verification_sources": [
|
|
12013
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2025-8747",
|
|
12014
|
+
"https://github.com/advisories/GHSA-c9rc-mg46-23w3"
|
|
12015
|
+
],
|
|
12016
|
+
"vendor_advisories": [
|
|
12017
|
+
{
|
|
12018
|
+
"vendor": "GitHub Security Advisory",
|
|
12019
|
+
"advisory_id": "CVE-2025-8747",
|
|
12020
|
+
"url": "https://github.com/advisories/GHSA-c9rc-mg46-23w3",
|
|
12021
|
+
"severity": "high",
|
|
12022
|
+
"published_date": "2025-08-11"
|
|
12023
|
+
},
|
|
12024
|
+
{
|
|
12025
|
+
"vendor": "NVD",
|
|
12026
|
+
"advisory_id": "CVE-2025-8747",
|
|
12027
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-8747",
|
|
12028
|
+
"severity": "high",
|
|
12029
|
+
"published_date": "2025-08-11"
|
|
12030
|
+
}
|
|
12031
|
+
],
|
|
12032
|
+
"last_updated": "2026-05-25",
|
|
12033
|
+
"discovery_attribution_note": "Manually curated from NVD (CWE-502; NIST CVSS 7.8) + the Keras security advisory / Huntr research. Member of the ML model-deserialization family — untrusted model artifact equals executable code; CVE-2025-8747 shows the first fix was bypassable.",
|
|
12034
|
+
"_auto_imported": false,
|
|
12035
|
+
"_intake_method": "manual-verified-curation",
|
|
12036
|
+
"_kev_short_description": "Keras safe_mode (added for CVE-2025-1550) is bypassable through 3.10.0: a crafted .keras archive executes code via built-in module arguments even with safe_mode on (CWE-502). The first fix was incomplete."
|
|
12037
|
+
},
|
|
11620
12038
|
"CVE-2026-41091": {
|
|
11621
12039
|
"name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
|
|
11622
12040
|
"type": "LPE",
|
package/data/cwe-catalog.json
CHANGED
|
@@ -369,6 +369,7 @@
|
|
|
369
369
|
"CVE-2022-48503",
|
|
370
370
|
"CVE-2024-56145",
|
|
371
371
|
"CVE-2025-11837",
|
|
372
|
+
"CVE-2025-1550",
|
|
372
373
|
"CVE-2025-32432",
|
|
373
374
|
"CVE-2025-37164",
|
|
374
375
|
"CVE-2025-43200",
|
|
@@ -1192,7 +1193,8 @@
|
|
|
1192
1193
|
],
|
|
1193
1194
|
"skills_referencing": [],
|
|
1194
1195
|
"evidence_cves": [
|
|
1195
|
-
"CVE-2012-1854"
|
|
1196
|
+
"CVE-2012-1854",
|
|
1197
|
+
"CVE-2025-23266"
|
|
1196
1198
|
],
|
|
1197
1199
|
"framework_controls_partially_addressing": [
|
|
1198
1200
|
"NIST-800-53-AC-6",
|
|
@@ -1316,6 +1318,7 @@
|
|
|
1316
1318
|
"CVE-2025-59287",
|
|
1317
1319
|
"CVE-2025-60455",
|
|
1318
1320
|
"CVE-2025-68664",
|
|
1321
|
+
"CVE-2025-8747",
|
|
1319
1322
|
"CVE-2026-20131",
|
|
1320
1323
|
"CVE-2026-20963"
|
|
1321
1324
|
],
|
|
@@ -2074,7 +2077,8 @@
|
|
|
2074
2077
|
"CWE-826"
|
|
2075
2078
|
],
|
|
2076
2079
|
"evidence_cves": [
|
|
2077
|
-
"CVE-2020-17103-REREGRESSION-2026"
|
|
2080
|
+
"CVE-2020-17103-REREGRESSION-2026",
|
|
2081
|
+
"CVE-2024-0132"
|
|
2078
2082
|
],
|
|
2079
2083
|
"last_verified": "2026-05-18",
|
|
2080
2084
|
"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."
|