@blamejs/exceptd-skills 0.13.123 → 0.13.125

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.
@@ -1792,7 +1792,10 @@
1792
1792
  "CVE-2026-41950",
1793
1793
  "CVE-2026-45829",
1794
1794
  "CVE-2026-21858",
1795
- "CVE-2025-68668"
1795
+ "CVE-2025-68668",
1796
+ "CVE-2024-31462",
1797
+ "CVE-2026-3059",
1798
+ "CVE-2026-3060"
1796
1799
  ]
1797
1800
  },
1798
1801
  "AML.T0050": {
@@ -347,7 +347,9 @@
347
347
  "CVE-2025-10164",
348
348
  "CVE-2026-5760",
349
349
  "CVE-2025-68668",
350
- "CVE-2026-21858"
350
+ "CVE-2026-21858",
351
+ "CVE-2026-3059",
352
+ "CVE-2026-3060"
351
353
  ],
352
354
  "description_full": "Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries. These interfaces and languages provide ways of interacting with computer systems and are a common feature across many different platforms. Most systems come with some built-in command-line interface and scripting capabilities, for example, macOS and Linux distributions include some flavor of [Unix Shell](https://attack.mitre.org/techniques/T1059/004) while Windows installations include the [Windows Command Shell](https://attack.mitre.org/techniques/T1059/003) and [PowerShell](https://attack.mitre.org/techniques/T1059/001). There are also cross-platform interpreters such as [Python](https://attack.mitre.org/techniques/T1059/006), as well as those commonly associated with client applications such as [JavaScript](https://attack.mitre.org/techniques/T1059/007) and [Visual Basic](https://attack.mitre.org/techniques/T1059/005). Adversaries may abuse these technologies in various ways as a means of executing arbitrary commands. Commands and scripts can be embedded in [Initial Access](https://attack.mitre.org/tactics/TA0001) payloads delivered to victims as lure documents or as secondary payloads downloaded from an existing C2. Adversaries may also execute commands through interactive terminals/shells, as well as utilize various [Remote Services](https://attack.mitre.org/techniques/T1021) in order to achieve remote Execution.(Citation: Powershell Remote Commands)(Citation: Cisco IOS Software Integrity Assurance - Command History)(Citation: Remote Shell Execution in Python)",
353
355
  "platforms": [
@@ -1112,7 +1114,10 @@
1112
1114
  "CVE-2026-22219",
1113
1115
  "CVE-2026-5760",
1114
1116
  "CVE-2026-21858",
1115
- "CVE-2025-68668"
1117
+ "CVE-2025-68668",
1118
+ "CVE-2024-31462",
1119
+ "CVE-2026-3059",
1120
+ "CVE-2026-3060"
1116
1121
  ],
1117
1122
  "description_full": "Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network. The weakness in the system can be a software bug, a temporary glitch, or a misconfiguration. Exploited applications are often websites/web servers, but can also include databases (like SQL), standard services (like SMB or SSH), network device administration and management protocols (like SNMP and Smart Install), and any other system with Internet-accessible open sockets.(Citation: NVD CVE-2016-6662)(Citation: CIS Multiple SMB Vulnerabilities)(Citation: US-CERT TA18-106A Network Infrastructure Devices 2018)(Citation: Cisco Blog Legacy Device Attacks)(Citation: NVD CVE-2014-7169) On ESXi infrastructure, adversaries may exploit exposed OpenSLP services; they may alternatively exploit exposed VMware vCenter servers.(Citation: Recorded Future ESXiArgs Ransomware 2023)(Citation: Ars Technica VMWare Code Execution Vulnerability 2021) Depending on the flaw being exploited, this may also involve [Exploitation for Stealth](https://attack.mitre.org/techniques/T1211) or [Exploitation for Client Execution](https://attack.mitre.org/techniques/T1203). If an application is hosted on cloud-based infrastructure and/or is containerized, then exploiting it may lead to compromise of the underlying instance or container. This can allow an adversary a path to access the cloud or container APIs (e.g., via the [Cloud Instance Metadata API](https://attack.mitre.org/techniques/T1552/005)), exploit container host access via [Escape to Host](https://attack.mitre.org/techniques/T1611), or take advantage of weak identity and access management policies. Adversaries may also exploit edge network infrastructure and related appliances, specifically targeting devices that do not support robust host-based defenses.(Citation: Mandiant Fortinet Zero Day)(Citation: Wired Russia Cyberwar) For websites and databases, the OWASP top 10 and CWE top 25 highlight the most common web-based vulnerabilities.(Citation: OWASP Top 10)(Citation: CWE top 25)",
