@blamejs/exceptd-skills 0.13.78 → 0.13.79
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 +736 -0
- package/data/attack-techniques.json +2 -0
- package/data/cve-catalog.json +201 -1
- package/data/cwe-catalog.json +2 -0
- package/data/framework-control-gaps.json +20 -3
- package/data/zeroday-lessons.json +100 -0
- package/manifest.json +44 -44
- package/package.json +2 -2
- package/sbom.cdx.json +23 -23
package/data/cve-catalog.json
CHANGED
|
@@ -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.
|
|
58
|
+
"current_rate": 0.035,
|
|
59
59
|
"current_floor_enforced_by_test": 0.03,
|
|
60
60
|
"ladder_to_target": [
|
|
61
61
|
0.03,
|
|
@@ -11096,6 +11096,206 @@
|
|
|
11096
11096
|
"_intake_method": "manual-verified-curation",
|
|
11097
11097
|
"_kev_short_description": "Modular Max Server deserializes untrusted data when the experimental KVCache agent is enabled, allowing code execution; part of the ShadowMQ code-reuse family; fixed in 25.6.0."
|
|
11098
11098
|
},
|
|
11099
|
+
"CVE-2026-24207": {
|
|
11100
|
+
"name": "NVIDIA Triton Inference Server Authentication Bypass (Alternate Path) RCE",
|
|
11101
|
+
"type": "AUTH-BYPASS",
|
|
11102
|
+
"cvss_score": 9.8,
|
|
11103
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
|
|
11104
|
+
"cvss_note": "NVD/NIST CVSS v3.1 base 9.8 (CRITICAL). Unauthenticated, network-reachable authentication bypass via an alternate path or channel (CWE-288); a successful bypass can lead to code execution, privilege escalation, data tampering, DoS, or information disclosure.",
|
|
11105
|
+
"cisa_kev": false,
|
|
11106
|
+
"poc_available": true,
|
|
11107
|
+
"poc_description": "Documented in NVIDIA's May 2026 Triton Inference Server security bulletin and follow-on security reporting: an unauthenticated network request reaches Triton's control plane via an alternate path/channel that the authentication layer does not cover (CWE-288).",
|
|
11108
|
+
"ai_discovered": false,
|
|
11109
|
+
"ai_discovery_source": "human_researcher",
|
|
11110
|
+
"ai_discovery_notes": "Disclosed through NVIDIA's coordinated security bulletin (May 2026). The abused surface is the authentication layer of a widely deployed AI inference server.",
|
|
11111
|
+
"ai_assisted_weaponization": false,
|
|
11112
|
+
"ai_assisted_notes": "No AI-assisted weaponization reported; an authentication-bypass design flaw in the inference server control plane.",
|
|
11113
|
+
"active_exploitation": "none",
|
|
11114
|
+
"active_exploitation_notes": "Vendor bulletin disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
|
|
11115
|
+
"affected": "NVIDIA Triton Inference Server versions prior to r26.03.",
|
|
11116
|
+
"affected_versions": [
|
|
11117
|
+
"NVIDIA Triton Inference Server < 26.03"
|
|
11118
|
+
],
|
|
11119
|
+
"vector": "NVIDIA Triton Inference Server exposes a control-plane path that bypasses the authentication layer (CWE-288, authentication bypass using an alternate path or channel). An unauthenticated network attacker reaches privileged functionality without credentials.",
|
|
11120
|
+
"complexity": "low",
|
|
11121
|
+
"complexity_notes": "NVD AV:N / AC:L / PR:N / UI:N — network-reachable, unauthenticated, low-complexity.",
|
|
11122
|
+
"patch_available": true,
|
|
11123
|
+
"patch_required_reboot": false,
|
|
11124
|
+
"live_patch_available": false,
|
|
11125
|
+
"live_patch_tools": [],
|
|
11126
|
+
"live_patch_notes": "Remediation is an application upgrade to Triton Inference Server r26.03 or later; redeploy, no host reboot.",
|
|
11127
|
+
"vendor_update_paths": [
|
|
11128
|
+
"Upgrade NVIDIA Triton Inference Server to r26.03 or later. Until then, do not expose Triton's HTTP/gRPC endpoints to untrusted networks and place it behind an authenticating reverse proxy."
|
|
11129
|
+
],
|
|
11130
|
+
"framework_control_gaps": {
|
|
11131
|
+
"NIST-800-53-IA-2": "Identification-and-authentication control is asserted for the application but not verified to cover every control-plane path of the AI inference server; an alternate path bypasses it.",
|
|
11132
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track AI inference servers as managed, network-exposed control planes requiring rapid patching.",
|
|
11133
|
+
"ISO-27001-2022-A.5.15": "Access-control policy does not enumerate the inference server's alternate request paths as in-scope, so an alternate path bypasses authentication.",
|
|
11134
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach the AI inference server's authentication layer as a privileged control plane.",
|
|
11135
|
+
"DORA-Art-9": "ICT protection measures do not model an unauthenticated bypass of an AI inference server's control plane as an ICT-risk event.",
|
|
11136
|
+
"UK-CAF-B2": "Identity and Access Control objective has no objective for proving authentication covers every path into the inference server.",
|
|
11137
|
+
"AU-ISM-1546": "Patch-application control does not single out network-exposed AI inference servers.",
|
|
11138
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework requires the AI inference server's authentication to be proven complete across all request paths; an alternate-path bypass exposes the model control plane unauthenticated."
|
|
11139
|
+
},
|
|
11140
|
+
"atlas_refs": [],
|
|
11141
|
+
"attack_refs": [
|
|
11142
|
+
"T1190"
|
|
11143
|
+
],
|
|
11144
|
+
"rwep_score": 31,
|
|
11145
|
+
"rwep_factors": {
|
|
11146
|
+
"cisa_kev": 0,
|
|
11147
|
+
"poc_available": 20,
|
|
11148
|
+
"ai_factor": 0,
|
|
11149
|
+
"active_exploitation": 0,
|
|
11150
|
+
"blast_radius": 26,
|
|
11151
|
+
"patch_available": -15,
|
|
11152
|
+
"live_patch_available": 0,
|
|
11153
|
+
"reboot_required": 0
|
|
11154
|
+
},
|
|
11155
|
+
"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 disclosure (Hard Rule #3). poc_available=20 + blast_radius=26 (Triton is among the most widely deployed inference servers) minus patch 15. Note: unauthenticated network reachability on a critical AI control plane raises operational urgency beyond the RWEP number.",
|
|
11156
|
+
"epss_score": null,
|
|
11157
|
+
"epss_date": "2026-05-25",
|
|
11158
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
11159
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-24207",
|
|
11160
|
+
"cwe_refs": [
|
|
11161
|
+
"CWE-288"
|
|
11162
|
+
],
|
|
11163
|
+
"iocs": {
|
|
11164
|
+
"behavioral": [
|
|
11165
|
+
"Triton HTTP/gRPC requests reaching privileged control-plane endpoints (model load/unload, repository management) without a valid authentication context.",
|
|
11166
|
+
"Model repository changes or inference-config changes not attributable to an authenticated operator.",
|
|
11167
|
+
"Triton Inference Server below r26.03 exposed to a network reachable by untrusted clients — the exposed precondition.",
|
|
11168
|
+
"Unexpected processes or model artifacts appearing on the Triton host following anomalous control-plane traffic."
|
|
11169
|
+
],
|
|
11170
|
+
"_ioc_source_note": "Behavioral signatures derived from NVD CVE-2026-24207 (CWE-288 authentication bypass) and NVIDIA's May 2026 Triton Inference Server security bulletin (https://nvidia.custhelp.com/app/answers/detail/a_id/5828)."
|
|
11171
|
+
},
|
|
11172
|
+
"source_verified": "2026-05-25",
|
|
11173
|
+
"verification_sources": [
|
|
11174
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2026-24207",
|
|
11175
|
+
"https://nvidia.custhelp.com/app/answers/detail/a_id/5828"
|
|
11176
|
+
],
|
|
11177
|
+
"vendor_advisories": [
|
|
11178
|
+
{
|
|
11179
|
+
"vendor": "NVIDIA Product Security",
|
|
11180
|
+
"advisory_id": "NVIDIA-5828",
|
|
11181
|
+
"url": "https://nvidia.custhelp.com/app/answers/detail/a_id/5828",
|
|
11182
|
+
"severity": "critical",
|
|
11183
|
+
"published_date": "2026-05-20"
|
|
11184
|
+
},
|
|
11185
|
+
{
|
|
11186
|
+
"vendor": "NVD",
|
|
11187
|
+
"advisory_id": "CVE-2026-24207",
|
|
11188
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24207",
|
|
11189
|
+
"severity": "critical",
|
|
11190
|
+
"published_date": "2026-05-20"
|
|
11191
|
+
}
|
|
11192
|
+
],
|
|
11193
|
+
"last_updated": "2026-05-25",
|
|
11194
|
+
"discovery_attribution_note": "Manually curated from NVD (CWE-288; NIST CVSS 9.8) + NVIDIA's May 2026 Triton Inference Server security bulletin. One of two authentication-bypass CVEs (with CVE-2026-24206) patched in r26.03.",
|
|
11195
|
+
"_auto_imported": false,
|
|
11196
|
+
"_intake_method": "manual-verified-curation",
|
|
11197
|
+
"_kev_short_description": "NVIDIA Triton Inference Server lets an unauthenticated network attacker bypass authentication via an alternate path (CWE-288), enabling code execution and full compromise; fixed in r26.03."
|
|
11198
|
+
},
|
|
11199
|
+
"CVE-2026-24206": {
|
|
11200
|
+
"name": "NVIDIA Triton Inference Server Authentication Bypass (Alternate Channel)",
|
|
11201
|
+
"type": "AUTH-BYPASS",
|
|
11202
|
+
"cvss_score": 9.8,
|
|
11203
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
|
|
11204
|
+
"cvss_note": "NVD/NIST CVSS v3.1 base 9.8 (CRITICAL); NVIDIA as CNA scored it 7.3 (HIGH, CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L) — a documented scoring dispute. Unauthenticated, network-reachable authentication bypass via an alternate path or channel (CWE-288).",
|
|
11205
|
+
"cisa_kev": false,
|
|
11206
|
+
"poc_available": true,
|
|
11207
|
+
"poc_description": "Documented in NVIDIA's May 2026 Triton Inference Server security bulletin and follow-on security reporting: an unauthenticated network request reaches Triton's control plane via an alternate path/channel that the authentication layer does not cover (CWE-288).",
|
|
11208
|
+
"ai_discovered": false,
|
|
11209
|
+
"ai_discovery_source": "human_researcher",
|
|
11210
|
+
"ai_discovery_notes": "Disclosed through NVIDIA's coordinated security bulletin (May 2026). The abused surface is the authentication layer of a widely deployed AI inference server.",
|
|
11211
|
+
"ai_assisted_weaponization": false,
|
|
11212
|
+
"ai_assisted_notes": "No AI-assisted weaponization reported; an authentication-bypass design flaw in the inference server control plane.",
|
|
11213
|
+
"active_exploitation": "none",
|
|
11214
|
+
"active_exploitation_notes": "Vendor bulletin disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
|
|
11215
|
+
"affected": "NVIDIA Triton Inference Server versions prior to r26.03.",
|
|
11216
|
+
"affected_versions": [
|
|
11217
|
+
"NVIDIA Triton Inference Server < 26.03"
|
|
11218
|
+
],
|
|
11219
|
+
"vector": "NVIDIA Triton Inference Server exposes a control-plane path that bypasses the authentication layer (CWE-288, authentication bypass using an alternate path or channel). An unauthenticated network attacker reaches privileged functionality without credentials.",
|
|
11220
|
+
"complexity": "low",
|
|
11221
|
+
"complexity_notes": "NVD AV:N / AC:L / PR:N / UI:N — network-reachable, unauthenticated, low-complexity.",
|
|
11222
|
+
"patch_available": true,
|
|
11223
|
+
"patch_required_reboot": false,
|
|
11224
|
+
"live_patch_available": false,
|
|
11225
|
+
"live_patch_tools": [],
|
|
11226
|
+
"live_patch_notes": "Remediation is an application upgrade to Triton Inference Server r26.03 or later; redeploy, no host reboot.",
|
|
11227
|
+
"vendor_update_paths": [
|
|
11228
|
+
"Upgrade NVIDIA Triton Inference Server to r26.03 or later. Until then, do not expose Triton's HTTP/gRPC endpoints to untrusted networks and place it behind an authenticating reverse proxy."
|
|
11229
|
+
],
|
|
11230
|
+
"framework_control_gaps": {
|
|
11231
|
+
"NIST-800-53-IA-2": "Identification-and-authentication control is asserted for the application but not verified to cover every control-plane path of the AI inference server; an alternate path bypasses it.",
|
|
11232
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track AI inference servers as managed, network-exposed control planes requiring rapid patching.",
|
|
11233
|
+
"ISO-27001-2022-A.5.15": "Access-control policy does not enumerate the inference server's alternate request paths as in-scope, so an alternate path bypasses authentication.",
|
|
11234
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach the AI inference server's authentication layer as a privileged control plane.",
|
|
11235
|
+
"DORA-Art-9": "ICT protection measures do not model an unauthenticated bypass of an AI inference server's control plane as an ICT-risk event.",
|
|
11236
|
+
"UK-CAF-B2": "Identity and Access Control objective has no objective for proving authentication covers every path into the inference server.",
|
|
11237
|
+
"AU-ISM-1546": "Patch-application control does not single out network-exposed AI inference servers.",
|
|
11238
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework requires the AI inference server's authentication to be proven complete across all request paths; an alternate-path bypass exposes the model control plane unauthenticated."
|
|
11239
|
+
},
|
|
11240
|
+
"atlas_refs": [],
|
|
11241
|
+
"attack_refs": [
|
|
11242
|
+
"T1190"
|
|
11243
|
+
],
|
|
11244
|
+
"rwep_score": 31,
|
|
11245
|
+
"rwep_factors": {
|
|
11246
|
+
"cisa_kev": 0,
|
|
11247
|
+
"poc_available": 20,
|
|
11248
|
+
"ai_factor": 0,
|
|
11249
|
+
"active_exploitation": 0,
|
|
11250
|
+
"blast_radius": 26,
|
|
11251
|
+
"patch_available": -15,
|
|
11252
|
+
"live_patch_available": 0,
|
|
11253
|
+
"reboot_required": 0
|
|
11254
|
+
},
|
|
11255
|
+
"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 disclosure (Hard Rule #3). poc_available=20 + blast_radius=26 (Triton is among the most widely deployed inference servers) minus patch 15. Note: unauthenticated network reachability on a critical AI control plane raises operational urgency beyond the RWEP number.",
|
|
11256
|
+
"epss_score": null,
|
|
11257
|
+
"epss_date": "2026-05-25",
|
|
11258
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
11259
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-24206",
|
|
11260
|
+
"cwe_refs": [
|
|
11261
|
+
"CWE-288"
|
|
11262
|
+
],
|
|
11263
|
+
"iocs": {
|
|
11264
|
+
"behavioral": [
|
|
11265
|
+
"Triton HTTP/gRPC requests reaching privileged control-plane endpoints (model load/unload, repository management) without a valid authentication context.",
|
|
11266
|
+
"Model repository changes or inference-config changes not attributable to an authenticated operator.",
|
|
11267
|
+
"Triton Inference Server below r26.03 exposed to a network reachable by untrusted clients — the exposed precondition.",
|
|
11268
|
+
"Unexpected processes or model artifacts appearing on the Triton host following anomalous control-plane traffic."
|
|
11269
|
+
],
|
|
11270
|
+
"_ioc_source_note": "Behavioral signatures derived from NVD CVE-2026-24206 (CWE-288 authentication bypass) and NVIDIA's May 2026 Triton Inference Server security bulletin (https://nvidia.custhelp.com/app/answers/detail/a_id/5828)."
|
|
11271
|
+
},
|
|
11272
|
+
"source_verified": "2026-05-25",
|
|
11273
|
+
"verification_sources": [
|
|
11274
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2026-24206",
|
|
11275
|
+
"https://nvidia.custhelp.com/app/answers/detail/a_id/5828"
|
|
11276
|
+
],
|
|
11277
|
+
"vendor_advisories": [
|
|
11278
|
+
{
|
|
11279
|
+
"vendor": "NVIDIA Product Security",
|
|
11280
|
+
"advisory_id": "NVIDIA-5828",
|
|
11281
|
+
"url": "https://nvidia.custhelp.com/app/answers/detail/a_id/5828",
|
|
11282
|
+
"severity": "critical",
|
|
11283
|
+
"published_date": "2026-05-20"
|
|
11284
|
+
},
|
|
11285
|
+
{
|
|
11286
|
+
"vendor": "NVD",
|
|
11287
|
+
"advisory_id": "CVE-2026-24206",
|
|
11288
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24206",
|
|
11289
|
+
"severity": "critical",
|
|
11290
|
+
"published_date": "2026-05-20"
|
|
11291
|
+
}
|
|
11292
|
+
],
|
|
11293
|
+
"last_updated": "2026-05-25",
|
|
11294
|
+
"discovery_attribution_note": "Manually curated from NVD (CWE-288; NIST CVSS 9.8) + NVIDIA's May 2026 Triton Inference Server security bulletin. One of two authentication-bypass CVEs (with CVE-2026-24207) patched in r26.03.",
|
|
11295
|
+
"_auto_imported": false,
|
|
11296
|
+
"_intake_method": "manual-verified-curation",
|
|
11297
|
+
"_kev_short_description": "NVIDIA Triton Inference Server has a second authentication bypass (CWE-288) reachable unauthenticated over the network, enabling privilege escalation and information disclosure; fixed in r26.03. NVD scores 9.8; NVIDIA scores 7.3."
|
|
11298
|
+
},
|
|
11099
11299
|
"CVE-2026-41091": {
|
|
11100
11300
|
"name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
|
|
11101
11301
|
"type": "LPE",
|
package/data/cwe-catalog.json
CHANGED
|
@@ -43,6 +43,8 @@
|
|
|
43
43
|
"CVE-2025-60455",
|
|
44
44
|
"CVE-2026-22252",
|
|
45
45
|
"CVE-2026-22688",
|
|
46
|
+
"CVE-2026-24206",
|
|
47
|
+
"CVE-2026-24207",
|
|
46
48
|
"CVE-2026-26015",
|
|
47
49
|
"CVE-2026-30616",
|
|
48
50
|
"CVE-2026-30617",
|
|
@@ -1760,6 +1762,8 @@
|
|
|
1760
1762
|
"CVE-2025-60455",
|
|
1761
1763
|
"CVE-2026-22252",
|
|
1762
1764
|
"CVE-2026-22688",
|
|
1765
|
+
"CVE-2026-24206",
|
|
1766
|
+
"CVE-2026-24207",
|
|
1763
1767
|
"CVE-2026-25592",
|
|
1764
1768
|
"CVE-2026-26015",
|
|
1765
1769
|
"CVE-2026-30616",
|
|
@@ -2501,6 +2505,8 @@
|
|
|
2501
2505
|
"CVE-2026-22769",
|
|
2502
2506
|
"CVE-2026-23760",
|
|
2503
2507
|
"CVE-2026-24061",
|
|
2508
|
+
"CVE-2026-24206",
|
|
2509
|
+
"CVE-2026-24207",
|
|
2504
2510
|
"CVE-2026-2441",
|
|
2505
2511
|
"CVE-2026-24423",
|
|
2506
2512
|
"CVE-2026-24858",
|
|
@@ -3568,7 +3574,10 @@
|
|
|
3568
3574
|
"real_requirement": "Identity controls treat AI agents as distinct principals where they execute tools; MCP plugin invocations log model decision + tool name + arguments + user identity; AI-provider service credentials are short-lived, rotated, and excluded from cleartext storage policy exceptions; passkeys/WebAuthn for human-operator-to-AI authentication where supported.",
|
|
3569
3575
|
"status": "open",
|
|
3570
3576
|
"opened_date": "2026-05-13",
|
|
3571
|
-
"evidence_cves": [
|
|
3577
|
+
"evidence_cves": [
|
|
3578
|
+
"CVE-2026-24206",
|
|
3579
|
+
"CVE-2026-24207"
|
|
3580
|
+
],
|
|
3572
3581
|
"atlas_refs": [
|
|
3573
3582
|
"AML.T0010",
|
|
3574
3583
|
"AML.T0051"
|
|
@@ -4787,6 +4796,8 @@
|
|
|
4787
4796
|
"CVE-2026-20182",
|
|
4788
4797
|
"CVE-2026-22252",
|
|
4789
4798
|
"CVE-2026-22688",
|
|
4799
|
+
"CVE-2026-24206",
|
|
4800
|
+
"CVE-2026-24207",
|
|
4790
4801
|
"CVE-2026-25592",
|
|
4791
4802
|
"CVE-2026-26015",
|
|
4792
4803
|
"CVE-2026-30616",
|
|
@@ -5351,6 +5362,8 @@
|
|
|
5351
5362
|
"CVE-2025-60455",
|
|
5352
5363
|
"CVE-2026-22252",
|
|
5353
5364
|
"CVE-2026-22688",
|
|
5365
|
+
"CVE-2026-24206",
|
|
5366
|
+
"CVE-2026-24207",
|
|
5354
5367
|
"CVE-2026-25592",
|
|
5355
5368
|
"CVE-2026-26015",
|
|
5356
5369
|
"CVE-2026-30616",
|
|
@@ -5566,7 +5579,9 @@
|
|
|
5566
5579
|
"opened_date": "2026-05-18",
|
|
5567
5580
|
"evidence_cves": [
|
|
5568
5581
|
"CVE-2020-10148",
|
|
5569
|
-
"CVE-2025-55241"
|
|
5582
|
+
"CVE-2025-55241",
|
|
5583
|
+
"CVE-2026-24206",
|
|
5584
|
+
"CVE-2026-24207"
|
|
5570
5585
|
],
|
|
5571
5586
|
"atlas_refs": [],
|
|
5572
5587
|
"attack_refs": [
|
|
@@ -5632,7 +5647,9 @@
|
|
|
5632
5647
|
"evidence_cves": [
|
|
5633
5648
|
"CVE-2020-10148",
|
|
5634
5649
|
"CVE-2024-1709",
|
|
5635
|
-
"CVE-2026-20182"
|
|
5650
|
+
"CVE-2026-20182",
|
|
5651
|
+
"CVE-2026-24206",
|
|
5652
|
+
"CVE-2026-24207"
|
|
5636
5653
|
],
|
|
5637
5654
|
"atlas_refs": [],
|
|
5638
5655
|
"attack_refs": [
|
|
@@ -6733,6 +6733,106 @@
|
|
|
6733
6733
|
"_auto_imported": false,
|
|
6734
6734
|
"_intake_method": "manual-verified-curation"
|
|
6735
6735
|
},
|
|
6736
|
+
"CVE-2026-24207": {
|
|
6737
|
+
"name": "NVIDIA Triton Inference Server Authentication Bypass (Alternate Path) RCE",
|
|
6738
|
+
"lesson_date": "2026-05-25",
|
|
6739
|
+
"attack_vector": {
|
|
6740
|
+
"description": "NVIDIA Triton Inference Server exposes a control-plane path that bypasses its authentication layer (CWE-288), so an unauthenticated network attacker reaches privileged model-control functionality without credentials.",
|
|
6741
|
+
"privileges_required": "none (NVD AV:N / PR:N) — unauthenticated over the network",
|
|
6742
|
+
"complexity": "low (NVD AC:L)",
|
|
6743
|
+
"ai_factor": "The abused surface is the authentication layer of a widely deployed AI inference server. The lesson: authentication on an AI model control plane must be proven complete across every request path — an alternate path that skips the auth layer exposes model load/unload and repository management to anyone on the network. NVD scored 9.8 (NIST)."
|
|
6744
|
+
},
|
|
6745
|
+
"framework_coverage": {
|
|
6746
|
+
"NIST-800-53-IA-2": {
|
|
6747
|
+
"covered": true,
|
|
6748
|
+
"adequate": false,
|
|
6749
|
+
"gap": "Authentication is asserted for the application but not verified to cover every control-plane path of the inference server; an alternate path bypasses it."
|
|
6750
|
+
},
|
|
6751
|
+
"NIST-800-53-SI-2": {
|
|
6752
|
+
"covered": true,
|
|
6753
|
+
"adequate": false,
|
|
6754
|
+
"gap": "Flaw-remediation cadence does not track AI inference servers as network-exposed control planes requiring rapid patching."
|
|
6755
|
+
},
|
|
6756
|
+
"ALL-AI-PIPELINE-INTEGRITY": {
|
|
6757
|
+
"covered": false,
|
|
6758
|
+
"adequate": false,
|
|
6759
|
+
"gap": "No framework requires the inference server's authentication to be proven complete across all request paths."
|
|
6760
|
+
}
|
|
6761
|
+
},
|
|
6762
|
+
"compliance_exposure_score": {
|
|
6763
|
+
"percent_audit_passing_orgs_still_exposed": 66,
|
|
6764
|
+
"basis": "Organizations assert authentication coverage for the inference API but do not test every alternate path into the model control plane; inference servers are rarely in the managed vulnerability program.",
|
|
6765
|
+
"theater_pattern": "authentication_assumed_complete"
|
|
6766
|
+
},
|
|
6767
|
+
"ai_discovered_zeroday": false,
|
|
6768
|
+
"ai_discovery_source": "human_researcher",
|
|
6769
|
+
"ai_assist_factor": "none",
|
|
6770
|
+
"new_control_requirements": [
|
|
6771
|
+
{
|
|
6772
|
+
"id": "NEW-CTRL-087",
|
|
6773
|
+
"name": "AI-INFERENCE-SERVER-AUTH-ENFORCEMENT",
|
|
6774
|
+
"description": "Authentication on an AI inference server's control plane (model load/unload, repository and config management) must be enforced on every request path and proven complete, not assumed from the primary API. Upgrade NVIDIA Triton to r26.03 or later, do not expose Triton HTTP/gRPC endpoints to untrusted networks, and front it with an authenticating reverse proxy. The distinguishing test: from an unauthenticated client on a staging instance, attempt to reach each control-plane endpoint via alternate paths and confirm all are rejected.",
|
|
6775
|
+
"evidence": "https://nvidia.custhelp.com/app/answers/detail/a_id/5828",
|
|
6776
|
+
"gap_closes": [
|
|
6777
|
+
"NIST-800-53-IA-2",
|
|
6778
|
+
"NIST-800-53-SI-2",
|
|
6779
|
+
"ALL-AI-PIPELINE-INTEGRITY"
|
|
6780
|
+
]
|
|
6781
|
+
}
|
|
6782
|
+
],
|
|
6783
|
+
"_auto_imported": false,
|
|
6784
|
+
"_intake_method": "manual-verified-curation"
|
|
6785
|
+
},
|
|
6786
|
+
"CVE-2026-24206": {
|
|
6787
|
+
"name": "NVIDIA Triton Inference Server Authentication Bypass (Alternate Channel)",
|
|
6788
|
+
"lesson_date": "2026-05-25",
|
|
6789
|
+
"attack_vector": {
|
|
6790
|
+
"description": "NVIDIA Triton Inference Server exposes a control-plane path that bypasses its authentication layer (CWE-288), so an unauthenticated network attacker reaches privileged model-control functionality without credentials.",
|
|
6791
|
+
"privileges_required": "none (NVD AV:N / PR:N) — unauthenticated over the network",
|
|
6792
|
+
"complexity": "low (NVD AC:L)",
|
|
6793
|
+
"ai_factor": "The abused surface is the authentication layer of a widely deployed AI inference server. The lesson: authentication on an AI model control plane must be proven complete across every request path — an alternate path that skips the auth layer exposes model load/unload and repository management to anyone on the network. NVD scored 9.8 NIST / 7.3 NVIDIA."
|
|
6794
|
+
},
|
|
6795
|
+
"framework_coverage": {
|
|
6796
|
+
"NIST-800-53-IA-2": {
|
|
6797
|
+
"covered": true,
|
|
6798
|
+
"adequate": false,
|
|
6799
|
+
"gap": "Authentication is asserted for the application but not verified to cover every control-plane path of the inference server; an alternate path bypasses it."
|
|
6800
|
+
},
|
|
6801
|
+
"NIST-800-53-SI-2": {
|
|
6802
|
+
"covered": true,
|
|
6803
|
+
"adequate": false,
|
|
6804
|
+
"gap": "Flaw-remediation cadence does not track AI inference servers as network-exposed control planes requiring rapid patching."
|
|
6805
|
+
},
|
|
6806
|
+
"ALL-AI-PIPELINE-INTEGRITY": {
|
|
6807
|
+
"covered": false,
|
|
6808
|
+
"adequate": false,
|
|
6809
|
+
"gap": "No framework requires the inference server's authentication to be proven complete across all request paths."
|
|
6810
|
+
}
|
|
6811
|
+
},
|
|
6812
|
+
"compliance_exposure_score": {
|
|
6813
|
+
"percent_audit_passing_orgs_still_exposed": 66,
|
|
6814
|
+
"basis": "Organizations assert authentication coverage for the inference API but do not test every alternate path into the model control plane; inference servers are rarely in the managed vulnerability program.",
|
|
6815
|
+
"theater_pattern": "authentication_assumed_complete"
|
|
6816
|
+
},
|
|
6817
|
+
"ai_discovered_zeroday": false,
|
|
6818
|
+
"ai_discovery_source": "human_researcher",
|
|
6819
|
+
"ai_assist_factor": "none",
|
|
6820
|
+
"new_control_requirements": [
|
|
6821
|
+
{
|
|
6822
|
+
"id": "NEW-CTRL-087",
|
|
6823
|
+
"name": "AI-INFERENCE-SERVER-AUTH-ENFORCEMENT",
|
|
6824
|
+
"description": "Authentication on an AI inference server's control plane (model load/unload, repository and config management) must be enforced on every request path and proven complete, not assumed from the primary API. Upgrade NVIDIA Triton to r26.03 or later, do not expose Triton HTTP/gRPC endpoints to untrusted networks, and front it with an authenticating reverse proxy. The distinguishing test: from an unauthenticated client on a staging instance, attempt to reach each control-plane endpoint via alternate paths and confirm all are rejected.",
|
|
6825
|
+
"evidence": "https://nvidia.custhelp.com/app/answers/detail/a_id/5828",
|
|
6826
|
+
"gap_closes": [
|
|
6827
|
+
"NIST-800-53-IA-2",
|
|
6828
|
+
"NIST-800-53-SI-2",
|
|
6829
|
+
"ALL-AI-PIPELINE-INTEGRITY"
|
|
6830
|
+
]
|
|
6831
|
+
}
|
|
6832
|
+
],
|
|
6833
|
+
"_auto_imported": false,
|
|
6834
|
+
"_intake_method": "manual-verified-curation"
|
|
6835
|
+
},
|
|
6736
6836
|
"CVE-2025-34291": {
|
|
6737
6837
|
"name": "Langflow Account Takeover + RCE (CORS / refresh-token chain)",
|
|
6738
6838
|
"lesson_date": "2026-05-24",
|