@blamejs/exceptd-skills 0.13.122 → 0.13.124
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 +1033 -0
- package/data/atlas-ttps.json +4 -1
- package/data/attack-techniques.json +11 -4
- package/data/cve-catalog.json +308 -0
- package/data/cwe-catalog.json +6 -3
- package/data/framework-control-gaps.json +35 -10
- 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
|
@@ -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,10 @@
|
|
|
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",
|
|
1116
|
+
"CVE-2024-31462"
|
|
1111
1117
|
],
|
|
1112
1118
|
"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
1119
|
"platforms": [
|
|
@@ -1334,7 +1340,8 @@
|
|
|
1334
1340
|
"cve_refs": [
|
|
1335
1341
|
"CVE-2026-41950",
|
|
1336
1342
|
"CVE-2024-12450",
|
|
1337
|
-
"CVE-2026-22218"
|
|
1343
|
+
"CVE-2026-22218",
|
|
1344
|
+
"CVE-2026-21858"
|
|
1338
1345
|
]
|
|
1339
1346
|
},
|
|
1340
1347
|
"T1485": {
|
package/data/cve-catalog.json
CHANGED
|
@@ -39967,5 +39967,313 @@
|
|
|
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."
|
|
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."
|
|
39970
40278
|
}
|
|
39971
40279
|
}
|
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",
|
|
@@ -116,7 +117,8 @@
|
|
|
116
117
|
"CVE-2026-25592",
|
|
117
118
|
"CVE-2026-34926",
|
|
118
119
|
"CVE-2026-22218",
|
|
119
|
-
"CVE-2025-51480"
|
|
120
|
+
"CVE-2025-51480",
|
|
121
|
+
"CVE-2024-31462"
|
|
120
122
|
],
|
|
121
123
|
"framework_controls_partially_addressing": [
|
|
122
124
|
"NIST-800-53-AC-3",
|
|
@@ -2197,7 +2199,8 @@
|
|
|
2197
2199
|
"CVE-2025-3466",
|
|
2198
2200
|
"CVE-2025-40536",
|
|
2199
2201
|
"CVE-2026-21510",
|
|
2200
|
-
"CVE-2026-21513"
|
|
2202
|
+
"CVE-2026-21513",
|
|
2203
|
+
"CVE-2025-68668"
|
|
2201
2204
|
],
|
|
2202
2205
|
"last_verified": "2026-05-18",
|
|
2203
2206
|
"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,10 @@
|
|
|
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",
|
|
129
|
+
"CVE-2024-31462"
|
|
127
130
|
],
|
|
128
131
|
"atlas_refs": [
|
|
129
132
|
"AML.T0018",
|
|
@@ -1321,7 +1324,10 @@
|
|
|
1321
1324
|
"CVE-2026-22218",
|
|
1322
1325
|
"CVE-2025-51480",
|
|
1323
1326
|
"CVE-2025-10164",
|
|
1324
|
-
"CVE-2026-5760"
|
|
1327
|
+
"CVE-2026-5760",
|
|
1328
|
+
"CVE-2026-21858",
|
|
1329
|
+
"CVE-2025-68668",
|
|
1330
|
+
"CVE-2024-31462"
|
|
1325
1331
|
],
|
|
1326
1332
|
"atlas_refs": [
|
|
1327
1333
|
"AML.T0051",
|
|
@@ -2270,7 +2276,8 @@
|
|
|
2270
2276
|
"evidence_cves": [
|
|
2271
2277
|
"CVE-2024-21626",
|
|
2272
2278
|
"CVE-2025-22224",
|
|
2273
|
-
"CVE-2025-22225"
|
|
2279
|
+
"CVE-2025-22225",
|
|
2280
|
+
"CVE-2025-68668"
|
|
2274
2281
|
],
|
|
2275
2282
|
"atlas_refs": [],
|
|
2276
2283
|
"attack_refs": [
|
|
@@ -2443,7 +2450,9 @@
|
|
|
2443
2450
|
"CVE-2026-22219",
|
|
2444
2451
|
"CVE-2025-51480",
|
|
2445
2452
|
"CVE-2025-10164",
|
|
2446
|
-
"CVE-2026-5760"
|
|
2453
|
+
"CVE-2026-5760",
|
|
2454
|
+
"CVE-2026-21858",
|
|
2455
|
+
"CVE-2024-31462"
|
|
2447
2456
|
],
|
|
2448
2457
|
"atlas_refs": [
|
|
2449
2458
|
"AML.T0053"
|
|
@@ -2896,7 +2905,8 @@
|
|
|
2896
2905
|
"CVE-2026-22778",
|
|
2897
2906
|
"CVE-2026-32202",
|
|
2898
2907
|
"CVE-2026-33017",
|
|
2899
|
-
"CVE-2026-33825"
|
|
2908
|
+
"CVE-2026-33825",
|
|
2909
|
+
"CVE-2025-68668"
|
|
2900
2910
|
],
|
|
2901
2911
|
"atlas_refs": [
|
|
2902
2912
|
"AML.T0017"
|
|
@@ -5234,7 +5244,10 @@
|
|
|
5234
5244
|
"CVE-2026-22219",
|
|
5235
5245
|
"CVE-2025-51480",
|
|
5236
5246
|
"CVE-2025-10164",
|
|
5237
|
-
"CVE-2026-5760"
|
|
5247
|
+
"CVE-2026-5760",
|
|
5248
|
+
"CVE-2026-21858",
|
|
5249
|
+
"CVE-2025-68668",
|
|
5250
|
+
"CVE-2024-31462"
|
|
5238
5251
|
],
|
|
5239
5252
|
"atlas_refs": [],
|
|
5240
5253
|
"attack_refs": [
|
|
@@ -5286,7 +5299,10 @@
|
|
|
5286
5299
|
"CVE-2026-7482",
|
|
5287
5300
|
"CVE-2025-69286",
|
|
5288
5301
|
"CVE-2026-22218",
|
|
5289
|
-
"CVE-2026-22219"
|
|
5302
|
+
"CVE-2026-22219",
|
|
5303
|
+
"CVE-2026-21858",
|
|
5304
|
+
"CVE-2025-68668",
|
|
5305
|
+
"CVE-2024-31462"
|
|
5290
5306
|
],
|
|
5291
5307
|
"atlas_refs": [
|
|
5292
5308
|
"AML.T0051"
|
|
@@ -5832,7 +5848,10 @@
|
|
|
5832
5848
|
"CVE-2026-22219",
|
|
5833
5849
|
"CVE-2025-51480",
|
|
5834
5850
|
"CVE-2025-10164",
|
|
5835
|
-
"CVE-2026-5760"
|
|
5851
|
+
"CVE-2026-5760",
|
|
5852
|
+
"CVE-2026-21858",
|
|
5853
|
+
"CVE-2025-68668",
|
|
5854
|
+
"CVE-2024-31462"
|
|
5836
5855
|
],
|
|
5837
5856
|
"atlas_refs": [],
|
|
5838
5857
|
"attack_refs": [
|
|
@@ -5962,7 +5981,10 @@
|
|
|
5962
5981
|
"CVE-2026-22219",
|
|
5963
5982
|
"CVE-2025-51480",
|
|
5964
5983
|
"CVE-2025-10164",
|
|
5965
|
-
"CVE-2026-5760"
|
|
5984
|
+
"CVE-2026-5760",
|
|
5985
|
+
"CVE-2026-21858",
|
|
5986
|
+
"CVE-2025-68668",
|
|
5987
|
+
"CVE-2024-31462"
|
|
5966
5988
|
],
|
|
5967
5989
|
"atlas_refs": [],
|
|
5968
5990
|
"attack_refs": [
|
|
@@ -6390,7 +6412,10 @@
|
|
|
6390
6412
|
"CVE-2026-22219",
|
|
6391
6413
|
"CVE-2025-51480",
|
|
6392
6414
|
"CVE-2025-10164",
|
|
6393
|
-
"CVE-2026-5760"
|
|
6415
|
+
"CVE-2026-5760",
|
|
6416
|
+
"CVE-2026-21858",
|
|
6417
|
+
"CVE-2025-68668",
|
|
6418
|
+
"CVE-2024-31462"
|
|
6394
6419
|
],
|
|
6395
6420
|
"atlas_refs": [],
|
|
6396
6421
|
"attack_refs": [
|