1118
1123
  "platforms": [
@@ -40174,5 +40174,310 @@
40174
40174
  "_auto_imported": false,
40175
40175
  "_intake_method": "manual-verified-curation",
40176
40176
  "_kev_short_description": "n8n's Python Code Node Pyodide sandbox is bypassable, so an authenticated workflow editor runs code with host privileges (CWE-693); fixed in 2.0.0."
40177
+ },
40178
+ "CVE-2024-31462": {
40179
+ "name": "stable-diffusion-webui Backup/Restore Limited File Write (Path Traversal)",
40180
+ "type": "Path Traversal",
40181
+ "cvss_score": 6.3,
40182
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
40183
+ "cvss_note": "GitHub (CNA) CVSS v3.1 base 6.3 (MEDIUM). stable-diffusion-webui 1.7.0's Backup/Restore tab (modules/ui_extensions.py save_config_state) builds a file path from an unvalidated user-supplied filename and opens it for writing, yielding a limited file write (JSON files to arbitrary locations) exploitable on Windows (CWE-22 path traversal). Disclosed as GHSL-2024-010; the CVE/OSV record marks releases through 1.8.0 as affected (the advisory tested 1.7.0).",
40184
+ "cisa_kev": false,
40185
+ "poc_available": true,
40186
+ "poc_description": "Documented in the GitHub Security Lab advisory GHSL-2024-010: a crafted config-state name in the Backup/Restore tab writes a JSON file outside the intended directory on Windows.",
40187
+ "ai_discovered": false,
40188
+ "ai_discovery_source": "human_researcher",
40189
+ "ai_discovery_notes": "Disclosed by GitHub Security Lab (GHSL-2024-010) and enriched by NVD. The abused surface is AUTOMATIC1111 stable-diffusion-webui, the most widely deployed Stable Diffusion web UI (Gradio-based).",
40190
+ "ai_assisted_weaponization": false,
40191
+ "ai_assisted_notes": "No AI-assisted weaponization; the flaw is missing filename validation in an image-generation web UI's backup/restore feature.",
40192
+ "active_exploitation": "none",
40193
+ "active_exploitation_notes": "GitHub Security Lab advisory with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation, and the CVE is not in CISA KEV (verified against the live catalog).",
40194
+ "affected": "stable-diffusion-webui 1.7.0 through 1.8.0 (Windows; Backup/Restore tab). The GitHub Security Lab advisory tested 1.7.0, but the CVE/OSV record marks releases beyond 1.7.0 (including 1.8.0) as affected; fixed by commit d9708c92b444894bce8070e4dcfaa093f8eb8d43.",
40195
+ "affected_versions": [
40196
+ "stable-diffusion-webui 1.7.0 - 1.8.0"
40197
+ ],
40198
+ "vector": "stable-diffusion-webui's Backup/Restore tab (save_config_state in modules/ui_extensions.py) constructs a file path from an unvalidated user-supplied config-state name and opens it for writing, so a user supplies a traversal/absolute path and writes a JSON file to an arbitrary location on a Windows host (CWE-22 limited file write).",
40199
+ "complexity": "low",
40200
+ "complexity_notes": "GitHub v3.1 AV:N / AC:L / PR:L - a user interacting with the web UI's Backup/Restore tab; impact limited to JSON file writes on Windows.",
40201
+ "patch_available": true,
40202
+ "patch_required_reboot": false,
40203
+ "live_patch_available": false,
40204
+ "live_patch_tools": [],
40205
+ "live_patch_notes": "Remediation is upgrading to a build containing fix commit d9708c92b444894bce8070e4dcfaa093f8eb8d43; 1.8.0 is still affected, so do not assume it is fixed. Redeploy after upgrade.",
40206
+ "vendor_update_paths": [
40207
+ "Upgrade stable-diffusion-webui to a build containing the GHSL-2024-010 fix (commit d9708c92b444894bce8070e4dcfaa093f8eb8d43) - 1.8.0 remains affected, so upgrading from 1.7.0 to 1.8.0 is NOT sufficient. Validate and confine the Backup/Restore config-state filename to the intended directory, and do not expose the web UI to untrusted users."
40208
+ ],
40209
+ "framework_control_gaps": {
40210
+ "NIST-800-53-SI-10": "No input validation confines the config-state filename before the file is opened for writing (CWE-22).",
40211
+ "NIST-800-53-AC-3": "Access enforcement does not confine the write to the intended directory.",
40212
+ "ISO-27001-2022-A.8.28": "Secure coding does not require canonicalization/confinement of the user-supplied backup filename.",
40213
+ "NIS2-Art21-network-security": "Article 21 measures do not model an image-generation web UI's backup feature as a file-write surface.",
40214
+ "DORA-Art-9": "ICT protection measures do not model limited file write in an AI image-gen UI as an ICT-risk event.",
40215
+ "UK-CAF-B4": "System security objective has no objective for path confinement on AI web-UI file features.",
40216
+ "AU-ISM-1546": "Patch-application control does not single out AI image-generation web UIs.",
40217
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats an AI web UI's user-supplied file path as an integrity boundary requiring confinement."
40218
+ },
40219
+ "atlas_refs": [
40220
+ "AML.T0049"
40221
+ ],
40222
+ "attack_refs": [
40223
+ "T1190"
40224
+ ],
40225
+ "rwep_score": 17,
40226
+ "rwep_factors": {
40227
+ "cisa_kev": 0,
40228
+ "poc_available": 20,
40229
+ "ai_factor": 0,
40230
+ "active_exploitation": 0,
40231
+ "blast_radius": 12,
40232
+ "patch_available": -15,
40233
+ "live_patch_available": 0,
40234
+ "reboot_required": 0
40235
+ },
40236
+ "rwep_notes": "Moderate (RWEP 17, \"patch within 30 days\" band per lib/scoring.js). Not KEV (verified), no confirmed in-the-wild exploitation, fixed by commit d9708c92 (1.7.0-1.8.0 affected) (Hard Rule #3): poc_available=20 + blast_radius=12 (limited JSON file write, authenticated, Windows-only, in the most widely deployed Stable Diffusion web UI), minus patch_available 15.",
40237
+ "epss_score": 0.00245,
40238
+ "epss_date": "2026-05-26",
40239
+ "epss_note": "FIRST EPSS 0.00245 as of 2026-05-26.",
40240
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2024-31462",
40241
+ "cwe_refs": [
40242
+ "CWE-22"
40243
+ ],
40244
+ "iocs": {
40245
+ "behavioral": [
40246
+ "stable-diffusion-webui Backup/Restore (save_config_state) requests whose config-state name contains ../ traversal or an absolute Windows path.",
40247
+ "Unexpected JSON files written outside the webui directory on a Windows host running stable-diffusion-webui.",
40248
+ "stable-diffusion-webui 1.7.0 through 1.8.0 on Windows exposed to users who can reach the Backup/Restore tab - the exposed precondition."
40249
+ ],
40250
+ "_ioc_source_note": "Behavioral signatures anchored to GitHub Security Lab GHSL-2024-010 and NVD CVE-2024-31462 (CWE-22)."
40251
+ },
40252
+ "source_verified": "2026-05-26",
40253
+ "verification_sources": [
40254
+ "https://nvd.nist.gov/vuln/detail/CVE-2024-31462",
40255
+ "https://securitylab.github.com/advisories/GHSL-2024-010_stable-diffusion-webui/"
40256
+ ],
40257
+ "vendor_advisories": [
40258
+ {
40259
+ "vendor": "GitHub Security Lab",
40260
+ "advisory_id": "GHSL-2024-010",
40261
+ "url": "https://securitylab.github.com/advisories/GHSL-2024-010_stable-diffusion-webui/",
40262
+ "severity": "medium",
40263
+ "published_date": "2024-04-24"
40264
+ },
40265
+ {
40266
+ "vendor": "NVD",
40267
+ "advisory_id": "CVE-2024-31462",
40268
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-31462",
40269
+ "severity": "medium",
40270
+ "published_date": "2024-04-24"
40271
+ }
40272
+ ],
40273
+ "last_updated": "2026-05-26",
40274
+ "discovery_attribution_note": "Manually curated from NVD CVE-2024-31462 (CWE-22) + GitHub Security Lab GHSL-2024-010. AUTOMATIC1111 stable-diffusion-webui Backup/Restore limited file write; reuses the AI-runtime-API path-traversal validation control NEW-CTRL-094 (shared with the AnythingLLM upload traversal, Chainlit element read, ONNX model overwrite, and n8n form-action file access).",
40275
+ "_auto_imported": false,
40276
+ "_intake_method": "manual-verified-curation",
40277
+ "_kev_short_description": "stable-diffusion-webui (1.7.0 through 1.8.0) Backup/Restore builds a write path from an unvalidated filename, yielding a limited file write on Windows (CWE-22); fixed by commit d9708c92."
40278
+ },
40279
+ "CVE-2026-3059": {
40280
+ "type": "RCE",
40281
+ "cvss_score": 9.8,
40282
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
40283
+ "cisa_kev": false,
40284
+ "poc_available": true,
40285
+ "ai_discovered": false,
40286
+ "ai_discovery_source": "human_researcher",
40287
+ "ai_assisted_weaponization": false,
40288
+ "ai_assisted_notes": "No AI-assisted weaponization; the flaw is an unauthenticated IPC channel that deserializes untrusted serialized objects in an LLM serving framework.",
40289
+ "active_exploitation": "none",
40290
+ "active_exploitation_notes": "GitHub advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation, and the CVE is not in CISA KEV (verified against the live catalog).",
40291
+ "complexity": "low",
40292
+ "complexity_notes": "CNA AV:N / AC:L / PR:N / UI:N - an unauthenticated peer reaches the IPC/ZMQ channel.",
40293
+ "patch_available": true,
40294
+ "patch_required_reboot": false,
40295
+ "live_patch_available": false,
40296
+ "live_patch_tools": [],
40297
+ "live_patch_notes": "Remediation is upgrading to SGLang 0.5.10 or later (fix in PR #20904); redeploy the serving process and isolate the IPC channel on a trusted segment.",
40298
+ "atlas_refs": [
40299
+ "AML.T0049"
40300
+ ],
40301
+ "attack_refs": [
40302
+ "T1190",
40303
+ "T1059"
40304
+ ],
40305
+ "rwep_score": 31,
40306
+ "rwep_factors": {
40307
+ "cisa_kev": 0,
40308
+ "poc_available": 20,
40309
+ "ai_factor": 0,
40310
+ "active_exploitation": 0,
40311
+ "blast_radius": 26,
40312
+ "patch_available": -15,
40313
+ "live_patch_available": 0,
40314
+ "reboot_required": 0
40315
+ },
40316
+ "epss_score": 0.01945,
40317
+ "epss_date": "2026-05-26",
40318
+ "cwe_refs": [
40319
+ "CWE-502"
40320
+ ],
40321
+ "last_updated": "2026-05-26",
40322
+ "_auto_imported": false,
40323
+ "_intake_method": "manual-verified-curation",
40324
+ "framework_control_gaps": {
40325
+ "NIST-800-53-SI-2": "Flaw-remediation does not single out unsafe IPC deserialization in an LLM serving framework, which spreads by code reuse across engines.",
40326
+ "NIST-800-53-SC-7": "Boundary protection does not isolate the unauthenticated IPC/ZMQ channel from untrusted peers.",
40327
+ "ISO-27001-2022-A.8.8": "Technical-vulnerability management does not treat the serving framework's IPC deserialization as a managed surface.",
40328
+ "NIS2-Art21-network-security": "Article 21 measures do not model an LLM serving framework's IPC channel as an unauthenticated RCE surface.",
40329
+ "DORA-Art-9": "ICT protection measures do not model unauthenticated IPC-deserialization RCE in an AI serving framework as an ICT-risk event.",
40330
+ "UK-CAF-B4": "System security objective has no objective for authenticated, safe-serialized IPC in ML serving frameworks.",
40331
+ "AU-ISM-1546": "Patch-application control does not single out LLM serving frameworks.",
40332
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats an LLM serving framework's IPC channel as an integrity boundary requiring a safe serializer + peer authentication."
40333
+ },
40334
+ "name": "SGLang Multimodal-Generation ZMQ Broker Unauthenticated Deserialization RCE",
40335
+ "cvss_note": "CNA CVSS v3.1 base 9.8 (CRITICAL). SGLang's multimodal generation module exposes a ZMQ broker that deserializes untrusted serialized objects from unauthenticated peers (CWE-502 deserialization of untrusted data), yielding unauthenticated remote code execution on the serving host.",
40336
+ "poc_description": "Documented in the disclosing advisory (https://github.com/sgl-project/sglang/security/advisories/GHSA-3cp7-c6q2-94xr) and the Orca Security writeup: an unauthenticated serialized-object message to the multimodal ZMQ broker executes code.",
40337
+ "ai_discovery_notes": "Disclosed via GitHub Security Advisory GHSA-3cp7-c6q2-94xr and enriched by NVD. The abused surface is SGLang (lmsys), a widely used LLM serving / inference framework.",
40338
+ "affected": "SGLang (lmsys) before 0.5.10 (multimodal generation module ZMQ broker).",
40339
+ "affected_versions": [
40340
+ "SGLang < 0.5.10"
40341
+ ],
40342
+ "vector": "SGLang's multimodal generation module runs a ZMQ broker (scheduler_client.py) that deserializes untrusted serialized objects received from unauthenticated peers, so an unauthenticated attacker who can reach the channel sends a crafted serialized object and executes arbitrary code on the serving host (CWE-502).",
40343
+ "vendor_update_paths": [
40344
+ "Upgrade SGLang to 0.5.10 or later (PR #20904). Use a safe serializer for IPC, never deserialize untrusted serialized objects, authenticate ZMQ peers, and isolate the channel on a trusted network segment."
40345
+ ],
40346
+ "rwep_notes": "High (RWEP 31, \"patch promptly\" band per lib/scoring.js). Not KEV (verified), no confirmed in-the-wild exploitation, patched at 0.5.10 (Hard Rule #3): poc_available=20 + blast_radius=26 (unauthenticated CVSS-9.8 IPC-deserialization RCE in a widely used LLM serving framework), minus patch_available 15.",
40347
+ "epss_note": "FIRST EPSS 0.01945 (84th percentile) as of 2026-05-26.",
40348
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-3059",
40349
+ "iocs": {
40350
+ "behavioral": [
40351
+ "Unauthenticated connections to the SGLang multimodal generation ZMQ broker from untrusted peers.",
40352
+ "Process execution by the SGLang serving process triggered by a multimodal ZMQ message.",
40353
+ "SGLang < 0.5.10 with the multimodal generation ZMQ channel reachable by untrusted peers - the exposed precondition."
40354
+ ],
40355
+ "_ioc_source_note": "Behavioral signatures anchored to GHSA-3cp7-c6q2-94xr and NVD CVE-2026-3059 (CWE-502)."
40356
+ },
40357
+ "source_verified": "2026-05-26",
40358
+ "verification_sources": [
40359
+ "https://nvd.nist.gov/vuln/detail/CVE-2026-3059",
40360
+ "https://github.com/sgl-project/sglang/security/advisories/GHSA-3cp7-c6q2-94xr"
40361
+ ],
40362
+ "vendor_advisories": [
40363
+ {
40364
+ "vendor": "GitHub Security Advisory",
40365
+ "advisory_id": "GHSA-3cp7-c6q2-94xr",
40366
+ "url": "https://github.com/sgl-project/sglang/security/advisories/GHSA-3cp7-c6q2-94xr",
40367
+ "severity": "critical",
40368
+ "published_date": "2026-04-20"
40369
+ },
40370
+ {
40371
+ "vendor": "NVD",
40372
+ "advisory_id": "CVE-2026-3059",
40373
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3059",
40374
+ "severity": "critical",
40375
+ "published_date": "2026-04-20"
40376
+ }
40377
+ ],
40378
+ "discovery_attribution_note": "Manually curated from NVD CVE-2026-3059 (CWE-502) + GitHub Security Advisory GHSA-3cp7-c6q2-94xr + the Orca Security writeup. SGLang LLM-serving-framework unauthenticated IPC-deserialization RCE (multimodal ZMQ broker); reuses the AI-inference IPC deserialization-safety control NEW-CTRL-086 (shared with the vLLM ZeroMQ-transport and TensorRT-LLM deserialization class).",
40379
+ "_kev_short_description": "SGLang's multimodal ZMQ broker deserializes untrusted serialized objects from unauthenticated peers, yielding unauth RCE (CWE-502); fixed in 0.5.10."
40380
+ },
40381
+ "CVE-2026-3060": {
40382
+ "type": "RCE",
40383
+ "cvss_score": 9.8,
40384
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
40385
+ "cisa_kev": false,
40386
+ "poc_available": true,
40387
+ "ai_discovered": false,
40388
+ "ai_discovery_source": "human_researcher",
40389
+ "ai_assisted_weaponization": false,
40390
+ "ai_assisted_notes": "No AI-assisted weaponization; the flaw is an unauthenticated IPC channel that deserializes untrusted serialized objects in an LLM serving framework.",
40391
+ "active_exploitation": "none",
40392
+ "active_exploitation_notes": "GitHub advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation, and the CVE is not in CISA KEV (verified against the live catalog).",
40393
+ "complexity": "low",
40394
+ "complexity_notes": "CNA AV:N / AC:L / PR:N / UI:N - an unauthenticated peer reaches the IPC/ZMQ channel.",
40395
+ "patch_available": true,
40396
+ "patch_required_reboot": false,
40397
+ "live_patch_available": false,
40398
+ "live_patch_tools": [],
40399
+ "live_patch_notes": "Remediation is upgrading to SGLang 0.5.10 or later (fix in PR #20904); redeploy the serving process and isolate the IPC channel on a trusted segment.",
40400
+ "atlas_refs": [
40401
+ "AML.T0049"
40402
+ ],
40403
+ "attack_refs": [
40404
+ "T1190",
40405
+ "T1059"
40406
+ ],
40407
+ "rwep_score": 31,
40408
+ "rwep_factors": {
40409
+ "cisa_kev": 0,
40410
+ "poc_available": 20,
40411
+ "ai_factor": 0,
40412
+ "active_exploitation": 0,
40413
+ "blast_radius": 26,
40414
+ "patch_available": -15,
40415
+ "live_patch_available": 0,
40416
+ "reboot_required": 0
40417
+ },
40418
+ "epss_score": 0.01945,
40419
+ "epss_date": "2026-05-26",
40420
+ "cwe_refs": [
40421
+ "CWE-502"
40422
+ ],
40423
+ "last_updated": "2026-05-26",
40424
+ "_auto_imported": false,
40425
+ "_intake_method": "manual-verified-curation",
40426
+ "framework_control_gaps": {
40427
+ "NIST-800-53-SI-2": "Flaw-remediation does not single out unsafe IPC deserialization in an LLM serving framework, which spreads by code reuse across engines.",
40428
+ "NIST-800-53-SC-7": "Boundary protection does not isolate the unauthenticated IPC/ZMQ channel from untrusted peers.",
40429
+ "ISO-27001-2022-A.8.8": "Technical-vulnerability management does not treat the serving framework's IPC deserialization as a managed surface.",
40430
+ "NIS2-Art21-network-security": "Article 21 measures do not model an LLM serving framework's IPC channel as an unauthenticated RCE surface.",
40431
+ "DORA-Art-9": "ICT protection measures do not model unauthenticated IPC-deserialization RCE in an AI serving framework as an ICT-risk event.",
40432
+ "UK-CAF-B4": "System security objective has no objective for authenticated, safe-serialized IPC in ML serving frameworks.",
40433
+ "AU-ISM-1546": "Patch-application control does not single out LLM serving frameworks.",
40434
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats an LLM serving framework's IPC channel as an integrity boundary requiring a safe serializer + peer authentication."
40435
+ },
40436
+ "name": "SGLang Encoder-Parallel Disaggregation Unauthenticated Deserialization RCE",
40437
+ "cvss_note": "CNA CVSS v3.1 base 9.8 (CRITICAL). SGLang's encoder parallel disaggregation system deserializes untrusted serialized objects from unauthenticated peers in the disaggregation module (CWE-502 deserialization of untrusted data), yielding unauthenticated remote code execution on the serving host.",
40438
+ "poc_description": "Documented in the disclosing advisory and the Orca Security writeup: an unauthenticated serialized-object message to the disaggregation module (encode_receiver.py) executes code.",
40439
+ "ai_discovery_notes": "Disclosed via GitHub Security Advisory (PR #20904) and enriched by NVD. The abused surface is SGLang (lmsys), a widely used LLM serving / inference framework.",
40440
+ "affected": "SGLang (lmsys) before 0.5.10 (encoder parallel disaggregation module).",
40441
+ "affected_versions": [
40442
+ "SGLang < 0.5.10"
40443
+ ],
40444
+ "vector": "SGLang's encoder parallel disaggregation system (encode_receiver.py) deserializes untrusted serialized objects received from unauthenticated peers, so an unauthenticated attacker who can reach the disaggregation channel sends a crafted serialized object and executes arbitrary code on the serving host (CWE-502).",
40445
+ "vendor_update_paths": [
40446
+ "Upgrade SGLang to 0.5.10 or later (PR #20904). Use a safe serializer for the disaggregation IPC, never deserialize untrusted serialized objects, authenticate peers, and isolate the channel on a trusted network segment."
40447
+ ],
40448
+ "rwep_notes": "High (RWEP 31, \"patch promptly\" band per lib/scoring.js). Not KEV (verified), no confirmed in-the-wild exploitation, patched at 0.5.10 (Hard Rule #3): poc_available=20 + blast_radius=26 (unauthenticated CVSS-9.8 IPC-deserialization RCE in a widely used LLM serving framework), minus patch_available 15.",
40449
+ "epss_note": "FIRST EPSS 0.01945 (84th percentile) as of 2026-05-26.",
40450
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-3060",
40451
+ "iocs": {
40452
+ "behavioral": [
40453
+ "Unauthenticated connections to the SGLang encoder-parallel disaggregation channel from untrusted peers.",
40454
+ "Process execution by the SGLang serving process triggered by a disaggregation-module message.",
40455
+ "SGLang < 0.5.10 with the disaggregation channel reachable by untrusted peers - the exposed precondition."
40456
+ ],
40457
+ "_ioc_source_note": "Behavioral signatures anchored to the SGLang advisory (PR #20904) and NVD CVE-2026-3060 (CWE-502)."
40458
+ },
40459
+ "source_verified": "2026-05-26",
40460
+ "verification_sources": [
40461
+ "https://nvd.nist.gov/vuln/detail/CVE-2026-3060",
40462
+ "https://github.com/sgl-project/sglang/pull/20904"
40463
+ ],
40464
+ "vendor_advisories": [
40465
+ {
40466
+ "vendor": "GitHub Security Advisory",
40467
+ "advisory_id": "CVE-2026-3060",
40468
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3060",
40469
+ "severity": "critical",
40470
+ "published_date": "2026-04-20"
40471
+ },
40472
+ {
40473
+ "vendor": "NVD",
40474
+ "advisory_id": "CVE-2026-3060",
40475
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3060",
40476
+ "severity": "critical",
40477
+ "published_date": "2026-04-20"
40478
+ }
40479
+ ],
40480
+ "discovery_attribution_note": "Manually curated from NVD CVE-2026-3060 (CWE-502) + the SGLang fix (PR #20904) + the Orca Security writeup. SGLang LLM-serving-framework unauthenticated IPC-deserialization RCE (encoder-parallel disaggregation); reuses the AI-inference IPC deserialization-safety control NEW-CTRL-086.",
40481
+ "_kev_short_description": "SGLang's encoder-parallel disaggregation module deserializes untrusted serialized objects from unauthenticated peers, yielding unauth RCE (CWE-502); fixed in 0.5.10."
40177
40482
  }
