@blamejs/exceptd-skills 0.13.87 → 0.13.89

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.
@@ -55,7 +55,7 @@
55
55
  "ai_discovery_methodology": {
56
56
  "field_added": "2026-05-15",
57
57
  "agents_md_target": "Hard Rule #7 — '41% of 2025 zero-days were AI-discovered'. Catalog target rate floor: 0.40.",
58
- "current_rate": 0.034,
58
+ "current_rate": 0.033,
59
59
  "current_floor_enforced_by_test": 0.03,
60
60
  "ladder_to_target": [
61
61
  0.03,
@@ -12979,6 +12979,637 @@
12979
12979
  "_intake_method": "manual-verified-curation",
12980
12980
  "_kev_short_description": "Gradio's /file route containment check was flawed, allowing path traversal arbitrary file read (and SSRF) on a public Gradio app (CWE-22); fixed in 4.11.0."
12981
12981
  },
12982
+ "CVE-2024-11392": {
12983
+ "name": "Hugging Face Transformers MobileViTV2 Deserialization Remote Code Execution",
12984
+ "type": "RCE",
12985
+ "cvss_score": 8.8,
12986
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
12987
+ "cvss_note": "NVD CVSS v3.1 base 8.8 (HIGH). Deserialization of untrusted data in the MobileViTV2 loader's configuration files (CWE-502); requires a user to load a malicious model/config (UI:R).",
12988
+ "cisa_kev": false,
12989
+ "poc_available": true,
12990
+ "poc_description": "Disclosed via the Trend Micro Zero Day Initiative and tracked in the Hugging Face Transformers advisory issue (#34840): a crafted MobileViTV2 configuration file contains a serialized object that executes code when Hugging Face Transformers loads it.",
12991
+ "ai_discovered": false,
12992
+ "ai_discovery_source": "human_researcher",
12993
+ "ai_discovery_notes": "Disclosed through the Trend Micro Zero Day Initiative. The abused surface is a model loader in Hugging Face Transformers, the foundational ML library; an untrusted model artifact is executable code at load time.",
12994
+ "ai_assisted_weaponization": false,
12995
+ "ai_assisted_notes": "No AI-assisted weaponization; unsafe deserialization of ML model artifacts.",
12996
+ "active_exploitation": "none",
12997
+ "active_exploitation_notes": "ZDI coordinated disclosure with a fix; no confirmed in-the-wild exploitation reported as of curation.",
12998
+ "affected": "Hugging Face Transformers before 4.48.0 (the MobileViTV2 loader). Fixed in 4.48.0.",
12999
+ "affected_versions": [
13000
+ "Hugging Face Transformers < 4.48.0"
13001
+ ],
13002
+ "vector": "Hugging Face Transformers' MobileViTV2 loader deserializes untrusted data from configuration files without validation (CWE-502). A user who loads a malicious MobileViTV2 model/config from an untrusted source (e.g. a model hub) executes attacker-controlled code in their process.",
13003
+ "complexity": "low",
13004
+ "complexity_notes": "NVD AV:N / AC:L / PR:N / UI:R — requires a user to load the malicious model/config.",
13005
+ "patch_available": true,
13006
+ "patch_required_reboot": false,
13007
+ "live_patch_available": false,
13008
+ "live_patch_tools": [],
13009
+ "live_patch_notes": "Remediation is upgrading Hugging Face Transformers to 4.48.0 or later; no host reboot.",
13010
+ "vendor_update_paths": [
13011
+ "Upgrade Hugging Face Transformers to 4.48.0 or later. Only load models/configs from trusted sources, verify provenance, and load untrusted models in a sandboxed, least-privilege environment."
13012
+ ],
13013
+ "framework_control_gaps": {
13014
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track the foundational ML library's model loaders as managed, RCE-bearing software.",
13015
+ "NIST-800-53-SI-10": "Input-validation control is not applied to model artifacts/configs the library deserializes at load time.",
13016
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the ML library's model-loading path as a code-execution surface.",
13017
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach ML-library model loading as a privileged execution control plane.",
13018
+ "DORA-Art-9": "ICT protection measures do not model untrusted-model-artifact loading in the core ML library as an ICT-risk event.",
13019
+ "UK-CAF-B4": "System Security objective has no objective for treating model artifacts as untrusted code.",
13020
+ "AU-ISM-1546": "Patch-application control does not single out the foundational ML library's model loaders.",
13021
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats an ML model artifact as untrusted executable input; loading one from an untrusted source through Transformers is RCE."
13022
+ },
13023
+ "atlas_refs": [
13024
+ "AML.T0010",
13025
+ "AML.T0011",
13026
+ "AML.T0011.000"
13027
+ ],
13028
+ "attack_refs": [
13029
+ "T1204",
13030
+ "T1059",
13031
+ "T1195.002"
13032
+ ],
13033
+ "rwep_score": 33,
13034
+ "rwep_factors": {
13035
+ "cisa_kev": 0,
13036
+ "poc_available": 20,
13037
+ "ai_factor": 0,
13038
+ "active_exploitation": 0,
13039
+ "blast_radius": 28,
13040
+ "patch_available": -15,
13041
+ "live_patch_available": 0,
13042
+ "reboot_required": 0
13043
+ },
13044
+ "rwep_notes": "Standard (RWEP 33, \"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=28 (Hugging Face Transformers is the foundational ML library) minus patch 15.",
13045
+ "epss_score": null,
13046
+ "epss_date": "2026-05-25",
13047
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
13048
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2024-11392",
13049
+ "cwe_refs": [
13050
+ "CWE-502"
13051
+ ],
13052
+ "iocs": {
13053
+ "behavioral": [
13054
+ "Python subprocess / interpreter activity during Hugging Face Transformers loading of a MobileViTV2 model or config from an external source.",
13055
+ "A MobileViTV2 model artifact / config from a model hub or user upload whose serialized content resolves to code execution.",
13056
+ "Loading models without provenance verification through Transformers < 4.48.0.",
13057
+ "Hugging Face Transformers < 4.48.0 loading untrusted MobileViTV2 artifacts — the exposed precondition."
13058
+ ],
13059
+ "_ioc_source_note": "Behavioral signatures derived from the Hugging Face Transformers advisory issue (https://github.com/huggingface/transformers/issues/34840, ZDI-coordinated) and NVD CVE-2024-11392 (CWE-502). The MobileViTV2 loader deserialization is the indicator anchor."
13060
+ },
13061
+ "source_verified": "2026-05-25",
13062
+ "verification_sources": [
13063
+ "https://nvd.nist.gov/vuln/detail/CVE-2024-11392",
13064
+ "https://github.com/huggingface/transformers/issues/34840",
13065
+ "https://github.com/huggingface/transformers/issues/34840"
13066
+ ],
13067
+ "vendor_advisories": [
13068
+ {
13069
+ "vendor": "Hugging Face Transformers advisory (ZDI-coordinated)",
13070
+ "advisory_id": "CVE-2024-11392",
13071
+ "url": "https://github.com/huggingface/transformers/issues/34840",
13072
+ "severity": "high",
13073
+ "published_date": "2024-11-22"
13074
+ },
13075
+ {
13076
+ "vendor": "NVD",
13077
+ "advisory_id": "CVE-2024-11392",
13078
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11392",
13079
+ "severity": "high",
13080
+ "published_date": "2024-11-22"
13081
+ }
13082
+ ],
13083
+ "last_updated": "2026-05-25",
13084
+ "discovery_attribution_note": "Manually curated from NVD (CWE-502; NIST CVSS 8.8) + the Trend Micro Zero Day Initiative advisory. Member of the Hugging Face Transformers model-loader deserialization family (untrusted model artifact equals executable code); same class as the Keras model-deserialization entries.",
13085
+ "_auto_imported": false,
13086
+ "_intake_method": "manual-verified-curation",
13087
+ "_kev_short_description": "Hugging Face Transformers' MobileViTV2 loader deserializes untrusted configuration files (CWE-502), so loading a malicious model/config executes code; fixed in 4.48.0."
13088
+ },
13089
+ "CVE-2024-11393": {
13090
+ "name": "Hugging Face Transformers MaskFormer Deserialization Remote Code Execution",
13091
+ "type": "RCE",
13092
+ "cvss_score": 8.8,
13093
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
13094
+ "cvss_note": "NVD CVSS v3.1 base 8.8 (HIGH). Deserialization of untrusted data in the MaskFormer loader's model files (CWE-502); requires a user to load a malicious model/config (UI:R).",
13095
+ "cisa_kev": false,
13096
+ "poc_available": true,
13097
+ "poc_description": "Disclosed via the Trend Micro Zero Day Initiative and tracked in the Hugging Face Transformers advisory issue (#34840): a crafted MaskFormer model file contains a serialized object that executes code when Hugging Face Transformers loads it.",
13098
+ "ai_discovered": false,
13099
+ "ai_discovery_source": "human_researcher",
13100
+ "ai_discovery_notes": "Disclosed through the Trend Micro Zero Day Initiative. The abused surface is a model loader in Hugging Face Transformers, the foundational ML library; an untrusted model artifact is executable code at load time.",
13101
+ "ai_assisted_weaponization": false,
13102
+ "ai_assisted_notes": "No AI-assisted weaponization; unsafe deserialization of ML model artifacts.",
13103
+ "active_exploitation": "none",
13104
+ "active_exploitation_notes": "ZDI coordinated disclosure with a fix; no confirmed in-the-wild exploitation reported as of curation.",
13105
+ "affected": "Hugging Face Transformers before 4.48.0 (the MaskFormer loader). Fixed in 4.48.0.",
13106
+ "affected_versions": [
13107
+ "Hugging Face Transformers < 4.48.0"
13108
+ ],
13109
+ "vector": "Hugging Face Transformers' MaskFormer loader deserializes untrusted data from model files without validation (CWE-502). A user who loads a malicious MaskFormer model/config from an untrusted source (e.g. a model hub) executes attacker-controlled code in their process.",
13110
+ "complexity": "low",
13111
+ "complexity_notes": "NVD AV:N / AC:L / PR:N / UI:R — requires a user to load the malicious model/config.",
13112
+ "patch_available": true,
13113
+ "patch_required_reboot": false,
13114
+ "live_patch_available": false,
13115
+ "live_patch_tools": [],
13116
+ "live_patch_notes": "Remediation is upgrading Hugging Face Transformers to 4.48.0 or later; no host reboot.",
13117
+ "vendor_update_paths": [
13118
+ "Upgrade Hugging Face Transformers to 4.48.0 or later. Only load models/configs from trusted sources, verify provenance, and load untrusted models in a sandboxed, least-privilege environment."
13119
+ ],
13120
+ "framework_control_gaps": {
13121
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track the foundational ML library's model loaders as managed, RCE-bearing software.",
13122
+ "NIST-800-53-SI-10": "Input-validation control is not applied to model artifacts/configs the library deserializes at load time.",
13123
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the ML library's model-loading path as a code-execution surface.",
13124
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach ML-library model loading as a privileged execution control plane.",
13125
+ "DORA-Art-9": "ICT protection measures do not model untrusted-model-artifact loading in the core ML library as an ICT-risk event.",
13126
+ "UK-CAF-B4": "System Security objective has no objective for treating model artifacts as untrusted code.",
13127
+ "AU-ISM-1546": "Patch-application control does not single out the foundational ML library's model loaders.",
13128
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats an ML model artifact as untrusted executable input; loading one from an untrusted source through Transformers is RCE."
13129
+ },
13130
+ "atlas_refs": [
13131
+ "AML.T0010",
13132
+ "AML.T0011",
13133
+ "AML.T0011.000"
13134
+ ],
13135
+ "attack_refs": [
13136
+ "T1204",
13137
+ "T1059",
13138
+ "T1195.002"
13139
+ ],
13140
+ "rwep_score": 33,
13141
+ "rwep_factors": {
13142
+ "cisa_kev": 0,
13143
+ "poc_available": 20,
13144
+ "ai_factor": 0,
13145
+ "active_exploitation": 0,
13146
+ "blast_radius": 28,
13147
+ "patch_available": -15,
13148
+ "live_patch_available": 0,
13149
+ "reboot_required": 0
13150
+ },
13151
+ "rwep_notes": "Standard (RWEP 33, \"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=28 (Hugging Face Transformers is the foundational ML library) minus patch 15.",
13152
+ "epss_score": null,
13153
+ "epss_date": "2026-05-25",
13154
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
13155
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2024-11393",
13156
+ "cwe_refs": [
13157
+ "CWE-502"
13158
+ ],
13159
+ "iocs": {
13160
+ "behavioral": [
13161
+ "Python subprocess / interpreter activity during Hugging Face Transformers loading of a MaskFormer model or config from an external source.",
13162
+ "A MaskFormer model artifact / config from a model hub or user upload whose serialized content resolves to code execution.",
13163
+ "Loading models without provenance verification through Transformers < 4.48.0.",
13164
+ "Hugging Face Transformers < 4.48.0 loading untrusted MaskFormer artifacts — the exposed precondition."
13165
+ ],
13166
+ "_ioc_source_note": "Behavioral signatures derived from the Hugging Face Transformers advisory issue (https://github.com/huggingface/transformers/issues/34840, ZDI-coordinated) and NVD CVE-2024-11393 (CWE-502). The MaskFormer loader deserialization is the indicator anchor."
13167
+ },
13168
+ "source_verified": "2026-05-25",
13169
+ "verification_sources": [
13170
+ "https://nvd.nist.gov/vuln/detail/CVE-2024-11393",
13171
+ "https://github.com/huggingface/transformers/issues/34840",
13172
+ "https://github.com/huggingface/transformers/issues/34840"
13173
+ ],
13174
+ "vendor_advisories": [
13175
+ {
13176
+ "vendor": "Hugging Face Transformers advisory (ZDI-coordinated)",
13177
+ "advisory_id": "CVE-2024-11393",
13178
+ "url": "https://github.com/huggingface/transformers/issues/34840",
13179
+ "severity": "high",
13180
+ "published_date": "2024-11-22"
13181
+ },
13182
+ {
13183
+ "vendor": "NVD",
13184
+ "advisory_id": "CVE-2024-11393",
13185
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11393",
13186
+ "severity": "high",
13187
+ "published_date": "2024-11-22"
13188
+ }
13189
+ ],
13190
+ "last_updated": "2026-05-25",
13191
+ "discovery_attribution_note": "Manually curated from NVD (CWE-502; NIST CVSS 8.8) + the Trend Micro Zero Day Initiative advisory. Member of the Hugging Face Transformers model-loader deserialization family (untrusted model artifact equals executable code); same class as the Keras model-deserialization entries.",
13192
+ "_auto_imported": false,
13193
+ "_intake_method": "manual-verified-curation",
13194
+ "_kev_short_description": "Hugging Face Transformers' MaskFormer loader deserializes untrusted model files (CWE-502), so loading a malicious model/config executes code; fixed in 4.48.0."
13195
+ },
13196
+ "CVE-2024-11394": {
13197
+ "name": "Hugging Face Transformers Trax Deserialization Remote Code Execution",
13198
+ "type": "RCE",
13199
+ "cvss_score": 8.8,
13200
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
13201
+ "cvss_note": "NVD CVSS v3.1 base 8.8 (HIGH). Deserialization of untrusted data in the Trax loader's model files (CWE-502); requires a user to load a malicious model/config (UI:R).",
13202
+ "cisa_kev": false,
13203
+ "poc_available": true,
13204
+ "poc_description": "Disclosed via the Trend Micro Zero Day Initiative and tracked in the Hugging Face Transformers advisory issue (#34840): a crafted Trax model file contains a serialized object that executes code when Hugging Face Transformers loads it.",
13205
+ "ai_discovered": false,
13206
+ "ai_discovery_source": "human_researcher",
13207
+ "ai_discovery_notes": "Disclosed through the Trend Micro Zero Day Initiative. The abused surface is a model loader in Hugging Face Transformers, the foundational ML library; an untrusted model artifact is executable code at load time.",
13208
+ "ai_assisted_weaponization": false,
13209
+ "ai_assisted_notes": "No AI-assisted weaponization; unsafe deserialization of ML model artifacts.",
13210
+ "active_exploitation": "none",
13211
+ "active_exploitation_notes": "ZDI coordinated disclosure with a fix; no confirmed in-the-wild exploitation reported as of curation.",
13212
+ "affected": "Hugging Face Transformers before 4.48.0 (the Trax loader). Fixed in 4.48.0.",
13213
+ "affected_versions": [
13214
+ "Hugging Face Transformers < 4.48.0"
13215
+ ],
13216
+ "vector": "Hugging Face Transformers' Trax loader deserializes untrusted data from model files without validation (CWE-502). A user who loads a malicious Trax model/config from an untrusted source (e.g. a model hub) executes attacker-controlled code in their process.",
13217
+ "complexity": "low",
13218
+ "complexity_notes": "NVD AV:N / AC:L / PR:N / UI:R — requires a user to load the malicious model/config.",
13219
+ "patch_available": true,
13220
+ "patch_required_reboot": false,
13221
+ "live_patch_available": false,
13222
+ "live_patch_tools": [],
13223
+ "live_patch_notes": "Remediation is upgrading Hugging Face Transformers to 4.48.0 or later; no host reboot.",
13224
+ "vendor_update_paths": [
13225
+ "Upgrade Hugging Face Transformers to 4.48.0 or later. Only load models/configs from trusted sources, verify provenance, and load untrusted models in a sandboxed, least-privilege environment."
13226
+ ],
13227
+ "framework_control_gaps": {
13228
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track the foundational ML library's model loaders as managed, RCE-bearing software.",
13229
+ "NIST-800-53-SI-10": "Input-validation control is not applied to model artifacts/configs the library deserializes at load time.",
13230
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the ML library's model-loading path as a code-execution surface.",
13231
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach ML-library model loading as a privileged execution control plane.",
13232
+ "DORA-Art-9": "ICT protection measures do not model untrusted-model-artifact loading in the core ML library as an ICT-risk event.",
13233
+ "UK-CAF-B4": "System Security objective has no objective for treating model artifacts as untrusted code.",
13234
+ "AU-ISM-1546": "Patch-application control does not single out the foundational ML library's model loaders.",
13235
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats an ML model artifact as untrusted executable input; loading one from an untrusted source through Transformers is RCE."
13236
+ },
13237
+ "atlas_refs": [
13238
+ "AML.T0010",
13239
+ "AML.T0011",
13240
+ "AML.T0011.000"
13241
+ ],
13242
+ "attack_refs": [
13243
+ "T1204",
13244
+ "T1059",
13245
+ "T1195.002"
13246
+ ],
13247
+ "rwep_score": 33,
13248
+ "rwep_factors": {
13249
+ "cisa_kev": 0,
13250
+ "poc_available": 20,
13251
+ "ai_factor": 0,
13252
+ "active_exploitation": 0,
13253
+ "blast_radius": 28,
13254
+ "patch_available": -15,
13255
+ "live_patch_available": 0,
13256
+ "reboot_required": 0
13257
+ },
13258
+ "rwep_notes": "Standard (RWEP 33, \"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=28 (Hugging Face Transformers is the foundational ML library) minus patch 15.",
13259
+ "epss_score": null,
13260
+ "epss_date": "2026-05-25",
13261
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
13262
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2024-11394",
13263
+ "cwe_refs": [
13264
+ "CWE-502"
13265
+ ],
13266
+ "iocs": {
13267
+ "behavioral": [
13268
+ "Python subprocess / interpreter activity during Hugging Face Transformers loading of a Trax model or config from an external source.",
13269
+ "A Trax model artifact / config from a model hub or user upload whose serialized content resolves to code execution.",
13270
+ "Loading models without provenance verification through Transformers < 4.48.0.",
13271
+ "Hugging Face Transformers < 4.48.0 loading untrusted Trax artifacts — the exposed precondition."
13272
+ ],
13273
+ "_ioc_source_note": "Behavioral signatures derived from the Hugging Face Transformers advisory issue (https://github.com/huggingface/transformers/issues/34840, ZDI-coordinated) and NVD CVE-2024-11394 (CWE-502). The Trax loader deserialization is the indicator anchor."
13274
+ },
13275
+ "source_verified": "2026-05-25",
13276
+ "verification_sources": [
13277
+ "https://nvd.nist.gov/vuln/detail/CVE-2024-11394",
13278
+ "https://github.com/huggingface/transformers/issues/34840",
13279
+ "https://github.com/huggingface/transformers/issues/34840"
13280
+ ],
13281
+ "vendor_advisories": [
13282
+ {
13283
+ "vendor": "Hugging Face Transformers advisory (ZDI-coordinated)",
13284
+ "advisory_id": "CVE-2024-11394",
13285
+ "url": "https://github.com/huggingface/transformers/issues/34840",
13286
+ "severity": "high",
13287
+ "published_date": "2024-11-22"
13288
+ },
13289
+ {
13290
+ "vendor": "NVD",
13291
+ "advisory_id": "CVE-2024-11394",
13292
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11394",
13293
+ "severity": "high",
13294
+ "published_date": "2024-11-22"
13295
+ }
13296
+ ],
13297
+ "last_updated": "2026-05-25",
13298
+ "discovery_attribution_note": "Manually curated from NVD (CWE-502; NIST CVSS 8.8) + the Trend Micro Zero Day Initiative advisory. Member of the Hugging Face Transformers model-loader deserialization family (untrusted model artifact equals executable code); same class as the Keras model-deserialization entries.",
13299
+ "_auto_imported": false,
13300
+ "_intake_method": "manual-verified-curation",
13301
+ "_kev_short_description": "Hugging Face Transformers' Trax loader deserializes untrusted model files (CWE-502), so loading a malicious model/config executes code; fixed in 4.48.0."
13302
+ },
13303
+ "CVE-2026-24213": {
13304
+ "name": "NVIDIA Triton DALI Backend Out-of-Bounds Read",
13305
+ "type": "RCE",
13306
+ "cvss_score": 9.8,
13307
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
13308
+ "cvss_note": "NVD CVSS v3.1 base 9.8 (CRITICAL); NVIDIA as CNA scored 8.0 (HIGH) citing stricter prerequisites. Out-of-bounds read in the DALI backend processing inference input.",
13309
+ "cisa_kev": false,
13310
+ "poc_available": false,
13311
+ "poc_description": "No public proof-of-concept at curation; disclosed via NVIDIA's May 2026 Triton security bulletin (researcher Navtej Kathuria). Exploitation requires reaching the DALI backend with crafted inference input.",
13312
+ "ai_discovered": false,
13313
+ "ai_discovery_source": "human_researcher",
13314
+ "ai_discovery_notes": "Disclosed by researcher Navtej Kathuria through NVIDIA's coordinated security bulletin. The abused surface is the DALI media/data-augmentation backend of a widely deployed AI inference server.",
13315
+ "ai_assisted_weaponization": false,
13316
+ "ai_assisted_notes": "No AI-assisted weaponization; memory-safety / resource-handling in the inference backend.",
13317
+ "active_exploitation": "none",
13318
+ "active_exploitation_notes": "Vendor bulletin disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
13319
+ "affected": "NVIDIA Triton Inference Server (DALI backend) prior to r26.03.",
13320
+ "affected_versions": [
13321
+ "NVIDIA Triton Inference Server < 26.03"
13322
+ ],
13323
+ "vector": "NVIDIA Triton's DALI (Data Augmentation Library) backend reads out of bounds while processing attacker-supplied inference input (CWE-125), which can lead to code execution, data tampering, denial of service, or information disclosure.",
13324
+ "complexity": "low",
13325
+ "complexity_notes": "NVD AV:N / AC:L / PR:N — network-reachable; precondition is the DALI backend processing attacker-supplied inference input.",
13326
+ "patch_available": true,
13327
+ "patch_required_reboot": false,
13328
+ "live_patch_available": false,
13329
+ "live_patch_tools": [],
13330
+ "live_patch_notes": "Remediation is an application upgrade to Triton Inference Server r26.03 or later; redeploy, no host reboot.",
13331
+ "vendor_update_paths": [
13332
+ "Upgrade NVIDIA Triton Inference Server to r26.03 or later. Do not expose Triton's inference endpoints to untrusted networks, and validate/limit the size and shape of inputs routed to the DALI backend."
13333
+ ],
13334
+ "framework_control_gaps": {
13335
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track the AI inference server's media-processing backends as managed, memory-unsafe software.",
13336
+ "NIST-800-53-SI-10": "Input-validation control is not applied to the size/shape of inference inputs reaching the DALI backend.",
13337
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the inference server's data-augmentation backend as a memory-safety surface.",
13338
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach the inference backend as a network-exposed processing surface.",
13339
+ "DORA-Art-9": "ICT protection measures do not model memory-safety / DoS in an AI inference backend as an ICT-risk event.",
13340
+ "UK-CAF-B4": "System Security objective has no objective for bounding the inference backend's processing of untrusted input.",
13341
+ "AU-ISM-1546": "Patch-application control does not single out AI inference servers' media backends.",
13342
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats the inference data-augmentation backend's handling of untrusted input as a memory-safety / availability surface requiring bounds and resource limits."
13343
+ },
13344
+ "atlas_refs": [
13345
+ "AML.T0049"
13346
+ ],
13347
+ "attack_refs": [
13348
+ "T1190",
13349
+ "T1059"
13350
+ ],
13351
+ "rwep_score": 11,
13352
+ "rwep_factors": {
13353
+ "cisa_kev": 0,
13354
+ "poc_available": 0,
13355
+ "ai_factor": 0,
13356
+ "active_exploitation": 0,
13357
+ "blast_radius": 26,
13358
+ "patch_available": -15,
13359
+ "live_patch_available": 0,
13360
+ "reboot_required": 0
13361
+ },
13362
+ "rwep_notes": "P4 (RWEP 11, below the 20 \"standard\" band per lib/scoring.js timeline). A deliberate CVSS-vs-RWEP divergence (Hard Rule #3): NVD rates this 9.8 CRITICAL, but with no CISA KEV listing, no confirmed in-the-wild exploitation, no public PoC, and a patch available, the real-world exploit priority is low. blast_radius=26 minus patch 15; poc_available=0 (no public exploit).",
13363
+ "epss_score": null,
13364
+ "epss_date": "2026-05-25",
13365
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
13366
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-24213",
13367
+ "cwe_refs": [
13368
+ "CWE-125"
13369
+ ],
13370
+ "iocs": {
13371
+ "behavioral": [
13372
+ "Triton DALI backend crashes, segfaults, or abnormal memory access while processing inference requests.",
13373
+ "Inference requests to a Triton DALI model with anomalous input sizes / shapes (oversized dimensions, crafted media headers).",
13374
+ "Unexpected process or memory behavior on the Triton host following DALI-routed requests.",
13375
+ "NVIDIA Triton Inference Server below r26.03 with the DALI backend reachable from untrusted networks — the exposed precondition."
13376
+ ],
13377
+ "_ioc_source_note": "Behavioral signatures derived from NVD CVE-2026-24213 (CWE-125) and NVIDIA's May 2026 Triton Inference Server security bulletin (https://nvidia.custhelp.com/app/answers/detail/a_id/5828, researcher Navtej Kathuria)."
13378
+ },
13379
+ "source_verified": "2026-05-25",
13380
+ "verification_sources": [
13381
+ "https://nvd.nist.gov/vuln/detail/CVE-2026-24213",
13382
+ "https://nvidia.custhelp.com/app/answers/detail/a_id/5828"
13383
+ ],
13384
+ "vendor_advisories": [
13385
+ {
13386
+ "vendor": "NVIDIA Product Security",
13387
+ "advisory_id": "NVIDIA-5828",
13388
+ "url": "https://nvidia.custhelp.com/app/answers/detail/a_id/5828",
13389
+ "severity": "critical",
13390
+ "published_date": "2026-05-20"
13391
+ },
13392
+ {
13393
+ "vendor": "NVD",
13394
+ "advisory_id": "CVE-2026-24213",
13395
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24213",
13396
+ "severity": "critical",
13397
+ "published_date": "2026-05-20"
13398
+ }
13399
+ ],
13400
+ "last_updated": "2026-05-25",
13401
+ "discovery_attribution_note": "Manually curated from NVD (CWE-125; NIST CVSS 9.8) + NVIDIA's May 2026 Triton security bulletin (researcher Navtej Kathuria). One of three DALI-backend flaws (with the other two) patched in r26.03; companions to the CVE-2026-24206/24207 authentication bypasses in the same bulletin.",
13402
+ "_auto_imported": false,
13403
+ "_intake_method": "manual-verified-curation",
13404
+ "_kev_short_description": "NVIDIA Triton's DALI backend reads out of bounds on attacker-supplied inference input (CWE-125), risking code execution / disclosure; fixed in r26.03."
13405
+ },
13406
+ "CVE-2026-24214": {
13407
+ "name": "NVIDIA Triton DALI Backend Integer Overflow",
13408
+ "type": "RCE",
13409
+ "cvss_score": 9.8,
13410
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
13411
+ "cvss_note": "NVD CVSS v3.1 base 9.8 (CRITICAL); NVIDIA as CNA scored 8.0 (HIGH). Integer overflow in the DALI backend on attacker-controlled sizes.",
13412
+ "cisa_kev": false,
13413
+ "poc_available": false,
13414
+ "poc_description": "No public proof-of-concept at curation; disclosed via NVIDIA's May 2026 Triton security bulletin (researcher Navtej Kathuria). Exploitation requires reaching the DALI backend with crafted inference input.",
13415
+ "ai_discovered": false,
13416
+ "ai_discovery_source": "human_researcher",
13417
+ "ai_discovery_notes": "Disclosed by researcher Navtej Kathuria through NVIDIA's coordinated security bulletin. The abused surface is the DALI media/data-augmentation backend of a widely deployed AI inference server.",
13418
+ "ai_assisted_weaponization": false,
13419
+ "ai_assisted_notes": "No AI-assisted weaponization; memory-safety / resource-handling in the inference backend.",
13420
+ "active_exploitation": "none",
13421
+ "active_exploitation_notes": "Vendor bulletin disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
13422
+ "affected": "NVIDIA Triton Inference Server (DALI backend) prior to r26.03.",
13423
+ "affected_versions": [
13424
+ "NVIDIA Triton Inference Server < 26.03"
13425
+ ],
13426
+ "vector": "NVIDIA Triton's DALI backend mishandles an integer computation on attacker-controlled input sizes (CWE-190 integer overflow), which can corrupt memory and lead to code execution, data tampering, or denial of service.",
13427
+ "complexity": "low",
13428
+ "complexity_notes": "NVD AV:N / AC:L / PR:N — network-reachable; precondition is the DALI backend processing attacker-supplied inference input.",
13429
+ "patch_available": true,
13430
+ "patch_required_reboot": false,
13431
+ "live_patch_available": false,
13432
+ "live_patch_tools": [],
13433
+ "live_patch_notes": "Remediation is an application upgrade to Triton Inference Server r26.03 or later; redeploy, no host reboot.",
13434
+ "vendor_update_paths": [
13435
+ "Upgrade NVIDIA Triton Inference Server to r26.03 or later. Do not expose Triton's inference endpoints to untrusted networks, and validate/limit the size and shape of inputs routed to the DALI backend."
13436
+ ],
13437
+ "framework_control_gaps": {
13438
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track the AI inference server's media-processing backends as managed, memory-unsafe software.",
13439
+ "NIST-800-53-SI-10": "Input-validation control is not applied to the size/shape of inference inputs reaching the DALI backend.",
13440
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the inference server's data-augmentation backend as a memory-safety surface.",
13441
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach the inference backend as a network-exposed processing surface.",
13442
+ "DORA-Art-9": "ICT protection measures do not model memory-safety / DoS in an AI inference backend as an ICT-risk event.",
13443
+ "UK-CAF-B4": "System Security objective has no objective for bounding the inference backend's processing of untrusted input.",
13444
+ "AU-ISM-1546": "Patch-application control does not single out AI inference servers' media backends.",
13445
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats the inference data-augmentation backend's handling of untrusted input as a memory-safety / availability surface requiring bounds and resource limits."
13446
+ },
13447
+ "atlas_refs": [
13448
+ "AML.T0049"
13449
+ ],
13450
+ "attack_refs": [
13451
+ "T1190",
13452
+ "T1059"
13453
+ ],
13454
+ "rwep_score": 11,
13455
+ "rwep_factors": {
13456
+ "cisa_kev": 0,
13457
+ "poc_available": 0,
13458
+ "ai_factor": 0,
13459
+ "active_exploitation": 0,
13460
+ "blast_radius": 26,
13461
+ "patch_available": -15,
13462
+ "live_patch_available": 0,
13463
+ "reboot_required": 0
13464
+ },
13465
+ "rwep_notes": "P4 (RWEP 11, below the 20 \"standard\" band per lib/scoring.js timeline). A deliberate CVSS-vs-RWEP divergence (Hard Rule #3): NVD rates this 9.8 CRITICAL, but with no CISA KEV listing, no confirmed in-the-wild exploitation, no public PoC, and a patch available, the real-world exploit priority is low. blast_radius=26 minus patch 15; poc_available=0 (no public exploit).",
13466
+ "epss_score": null,
13467
+ "epss_date": "2026-05-25",
13468
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
13469
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-24214",
13470
+ "cwe_refs": [
13471
+ "CWE-190"
13472
+ ],
13473
+ "iocs": {
13474
+ "behavioral": [
13475
+ "Triton DALI backend crashes, segfaults, or abnormal memory access while processing inference requests.",
13476
+ "Inference requests to a Triton DALI model with anomalous input sizes / shapes (oversized dimensions, crafted media headers).",
13477
+ "Unexpected process or memory behavior on the Triton host following DALI-routed requests.",
13478
+ "NVIDIA Triton Inference Server below r26.03 with the DALI backend reachable from untrusted networks — the exposed precondition."
13479
+ ],
13480
+ "_ioc_source_note": "Behavioral signatures derived from NVD CVE-2026-24214 (CWE-190) and NVIDIA's May 2026 Triton Inference Server security bulletin (https://nvidia.custhelp.com/app/answers/detail/a_id/5828, researcher Navtej Kathuria)."
13481
+ },
13482
+ "source_verified": "2026-05-25",
13483
+ "verification_sources": [
13484
+ "https://nvd.nist.gov/vuln/detail/CVE-2026-24214",
13485
+ "https://nvidia.custhelp.com/app/answers/detail/a_id/5828"
13486
+ ],
13487
+ "vendor_advisories": [
13488
+ {
13489
+ "vendor": "NVIDIA Product Security",
13490
+ "advisory_id": "NVIDIA-5828",
13491
+ "url": "https://nvidia.custhelp.com/app/answers/detail/a_id/5828",
13492
+ "severity": "critical",
13493
+ "published_date": "2026-05-20"
13494
+ },
13495
+ {
13496
+ "vendor": "NVD",
13497
+ "advisory_id": "CVE-2026-24214",
13498
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24214",
13499
+ "severity": "critical",
13500
+ "published_date": "2026-05-20"
13501
+ }
13502
+ ],
13503
+ "last_updated": "2026-05-25",
13504
+ "discovery_attribution_note": "Manually curated from NVD (CWE-190; NIST CVSS 9.8) + NVIDIA's May 2026 Triton security bulletin (researcher Navtej Kathuria). One of three DALI-backend flaws (with the other two) patched in r26.03; companions to the CVE-2026-24206/24207 authentication bypasses in the same bulletin.",
13505
+ "_auto_imported": false,
13506
+ "_intake_method": "manual-verified-curation",
13507
+ "_kev_short_description": "NVIDIA Triton's DALI backend has an integer overflow on attacker-controlled sizes (CWE-190), risking code execution; fixed in r26.03."
13508
+ },
13509
+ "CVE-2026-24215": {
13510
+ "name": "NVIDIA Triton DALI Backend Uncontrolled Resource Consumption (DoS)",
13511
+ "type": "DOS",
13512
+ "cvss_score": 7.5,
13513
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
13514
+ "cvss_note": "NVD CVSS v3.1 base 7.5 (HIGH, Availability-only). Uncontrolled resource consumption in the DALI backend leading to denial of service.",
13515
+ "cisa_kev": false,
13516
+ "poc_available": false,
13517
+ "poc_description": "No public proof-of-concept at curation; disclosed via NVIDIA's May 2026 Triton security bulletin (researcher Navtej Kathuria). Exploitation requires reaching the DALI backend with crafted inference input.",
13518
+ "ai_discovered": false,
13519
+ "ai_discovery_source": "human_researcher",
13520
+ "ai_discovery_notes": "Disclosed by researcher Navtej Kathuria through NVIDIA's coordinated security bulletin. The abused surface is the DALI media/data-augmentation backend of a widely deployed AI inference server.",
13521
+ "ai_assisted_weaponization": false,
13522
+ "ai_assisted_notes": "No AI-assisted weaponization; memory-safety / resource-handling in the inference backend.",
13523
+ "active_exploitation": "none",
13524
+ "active_exploitation_notes": "Vendor bulletin disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
13525
+ "affected": "NVIDIA Triton Inference Server (DALI backend) prior to r26.03.",
13526
+ "affected_versions": [
13527
+ "NVIDIA Triton Inference Server < 26.03"
13528
+ ],
13529
+ "vector": "NVIDIA Triton's DALI backend does not bound resource use when processing crafted inference input (CWE-400), letting an unauthenticated attacker exhaust resources and deny service.",
13530
+ "complexity": "low",
13531
+ "complexity_notes": "NVD AV:N / AC:L / PR:N — network-reachable; precondition is the DALI backend processing attacker-supplied inference input.",
13532
+ "patch_available": true,
13533
+ "patch_required_reboot": false,
13534
+ "live_patch_available": false,
13535
+ "live_patch_tools": [],
13536
+ "live_patch_notes": "Remediation is an application upgrade to Triton Inference Server r26.03 or later; redeploy, no host reboot.",
13537
+ "vendor_update_paths": [
13538
+ "Upgrade NVIDIA Triton Inference Server to r26.03 or later. Do not expose Triton's inference endpoints to untrusted networks, and validate/limit the size and shape of inputs routed to the DALI backend."
13539
+ ],
13540
+ "framework_control_gaps": {
13541
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track the AI inference server's media-processing backends as managed, memory-unsafe software.",
13542
+ "NIST-800-53-SI-10": "Input-validation control is not applied to the size/shape of inference inputs reaching the DALI backend.",
13543
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the inference server's data-augmentation backend as a memory-safety surface.",
13544
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach the inference backend as a network-exposed processing surface.",
13545
+ "DORA-Art-9": "ICT protection measures do not model memory-safety / DoS in an AI inference backend as an ICT-risk event.",
13546
+ "UK-CAF-B4": "System Security objective has no objective for bounding the inference backend's processing of untrusted input.",
13547
+ "AU-ISM-1546": "Patch-application control does not single out AI inference servers' media backends.",
13548
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats the inference data-augmentation backend's handling of untrusted input as a memory-safety / availability surface requiring bounds and resource limits."
13549
+ },
13550
+ "atlas_refs": [
13551
+ "AML.T0049",
13552
+ "AML.T0034.001"
13553
+ ],
13554
+ "attack_refs": [
13555
+ "T1190",
13556
+ "T1499"
13557
+ ],
13558
+ "rwep_score": 5,
13559
+ "rwep_factors": {
13560
+ "cisa_kev": 0,
13561
+ "poc_available": 0,
13562
+ "ai_factor": 0,
13563
+ "active_exploitation": 0,
13564
+ "blast_radius": 20,
13565
+ "patch_available": -15,
13566
+ "live_patch_available": 0,
13567
+ "reboot_required": 0
13568
+ },
13569
+ "rwep_notes": "P4 (RWEP 5, below the 20 \"standard\" band per lib/scoring.js timeline). A deliberate CVSS-vs-RWEP divergence (Hard Rule #3): NVD rates this 7.5 HIGH, but with no CISA KEV listing, no confirmed in-the-wild exploitation, no public PoC, and a patch available, the real-world exploit priority is low. blast_radius=20 minus patch 15; poc_available=0 (no public exploit).",
13570
+ "epss_score": null,
13571
+ "epss_date": "2026-05-25",
13572
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
13573
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-24215",
13574
+ "cwe_refs": [
13575
+ "CWE-400"
13576
+ ],
13577
+ "iocs": {
13578
+ "behavioral": [
13579
+ "Triton DALI backend crashes, segfaults, or abnormal memory access while processing inference requests.",
13580
+ "Inference requests to a Triton DALI model with anomalous input sizes / shapes (oversized dimensions, crafted media headers).",
13581
+ "Resource exhaustion (CPU/memory) on the Triton host correlated with DALI-routed requests.",
13582
+ "NVIDIA Triton Inference Server below r26.03 with the DALI backend reachable from untrusted networks — the exposed precondition."
13583
+ ],
13584
+ "_ioc_source_note": "Behavioral signatures derived from NVD CVE-2026-24215 (CWE-400) and NVIDIA's May 2026 Triton Inference Server security bulletin (https://nvidia.custhelp.com/app/answers/detail/a_id/5828, researcher Navtej Kathuria)."
13585
+ },
13586
+ "source_verified": "2026-05-25",
13587
+ "verification_sources": [
13588
+ "https://nvd.nist.gov/vuln/detail/CVE-2026-24215",
13589
+ "https://nvidia.custhelp.com/app/answers/detail/a_id/5828"
13590
+ ],
13591
+ "vendor_advisories": [
13592
+ {
13593
+ "vendor": "NVIDIA Product Security",
13594
+ "advisory_id": "NVIDIA-5828",
13595
+ "url": "https://nvidia.custhelp.com/app/answers/detail/a_id/5828",
13596
+ "severity": "high",
13597
+ "published_date": "2026-05-20"
13598
+ },
13599
+ {
13600
+ "vendor": "NVD",
13601
+ "advisory_id": "CVE-2026-24215",
13602
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24215",
13603
+ "severity": "high",
13604
+ "published_date": "2026-05-20"
13605
+ }
13606
+ ],
13607
+ "last_updated": "2026-05-25",
13608
+ "discovery_attribution_note": "Manually curated from NVD (CWE-400; NIST CVSS 7.5) + NVIDIA's May 2026 Triton security bulletin (researcher Navtej Kathuria). One of three DALI-backend flaws (with the other two) patched in r26.03; companions to the CVE-2026-24206/24207 authentication bypasses in the same bulletin.",
13609
+ "_auto_imported": false,
13610
+ "_intake_method": "manual-verified-curation",
13611
+ "_kev_short_description": "NVIDIA Triton's DALI backend can be driven to uncontrolled resource consumption (CWE-400) for denial of service; fixed in r26.03."
13612
+ },
12982
13613
  "CVE-2026-41091": {
12983
13614
  "name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
12984
13615
  "type": "LPE",