@blamejs/exceptd-skills 0.13.125 → 0.14.0
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/AGENTS.md +2 -2
- package/CHANGELOG.md +24 -0
- package/README.md +12 -9
- package/bin/exceptd.js +142 -35
- 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 +375 -0
- package/data/atlas-ttps.json +2 -1
- package/data/attack-techniques.json +4 -2
- package/data/cve-catalog.json +104 -0
- package/data/cwe-catalog.json +4 -2
- package/data/framework-control-gaps.json +18 -9
- package/data/playbooks/citation-hygiene.json +820 -0
- package/data/zeroday-lessons.json +50 -0
- package/lib/collectors/cicd-pipeline-compromise.js +10 -1
- package/lib/collectors/citation-hygiene.js +465 -0
- package/lib/collectors/containers.js +12 -7
- package/lib/collectors/crypto-codebase.js +11 -5
- package/lib/collectors/library-author.js +82 -10
- package/lib/collectors/scan-excludes.js +85 -0
- package/lib/collectors/secrets.js +10 -6
- package/lib/flag-suggest.js +2 -2
- package/lib/refresh-external.js +15 -0
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +91 -46
- package/scripts/check-agents-md-collectors.js +8 -0
|
@@ -76868,6 +76868,360 @@
|
|
|
76868
76868
|
]
|
|
76869
76869
|
}
|
|
76870
76870
|
},
|
|
76871
|
+
"CVE-2026-21877": {
|
|
76872
|
+
"name": "n8n Git Node Arbitrary File Write Authenticated RCE",
|
|
76873
|
+
"rwep": 29,
|
|
76874
|
+
"cvss": 9.9,
|
|
76875
|
+
"cisa_kev": false,
|
|
76876
|
+
"epss_score": 0.10735,
|
|
76877
|
+
"referencing_skills": [
|
|
76878
|
+
"ai-attack-surface",
|
|
76879
|
+
"compliance-theater",
|
|
76880
|
+
"rag-pipeline-security",
|
|
76881
|
+
"ai-c2-detection",
|
|
76882
|
+
"threat-modeling-methodology",
|
|
76883
|
+
"webapp-security",
|
|
76884
|
+
"api-security",
|
|
76885
|
+
"container-runtime-security",
|
|
76886
|
+
"email-security-anti-phishing"
|
|
76887
|
+
],
|
|
76888
|
+
"chain": {
|
|
76889
|
+
"cwes": [
|
|
76890
|
+
{
|
|
76891
|
+
"id": "CWE-1039",
|
|
76892
|
+
"name": "Automated Recognition Mechanism with Inadequate Detection or Handling of Adversarial Input Perturbations",
|
|
76893
|
+
"category": "AI/ML"
|
|
76894
|
+
},
|
|
76895
|
+
{
|
|
76896
|
+
"id": "CWE-1188",
|
|
76897
|
+
"name": "Initialization of a Resource with an Insecure Default",
|
|
76898
|
+
"category": "Configuration"
|
|
76899
|
+
},
|
|
76900
|
+
{
|
|
76901
|
+
"id": "CWE-1395",
|
|
76902
|
+
"name": "Dependency on Vulnerable Third-Party Component",
|
|
76903
|
+
"category": "Supply Chain"
|
|
76904
|
+
},
|
|
76905
|
+
{
|
|
76906
|
+
"id": "CWE-1426",
|
|
76907
|
+
"name": "Improper Validation of Generative AI Output",
|
|
76908
|
+
"category": "AI/ML"
|
|
76909
|
+
},
|
|
76910
|
+
{
|
|
76911
|
+
"id": "CWE-200",
|
|
76912
|
+
"name": "Exposure of Sensitive Information to an Unauthorized Actor",
|
|
76913
|
+
"category": "Information Exposure"
|
|
76914
|
+
},
|
|
76915
|
+
{
|
|
76916
|
+
"id": "CWE-22",
|
|
76917
|
+
"name": "Improper Limitation of a Pathname to a Restricted Directory (Path Traversal)",
|
|
76918
|
+
"category": "Path/Resource"
|
|
76919
|
+
},
|
|
76920
|
+
{
|
|
76921
|
+
"id": "CWE-269",
|
|
76922
|
+
"name": "Improper Privilege Management",
|
|
76923
|
+
"category": "Authorization"
|
|
76924
|
+
},
|
|
76925
|
+
{
|
|
76926
|
+
"id": "CWE-287",
|
|
76927
|
+
"name": "Improper Authentication",
|
|
76928
|
+
"category": "Authentication"
|
|
76929
|
+
},
|
|
76930
|
+
{
|
|
76931
|
+
"id": "CWE-352",
|
|
76932
|
+
"name": "Cross-Site Request Forgery (CSRF)",
|
|
76933
|
+
"category": "Session"
|
|
76934
|
+
},
|
|
76935
|
+
{
|
|
76936
|
+
"id": "CWE-434",
|
|
76937
|
+
"name": "Unrestricted Upload of File with Dangerous Type",
|
|
76938
|
+
"category": "File Handling"
|
|
76939
|
+
},
|
|
76940
|
+
{
|
|
76941
|
+
"id": "CWE-502",
|
|
76942
|
+
"name": "Deserialization of Untrusted Data",
|
|
76943
|
+
"category": "Serialization"
|
|
76944
|
+
},
|
|
76945
|
+
{
|
|
76946
|
+
"id": "CWE-732",
|
|
76947
|
+
"name": "Incorrect Permission Assignment for Critical Resource",
|
|
76948
|
+
"category": "Authorization"
|
|
76949
|
+
},
|
|
76950
|
+
{
|
|
76951
|
+
"id": "CWE-77",
|
|
76952
|
+
"name": "Improper Neutralization of Special Elements used in a Command (Command Injection)",
|
|
76953
|
+
"category": "Injection"
|
|
76954
|
+
},
|
|
76955
|
+
{
|
|
76956
|
+
"id": "CWE-78",
|
|
76957
|
+
"name": "Improper Neutralization of Special Elements used in an OS Command (OS Command Injection)",
|
|
76958
|
+
"category": "Injection"
|
|
76959
|
+
},
|
|
76960
|
+
{
|
|
76961
|
+
"id": "CWE-787",
|
|
76962
|
+
"name": "Out-of-bounds Write",
|
|
76963
|
+
"category": "Memory Safety"
|
|
76964
|
+
},
|
|
76965
|
+
{
|
|
76966
|
+
"id": "CWE-79",
|
|
76967
|
+
"name": "Improper Neutralization of Input During Web Page Generation (Cross-site Scripting)",
|
|
76968
|
+
"category": "Injection"
|
|
76969
|
+
},
|
|
76970
|
+
{
|
|
76971
|
+
"id": "CWE-862",
|
|
76972
|
+
"name": "Missing Authorization",
|
|
76973
|
+
"category": "Authorization"
|
|
76974
|
+
},
|
|
76975
|
+
{
|
|
76976
|
+
"id": "CWE-863",
|
|
76977
|
+
"name": "Incorrect Authorization",
|
|
76978
|
+
"category": "Authorization"
|
|
76979
|
+
},
|
|
76980
|
+
{
|
|
76981
|
+
"id": "CWE-89",
|
|
76982
|
+
"name": "Improper Neutralization of Special Elements used in an SQL Command (SQL Injection)",
|
|
76983
|
+
"category": "Injection"
|
|
76984
|
+
},
|
|
76985
|
+
{
|
|
76986
|
+
"id": "CWE-918",
|
|
76987
|
+
"name": "Server-Side Request Forgery (SSRF)",
|
|
76988
|
+
"category": "Network"
|
|
76989
|
+
},
|
|
76990
|
+
{
|
|
76991
|
+
"id": "CWE-94",
|
|
76992
|
+
"name": "Improper Control of Generation of Code (Code Injection)",
|
|
76993
|
+
"category": "Injection"
|
|
76994
|
+
}
|
|
76995
|
+
],
|
|
76996
|
+
"atlas": [
|
|
76997
|
+
{
|
|
76998
|
+
"id": "AML.T0010",
|
|
76999
|
+
"name": "ML Supply Chain Compromise",
|
|
77000
|
+
"tactic": "Initial Access"
|
|
77001
|
+
},
|
|
77002
|
+
{
|
|
77003
|
+
"id": "AML.T0016",
|
|
77004
|
+
"name": "Obtain Capabilities: Develop Capabilities",
|
|
77005
|
+
"tactic": "Resource Development"
|
|
77006
|
+
},
|
|
77007
|
+
{
|
|
77008
|
+
"id": "AML.T0017",
|
|
77009
|
+
"name": "Discover ML Model Ontology",
|
|
77010
|
+
"tactic": "Discovery"
|
|
77011
|
+
},
|
|
77012
|
+
{
|
|
77013
|
+
"id": "AML.T0018",
|
|
77014
|
+
"name": "Backdoor ML Model",
|
|
77015
|
+
"tactic": "Persistence"
|
|
77016
|
+
},
|
|
77017
|
+
{
|
|
77018
|
+
"id": "AML.T0020",
|
|
77019
|
+
"name": "Poison Training Data",
|
|
77020
|
+
"tactic": "ML Attack Staging"
|
|
77021
|
+
},
|
|
77022
|
+
{
|
|
77023
|
+
"id": "AML.T0043",
|
|
77024
|
+
"name": "Craft Adversarial Data",
|
|
77025
|
+
"tactic": "ML Attack Staging"
|
|
77026
|
+
},
|
|
77027
|
+
{
|
|
77028
|
+
"id": "AML.T0051",
|
|
77029
|
+
"name": "LLM Prompt Injection",
|
|
77030
|
+
"tactic": "Execution"
|
|
77031
|
+
},
|
|
77032
|
+
{
|
|
77033
|
+
"id": "AML.T0054",
|
|
77034
|
+
"name": "LLM Jailbreak",
|
|
77035
|
+
"tactic": "Defense Evasion"
|
|
77036
|
+
},
|
|
77037
|
+
{
|
|
77038
|
+
"id": "AML.T0096",
|
|
77039
|
+
"name": "AI API as Covert C2 Channel",
|
|
77040
|
+
"tactic": "Command and Control"
|
|
77041
|
+
}
|
|
77042
|
+
],
|
|
77043
|
+
"d3fend": [
|
|
77044
|
+
{
|
|
77045
|
+
"id": "D3-CA",
|
|
77046
|
+
"name": "Certificate Analysis",
|
|
77047
|
+
"tactic": "Detect"
|
|
77048
|
+
},
|
|
77049
|
+
{
|
|
77050
|
+
"id": "D3-CSPP",
|
|
77051
|
+
"name": "Client-server Payload Profiling",
|
|
77052
|
+
"tactic": "Detect"
|
|
77053
|
+
},
|
|
77054
|
+
{
|
|
77055
|
+
"id": "D3-DA",
|
|
77056
|
+
"name": "Domain Analysis",
|
|
77057
|
+
"tactic": "Detect"
|
|
77058
|
+
},
|
|
77059
|
+
{
|
|
77060
|
+
"id": "D3-IOPR",
|
|
77061
|
+
"name": "Input/Output Profiling Resource",
|
|
77062
|
+
"tactic": "Detect"
|
|
77063
|
+
},
|
|
77064
|
+
{
|
|
77065
|
+
"id": "D3-NI",
|
|
77066
|
+
"name": "Network Isolation",
|
|
77067
|
+
"tactic": "Isolate"
|
|
77068
|
+
},
|
|
77069
|
+
{
|
|
77070
|
+
"id": "D3-NTA",
|
|
77071
|
+
"name": "Network Traffic Analysis",
|
|
77072
|
+
"tactic": "Detect"
|
|
77073
|
+
},
|
|
77074
|
+
{
|
|
77075
|
+
"id": "D3-NTPM",
|
|
77076
|
+
"name": "Network Traffic Policy Mapping",
|
|
77077
|
+
"tactic": "Model"
|
|
77078
|
+
}
|
|
77079
|
+
],
|
|
77080
|
+
"framework_gaps": [
|
|
77081
|
+
{
|
|
77082
|
+
"id": "ALL-AI-PIPELINE-INTEGRITY",
|
|
77083
|
+
"framework": "ALL",
|
|
77084
|
+
"control_name": "AI Pipeline Integrity"
|
|
77085
|
+
},
|
|
77086
|
+
{
|
|
77087
|
+
"id": "ALL-PROMPT-INJECTION-ACCESS-CONTROL",
|
|
77088
|
+
"framework": "ALL",
|
|
77089
|
+
"control_name": "Prompt Injection as Access Control Failure"
|
|
77090
|
+
},
|
|
77091
|
+
{
|
|
77092
|
+
"id": "CMMC-2.0-Level-2",
|
|
77093
|
+
"framework": "CMMC 2.0 (Cybersecurity Maturity Model Certification) Level 2",
|
|
77094
|
+
"control_name": "Level 2 — Advanced (110 NIST 800-171 Rev 2 controls)"
|
|
77095
|
+
},
|
|
77096
|
+
{
|
|
77097
|
+
"id": "FedRAMP-Rev5-Moderate",
|
|
77098
|
+
"framework": "FedRAMP Rev 5 Moderate",
|
|
77099
|
+
"control_name": "FedRAMP Moderate baseline (NIST 800-53 Rev 5 tailoring)"
|
|
77100
|
+
},
|
|
77101
|
+
{
|
|
77102
|
+
"id": "ISO-27001-2022-A.8.16",
|
|
77103
|
+
"framework": "ISO/IEC 27001:2022",
|
|
77104
|
+
"control_name": "Monitoring activities"
|
|
77105
|
+
},
|
|
77106
|
+
{
|
|
77107
|
+
"id": "ISO-27001-2022-A.8.28",
|
|
77108
|
+
"framework": "ISO/IEC 27001:2022",
|
|
77109
|
+
"control_name": "Secure coding"
|
|
77110
|
+
},
|
|
77111
|
+
{
|
|
77112
|
+
"id": "ISO-IEC-23894-2023-clause-7",
|
|
77113
|
+
"framework": "ISO/IEC 23894:2023 (AI Risk Management Guidance)",
|
|
77114
|
+
"control_name": "AI risk management process"
|
|
77115
|
+
},
|
|
77116
|
+
{
|
|
77117
|
+
"id": "ISO-IEC-42001-2023-clause-6.1.2",
|
|
77118
|
+
"framework": "ISO/IEC 42001:2023 (AI Management System)",
|
|
77119
|
+
"control_name": "AI risk assessment"
|
|
77120
|
+
},
|
|
77121
|
+
{
|
|
77122
|
+
"id": "NIST-800-218-SSDF",
|
|
77123
|
+
"framework": "NIST SP 800-218 (Secure Software Development Framework v1.1)",
|
|
77124
|
+
"control_name": "Secure Software Development Framework"
|
|
77125
|
+
},
|
|
77126
|
+
{
|
|
77127
|
+
"id": "NIST-800-53-AC-2",
|
|
77128
|
+
"framework": "NIST SP 800-53 Rev 5",
|
|
77129
|
+
"control_name": "Account Management"
|
|
77130
|
+
},
|
|
77131
|
+
{
|
|
77132
|
+
"id": "NIST-800-53-CM-7",
|
|
77133
|
+
"framework": "NIST SP 800-53 Rev 5",
|
|
77134
|
+
"control_name": "Least Functionality"
|
|
77135
|
+
},
|
|
77136
|
+
{
|
|
77137
|
+
"id": "NIST-800-53-SC-7",
|
|
77138
|
+
"framework": "NIST SP 800-53 Rev 5",
|
|
77139
|
+
"control_name": "Boundary Protection"
|
|
77140
|
+
},
|
|
77141
|
+
{
|
|
77142
|
+
"id": "NIST-800-53-SI-12",
|
|
77143
|
+
"framework": "NIST SP 800-53 Rev 5",
|
|
77144
|
+
"control_name": "Information Management and Retention"
|
|
77145
|
+
},
|
|
77146
|
+
{
|
|
77147
|
+
"id": "NIST-800-53-SI-3",
|
|
77148
|
+
"framework": "NIST SP 800-53 Rev 5",
|
|
77149
|
+
"control_name": "Malicious Code Protection"
|
|
77150
|
+
},
|
|
77151
|
+
{
|
|
77152
|
+
"id": "NIST-AI-RMF-MEASURE-2.5",
|
|
77153
|
+
"framework": "NIST AI RMF 1.0",
|
|
77154
|
+
"control_name": "AI system to human interaction evaluation"
|
|
77155
|
+
},
|
|
77156
|
+
{
|
|
77157
|
+
"id": "OWASP-ASVS-v5.0-V14",
|
|
77158
|
+
"framework": "OWASP ASVS v5.0",
|
|
77159
|
+
"control_name": "Configuration verification"
|
|
77160
|
+
},
|
|
77161
|
+
{
|
|
77162
|
+
"id": "OWASP-LLM-Top-10-2025-LLM01",
|
|
77163
|
+
"framework": "OWASP Top 10 for LLM Applications 2025",
|
|
77164
|
+
"control_name": "Prompt Injection"
|
|
77165
|
+
},
|
|
77166
|
+
{
|
|
77167
|
+
"id": "OWASP-LLM-Top-10-2025-LLM02",
|
|
77168
|
+
"framework": "OWASP Top 10 for LLM Applications 2025",
|
|
77169
|
+
"control_name": "Sensitive Information Disclosure"
|
|
77170
|
+
},
|
|
77171
|
+
{
|
|
77172
|
+
"id": "OWASP-LLM-Top-10-2025-LLM08",
|
|
77173
|
+
"framework": "OWASP Top 10 for LLM Applications 2025",
|
|
77174
|
+
"control_name": "Vector and Embedding Weaknesses"
|
|
77175
|
+
},
|
|
77176
|
+
{
|
|
77177
|
+
"id": "SLSA-v1.0-Build-L3",
|
|
77178
|
+
"framework": "SLSA v1.0 (Supply-chain Levels for Software Artifacts) — Build Track",
|
|
77179
|
+
"control_name": "Hardened build platform with non-falsifiable provenance"
|
|
77180
|
+
},
|
|
77181
|
+
{
|
|
77182
|
+
"id": "SOC2-CC6-logical-access",
|
|
77183
|
+
"framework": "SOC 2 (AICPA Trust Services Criteria)",
|
|
77184
|
+
"control_name": "Logical and Physical Access Controls"
|
|
77185
|
+
},
|
|
77186
|
+
{
|
|
77187
|
+
"id": "SOC2-CC7-anomaly-detection",
|
|
77188
|
+
"framework": "SOC 2 (AICPA Trust Services Criteria)",
|
|
77189
|
+
"control_name": "System Operations — Threat and Vulnerability Management"
|
|
77190
|
+
}
|
|
77191
|
+
],
|
|
77192
|
+
"attack_refs": [
|
|
77193
|
+
"T1059",
|
|
77194
|
+
"T1068",
|
|
77195
|
+
"T1071",
|
|
77196
|
+
"T1078",
|
|
77197
|
+
"T1102",
|
|
77198
|
+
"T1190",
|
|
77199
|
+
"T1505",
|
|
77200
|
+
"T1565",
|
|
77201
|
+
"T1566",
|
|
77202
|
+
"T1566.001",
|
|
77203
|
+
"T1566.002",
|
|
77204
|
+
"T1566.003",
|
|
77205
|
+
"T1567",
|
|
77206
|
+
"T1568",
|
|
77207
|
+
"T1610",
|
|
77208
|
+
"T1611"
|
|
77209
|
+
],
|
|
77210
|
+
"rfc_refs": [
|
|
77211
|
+
"RFC-6749",
|
|
77212
|
+
"RFC-7519",
|
|
77213
|
+
"RFC-8032",
|
|
77214
|
+
"RFC-8446",
|
|
77215
|
+
"RFC-8725",
|
|
77216
|
+
"RFC-9000",
|
|
77217
|
+
"RFC-9114",
|
|
77218
|
+
"RFC-9180",
|
|
77219
|
+
"RFC-9421",
|
|
77220
|
+
"RFC-9458",
|
|
77221
|
+
"RFC-9700"
|
|
77222
|
+
]
|
|
77223
|
+
}
|
|
77224
|
+
},
|
|
76871
77225
|
"CWE-20": {
|
|
76872
77226
|
"name": "Improper Input Validation",
|
|
76873
77227
|
"category": "Validation",
|
|
@@ -77207,6 +77561,7 @@
|
|
|
77207
77561
|
"CVE-2025-8747",
|
|
77208
77562
|
"CVE-2026-0766",
|
|
77209
77563
|
"CVE-2026-21858",
|
|
77564
|
+
"CVE-2026-21877",
|
|
77210
77565
|
"CVE-2026-22218",
|
|
77211
77566
|
"CVE-2026-22252",
|
|
77212
77567
|
"CVE-2026-22688",
|
|
@@ -77446,6 +77801,7 @@
|
|
|
77446
77801
|
"CVE-2025-68668",
|
|
77447
77802
|
"CVE-2025-6965",
|
|
77448
77803
|
"CVE-2026-21858",
|
|
77804
|
+
"CVE-2026-21877",
|
|
77449
77805
|
"CVE-2026-22218",
|
|
77450
77806
|
"CVE-2026-30615",
|
|
77451
77807
|
"CVE-2026-30623",
|
|
@@ -77657,6 +78013,7 @@
|
|
|
77657
78013
|
"CVE-2025-8747",
|
|
77658
78014
|
"CVE-2026-0766",
|
|
77659
78015
|
"CVE-2026-21858",
|
|
78016
|
+
"CVE-2026-21877",
|
|
77660
78017
|
"CVE-2026-22218",
|
|
77661
78018
|
"CVE-2026-22252",
|
|
77662
78019
|
"CVE-2026-22688",
|
|
@@ -77879,6 +78236,7 @@
|
|
|
77879
78236
|
"CVE-2025-8747",
|
|
77880
78237
|
"CVE-2026-0766",
|
|
77881
78238
|
"CVE-2026-21858",
|
|
78239
|
+
"CVE-2026-21877",
|
|
77882
78240
|
"CVE-2026-22218",
|
|
77883
78241
|
"CVE-2026-22252",
|
|
77884
78242
|
"CVE-2026-22688",
|
|
@@ -78115,6 +78473,7 @@
|
|
|
78115
78473
|
"CVE-2025-8747",
|
|
78116
78474
|
"CVE-2026-0766",
|
|
78117
78475
|
"CVE-2026-21858",
|
|
78476
|
+
"CVE-2026-21877",
|
|
78118
78477
|
"CVE-2026-22218",
|
|
78119
78478
|
"CVE-2026-22252",
|
|
78120
78479
|
"CVE-2026-22688",
|
|
@@ -78466,6 +78825,7 @@
|
|
|
78466
78825
|
"CVE-2025-8747",
|
|
78467
78826
|
"CVE-2026-0766",
|
|
78468
78827
|
"CVE-2026-21858",
|
|
78828
|
+
"CVE-2026-21877",
|
|
78469
78829
|
"CVE-2026-22218",
|
|
78470
78830
|
"CVE-2026-22219",
|
|
78471
78831
|
"CVE-2026-22252",
|
|
@@ -79244,6 +79604,7 @@
|
|
|
79244
79604
|
"CVE-2025-68668",
|
|
79245
79605
|
"CVE-2025-6965",
|
|
79246
79606
|
"CVE-2026-21858",
|
|
79607
|
+
"CVE-2026-21877",
|
|
79247
79608
|
"CVE-2026-22218",
|
|
79248
79609
|
"CVE-2026-22219",
|
|
79249
79610
|
"CVE-2026-3059",
|
|
@@ -79672,6 +80033,7 @@
|
|
|
79672
80033
|
"CVE-2025-8747",
|
|
79673
80034
|
"CVE-2026-0766",
|
|
79674
80035
|
"CVE-2026-21858",
|
|
80036
|
+
"CVE-2026-21877",
|
|
79675
80037
|
"CVE-2026-22218",
|
|
79676
80038
|
"CVE-2026-22252",
|
|
79677
80039
|
"CVE-2026-22688",
|
|
@@ -80333,6 +80695,7 @@
|
|
|
80333
80695
|
"CVE-2025-8747",
|
|
80334
80696
|
"CVE-2026-0766",
|
|
80335
80697
|
"CVE-2026-21858",
|
|
80698
|
+
"CVE-2026-21877",
|
|
80336
80699
|
"CVE-2026-22218",
|
|
80337
80700
|
"CVE-2026-22252",
|
|
80338
80701
|
"CVE-2026-22688",
|
|
@@ -81350,6 +81713,7 @@
|
|
|
81350
81713
|
"CVE-2025-8747",
|
|
81351
81714
|
"CVE-2026-0766",
|
|
81352
81715
|
"CVE-2026-21858",
|
|
81716
|
+
"CVE-2026-21877",
|
|
81353
81717
|
"CVE-2026-22218",
|
|
81354
81718
|
"CVE-2026-22252",
|
|
81355
81719
|
"CVE-2026-22688",
|
|
@@ -82614,6 +82978,7 @@
|
|
|
82614
82978
|
"CVE-2025-8747",
|
|
82615
82979
|
"CVE-2026-0766",
|
|
82616
82980
|
"CVE-2026-21858",
|
|
82981
|
+
"CVE-2026-21877",
|
|
82617
82982
|
"CVE-2026-22218",
|
|
82618
82983
|
"CVE-2026-22252",
|
|
82619
82984
|
"CVE-2026-22688",
|
|
@@ -83066,6 +83431,7 @@
|
|
|
83066
83431
|
"CVE-2025-68668",
|
|
83067
83432
|
"CVE-2025-6965",
|
|
83068
83433
|
"CVE-2026-21858",
|
|
83434
|
+
"CVE-2026-21877",
|
|
83069
83435
|
"CVE-2026-22218",
|
|
83070
83436
|
"CVE-2026-30615",
|
|
83071
83437
|
"CVE-2026-30623",
|
|
@@ -84064,6 +84430,7 @@
|
|
|
84064
84430
|
"CVE-2025-8747",
|
|
84065
84431
|
"CVE-2026-0766",
|
|
84066
84432
|
"CVE-2026-21858",
|
|
84433
|
+
"CVE-2026-21877",
|
|
84067
84434
|
"CVE-2026-22218",
|
|
84068
84435
|
"CVE-2026-22252",
|
|
84069
84436
|
"CVE-2026-22688",
|
|
@@ -84619,6 +84986,7 @@
|
|
|
84619
84986
|
"CVE-2026-21533",
|
|
84620
84987
|
"CVE-2026-21643",
|
|
84621
84988
|
"CVE-2026-21858",
|
|
84989
|
+
"CVE-2026-21877",
|
|
84622
84990
|
"CVE-2026-22218",
|
|
84623
84991
|
"CVE-2026-22252",
|
|
84624
84992
|
"CVE-2026-22688",
|
|
@@ -85385,6 +85753,7 @@
|
|
|
85385
85753
|
"CVE-2025-68668",
|
|
85386
85754
|
"CVE-2025-6965",
|
|
85387
85755
|
"CVE-2026-21858",
|
|
85756
|
+
"CVE-2026-21877",
|
|
85388
85757
|
"CVE-2026-22218",
|
|
85389
85758
|
"CVE-2026-30615",
|
|
85390
85759
|
"CVE-2026-30623",
|
|
@@ -85690,6 +86059,7 @@
|
|
|
85690
86059
|
"CVE-2025-68668",
|
|
85691
86060
|
"CVE-2025-6965",
|
|
85692
86061
|
"CVE-2026-21858",
|
|
86062
|
+
"CVE-2026-21877",
|
|
85693
86063
|
"CVE-2026-22218",
|
|
85694
86064
|
"CVE-2026-30615",
|
|
85695
86065
|
"CVE-2026-30623",
|
|
@@ -86073,6 +86443,7 @@
|
|
|
86073
86443
|
"CVE-2025-8747",
|
|
86074
86444
|
"CVE-2026-0766",
|
|
86075
86445
|
"CVE-2026-21858",
|
|
86446
|
+
"CVE-2026-21877",
|
|
86076
86447
|
"CVE-2026-22218",
|
|
86077
86448
|
"CVE-2026-22252",
|
|
86078
86449
|
"CVE-2026-22688",
|
|
@@ -86444,6 +86815,7 @@
|
|
|
86444
86815
|
"CVE-2025-8747",
|
|
86445
86816
|
"CVE-2026-0766",
|
|
86446
86817
|
"CVE-2026-21858",
|
|
86818
|
+
"CVE-2026-21877",
|
|
86447
86819
|
"CVE-2026-22218",
|
|
86448
86820
|
"CVE-2026-22219",
|
|
86449
86821
|
"CVE-2026-22252",
|
|
@@ -86655,6 +87027,7 @@
|
|
|
86655
87027
|
"CVE-2025-68668",
|
|
86656
87028
|
"CVE-2025-6965",
|
|
86657
87029
|
"CVE-2026-21858",
|
|
87030
|
+
"CVE-2026-21877",
|
|
86658
87031
|
"CVE-2026-22218",
|
|
86659
87032
|
"CVE-2026-30615",
|
|
86660
87033
|
"CVE-2026-30623",
|
|
@@ -87438,6 +87811,7 @@
|
|
|
87438
87811
|
"CVE-2025-8747",
|
|
87439
87812
|
"CVE-2026-0766",
|
|
87440
87813
|
"CVE-2026-21858",
|
|
87814
|
+
"CVE-2026-21877",
|
|
87441
87815
|
"CVE-2026-22218",
|
|
87442
87816
|
"CVE-2026-22252",
|
|
87443
87817
|
"CVE-2026-22688",
|
|
@@ -87800,6 +88174,7 @@
|
|
|
87800
88174
|
"CVE-2025-8747",
|
|
87801
88175
|
"CVE-2026-0766",
|
|
87802
88176
|
"CVE-2026-21858",
|
|
88177
|
+
"CVE-2026-21877",
|
|
87803
88178
|
"CVE-2026-22218",
|
|
87804
88179
|
"CVE-2026-22219",
|
|
87805
88180
|
"CVE-2026-22252",
|
package/data/atlas-ttps.json
CHANGED
|
@@ -349,7 +349,8 @@
|
|
|
349
349
|
"CVE-2025-68668",
|
|
350
350
|
"CVE-2026-21858",
|
|
351
351
|
"CVE-2026-3059",
|
|
352
|
-
"CVE-2026-3060"
|
|
352
|
+
"CVE-2026-3060",
|
|
353
|
+
"CVE-2026-21877"
|
|
353
354
|
],
|
|
354
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)",
|
|
355
356
|
"platforms": [
|
|
@@ -1117,7 +1118,8 @@
|
|
|
1117
1118
|
"CVE-2025-68668",
|
|
1118
1119
|
"CVE-2024-31462",
|
|
1119
1120
|
"CVE-2026-3059",
|
|
1120
|
-
"CVE-2026-3060"
|
|
1121
|
+
"CVE-2026-3060",
|
|
1122
|
+
"CVE-2026-21877"
|
|
1121
1123
|
],
|
|
1122
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)",
|
|
1123
1125
|
"platforms": [
|
package/data/cve-catalog.json
CHANGED
|
@@ -40479,5 +40479,109 @@
|
|
|
40479
40479
|
],
|
|
40480
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
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."
|
|
40482
40586
|
}
|
|
40483
40587
|
}
|