40178
40483
  }
@@ -117,7 +117,8 @@
117
117
  "CVE-2026-25592",
118
118
  "CVE-2026-34926",
119
119
  "CVE-2026-22218",
120
- "CVE-2025-51480"
120
+ "CVE-2025-51480",
121
+ "CVE-2024-31462"
121
122
  ],
122
123
  "framework_controls_partially_addressing": [
123
124
  "NIST-800-53-AC-3",
@@ -1379,7 +1380,9 @@
1379
1380
  "CVE-2026-20963",
1380
1381
  "CVE-2026-31229",
1381
1382
  "CVE-2025-68665",
1382
- "CVE-2025-10164"
1383
+ "CVE-2025-10164",
1384
+ "CVE-2026-3059",
1385
+ "CVE-2026-3060"
1383
1386
  ],
1384
1387
  "framework_controls_partially_addressing": [
1385
1388
  "NIST-800-53-SI-10",
@@ -125,7 +125,10 @@
125
125
  "CVE-2025-10164",
126
126
  "CVE-2026-5760",
127
127
  "CVE-2026-21858",
128
- "CVE-2025-68668"
128
+ "CVE-2025-68668",
129
+ "CVE-2024-31462",
130
+ "CVE-2026-3059",
131
+ "CVE-2026-3060"
129
132
  ],
