@blamejs/exceptd-skills 0.13.124 → 0.13.126
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/data/_indexes/_meta.json +9 -9
- package/data/_indexes/activity-feed.json +2 -2
- package/data/_indexes/catalog-summaries.json +2 -2
- package/data/_indexes/chains.json +1035 -0
- package/data/atlas-ttps.json +4 -1
- package/data/attack-techniques.json +8 -2
- package/data/cve-catalog.json +308 -0
- package/data/cwe-catalog.json +7 -3
- package/data/framework-control-gaps.json +37 -12
- package/data/zeroday-lessons.json +150 -0
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +24 -24
package/data/atlas-ttps.json
CHANGED
|
@@ -347,7 +347,10 @@
|
|
|
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",
|
|
353
|
+
"CVE-2026-21877"
|
|
351
354
|
],
|
|
352
355
|
"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
356
|
"platforms": [
|
|
@@ -1113,7 +1116,10 @@
|
|
|
1113
1116
|
"CVE-2026-5760",
|
|
1114
1117
|
"CVE-2026-21858",
|
|
1115
1118
|
"CVE-2025-68668",
|
|
1116
|
-
"CVE-2024-31462"
|
|
1119
|
+
"CVE-2024-31462",
|
|
1120
|
+
"CVE-2026-3059",
|
|
1121
|
+
"CVE-2026-3060",
|
|
1122
|
+
"CVE-2026-21877"
|
|
1117
1123
|
],
|
|
1118
1124
|
"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)",
|
|
1119
1125
|
"platforms": [
|
package/data/cve-catalog.json
CHANGED
|
@@ -40275,5 +40275,313 @@
|
|
|
40275
40275
|
"_auto_imported": false,
|
|
40276
40276
|
"_intake_method": "manual-verified-curation",
|
|
40277
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."
|
|
40482
|
+
},
|
|
40483
|
+
"CVE-2026-21877": {
|
|
40484
|
+
"name": "n8n Git Node Arbitrary File Write Authenticated RCE",
|
|
40485
|
+
"type": "RCE",
|
|
40486
|
+
"cvss_score": 9.9,
|
|
40487
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
|
|
40488
|
+
"cvss_note": "GitHub (CNA) CVSS v3.1 base 9.9 (CRITICAL, scope-changed). n8n's Git node lets an authenticated user write a file of a dangerous type to an arbitrary path, achieving remote code execution and full instance compromise on both self-hosted and Cloud deployments (CWE-434 unrestricted file upload / CWE-94 code injection).",
|
|
40489
|
+
"cisa_kev": false,
|
|
40490
|
+
"poc_available": true,
|
|
40491
|
+
"poc_description": "Documented in the disclosing GitHub Security Advisory (GHSA-v364-rw7m-3263): an authenticated user abuses the Git node to write a dangerous file that is subsequently executed.",
|
|
40492
|
+
"ai_discovered": false,
|
|
40493
|
+
"ai_discovery_source": "human_researcher",
|
|
40494
|
+
"ai_discovery_notes": "Disclosed via GitHub Security Advisory GHSA-v364-rw7m-3263 and enriched by NVD. The abused surface is n8n, a widely deployed AI-workflow / automation platform.",
|
|
40495
|
+
"ai_assisted_weaponization": false,
|
|
40496
|
+
"ai_assisted_notes": "No AI-assisted weaponization; the flaw is an arbitrary-file-write-to-RCE in a workflow builder's Git node.",
|
|
40497
|
+
"active_exploitation": "none",
|
|
40498
|
+
"active_exploitation_notes": "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). FIRST EPSS percentile is elevated (93rd).",
|
|
40499
|
+
"affected": "n8n >= 0.123.0 and < 1.121.3 (Git node); fixed in 1.121.3 (commit f4b009d00d1f4ba9359b8e8f1c071e3d910a55f6).",
|
|
40500
|
+
"affected_versions": [
|
|
40501
|
+
"n8n >= 0.123.0, < 1.121.3"
|
|
40502
|
+
],
|
|
40503
|
+
"vector": "n8n's Git node allows an authenticated user to write a file of a dangerous type to an attacker-chosen path; the written file is then executed, yielding remote code execution and full compromise of the n8n instance (self-hosted or Cloud) - CWE-434 unrestricted upload chained to CWE-94 code execution.",
|
|
40504
|
+
"complexity": "low",
|
|
40505
|
+
"complexity_notes": "GitHub v3.1 AV:N / AC:L / PR:L - an authenticated user who can configure the Git node.",
|
|
40506
|
+
"patch_available": true,
|
|
40507
|
+
"patch_required_reboot": false,
|
|
40508
|
+
"live_patch_available": false,
|
|
40509
|
+
"live_patch_tools": [],
|
|
40510
|
+
"live_patch_notes": "Remediation is upgrading to n8n 1.121.3 or later (commit f4b009d00d1f4ba9359b8e8f1c071e3d910a55f6); redeploy the instance.",
|
|
40511
|
+
"vendor_update_paths": [
|
|
40512
|
+
"Upgrade n8n to 1.121.3 or later. Constrain the Git node so it cannot write files of executable/dangerous types to arbitrary paths, scope workflow-edit permission tightly, and do not expose the editor to untrusted users."
|
|
40513
|
+
],
|
|
40514
|
+
"framework_control_gaps": {
|
|
40515
|
+
"NIST-800-53-AC-3": "Access enforcement does not stop an authenticated user from writing an executable file via the Git node.",
|
|
40516
|
+
"NIST-800-53-SI-3": "Malicious-code protection does not stop an arbitrary file write that becomes code execution.",
|
|
40517
|
+
"NIST-800-53-SI-10": "No input validation confines the file type/path the Git node writes (CWE-434).",
|
|
40518
|
+
"ISO-27001-2022-A.8.28": "Secure coding does not constrain the Git node's file writes to safe types/paths.",
|
|
40519
|
+
"NIS2-Art21-network-security": "Article 21 measures do not model a workflow builder's Git node as an arbitrary-file-write-to-RCE surface.",
|
|
40520
|
+
"DORA-Art-9": "ICT protection measures do not model file-write RCE in an AI-workflow platform as an ICT-risk event.",
|
|
40521
|
+
"UK-CAF-B4": "System security objective has no objective for constraining file-writing workflow nodes.",
|
|
40522
|
+
"AU-ISM-1546": "Patch-application control does not single out AI-workflow / automation platforms.",
|
|
40523
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats a workflow builder's file-writing node as a code-execution sink requiring type/path constraint."
|
|
40524
|
+
},
|
|
40525
|
+
"atlas_refs": [
|
|
40526
|
+
"AML.T0049"
|
|
40527
|
+
],
|
|
40528
|
+
"attack_refs": [
|
|
40529
|
+
"T1190",
|
|
40530
|
+
"T1059"
|
|
40531
|
+
],
|
|
40532
|
+
"rwep_score": 29,
|
|
40533
|
+
"rwep_factors": {
|
|
40534
|
+
"cisa_kev": 0,
|
|
40535
|
+
"poc_available": 20,
|
|
40536
|
+
"ai_factor": 0,
|
|
40537
|
+
"active_exploitation": 0,
|
|
40538
|
+
"blast_radius": 24,
|
|
40539
|
+
"patch_available": -15,
|
|
40540
|
+
"live_patch_available": 0,
|
|
40541
|
+
"reboot_required": 0
|
|
40542
|
+
},
|
|
40543
|
+
"rwep_notes": "High (RWEP 29, \"patch promptly\" band per lib/scoring.js). Not KEV (verified), no confirmed in-the-wild exploitation, patched at 1.121.3 (Hard Rule #3): poc_available=20 + blast_radius=24 (authenticated file-write-to-RCE with full compromise across self-hosted + Cloud, elevated EPSS), minus patch_available 15.",
|
|
40544
|
+
"epss_score": 0.10735,
|
|
40545
|
+
"epss_date": "2026-05-26",
|
|
40546
|
+
"epss_note": "FIRST EPSS 0.10735 (93rd percentile) as of 2026-05-26.",
|
|
40547
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-21877",
|
|
40548
|
+
"cwe_refs": [
|
|
40549
|
+
"CWE-434",
|
|
40550
|
+
"CWE-94"
|
|
40551
|
+
],
|
|
40552
|
+
"iocs": {
|
|
40553
|
+
"behavioral": [
|
|
40554
|
+
"n8n Git node configurations that write files with executable/dangerous extensions to paths outside the intended working tree.",
|
|
40555
|
+
"Process execution by the n8n process originating from a file written via the Git node.",
|
|
40556
|
+
"n8n >= 0.123.0 and < 1.121.3 with the Git node available to workflow editors - the exposed precondition."
|
|
40557
|
+
],
|
|
40558
|
+
"_ioc_source_note": "Behavioral signatures anchored to GitHub Security Advisory GHSA-v364-rw7m-3263 and NVD CVE-2026-21877 (CWE-434 / CWE-94)."
|
|
40559
|
+
},
|
|
40560
|
+
"source_verified": "2026-05-26",
|
|
40561
|
+
"verification_sources": [
|
|
40562
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2026-21877",
|
|
40563
|
+
"https://github.com/n8n-io/n8n/security/advisories/GHSA-v364-rw7m-3263"
|
|
40564
|
+
],
|
|
40565
|
+
"vendor_advisories": [
|
|
40566
|
+
{
|
|
40567
|
+
"vendor": "GitHub Security Advisory",
|
|
40568
|
+
"advisory_id": "GHSA-v364-rw7m-3263",
|
|
40569
|
+
"url": "https://github.com/n8n-io/n8n/security/advisories/GHSA-v364-rw7m-3263",
|
|
40570
|
+
"severity": "critical",
|
|
40571
|
+
"published_date": "2026-01-08"
|
|
40572
|
+
},
|
|
40573
|
+
{
|
|
40574
|
+
"vendor": "NVD",
|
|
40575
|
+
"advisory_id": "CVE-2026-21877",
|
|
40576
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21877",
|
|
40577
|
+
"severity": "critical",
|
|
40578
|
+
"published_date": "2026-01-08"
|
|
40579
|
+
}
|
|
40580
|
+
],
|
|
40581
|
+
"last_updated": "2026-05-26",
|
|
40582
|
+
"discovery_attribution_note": "Manually curated from NVD CVE-2026-21877 (CWE-434 / CWE-94) + GitHub Security Advisory GHSA-v364-rw7m-3263 (CNA, CVSS v3.1 9.9). n8n Git-node arbitrary-file-write-to-RCE; reuses the AI-app-builder execution-endpoint auth-and-sandbox control NEW-CTRL-103 (shared with the n8n code-node escape, Dify code-node, and Langflow/Flowise RCEs).",
|
|
40583
|
+
"_auto_imported": false,
|
|
40584
|
+
"_intake_method": "manual-verified-curation",
|
|
40585
|
+
"_kev_short_description": "n8n's Git node lets an authenticated user write a dangerous file to an arbitrary path for RCE and full instance compromise (CWE-434/CWE-94); fixed in 1.121.3."
|
|
40278
40586
|
}
|
|
40279
40587
|
}
|
package/data/cwe-catalog.json
CHANGED
|
@@ -428,7 +428,8 @@
|
|
|
428
428
|
"CVE-2026-45829",
|
|
429
429
|
"CVE-2026-6973",
|
|
430
430
|
"MAL-2026-3083",
|
|
431
|
-
"CVE-2026-5760"
|
|
431
|
+
"CVE-2026-5760",
|
|
432
|
+
"CVE-2026-21877"
|
|
432
433
|
],
|
|
433
434
|
"framework_controls_partially_addressing": [
|
|
434
435
|
"NIST-800-53-SI-10",
|
|
@@ -1282,7 +1283,8 @@
|
|
|
1282
1283
|
"CVE-2024-7399",
|
|
1283
1284
|
"CVE-2024-7694",
|
|
1284
1285
|
"CVE-2025-2749",
|
|
1285
|
-
"CVE-2025-52691"
|
|
1286
|
+
"CVE-2025-52691",
|
|
1287
|
+
"CVE-2026-21877"
|
|
1286
1288
|
],
|
|
1287
1289
|
"framework_controls_partially_addressing": [
|
|
1288
1290
|
"NIST-800-53-SI-3",
|
|
@@ -1380,7 +1382,9 @@
|
|
|
1380
1382
|
"CVE-2026-20963",
|
|
1381
1383
|
"CVE-2026-31229",
|
|
1382
1384
|
"CVE-2025-68665",
|
|
1383
|
-
"CVE-2025-10164"
|
|
1385
|
+
"CVE-2025-10164",
|
|
1386
|
+
"CVE-2026-3059",
|
|
1387
|
+
"CVE-2026-3060"
|
|
1384
1388
|
],
|
|
1385
1389
|
"framework_controls_partially_addressing": [
|
|
1386
1390
|
"NIST-800-53-SI-10",
|
|
@@ -126,7 +126,10 @@
|
|
|
126
126
|
"CVE-2026-5760",
|
|
127
127
|
"CVE-2026-21858",
|
|
128
128
|
"CVE-2025-68668",
|
|
129
|
-
"CVE-2024-31462"
|
|
129
|
+
"CVE-2024-31462",
|
|
130
|
+
"CVE-2026-3059",
|
|
131
|
+
"CVE-2026-3060",
|
|
132
|
+
"CVE-2026-21877"
|
|
130
133
|
],
|
|
131
134
|
"atlas_refs": [
|
|
132
135
|
"AML.T0018",
|
|
@@ -1327,7 +1330,8 @@
|
|
|
1327
1330
|
"CVE-2026-5760",
|
|
1328
1331
|
"CVE-2026-21858",
|
|
1329
1332
|
"CVE-2025-68668",
|
|
1330
|
-
"CVE-2024-31462"
|
|
1333
|
+
"CVE-2024-31462",
|
|
1334
|
+
"CVE-2026-21877"
|
|
1331
1335
|
],
|
|
1332
1336
|
"atlas_refs": [
|
|
1333
1337
|
"AML.T0051",
|
|
@@ -1714,7 +1718,9 @@
|
|
|
1714
1718
|
"CVE-2026-46300",
|
|
1715
1719
|
"CVE-2026-46333",
|
|
1716
1720
|
"CVE-2026-5281",
|
|
1717
|
-
"CVE-2026-9082"
|
|
1721
|
+
"CVE-2026-9082",
|
|
1722
|
+
"CVE-2026-3059",
|
|
1723
|
+
"CVE-2026-3060"
|
|
1718
1724
|
],
|
|
1719
1725
|
"atlas_refs": [],
|
|
1720
1726
|
"attack_refs": [
|
|
@@ -2330,7 +2336,9 @@
|
|
|
2330
2336
|
"CVE-2026-42897",
|
|
2331
2337
|
"CVE-2024-12450",
|
|
2332
2338
|
"CVE-2026-22219",
|
|
2333
|
-
"CVE-2026-5760"
|
|
2339
|
+
"CVE-2026-5760",
|
|
2340
|
+
"CVE-2026-3059",
|
|
2341
|
+
"CVE-2026-3060"
|
|
2334
2342
|
],
|
|
2335
2343
|
"atlas_refs": [
|
|
2336
2344
|
"AML.T0096",
|
|
@@ -2452,7 +2460,8 @@
|
|
|
2452
2460
|
"CVE-2025-10164",
|
|
2453
2461
|
"CVE-2026-5760",
|
|
2454
2462
|
"CVE-2026-21858",
|
|
2455
|
-
"CVE-2024-31462"
|
|
2463
|
+
"CVE-2024-31462",
|
|
2464
|
+
"CVE-2026-21877"
|
|
2456
2465
|
],
|
|
2457
2466
|
"atlas_refs": [
|
|
2458
2467
|
"AML.T0053"
|
|
@@ -2860,7 +2869,9 @@
|
|
|
2860
2869
|
"CVE-2026-5281",
|
|
2861
2870
|
"CVE-2026-6973",
|
|
2862
2871
|
"CVE-2026-9082",
|
|
2863
|
-
"CVE-2025-10164"
|
|
2872
|
+
"CVE-2025-10164",
|
|
2873
|
+
"CVE-2026-3059",
|
|
2874
|
+
"CVE-2026-3060"
|
|
2864
2875
|
],
|
|
2865
2876
|
"atlas_refs": [],
|
|
2866
2877
|
"attack_refs": [
|
|
@@ -2906,7 +2917,8 @@
|
|
|
2906
2917
|
"CVE-2026-32202",
|
|
2907
2918
|
"CVE-2026-33017",
|
|
2908
2919
|
"CVE-2026-33825",
|
|
2909
|
-
"CVE-2025-68668"
|
|
2920
|
+
"CVE-2025-68668",
|
|
2921
|
+
"CVE-2026-21877"
|
|
2910
2922
|
],
|
|
2911
2923
|
"atlas_refs": [
|
|
2912
2924
|
"AML.T0017"
|
|
@@ -5247,7 +5259,10 @@
|
|
|
5247
5259
|
"CVE-2026-5760",
|
|
5248
5260
|
"CVE-2026-21858",
|
|
5249
5261
|
"CVE-2025-68668",
|
|
5250
|
-
"CVE-2024-31462"
|
|
5262
|
+
"CVE-2024-31462",
|
|
5263
|
+
"CVE-2026-3059",
|
|
5264
|
+
"CVE-2026-3060",
|
|
5265
|
+
"CVE-2026-21877"
|
|
5251
5266
|
],
|
|
5252
5267
|
"atlas_refs": [],
|
|
5253
5268
|
"attack_refs": [
|
|
@@ -5302,7 +5317,8 @@
|
|
|
5302
5317
|
"CVE-2026-22219",
|
|
5303
5318
|
"CVE-2026-21858",
|
|
5304
5319
|
"CVE-2025-68668",
|
|
5305
|
-
"CVE-2024-31462"
|
|
5320
|
+
"CVE-2024-31462",
|
|
5321
|
+
"CVE-2026-21877"
|
|
5306
5322
|
],
|
|
5307
5323
|
"atlas_refs": [
|
|
5308
5324
|
"AML.T0051"
|
|
@@ -5851,7 +5867,10 @@
|
|
|
5851
5867
|
"CVE-2026-5760",
|
|
5852
5868
|
"CVE-2026-21858",
|
|
5853
5869
|
"CVE-2025-68668",
|
|
5854
|
-
"CVE-2024-31462"
|
|
5870
|
+
"CVE-2024-31462",
|
|
5871
|
+
"CVE-2026-3059",
|
|
5872
|
+
"CVE-2026-3060",
|
|
5873
|
+
"CVE-2026-21877"
|
|
5855
5874
|
],
|
|
5856
5875
|
"atlas_refs": [],
|
|
5857
5876
|
"attack_refs": [
|
|
@@ -5984,7 +6003,10 @@
|
|
|
5984
6003
|
"CVE-2026-5760",
|
|
5985
6004
|
"CVE-2026-21858",
|
|
5986
6005
|
"CVE-2025-68668",
|
|
5987
|
-
"CVE-2024-31462"
|
|
6006
|
+
"CVE-2024-31462",
|
|
6007
|
+
"CVE-2026-3059",
|
|
6008
|
+
"CVE-2026-3060",
|
|
6009
|
+
"CVE-2026-21877"
|
|
5988
6010
|
],
|
|
5989
6011
|
"atlas_refs": [],
|
|
5990
6012
|
"attack_refs": [
|
|
@@ -6415,7 +6437,10 @@
|
|
|
6415
6437
|
"CVE-2026-5760",
|
|
6416
6438
|
"CVE-2026-21858",
|
|
6417
6439
|
"CVE-2025-68668",
|
|
6418
|
-
"CVE-2024-31462"
|
|
6440
|
+
"CVE-2024-31462",
|
|
6441
|
+
"CVE-2026-3059",
|
|
6442
|
+
"CVE-2026-3060",
|
|
6443
|
+
"CVE-2026-21877"
|
|
6419
6444
|
],
|
|
6420
6445
|
"atlas_refs": [],
|
|
6421
6446
|
"attack_refs": [
|