@blamejs/exceptd-skills 0.13.122 → 0.13.123
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 +9 -9
- package/data/_indexes/activity-feed.json +2 -2
- package/data/_indexes/catalog-summaries.json +2 -2
- package/data/_indexes/chains.json +704 -0
- package/data/atlas-ttps.json +3 -1
- package/data/attack-techniques.json +10 -4
- package/data/cve-catalog.json +207 -0
- package/data/cwe-catalog.json +4 -2
- package/data/framework-control-gaps.json +27 -10
- package/data/zeroday-lessons.json +100 -0
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +24 -24
package/data/atlas-ttps.json
CHANGED
|
@@ -345,7 +345,9 @@
|
|
|
345
345
|
"CVE-2025-68665",
|
|
346
346
|
"CVE-2025-51480",
|
|
347
347
|
"CVE-2025-10164",
|
|
348
|
-
"CVE-2026-5760"
|
|
348
|
+
"CVE-2026-5760",
|
|
349
|
+
"CVE-2025-68668",
|
|
350
|
+
"CVE-2026-21858"
|
|
349
351
|
],
|
|
350
352
|
"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)",
|
|
351
353
|
"platforms": [
|
|
@@ -561,7 +563,8 @@
|
|
|
561
563
|
"CVE-2026-6973",
|
|
562
564
|
"MAL-2026-NODE-IPC-STEALER",
|
|
563
565
|
"MAL-2026-SHAI-HULUD-OSS",
|
|
564
|
-
"CVE-2025-69286"
|
|
566
|
+
"CVE-2025-69286",
|
|
567
|
+
"CVE-2026-21858"
|
|
565
568
|
],
|
|
566
569
|
"description_full": "Adversaries may obtain and abuse credentials of existing accounts as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion. Compromised credentials may be used to bypass access controls placed on various resources on systems within the network and may even be used for persistent access to remote systems and externally available services, such as VPNs, Outlook Web Access, network devices, and remote desktop.(Citation: volexity_0day_sophos_FW) Compromised credentials may also grant an adversary increased privilege to specific systems or access to restricted areas of the network. Adversaries may choose not to use malware or tools in conjunction with the legitimate access those credentials provide to make it harder to detect their presence. In some cases, adversaries may abuse inactive accounts: for example, those belonging to individuals who are no longer part of an organization. Using these accounts may allow the adversary to evade detection, as the original account user will not be present to identify any anomalous activity taking place on their account.(Citation: CISA MFA PrintNightmare) The overlap of permissions for local, domain, and cloud accounts across a network of systems is of concern because the adversary may be able to pivot across accounts and systems to reach a high level of access (i.e., domain or enterprise administrator) to bypass access controls set within the enterprise.(Citation: TechNet Credential Theft)",
|
|
567
570
|
"platforms": [
|
|
@@ -1107,7 +1110,9 @@
|
|
|
1107
1110
|
"CVE-2025-69286",
|
|
1108
1111
|
"CVE-2026-22218",
|
|
1109
1112
|
"CVE-2026-22219",
|
|
1110
|
-
"CVE-2026-5760"
|
|
1113
|
+
"CVE-2026-5760",
|
|
1114
|
+
"CVE-2026-21858",
|
|
1115
|
+
"CVE-2025-68668"
|
|
1111
1116
|
],
|
|
1112
1117
|
"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)",
|
|
1113
1118
|
"platforms": [
|
|
@@ -1334,7 +1339,8 @@
|
|
|
1334
1339
|
"cve_refs": [
|
|
1335
1340
|
"CVE-2026-41950",
|
|
1336
1341
|
"CVE-2024-12450",
|
|
1337
|
-
"CVE-2026-22218"
|
|
1342
|
+
"CVE-2026-22218",
|
|
1343
|
+
"CVE-2026-21858"
|
|
1338
1344
|
]
|
|
1339
1345
|
},
|
|
1340
1346
|
"T1485": {
|
package/data/cve-catalog.json
CHANGED
|
@@ -39967,5 +39967,212 @@
|
|
|
39967
39967
|
"_auto_imported": false,
|
|
39968
39968
|
"_intake_method": "manual-verified-curation",
|
|
39969
39969
|
"_kev_short_description": "SGLang /v1/rerank renders a model-supplied jinja2 chat_template in a non-sandboxed Environment, so a malicious model achieves RCE (CWE-94); fix renders with ImmutableSandboxedEnvironment."
|
|
39970
|
+
},
|
|
39971
|
+
"CVE-2026-21858": {
|
|
39972
|
+
"name": "n8n Form-Based Unauthenticated Arbitrary File Access",
|
|
39973
|
+
"type": "Arbitrary File Access",
|
|
39974
|
+
"cvss_score": 10,
|
|
39975
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N",
|
|
39976
|
+
"cvss_note": "GitHub (CNA) CVSS v3.1 base 10.0 (CRITICAL, scope-changed). n8n versions 1.65.0 through < 1.121.0 allow an unauthenticated attacker to access files on the underlying server through the execution of certain form-based actions, with no input validation confining the accessed path (CWE-20 improper input validation). The public exploit chains beyond file read: on a locally deployed instance with a readable DB/config it reads the credentials, forges an admin session, then creates a workflow using the Execute Command node to run host commands - i.e. unauthenticated file read escalating to remote code execution.",
|
|
39977
|
+
"cisa_kev": false,
|
|
39978
|
+
"poc_available": true,
|
|
39979
|
+
"poc_description": "Documented in the disclosing GitHub Security Advisory: unauthenticated form-based requests reach a file-access path on the n8n server.",
|
|
39980
|
+
"ai_discovered": false,
|
|
39981
|
+
"ai_discovery_source": "human_researcher",
|
|
39982
|
+
"ai_discovery_notes": "Disclosed via GitHub Security Advisory and enriched by NVD. The abused surface is n8n, a widely deployed workflow-automation / AI-workflow platform (>100k internet-reachable instances reported).",
|
|
39983
|
+
"ai_assisted_weaponization": false,
|
|
39984
|
+
"ai_assisted_notes": "No AI-assisted weaponization; the flaw is missing input validation on a form-based action that reaches a server file-access path.",
|
|
39985
|
+
"active_exploitation": "none",
|
|
39986
|
+
"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 (91st).",
|
|
39987
|
+
"affected": "n8n 1.65.0 through versions before 1.121.0.",
|
|
39988
|
+
"affected_versions": [
|
|
39989
|
+
"n8n >= 1.65.0, < 1.121.0"
|
|
39990
|
+
],
|
|
39991
|
+
"vector": "n8n exposes form-based actions that reach a file-access path on the underlying server without authentication or path confinement, so an unauthenticated attacker accesses arbitrary server files (CWE-20 improper input validation); the scope-changed CVSS reflects reaching resources beyond the application boundary. Where the local database/config is readable, the public exploit chains this into full host RCE: read the DB/config, forge an authenticated admin session, then create a workflow whose Execute Command node runs arbitrary host commands.",
|
|
39992
|
+
"complexity": "low",
|
|
39993
|
+
"complexity_notes": "GitHub v3.1 AV:N / AC:L / PR:N / UI:N - unauthenticated form-based request.",
|
|
39994
|
+
"patch_available": true,
|
|
39995
|
+
"patch_required_reboot": false,
|
|
39996
|
+
"live_patch_available": false,
|
|
39997
|
+
"live_patch_tools": [],
|
|
39998
|
+
"live_patch_notes": "Remediation is upgrading to n8n 1.121.0 or later; redeploy the instance and ensure it is not exposed unauthenticated to untrusted networks.",
|
|
39999
|
+
"vendor_update_paths": [
|
|
40000
|
+
"Upgrade n8n to 1.121.0 or later. Authenticate form-based actions, validate and confine any file path they reach, and do not expose the n8n instance to untrusted networks."
|
|
40001
|
+
],
|
|
40002
|
+
"framework_control_gaps": {
|
|
40003
|
+
"NIST-800-53-SI-10": "No input validation confines the file path reached by the form-based action (CWE-20).",
|
|
40004
|
+
"NIST-800-53-AC-3": "Access enforcement does not require authentication on a path that reaches server files.",
|
|
40005
|
+
"ISO-27001-2022-A.8.28": "Secure coding does not require validation/confinement of file paths reached by form actions.",
|
|
40006
|
+
"NIS2-Art21-network-security": "Article 21 measures do not model a workflow-automation platform's form actions as an unauthenticated file-access surface.",
|
|
40007
|
+
"DORA-Art-9": "ICT protection measures do not model unauthenticated file access in an AI-workflow platform as an ICT-risk event.",
|
|
40008
|
+
"UK-CAF-B4": "System security objective has no objective for authentication + path confinement on workflow-platform form actions.",
|
|
40009
|
+
"AU-ISM-1546": "Patch-application control does not single out AI-workflow / automation platforms.",
|
|
40010
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats a workflow-automation platform's form-action file path as an integrity boundary requiring auth + confinement."
|
|
40011
|
+
},
|
|
40012
|
+
"atlas_refs": [
|
|
40013
|
+
"AML.T0049"
|
|
40014
|
+
],
|
|
40015
|
+
"attack_refs": [
|
|
40016
|
+
"T1190",
|
|
40017
|
+
"T1213",
|
|
40018
|
+
"T1078",
|
|
40019
|
+
"T1059"
|
|
40020
|
+
],
|
|
40021
|
+
"rwep_score": 31,
|
|
40022
|
+
"rwep_factors": {
|
|
40023
|
+
"cisa_kev": 0,
|
|
40024
|
+
"poc_available": 20,
|
|
40025
|
+
"ai_factor": 0,
|
|
40026
|
+
"active_exploitation": 0,
|
|
40027
|
+
"blast_radius": 26,
|
|
40028
|
+
"patch_available": -15,
|
|
40029
|
+
"live_patch_available": 0,
|
|
40030
|
+
"reboot_required": 0
|
|
40031
|
+
},
|
|
40032
|
+
"rwep_notes": "High (RWEP 31, \"patch promptly\" band per lib/scoring.js). Not KEV (verified), no confirmed in-the-wild exploitation, patched at 1.121.0 (Hard Rule #3): poc_available=20 + blast_radius=26 (unauthenticated CVSS-10.0 arbitrary file read that the public exploit chains into admin-session forgery + Execute Command host RCE on locally deployed instances; >100k internet-reachable instances; elevated EPSS), minus patch_available 15.",
|
|
40033
|
+
"epss_score": 0.06939,
|
|
40034
|
+
"epss_date": "2026-05-26",
|
|
40035
|
+
"epss_note": "FIRST EPSS 0.06939 (91st percentile) as of 2026-05-26.",
|
|
40036
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-21858",
|
|
40037
|
+
"cwe_refs": [
|
|
40038
|
+
"CWE-20"
|
|
40039
|
+
],
|
|
40040
|
+
"iocs": {
|
|
40041
|
+
"behavioral": [
|
|
40042
|
+
"Unauthenticated n8n form-based requests that reference server file paths (../ traversal or absolute paths).",
|
|
40043
|
+
"n8n returning contents of server files (config, .env, credentials) to unauthenticated callers.",
|
|
40044
|
+
"n8n 1.65.0-1.120.x reachable unauthenticated on the network - the exposed precondition.",
|
|
40045
|
+
"n8n workflows created shortly after an unauthenticated file-read that use the Execute Command node to run host commands.",
|
|
40046
|
+
"Admin/authenticated sessions appearing without a corresponding login, consistent with a forged session derived from a leaked DB/config."
|
|
40047
|
+
],
|
|
40048
|
+
"_ioc_source_note": "Behavioral signatures anchored to the n8n GitHub Security Advisory and NVD CVE-2026-21858 (CWE-20)."
|
|
40049
|
+
},
|
|
40050
|
+
"source_verified": "2026-05-26",
|
|
40051
|
+
"verification_sources": [
|
|
40052
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2026-21858"
|
|
40053
|
+
],
|
|
40054
|
+
"vendor_advisories": [
|
|
40055
|
+
{
|
|
40056
|
+
"vendor": "GitHub Security Advisory",
|
|
40057
|
+
"advisory_id": "CVE-2026-21858",
|
|
40058
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21858",
|
|
40059
|
+
"severity": "critical",
|
|
40060
|
+
"published_date": "2026-01-08"
|
|
40061
|
+
},
|
|
40062
|
+
{
|
|
40063
|
+
"vendor": "NVD",
|
|
40064
|
+
"advisory_id": "CVE-2026-21858",
|
|
40065
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21858",
|
|
40066
|
+
"severity": "critical",
|
|
40067
|
+
"published_date": "2026-01-08"
|
|
40068
|
+
}
|
|
40069
|
+
],
|
|
40070
|
+
"last_updated": "2026-05-26",
|
|
40071
|
+
"discovery_attribution_note": "Manually curated from NVD CVE-2026-21858 (CWE-20) + the n8n GitHub Security Advisory (CNA, CVSS v3.1 10.0). n8n workflow-automation unauthenticated file access via form actions; reuses the AI-runtime-API path-traversal validation control NEW-CTRL-094.",
|
|
40072
|
+
"_auto_imported": false,
|
|
40073
|
+
"_intake_method": "manual-verified-curation",
|
|
40074
|
+
"_kev_short_description": "n8n 1.65.0-1.120.x lets an unauthenticated attacker access server files via form-based actions without path confinement (CWE-20); fixed in 1.121.0."
|
|
40075
|
+
},
|
|
40076
|
+
"CVE-2025-68668": {
|
|
40077
|
+
"name": "n8n Python Code Node Pyodide Sandbox Bypass RCE",
|
|
40078
|
+
"type": "Sandbox Escape",
|
|
40079
|
+
"cvss_score": 9.9,
|
|
40080
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
|
|
40081
|
+
"cvss_note": "GitHub (CNA) / NVD CVSS v3.1 base 9.9 (CRITICAL, scope-changed). n8n's Python Code Node runs user code in a Pyodide sandbox, but an authenticated user with permission to edit workflows bypasses the sandbox and executes code with host privileges (CWE-693 protection mechanism failure).",
|
|
40082
|
+
"cisa_kev": false,
|
|
40083
|
+
"poc_available": true,
|
|
40084
|
+
"poc_description": "Documented in the disclosing GitHub Security Advisory: a crafted Python Code Node escapes the Pyodide sandbox to the host.",
|
|
40085
|
+
"ai_discovered": false,
|
|
40086
|
+
"ai_discovery_source": "human_researcher",
|
|
40087
|
+
"ai_discovery_notes": "Disclosed via GitHub Security Advisory and enriched by NVD. The abused surface is n8n's Python Code Node (Pyodide), in a widely deployed AI-workflow / automation platform.",
|
|
40088
|
+
"ai_assisted_weaponization": false,
|
|
40089
|
+
"ai_assisted_notes": "No AI-assisted weaponization; the flaw is a sandbox-bypass (protection-mechanism failure) in a visual workflow builder's code-execution node.",
|
|
40090
|
+
"active_exploitation": "none",
|
|
40091
|
+
"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).",
|
|
40092
|
+
"affected": "n8n 1.0.0 up to before 2.0.0 (Python Code Node / Pyodide).",
|
|
40093
|
+
"affected_versions": [
|
|
40094
|
+
"n8n >= 1.0.0, < 2.0.0"
|
|
40095
|
+
],
|
|
40096
|
+
"vector": "n8n's Python Code Node executes user-supplied code inside a Pyodide sandbox, but the sandbox is bypassable, so an authenticated user with workflow-edit permission escapes it and runs code with the privileges of the n8n process (CWE-693 protection mechanism failure) - a code-node sandbox escape.",
|
|
40097
|
+
"complexity": "low",
|
|
40098
|
+
"complexity_notes": "GitHub v3.1 AV:N / AC:L / PR:L - an authenticated user who can edit a workflow.",
|
|
40099
|
+
"patch_available": true,
|
|
40100
|
+
"patch_required_reboot": false,
|
|
40101
|
+
"live_patch_available": false,
|
|
40102
|
+
"live_patch_tools": [],
|
|
40103
|
+
"live_patch_notes": "Remediation is upgrading to n8n 2.0.0 or later; redeploy the instance.",
|
|
40104
|
+
"vendor_update_paths": [
|
|
40105
|
+
"Upgrade n8n to 2.0.0 or later. Treat the code node as a code-execution sink: run it in a hardened sandbox with no host filesystem/network/process access, restrict who can edit workflows, and never expose the editor to untrusted users."
|
|
40106
|
+
],
|
|
40107
|
+
"framework_control_gaps": {
|
|
40108
|
+
"NIST-800-53-AC-3": "Access enforcement does not contain the code node to its sandbox - an editor escapes to host privileges.",
|
|
40109
|
+
"NIST-800-53-SI-3": "Malicious-code protection does not stop a sandbox-bypass in the workflow builder's code node.",
|
|
40110
|
+
"NIST-800-53-SC-39": "Process isolation does not confine the Pyodide-sandboxed code node from the host process.",
|
|
40111
|
+
"ISO-27001-2022-A.8.28": "Secure coding does not guarantee the code-node sandbox is non-bypassable.",
|
|
40112
|
+
"NIS2-Art21-network-security": "Article 21 measures do not model a workflow builder's code node as a sandbox-escape RCE surface.",
|
|
40113
|
+
"DORA-Art-9": "ICT protection measures do not model code-node sandbox escape in an AI-workflow platform as an ICT-risk event.",
|
|
40114
|
+
"UK-CAF-B4": "System security objective has no objective for non-bypassable code-node sandboxing in workflow platforms.",
|
|
40115
|
+
"AU-ISM-1546": "Patch-application control does not single out AI-workflow / automation platforms.",
|
|
40116
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats a visual workflow builder's code node as a code-execution sink requiring a non-bypassable sandbox."
|
|
40117
|
+
},
|
|
40118
|
+
"atlas_refs": [
|
|
40119
|
+
"AML.T0049"
|
|
40120
|
+
],
|
|
40121
|
+
"attack_refs": [
|
|
40122
|
+
"T1190",
|
|
40123
|
+
"T1059"
|
|
40124
|
+
],
|
|
40125
|
+
"rwep_score": 27,
|
|
40126
|
+
"rwep_factors": {
|
|
40127
|
+
"cisa_kev": 0,
|
|
40128
|
+
"poc_available": 20,
|
|
40129
|
+
"ai_factor": 0,
|
|
40130
|
+
"active_exploitation": 0,
|
|
40131
|
+
"blast_radius": 22,
|
|
40132
|
+
"patch_available": -15,
|
|
40133
|
+
"live_patch_available": 0,
|
|
40134
|
+
"reboot_required": 0
|
|
40135
|
+
},
|
|
40136
|
+
"rwep_notes": "Moderate-high (RWEP 27, \"patch within 30 days\" band per lib/scoring.js). Not KEV (verified), no confirmed in-the-wild exploitation, patched at 2.0.0 (Hard Rule #3): poc_available=20 + blast_radius=22 (authenticated code-node sandbox escape to host RCE in a widely deployed workflow builder), minus patch_available 15.",
|
|
40137
|
+
"epss_score": 0.00035,
|
|
40138
|
+
"epss_date": "2026-05-26",
|
|
40139
|
+
"epss_note": "FIRST EPSS 0.00035 (10th percentile) as of 2026-05-26.",
|
|
40140
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2025-68668",
|
|
40141
|
+
"cwe_refs": [
|
|
40142
|
+
"CWE-693"
|
|
40143
|
+
],
|
|
40144
|
+
"iocs": {
|
|
40145
|
+
"behavioral": [
|
|
40146
|
+
"n8n Python Code Node workflows containing Pyodide escape patterns (reaching the host filesystem / process from inside the sandbox).",
|
|
40147
|
+
"Process execution / host access by the n8n process originating from a Python Code Node run.",
|
|
40148
|
+
"n8n 1.x (< 2.0.0) with the Python Code Node enabled for users who can edit workflows - the exposed precondition."
|
|
40149
|
+
],
|
|
40150
|
+
"_ioc_source_note": "Behavioral signatures anchored to the n8n GitHub Security Advisory and NVD CVE-2025-68668 (CWE-693)."
|
|
40151
|
+
},
|
|
40152
|
+
"source_verified": "2026-05-26",
|
|
40153
|
+
"verification_sources": [
|
|
40154
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2025-68668"
|
|
40155
|
+
],
|
|
40156
|
+
"vendor_advisories": [
|
|
40157
|
+
{
|
|
40158
|
+
"vendor": "GitHub Security Advisory",
|
|
40159
|
+
"advisory_id": "CVE-2025-68668",
|
|
40160
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68668",
|
|
40161
|
+
"severity": "critical",
|
|
40162
|
+
"published_date": "2025-12-19"
|
|
40163
|
+
},
|
|
40164
|
+
{
|
|
40165
|
+
"vendor": "NVD",
|
|
40166
|
+
"advisory_id": "CVE-2025-68668",
|
|
40167
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68668",
|
|
40168
|
+
"severity": "critical",
|
|
40169
|
+
"published_date": "2025-12-19"
|
|
40170
|
+
}
|
|
40171
|
+
],
|
|
40172
|
+
"last_updated": "2026-05-26",
|
|
40173
|
+
"discovery_attribution_note": "Manually curated from NVD CVE-2025-68668 (CWE-693) + the n8n GitHub Security Advisory (CNA, CVSS v3.1 9.9). n8n Python Code Node Pyodide sandbox bypass; reuses the AI-app-builder execution-endpoint auth-and-sandbox control NEW-CTRL-103 (shared with the Dify code-node escape and Langflow/Flowise RCEs).",
|
|
40174
|
+
"_auto_imported": false,
|
|
40175
|
+
"_intake_method": "manual-verified-curation",
|
|
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."
|
|
39970
40177
|
}
|
|
39971
40178
|
}
|
package/data/cwe-catalog.json
CHANGED
|
@@ -56,7 +56,8 @@
|
|
|
56
56
|
"CVE-2026-32201",
|
|
57
57
|
"CVE-2026-34197",
|
|
58
58
|
"CVE-2026-6973",
|
|
59
|
-
"CVE-2025-10164"
|
|
59
|
+
"CVE-2025-10164",
|
|
60
|
+
"CVE-2026-21858"
|
|
60
61
|
],
|
|
61
62
|
"framework_controls_partially_addressing": [
|
|
62
63
|
"NIST-800-53-SI-10",
|
|
@@ -2197,7 +2198,8 @@
|
|
|
2197
2198
|
"CVE-2025-3466",
|
|
2198
2199
|
"CVE-2025-40536",
|
|
2199
2200
|
"CVE-2026-21510",
|
|
2200
|
-
"CVE-2026-21513"
|
|
2201
|
+
"CVE-2026-21513",
|
|
2202
|
+
"CVE-2025-68668"
|
|
2201
2203
|
],
|
|
2202
2204
|
"last_verified": "2026-05-18",
|
|
2203
2205
|
"notes": "Added v0.13.17 to back the UnDefend Defender update-disruption entry. CWE-693 is the canonical parent for failures-of-protection-mechanism — Defender continues running but its update mechanism has been corrupted, so the AV protection-mechanism fails silently while the host still passes 'is Defender running?' health checks."
|
|
@@ -123,7 +123,9 @@
|
|
|
123
123
|
"CVE-2026-22219",
|
|
124
124
|
"CVE-2025-51480",
|
|
125
125
|
"CVE-2025-10164",
|
|
126
|
-
"CVE-2026-5760"
|
|
126
|
+
"CVE-2026-5760",
|
|
127
|
+
"CVE-2026-21858",
|
|
128
|
+
"CVE-2025-68668"
|
|
127
129
|
],
|
|
128
130
|
"atlas_refs": [
|
|
129
131
|
"AML.T0018",
|
|
@@ -1321,7 +1323,9 @@
|
|
|
1321
1323
|
"CVE-2026-22218",
|
|
1322
1324
|
"CVE-2025-51480",
|
|
1323
1325
|
"CVE-2025-10164",
|
|
1324
|
-
"CVE-2026-5760"
|
|
1326
|
+
"CVE-2026-5760",
|
|
1327
|
+
"CVE-2026-21858",
|
|
1328
|
+
"CVE-2025-68668"
|
|
1325
1329
|
],
|
|
1326
1330
|
"atlas_refs": [
|
|
1327
1331
|
"AML.T0051",
|
|
@@ -2270,7 +2274,8 @@
|
|
|
2270
2274
|
"evidence_cves": [
|
|
2271
2275
|
"CVE-2024-21626",
|
|
2272
2276
|
"CVE-2025-22224",
|
|
2273
|
-
"CVE-2025-22225"
|
|
2277
|
+
"CVE-2025-22225",
|
|
2278
|
+
"CVE-2025-68668"
|
|
2274
2279
|
],
|
|
2275
2280
|
"atlas_refs": [],
|
|
2276
2281
|
"attack_refs": [
|
|
@@ -2443,7 +2448,8 @@
|
|
|
2443
2448
|
"CVE-2026-22219",
|
|
2444
2449
|
"CVE-2025-51480",
|
|
2445
2450
|
"CVE-2025-10164",
|
|
2446
|
-
"CVE-2026-5760"
|
|
2451
|
+
"CVE-2026-5760",
|
|
2452
|
+
"CVE-2026-21858"
|
|
2447
2453
|
],
|
|
2448
2454
|
"atlas_refs": [
|
|
2449
2455
|
"AML.T0053"
|
|
@@ -2896,7 +2902,8 @@
|
|
|
2896
2902
|
"CVE-2026-22778",
|
|
2897
2903
|
"CVE-2026-32202",
|
|
2898
2904
|
"CVE-2026-33017",
|
|
2899
|
-
"CVE-2026-33825"
|
|
2905
|
+
"CVE-2026-33825",
|
|
2906
|
+
"CVE-2025-68668"
|
|
2900
2907
|
],
|
|
2901
2908
|
"atlas_refs": [
|
|
2902
2909
|
"AML.T0017"
|
|
@@ -5234,7 +5241,9 @@
|
|
|
5234
5241
|
"CVE-2026-22219",
|
|
5235
5242
|
"CVE-2025-51480",
|
|
5236
5243
|
"CVE-2025-10164",
|
|
5237
|
-
"CVE-2026-5760"
|
|
5244
|
+
"CVE-2026-5760",
|
|
5245
|
+
"CVE-2026-21858",
|
|
5246
|
+
"CVE-2025-68668"
|
|
5238
5247
|
],
|
|
5239
5248
|
"atlas_refs": [],
|
|
5240
5249
|
"attack_refs": [
|
|
@@ -5286,7 +5295,9 @@
|
|
|
5286
5295
|
"CVE-2026-7482",
|
|
5287
5296
|
"CVE-2025-69286",
|
|
5288
5297
|
"CVE-2026-22218",
|
|
5289
|
-
"CVE-2026-22219"
|
|
5298
|
+
"CVE-2026-22219",
|
|
5299
|
+
"CVE-2026-21858",
|
|
5300
|
+
"CVE-2025-68668"
|
|
5290
5301
|
],
|
|
5291
5302
|
"atlas_refs": [
|
|
5292
5303
|
"AML.T0051"
|
|
@@ -5832,7 +5843,9 @@
|
|
|
5832
5843
|
"CVE-2026-22219",
|
|
5833
5844
|
"CVE-2025-51480",
|
|
5834
5845
|
"CVE-2025-10164",
|
|
5835
|
-
"CVE-2026-5760"
|
|
5846
|
+
"CVE-2026-5760",
|
|
5847
|
+
"CVE-2026-21858",
|
|
5848
|
+
"CVE-2025-68668"
|
|
5836
5849
|
],
|
|
5837
5850
|
"atlas_refs": [],
|
|
5838
5851
|
"attack_refs": [
|
|
@@ -5962,7 +5975,9 @@
|
|
|
5962
5975
|
"CVE-2026-22219",
|
|
5963
5976
|
"CVE-2025-51480",
|
|
5964
5977
|
"CVE-2025-10164",
|
|
5965
|
-
"CVE-2026-5760"
|
|
5978
|
+
"CVE-2026-5760",
|
|
5979
|
+
"CVE-2026-21858",
|
|
5980
|
+
"CVE-2025-68668"
|
|
5966
5981
|
],
|
|
5967
5982
|
"atlas_refs": [],
|
|
5968
5983
|
"attack_refs": [
|
|
@@ -6390,7 +6405,9 @@
|
|
|
6390
6405
|
"CVE-2026-22219",
|
|
6391
6406
|
"CVE-2025-51480",
|
|
6392
6407
|
"CVE-2025-10164",
|
|
6393
|
-
"CVE-2026-5760"
|
|
6408
|
+
"CVE-2026-5760",
|
|
6409
|
+
"CVE-2026-21858",
|
|
6410
|
+
"CVE-2025-68668"
|
|
6394
6411
|
],
|
|
6395
6412
|
"atlas_refs": [],
|
|
6396
6413
|
"attack_refs": [
|
|
@@ -17446,5 +17446,105 @@
|
|
|
17446
17446
|
],
|
|
17447
17447
|
"_auto_imported": false,
|
|
17448
17448
|
"_intake_method": "manual-verified-curation"
|
|
17449
|
+
},
|
|
17450
|
+
"CVE-2026-21858": {
|
|
17451
|
+
"name": "n8n Form-Based Unauthenticated Arbitrary File Access",
|
|
17452
|
+
"lesson_date": "2026-05-26",
|
|
17453
|
+
"attack_vector": {
|
|
17454
|
+
"description": "n8n exposes form-based actions that reach a server file-access path without authentication or path confinement, so an unauthenticated attacker reads arbitrary server files.",
|
|
17455
|
+
"privileges_required": "none (unauthenticated)",
|
|
17456
|
+
"complexity": "low",
|
|
17457
|
+
"ai_factor": "The abused surface is n8n, an AI-workflow / automation platform. The lesson: every form/automation action that can reach the filesystem must be authenticated and its path confined - workflow platforms are high-value because their workflows hold credentials."
|
|
17458
|
+
},
|
|
17459
|
+
"framework_coverage": {
|
|
17460
|
+
"NIST-800-53-SI-10": {
|
|
17461
|
+
"covered": true,
|
|
17462
|
+
"adequate": false,
|
|
17463
|
+
"gap": "No input validation confines the file path reached by the form-based action."
|
|
17464
|
+
},
|
|
17465
|
+
"NIST-800-53-AC-3": {
|
|
17466
|
+
"covered": true,
|
|
17467
|
+
"adequate": false,
|
|
17468
|
+
"gap": "Access enforcement does not require authentication on a path that reaches server files."
|
|
17469
|
+
},
|
|
17470
|
+
"ALL-AI-PIPELINE-INTEGRITY": {
|
|
17471
|
+
"covered": false,
|
|
17472
|
+
"adequate": false,
|
|
17473
|
+
"gap": "No framework treats a workflow platform's form-action file path as an integrity boundary requiring auth + confinement."
|
|
17474
|
+
}
|
|
17475
|
+
},
|
|
17476
|
+
"compliance_exposure_score": {
|
|
17477
|
+
"percent_audit_passing_orgs_still_exposed": 79,
|
|
17478
|
+
"basis": "Workflow-automation platforms expose form/automation actions on trusted-network assumptions; path confinement + auth on file-reaching actions are rarely audited.",
|
|
17479
|
+
"theater_pattern": "ai_workflow_unauth_file_access"
|
|
17480
|
+
},
|
|
17481
|
+
"ai_discovered_zeroday": false,
|
|
17482
|
+
"ai_discovery_source": "human_researcher",
|
|
17483
|
+
"ai_assist_factor": "none",
|
|
17484
|
+
"new_control_requirements": [
|
|
17485
|
+
{
|
|
17486
|
+
"id": "NEW-CTRL-094",
|
|
17487
|
+
"name": "AI-RUNTIME-API-PATH-TRAVERSAL-VALIDATION",
|
|
17488
|
+
"description": "An AI application or workflow platform's file/path-bearing inputs (upload filenames, model-embedded paths, element/document paths, form-action paths, API route parameters) must be authenticated, canonicalized, and confined to an allowlisted base directory before any filesystem access - including non-ASCII / encoding transforms. The distinguishing test: send an unauthenticated request whose path decodes to ../ traversal or an absolute path on a staging instance and confirm it is refused, not read or written outside the intended directory.",
|
|
17489
|
+
"evidence": "https://nvd.nist.gov/vuln/detail/CVE-2026-21858",
|
|
17490
|
+
"gap_closes": [
|
|
17491
|
+
"NIST-800-53-SI-2",
|
|
17492
|
+
"NIST-800-53-SI-10",
|
|
17493
|
+
"ALL-AI-PIPELINE-INTEGRITY"
|
|
17494
|
+
]
|
|
17495
|
+
}
|
|
17496
|
+
],
|
|
17497
|
+
"_auto_imported": false,
|
|
17498
|
+
"_intake_method": "manual-verified-curation"
|
|
17499
|
+
},
|
|
17500
|
+
"CVE-2025-68668": {
|
|
17501
|
+
"name": "n8n Python Code Node Pyodide Sandbox Bypass RCE",
|
|
17502
|
+
"lesson_date": "2026-05-26",
|
|
17503
|
+
"attack_vector": {
|
|
17504
|
+
"description": "n8n's Python Code Node runs user code in a Pyodide sandbox that is bypassable, so an authenticated workflow editor escapes it and executes code with host privileges.",
|
|
17505
|
+
"privileges_required": "low (authenticated user who can edit workflows)",
|
|
17506
|
+
"complexity": "low",
|
|
17507
|
+
"ai_factor": "The abused surface is n8n's code node, in an AI-workflow / automation builder. The lesson: a visual builder's code node is a code-execution sink - it must run in a non-bypassable, host-isolated sandbox, and workflow-edit permission must be tightly scoped."
|
|
17508
|
+
},
|
|
17509
|
+
"framework_coverage": {
|
|
17510
|
+
"NIST-800-53-AC-3": {
|
|
17511
|
+
"covered": true,
|
|
17512
|
+
"adequate": false,
|
|
17513
|
+
"gap": "Access enforcement does not contain the code node to its sandbox."
|
|
17514
|
+
},
|
|
17515
|
+
"NIST-800-53-SI-3": {
|
|
17516
|
+
"covered": true,
|
|
17517
|
+
"adequate": false,
|
|
17518
|
+
"gap": "Malicious-code protection does not stop a sandbox bypass in the code node."
|
|
17519
|
+
},
|
|
17520
|
+
"ALL-AI-PIPELINE-INTEGRITY": {
|
|
17521
|
+
"covered": false,
|
|
17522
|
+
"adequate": false,
|
|
17523
|
+
"gap": "No framework treats a workflow builder's code node as a code-execution sink requiring a non-bypassable sandbox."
|
|
17524
|
+
}
|
|
17525
|
+
},
|
|
17526
|
+
"compliance_exposure_score": {
|
|
17527
|
+
"percent_audit_passing_orgs_still_exposed": 81,
|
|
17528
|
+
"basis": "Visual workflow builders ship code nodes with in-process sandboxes (Pyodide/vm) that are bypassable; sandbox non-bypassability is rarely audited.",
|
|
17529
|
+
"theater_pattern": "ai_app_builder_code_node_sandbox_escape"
|
|
17530
|
+
},
|
|
17531
|
+
"ai_discovered_zeroday": false,
|
|
17532
|
+
"ai_discovery_source": "human_researcher",
|
|
17533
|
+
"ai_assist_factor": "none",
|
|
17534
|
+
"new_control_requirements": [
|
|
17535
|
+
{
|
|
17536
|
+
"id": "NEW-CTRL-103",
|
|
17537
|
+
"name": "AI-APP-BUILDER-EXECUTION-ENDPOINT-AUTH-AND-SANDBOX",
|
|
17538
|
+
"description": "A visual LLM app/agent/workflow builder (Langflow, Flowise, Dify, n8n, and similar) must authenticate every endpoint that can reach a code-execution path and must never run flow/workflow-supplied code through a dynamic-evaluation path with host privileges. Sandbox any code the platform executes on a user's behalf in a non-bypassable, host-isolated environment (no filesystem/network/process access beyond intent), and scope workflow-edit permission tightly. The distinguishing test: run a code node that attempts a host action (shell/network/filesystem) on a staging instance and confirm the sandbox refuses it - an in-process sandbox (Pyodide/vm) that is bypassable still permits RCE.",
|
|
17539
|
+
"evidence": "https://nvd.nist.gov/vuln/detail/CVE-2025-68668",
|
|
17540
|
+
"gap_closes": [
|
|
17541
|
+
"NIST-800-53-AC-3",
|
|
17542
|
+
"NIST-800-53-SI-3",
|
|
17543
|
+
"ALL-AI-PIPELINE-INTEGRITY"
|
|
17544
|
+
]
|
|
17545
|
+
}
|
|
17546
|
+
],
|
|
17547
|
+
"_auto_imported": false,
|
|
17548
|
+
"_intake_method": "manual-verified-curation"
|
|
17449
17549
|
}
|
|
17450
17550
|
}
|