130
133
  "atlas_refs": [
131
134
  "AML.T0018",
@@ -1325,7 +1328,8 @@
1325
1328
  "CVE-2025-10164",
1326
1329
  "CVE-2026-5760",
1327
1330
  "CVE-2026-21858",
1328
- "CVE-2025-68668"
1331
+ "CVE-2025-68668",
1332
+ "CVE-2024-31462"
1329
1333
  ],
1330
1334
  "atlas_refs": [
1331
1335
  "AML.T0051",
@@ -1712,7 +1716,9 @@
1712
1716
  "CVE-2026-46300",
1713
1717
  "CVE-2026-46333",
1714
1718
  "CVE-2026-5281",
1715
- "CVE-2026-9082"
1719
+ "CVE-2026-9082",
1720
+ "CVE-2026-3059",
1721
+ "CVE-2026-3060"
1716
1722
  ],
1717
1723
  "atlas_refs": [],
1718
1724
  "attack_refs": [
@@ -2328,7 +2334,9 @@
2328
2334
  "CVE-2026-42897",
2329
2335
  "CVE-2024-12450",
2330
2336
  "CVE-2026-22219",
2331
- "CVE-2026-5760"
2337
+ "CVE-2026-5760",
2338
+ "CVE-2026-3059",
2339
+ "CVE-2026-3060"
2332
2340
  ],
2333
2341
  "atlas_refs": [
2334
2342
  "AML.T0096",
@@ -2449,7 +2457,8 @@
2449
2457
  "CVE-2025-51480",
2450
2458
  "CVE-2025-10164",
2451
2459
  "CVE-2026-5760",
2452
- "CVE-2026-21858"
2460
+ "CVE-2026-21858",
2461
+ "CVE-2024-31462"
2453
2462
  ],
2454
2463
  "atlas_refs": [
2455
2464
  "AML.T0053"
@@ -2857,7 +2866,9 @@
2857
2866
  "CVE-2026-5281",
2858
2867
  "CVE-2026-6973",
2859
2868
  "CVE-2026-9082",
2860
- "CVE-2025-10164"
2869
+ "CVE-2025-10164",
2870
+ "CVE-2026-3059",
2871
+ "CVE-2026-3060"
2861
2872
  ],
2862
2873
  "atlas_refs": [],
2863
2874
  "attack_refs": [
@@ -5243,7 +5254,10 @@
5243
5254
  "CVE-2025-10164",
5244
5255
  "CVE-2026-5760",
5245
5256
  "CVE-2026-21858",
5246
- "CVE-2025-68668"
5257
+ "CVE-2025-68668",
5258
+ "CVE-2024-31462",
5259
+ "CVE-2026-3059",
5260
+ "CVE-2026-3060"
5247
5261
  ],
5248
5262
  "atlas_refs": [],
5249
5263
  "attack_refs": [
@@ -5297,7 +5311,8 @@
5297
5311
  "CVE-2026-22218",
5298
5312
  "CVE-2026-22219",
5299
5313
  "CVE-2026-21858",
5300
- "CVE-2025-68668"
5314
+ "CVE-2025-68668",
5315
+ "CVE-2024-31462"
5301
5316
  ],
5302
5317
  "atlas_refs": [
5303
5318
  "AML.T0051"
@@ -5845,7 +5860,10 @@
5845
5860
  "CVE-2025-10164",
5846
5861
  "CVE-2026-5760",
5847
5862
  "CVE-2026-21858",
5848
- "CVE-2025-68668"
5863
+ "CVE-2025-68668",
5864
+ "CVE-2024-31462",
5865
+ "CVE-2026-3059",
5866
+ "CVE-2026-3060"
5849
5867
  ],
5850
5868
  "atlas_refs": [],
5851
5869
  "attack_refs": [
@@ -5977,7 +5995,10 @@
5977
5995
  "CVE-2025-10164",
5978
5996
  "CVE-2026-5760",
5979
5997
  "CVE-2026-21858",
5980
- "CVE-2025-68668"
5998
+ "CVE-2025-68668",
5999
+ "CVE-2024-31462",
6000
+ "CVE-2026-3059",
6001
+ "CVE-2026-3060"
5981
6002
  ],
5982
6003
  "atlas_refs": [],
5983
6004
  "attack_refs": [
@@ -6407,7 +6428,10 @@
6407
6428
  "CVE-2025-10164",
6408
6429
  "CVE-2026-5760",
6409
6430
  "CVE-2026-21858",
6410
- "CVE-2025-68668"
6431
+ "CVE-2025-68668",
6432
+ "CVE-2024-31462",
6433
+ "CVE-2026-3059",
6434
+ "CVE-2026-3060"
6411
6435
  ],
6412
6436
  "atlas_refs": [],
6413
6437
  "attack_refs": [