@blamejs/exceptd-skills 0.13.119 → 0.13.121
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 +345 -0
- package/data/atlas-ttps.json +6 -3
- package/data/attack-techniques.json +9 -4
- package/data/cve-catalog.json +208 -0
- package/data/cwe-catalog.json +4 -2
- package/data/framework-control-gaps.json +26 -13
- package/data/zeroday-lessons.json +110 -0
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.13.121 — 2026-05-26
|
|
4
|
+
|
|
5
|
+
CVE catalog — ONNX model-interchange path traversal. Adds **CVE-2025-51480** in ONNX, the de-facto open model-interchange format used across the ML ecosystem. `onnx.external_data_helper.save_external_data` does not confine the model-supplied `external_data` `location`, so processing a crafted ONNX model writes external-data tensors to an arbitrary path (`../` traversal or absolute), overwriting arbitrary files (CWE-22; NVD CVSS v3.1 8.8) — which in a model-load pipeline can escalate to code execution. Requires the victim to process the malicious model (UI:R), so it is modelled as a malicious-model / supply-chain class (ATLAS AML.T0010/AML.T0011, ATT&CK T1195.002). Fixed in 1.18.0. Reuses the AI-runtime-API path-traversal validation control (NEW-CTRL-094). CVE count 411 → 412.
|
|
6
|
+
|
|
7
|
+
## 0.13.120 — 2026-05-26
|
|
8
|
+
|
|
9
|
+
CVE catalog — LangChain JS serialization injection. Adds **CVE-2025-68665**, the JavaScript sibling of the already-catalogued Python-side CVE-2025-68664. LangChain JS's `toJSON()` (and `JSON.stringify` of LangChain objects) did not escape free-form data containing the internal `lc` marker key, so attacker-controlled data carrying that structure is rehydrated as a legitimate LangChain object on deserialization instead of staying plain data (CWE-502; GitHub CNA CVSS v3.1 8.6, scope-changed / NVD 9.1). Fixed in `@langchain/core` 0.3.80 / 1.1.8 and `langchain` 0.3.37 / 1.2.3. Reuses the LLM-output deserialization trust-zone control (NEW-CTRL-064) and AI-tool input-sanitization (NEW-CTRL-005). Scored conservatively below the Python sibling, which additionally carries suspected-exploitation and weaponization signals the JS variant lacks. CVE count 410 → 411.
|
|
10
|
+
|
|
3
11
|
## 0.13.119 — 2026-05-26
|
|
4
12
|
|
|
5
13
|
CVE catalog — Chainlit LLM-app framework. Adds two flaws in the `/project/element` update flow of Chainlit, a widely used open-source framework for conversational-AI / LLM apps. **CVE-2026-22218** (VulnCheck CNA CVSS v4.0 7.1; NVD v3.1 6.5) — a custom element with a caller-supplied `path` is copied into the requesting user's session without validation, so an authenticated client reads arbitrary files on the server host (CWE-22 path traversal); fixed in 2.9.4. Reuses the AI-runtime-API path-traversal validation control (NEW-CTRL-094) shared with the AnythingLLM upload traversal. **CVE-2026-22219** (VulnCheck CNA CVSS v4.0 8.3; NVD v3.1 7.7, scope-changed) — with the SQLAlchemy data-layer backend, a custom element's `url` is fetched server-side and the response stored, so an authenticated client reaches internal services or cloud metadata (CWE-918 SSRF); fixed in 2.9.4. Reuses the AI-data-pipeline import SSRF control (NEW-CTRL-105) shared with the Dify, RAGFlow, and Label Studio data-pipeline SSRFs. CVE count 408 → 410.
|
package/data/_indexes/_meta.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": "1.1.0",
|
|
3
|
-
"generated_at": "2026-05-
|
|
3
|
+
"generated_at": "2026-05-27T02:39:24.209Z",
|
|
4
4
|
"generator": "scripts/build-indexes.js",
|
|
5
5
|
"source_count": 54,
|
|
6
6
|
"source_hashes": {
|
|
7
|
-
"manifest.json": "
|
|
8
|
-
"data/atlas-ttps.json": "
|
|
9
|
-
"data/attack-techniques.json": "
|
|
10
|
-
"data/cve-catalog.json": "
|
|
11
|
-
"data/cwe-catalog.json": "
|
|
7
|
+
"manifest.json": "4795b0961ddf17b28978fa9594db16f6717424d262b720e70fa6a07321072c02",
|
|
8
|
+
"data/atlas-ttps.json": "26d64a201c0e5461c70b7d0e6827775efb193c7654f465e5f0cf8237e0a37d80",
|
|
9
|
+
"data/attack-techniques.json": "958c8c8b85fa33464ea4c39fb612cfe69f26280b0c6d10c9e974dc2b423b99ef",
|
|
10
|
+
"data/cve-catalog.json": "c5bdd2ac0e911dede728ac24a771605fb38acd0f86775b21f34f840f3bbbbf2e",
|
|
11
|
+
"data/cwe-catalog.json": "13e85572dae38fe0ceda6b9c19190af2c5fd5637360632c7ed1633d117da0f3c",
|
|
12
12
|
"data/d3fend-catalog.json": "9a54bccb9f24f84b32024216cc3f53819a053721ac8ab43c326859e68fc0ffaf",
|
|
13
13
|
"data/dlp-controls.json": "d2406c482dddd30e49203879999dc4b3a7fd4d0494d6a61d86b91ee76415df19",
|
|
14
14
|
"data/exploit-availability.json": "ec2656f0d9a893610e27b43eb6035fe9b18e057c9f6dfaac7e7d4959bbcbb795",
|
|
15
|
-
"data/framework-control-gaps.json": "
|
|
15
|
+
"data/framework-control-gaps.json": "a7d49316f7b1ca7f67c3b2cabdd03781f54486a763c46ebf985f77ed823f8332",
|
|
16
16
|
"data/global-frameworks.json": "9ba563a85f7f8d6c3c957de64945e20925a89d0ed6ea6fc561cf093811acf558",
|
|
17
17
|
"data/rfc-references.json": "66ef2e1f444a2cf0c2700a754f0a66030bb8a91d9e68394b9537ea1fe8b904fe",
|
|
18
|
-
"data/zeroday-lessons.json": "
|
|
18
|
+
"data/zeroday-lessons.json": "1c5386d1d7b2f07bdf879f14351b5f30360d1fde31e97bf06245b5162e66b062",
|
|
19
19
|
"skills/kernel-lpe-triage/skill.md": "08b3e9815ba481c57c80f5fc0ccbf5bb7cbb41f570c235ba6ff9596b8c07354d",
|
|
20
20
|
"skills/ai-attack-surface/skill.md": "c4c1eb22a38ca7a959b5725222bab8fbd4f4044a548a93f3e288e6f698334b72",
|
|
21
21
|
"skills/mcp-agent-trust/skill.md": "89ac89084391d2341b6513fefb1be2d36b93de1c130f057696219c1c59440f13",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"dlp_refs": 0
|
|
73
73
|
},
|
|
74
74
|
"trigger_table_entries": 538,
|
|
75
|
-
"chains_cve_entries":
|
|
75
|
+
"chains_cve_entries": 401,
|
|
76
76
|
"chains_cwe_entries": 172,
|
|
77
77
|
"jurisdictions_indexed": 29,
|
|
78
78
|
"handoff_dag_nodes": 42,
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"artifact": "data/cve-catalog.json",
|
|
150
150
|
"path": "data/cve-catalog.json",
|
|
151
151
|
"schema_version": "1.0.0",
|
|
152
|
-
"entry_count":
|
|
152
|
+
"entry_count": 412
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
"date": "2026-05-18",
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"artifact": "data/zeroday-lessons.json",
|
|
166
166
|
"path": "data/zeroday-lessons.json",
|
|
167
167
|
"schema_version": "1.1.0",
|
|
168
|
-
"entry_count":
|
|
168
|
+
"entry_count": 407
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"date": "2026-05-17",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"rebuild_after_days": 365,
|
|
63
63
|
"note": "Per-entry last_verified governs decay. Skills depending on this catalog must check entry freshness before high-stakes use."
|
|
64
64
|
},
|
|
65
|
-
"entry_count":
|
|
65
|
+
"entry_count": 412,
|
|
66
66
|
"sample_keys": [
|
|
67
67
|
"CVE-2025-53773",
|
|
68
68
|
"CVE-2026-30615",
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
"rebuild_after_days": 365,
|
|
239
239
|
"note": "Per-entry last_verified governs decay. Skills depending on this catalog must check entry freshness before high-stakes use."
|
|
240
240
|
},
|
|
241
|
-
"entry_count":
|
|
241
|
+
"entry_count": 407,
|
|
242
242
|
"sample_keys": [
|
|
243
243
|
"CVE-2026-31431",
|
|
244
244
|
"CVE-2025-53773",
|
|
@@ -74182,6 +74182,330 @@
|
|
|
74182
74182
|
]
|
|
74183
74183
|
}
|
|
74184
74184
|
},
|
|
74185
|
+
"CVE-2025-68665": {
|
|
74186
|
+
"name": "LangChain JS toJSON() 'lc'-Key Serialization Injection",
|
|
74187
|
+
"rwep": 25,
|
|
74188
|
+
"cvss": 8.6,
|
|
74189
|
+
"cisa_kev": false,
|
|
74190
|
+
"epss_score": 0.00066,
|
|
74191
|
+
"referencing_skills": [],
|
|
74192
|
+
"chain": {
|
|
74193
|
+
"cwes": [],
|
|
74194
|
+
"atlas": [],
|
|
74195
|
+
"d3fend": [],
|
|
74196
|
+
"framework_gaps": [],
|
|
74197
|
+
"attack_refs": [],
|
|
74198
|
+
"rfc_refs": []
|
|
74199
|
+
}
|
|
74200
|
+
},
|
|
74201
|
+
"CVE-2025-51480": {
|
|
74202
|
+
"name": "ONNX save_external_data Path Traversal Arbitrary File Overwrite",
|
|
74203
|
+
"rwep": 23,
|
|
74204
|
+
"cvss": 8.8,
|
|
74205
|
+
"cisa_kev": false,
|
|
74206
|
+
"epss_score": 0.00366,
|
|
74207
|
+
"referencing_skills": [
|
|
74208
|
+
"ai-attack-surface",
|
|
74209
|
+
"compliance-theater",
|
|
74210
|
+
"rag-pipeline-security",
|
|
74211
|
+
"threat-modeling-methodology",
|
|
74212
|
+
"webapp-security",
|
|
74213
|
+
"api-security",
|
|
74214
|
+
"container-runtime-security"
|
|
74215
|
+
],
|
|
74216
|
+
"chain": {
|
|
74217
|
+
"cwes": [
|
|
74218
|
+
{
|
|
74219
|
+
"id": "CWE-1039",
|
|
74220
|
+
"name": "Automated Recognition Mechanism with Inadequate Detection or Handling of Adversarial Input Perturbations",
|
|
74221
|
+
"category": "AI/ML"
|
|
74222
|
+
},
|
|
74223
|
+
{
|
|
74224
|
+
"id": "CWE-1188",
|
|
74225
|
+
"name": "Initialization of a Resource with an Insecure Default",
|
|
74226
|
+
"category": "Configuration"
|
|
74227
|
+
},
|
|
74228
|
+
{
|
|
74229
|
+
"id": "CWE-1395",
|
|
74230
|
+
"name": "Dependency on Vulnerable Third-Party Component",
|
|
74231
|
+
"category": "Supply Chain"
|
|
74232
|
+
},
|
|
74233
|
+
{
|
|
74234
|
+
"id": "CWE-1426",
|
|
74235
|
+
"name": "Improper Validation of Generative AI Output",
|
|
74236
|
+
"category": "AI/ML"
|
|
74237
|
+
},
|
|
74238
|
+
{
|
|
74239
|
+
"id": "CWE-200",
|
|
74240
|
+
"name": "Exposure of Sensitive Information to an Unauthorized Actor",
|
|
74241
|
+
"category": "Information Exposure"
|
|
74242
|
+
},
|
|
74243
|
+
{
|
|
74244
|
+
"id": "CWE-22",
|
|
74245
|
+
"name": "Improper Limitation of a Pathname to a Restricted Directory (Path Traversal)",
|
|
74246
|
+
"category": "Path/Resource"
|
|
74247
|
+
},
|
|
74248
|
+
{
|
|
74249
|
+
"id": "CWE-269",
|
|
74250
|
+
"name": "Improper Privilege Management",
|
|
74251
|
+
"category": "Authorization"
|
|
74252
|
+
},
|
|
74253
|
+
{
|
|
74254
|
+
"id": "CWE-287",
|
|
74255
|
+
"name": "Improper Authentication",
|
|
74256
|
+
"category": "Authentication"
|
|
74257
|
+
},
|
|
74258
|
+
{
|
|
74259
|
+
"id": "CWE-352",
|
|
74260
|
+
"name": "Cross-Site Request Forgery (CSRF)",
|
|
74261
|
+
"category": "Session"
|
|
74262
|
+
},
|
|
74263
|
+
{
|
|
74264
|
+
"id": "CWE-434",
|
|
74265
|
+
"name": "Unrestricted Upload of File with Dangerous Type",
|
|
74266
|
+
"category": "File Handling"
|
|
74267
|
+
},
|
|
74268
|
+
{
|
|
74269
|
+
"id": "CWE-502",
|
|
74270
|
+
"name": "Deserialization of Untrusted Data",
|
|
74271
|
+
"category": "Serialization"
|
|
74272
|
+
},
|
|
74273
|
+
{
|
|
74274
|
+
"id": "CWE-732",
|
|
74275
|
+
"name": "Incorrect Permission Assignment for Critical Resource",
|
|
74276
|
+
"category": "Authorization"
|
|
74277
|
+
},
|
|
74278
|
+
{
|
|
74279
|
+
"id": "CWE-77",
|
|
74280
|
+
"name": "Improper Neutralization of Special Elements used in a Command (Command Injection)",
|
|
74281
|
+
"category": "Injection"
|
|
74282
|
+
},
|
|
74283
|
+
{
|
|
74284
|
+
"id": "CWE-78",
|
|
74285
|
+
"name": "Improper Neutralization of Special Elements used in an OS Command (OS Command Injection)",
|
|
74286
|
+
"category": "Injection"
|
|
74287
|
+
},
|
|
74288
|
+
{
|
|
74289
|
+
"id": "CWE-787",
|
|
74290
|
+
"name": "Out-of-bounds Write",
|
|
74291
|
+
"category": "Memory Safety"
|
|
74292
|
+
},
|
|
74293
|
+
{
|
|
74294
|
+
"id": "CWE-79",
|
|
74295
|
+
"name": "Improper Neutralization of Input During Web Page Generation (Cross-site Scripting)",
|
|
74296
|
+
"category": "Injection"
|
|
74297
|
+
},
|
|
74298
|
+
{
|
|
74299
|
+
"id": "CWE-862",
|
|
74300
|
+
"name": "Missing Authorization",
|
|
74301
|
+
"category": "Authorization"
|
|
74302
|
+
},
|
|
74303
|
+
{
|
|
74304
|
+
"id": "CWE-863",
|
|
74305
|
+
"name": "Incorrect Authorization",
|
|
74306
|
+
"category": "Authorization"
|
|
74307
|
+
},
|
|
74308
|
+
{
|
|
74309
|
+
"id": "CWE-89",
|
|
74310
|
+
"name": "Improper Neutralization of Special Elements used in an SQL Command (SQL Injection)",
|
|
74311
|
+
"category": "Injection"
|
|
74312
|
+
},
|
|
74313
|
+
{
|
|
74314
|
+
"id": "CWE-918",
|
|
74315
|
+
"name": "Server-Side Request Forgery (SSRF)",
|
|
74316
|
+
"category": "Network"
|
|
74317
|
+
},
|
|
74318
|
+
{
|
|
74319
|
+
"id": "CWE-94",
|
|
74320
|
+
"name": "Improper Control of Generation of Code (Code Injection)",
|
|
74321
|
+
"category": "Injection"
|
|
74322
|
+
}
|
|
74323
|
+
],
|
|
74324
|
+
"atlas": [
|
|
74325
|
+
{
|
|
74326
|
+
"id": "AML.T0010",
|
|
74327
|
+
"name": "ML Supply Chain Compromise",
|
|
74328
|
+
"tactic": "Initial Access"
|
|
74329
|
+
},
|
|
74330
|
+
{
|
|
74331
|
+
"id": "AML.T0016",
|
|
74332
|
+
"name": "Obtain Capabilities: Develop Capabilities",
|
|
74333
|
+
"tactic": "Resource Development"
|
|
74334
|
+
},
|
|
74335
|
+
{
|
|
74336
|
+
"id": "AML.T0017",
|
|
74337
|
+
"name": "Discover ML Model Ontology",
|
|
74338
|
+
"tactic": "Discovery"
|
|
74339
|
+
},
|
|
74340
|
+
{
|
|
74341
|
+
"id": "AML.T0018",
|
|
74342
|
+
"name": "Backdoor ML Model",
|
|
74343
|
+
"tactic": "Persistence"
|
|
74344
|
+
},
|
|
74345
|
+
{
|
|
74346
|
+
"id": "AML.T0020",
|
|
74347
|
+
"name": "Poison Training Data",
|
|
74348
|
+
"tactic": "ML Attack Staging"
|
|
74349
|
+
},
|
|
74350
|
+
{
|
|
74351
|
+
"id": "AML.T0043",
|
|
74352
|
+
"name": "Craft Adversarial Data",
|
|
74353
|
+
"tactic": "ML Attack Staging"
|
|
74354
|
+
},
|
|
74355
|
+
{
|
|
74356
|
+
"id": "AML.T0051",
|
|
74357
|
+
"name": "LLM Prompt Injection",
|
|
74358
|
+
"tactic": "Execution"
|
|
74359
|
+
},
|
|
74360
|
+
{
|
|
74361
|
+
"id": "AML.T0054",
|
|
74362
|
+
"name": "LLM Jailbreak",
|
|
74363
|
+
"tactic": "Defense Evasion"
|
|
74364
|
+
},
|
|
74365
|
+
{
|
|
74366
|
+
"id": "AML.T0096",
|
|
74367
|
+
"name": "AI API as Covert C2 Channel",
|
|
74368
|
+
"tactic": "Command and Control"
|
|
74369
|
+
}
|
|
74370
|
+
],
|
|
74371
|
+
"d3fend": [
|
|
74372
|
+
{
|
|
74373
|
+
"id": "D3-CSPP",
|
|
74374
|
+
"name": "Client-server Payload Profiling",
|
|
74375
|
+
"tactic": "Detect"
|
|
74376
|
+
},
|
|
74377
|
+
{
|
|
74378
|
+
"id": "D3-IOPR",
|
|
74379
|
+
"name": "Input/Output Profiling Resource",
|
|
74380
|
+
"tactic": "Detect"
|
|
74381
|
+
},
|
|
74382
|
+
{
|
|
74383
|
+
"id": "D3-NTA",
|
|
74384
|
+
"name": "Network Traffic Analysis",
|
|
74385
|
+
"tactic": "Detect"
|
|
74386
|
+
}
|
|
74387
|
+
],
|
|
74388
|
+
"framework_gaps": [
|
|
74389
|
+
{
|
|
74390
|
+
"id": "ALL-AI-PIPELINE-INTEGRITY",
|
|
74391
|
+
"framework": "ALL",
|
|
74392
|
+
"control_name": "AI Pipeline Integrity"
|
|
74393
|
+
},
|
|
74394
|
+
{
|
|
74395
|
+
"id": "ALL-PROMPT-INJECTION-ACCESS-CONTROL",
|
|
74396
|
+
"framework": "ALL",
|
|
74397
|
+
"control_name": "Prompt Injection as Access Control Failure"
|
|
74398
|
+
},
|
|
74399
|
+
{
|
|
74400
|
+
"id": "CMMC-2.0-Level-2",
|
|
74401
|
+
"framework": "CMMC 2.0 (Cybersecurity Maturity Model Certification) Level 2",
|
|
74402
|
+
"control_name": "Level 2 — Advanced (110 NIST 800-171 Rev 2 controls)"
|
|
74403
|
+
},
|
|
74404
|
+
{
|
|
74405
|
+
"id": "FedRAMP-Rev5-Moderate",
|
|
74406
|
+
"framework": "FedRAMP Rev 5 Moderate",
|
|
74407
|
+
"control_name": "FedRAMP Moderate baseline (NIST 800-53 Rev 5 tailoring)"
|
|
74408
|
+
},
|
|
74409
|
+
{
|
|
74410
|
+
"id": "ISO-27001-2022-A.8.28",
|
|
74411
|
+
"framework": "ISO/IEC 27001:2022",
|
|
74412
|
+
"control_name": "Secure coding"
|
|
74413
|
+
},
|
|
74414
|
+
{
|
|
74415
|
+
"id": "ISO-IEC-23894-2023-clause-7",
|
|
74416
|
+
"framework": "ISO/IEC 23894:2023 (AI Risk Management Guidance)",
|
|
74417
|
+
"control_name": "AI risk management process"
|
|
74418
|
+
},
|
|
74419
|
+
{
|
|
74420
|
+
"id": "ISO-IEC-42001-2023-clause-6.1.2",
|
|
74421
|
+
"framework": "ISO/IEC 42001:2023 (AI Management System)",
|
|
74422
|
+
"control_name": "AI risk assessment"
|
|
74423
|
+
},
|
|
74424
|
+
{
|
|
74425
|
+
"id": "NIST-800-218-SSDF",
|
|
74426
|
+
"framework": "NIST SP 800-218 (Secure Software Development Framework v1.1)",
|
|
74427
|
+
"control_name": "Secure Software Development Framework"
|
|
74428
|
+
},
|
|
74429
|
+
{
|
|
74430
|
+
"id": "NIST-800-53-AC-2",
|
|
74431
|
+
"framework": "NIST SP 800-53 Rev 5",
|
|
74432
|
+
"control_name": "Account Management"
|
|
74433
|
+
},
|
|
74434
|
+
{
|
|
74435
|
+
"id": "NIST-800-53-CM-7",
|
|
74436
|
+
"framework": "NIST SP 800-53 Rev 5",
|
|
74437
|
+
"control_name": "Least Functionality"
|
|
74438
|
+
},
|
|
74439
|
+
{
|
|
74440
|
+
"id": "NIST-800-53-SI-12",
|
|
74441
|
+
"framework": "NIST SP 800-53 Rev 5",
|
|
74442
|
+
"control_name": "Information Management and Retention"
|
|
74443
|
+
},
|
|
74444
|
+
{
|
|
74445
|
+
"id": "NIST-800-53-SI-3",
|
|
74446
|
+
"framework": "NIST SP 800-53 Rev 5",
|
|
74447
|
+
"control_name": "Malicious Code Protection"
|
|
74448
|
+
},
|
|
74449
|
+
{
|
|
74450
|
+
"id": "NIST-AI-RMF-MEASURE-2.5",
|
|
74451
|
+
"framework": "NIST AI RMF 1.0",
|
|
74452
|
+
"control_name": "AI system to human interaction evaluation"
|
|
74453
|
+
},
|
|
74454
|
+
{
|
|
74455
|
+
"id": "OWASP-ASVS-v5.0-V14",
|
|
74456
|
+
"framework": "OWASP ASVS v5.0",
|
|
74457
|
+
"control_name": "Configuration verification"
|
|
74458
|
+
},
|
|
74459
|
+
{
|
|
74460
|
+
"id": "OWASP-LLM-Top-10-2025-LLM01",
|
|
74461
|
+
"framework": "OWASP Top 10 for LLM Applications 2025",
|
|
74462
|
+
"control_name": "Prompt Injection"
|
|
74463
|
+
},
|
|
74464
|
+
{
|
|
74465
|
+
"id": "OWASP-LLM-Top-10-2025-LLM02",
|
|
74466
|
+
"framework": "OWASP Top 10 for LLM Applications 2025",
|
|
74467
|
+
"control_name": "Sensitive Information Disclosure"
|
|
74468
|
+
},
|
|
74469
|
+
{
|
|
74470
|
+
"id": "OWASP-LLM-Top-10-2025-LLM08",
|
|
74471
|
+
"framework": "OWASP Top 10 for LLM Applications 2025",
|
|
74472
|
+
"control_name": "Vector and Embedding Weaknesses"
|
|
74473
|
+
},
|
|
74474
|
+
{
|
|
74475
|
+
"id": "SLSA-v1.0-Build-L3",
|
|
74476
|
+
"framework": "SLSA v1.0 (Supply-chain Levels for Software Artifacts) — Build Track",
|
|
74477
|
+
"control_name": "Hardened build platform with non-falsifiable provenance"
|
|
74478
|
+
},
|
|
74479
|
+
{
|
|
74480
|
+
"id": "SOC2-CC6-logical-access",
|
|
74481
|
+
"framework": "SOC 2 (AICPA Trust Services Criteria)",
|
|
74482
|
+
"control_name": "Logical and Physical Access Controls"
|
|
74483
|
+
}
|
|
74484
|
+
],
|
|
74485
|
+
"attack_refs": [
|
|
74486
|
+
"T1059",
|
|
74487
|
+
"T1068",
|
|
74488
|
+
"T1078",
|
|
74489
|
+
"T1190",
|
|
74490
|
+
"T1505",
|
|
74491
|
+
"T1565",
|
|
74492
|
+
"T1566",
|
|
74493
|
+
"T1567",
|
|
74494
|
+
"T1610",
|
|
74495
|
+
"T1611"
|
|
74496
|
+
],
|
|
74497
|
+
"rfc_refs": [
|
|
74498
|
+
"RFC-6749",
|
|
74499
|
+
"RFC-7519",
|
|
74500
|
+
"RFC-8032",
|
|
74501
|
+
"RFC-8446",
|
|
74502
|
+
"RFC-8725",
|
|
74503
|
+
"RFC-9114",
|
|
74504
|
+
"RFC-9421",
|
|
74505
|
+
"RFC-9700"
|
|
74506
|
+
]
|
|
74507
|
+
}
|
|
74508
|
+
},
|
|
74185
74509
|
"CWE-20": {
|
|
74186
74510
|
"name": "Improper Input Validation",
|
|
74187
74511
|
"category": "Validation",
|
|
@@ -74507,6 +74831,7 @@
|
|
|
74507
74831
|
"CVE-2025-43300",
|
|
74508
74832
|
"CVE-2025-49596",
|
|
74509
74833
|
"CVE-2025-49844",
|
|
74834
|
+
"CVE-2025-51480",
|
|
74510
74835
|
"CVE-2025-53773",
|
|
74511
74836
|
"CVE-2025-54136",
|
|
74512
74837
|
"CVE-2025-60455",
|
|
@@ -74747,6 +75072,7 @@
|
|
|
74747
75072
|
"CVE-2025-3248",
|
|
74748
75073
|
"CVE-2025-3466",
|
|
74749
75074
|
"CVE-2025-49844",
|
|
75075
|
+
"CVE-2025-51480",
|
|
74750
75076
|
"CVE-2025-53773",
|
|
74751
75077
|
"CVE-2025-6965",
|
|
74752
75078
|
"CVE-2026-22218",
|
|
@@ -74946,6 +75272,7 @@
|
|
|
74946
75272
|
"CVE-2025-38352",
|
|
74947
75273
|
"CVE-2025-43300",
|
|
74948
75274
|
"CVE-2025-49596",
|
|
75275
|
+
"CVE-2025-51480",
|
|
74949
75276
|
"CVE-2025-54136",
|
|
74950
75277
|
"CVE-2025-60455",
|
|
74951
75278
|
"CVE-2025-64496",
|
|
@@ -75162,6 +75489,7 @@
|
|
|
75162
75489
|
"CVE-2025-38352",
|
|
75163
75490
|
"CVE-2025-43300",
|
|
75164
75491
|
"CVE-2025-49596",
|
|
75492
|
+
"CVE-2025-51480",
|
|
75165
75493
|
"CVE-2025-54136",
|
|
75166
75494
|
"CVE-2025-60455",
|
|
75167
75495
|
"CVE-2025-64496",
|
|
@@ -75392,6 +75720,7 @@
|
|
|
75392
75720
|
"CVE-2025-38352",
|
|
75393
75721
|
"CVE-2025-43300",
|
|
75394
75722
|
"CVE-2025-49596",
|
|
75723
|
+
"CVE-2025-51480",
|
|
75395
75724
|
"CVE-2025-54136",
|
|
75396
75725
|
"CVE-2025-60455",
|
|
75397
75726
|
"CVE-2025-64496",
|
|
@@ -75734,6 +76063,7 @@
|
|
|
75734
76063
|
"CVE-2025-3466",
|
|
75735
76064
|
"CVE-2025-49596",
|
|
75736
76065
|
"CVE-2025-49844",
|
|
76066
|
+
"CVE-2025-51480",
|
|
75737
76067
|
"CVE-2025-53773",
|
|
75738
76068
|
"CVE-2025-54136",
|
|
75739
76069
|
"CVE-2025-56520",
|
|
@@ -76508,6 +76838,7 @@
|
|
|
76508
76838
|
"CVE-2025-3248",
|
|
76509
76839
|
"CVE-2025-3466",
|
|
76510
76840
|
"CVE-2025-49844",
|
|
76841
|
+
"CVE-2025-51480",
|
|
76511
76842
|
"CVE-2025-53767",
|
|
76512
76843
|
"CVE-2025-53773",
|
|
76513
76844
|
"CVE-2025-56520",
|
|
@@ -76923,6 +77254,7 @@
|
|
|
76923
77254
|
"CVE-2025-43300",
|
|
76924
77255
|
"CVE-2025-49596",
|
|
76925
77256
|
"CVE-2025-49844",
|
|
77257
|
+
"CVE-2025-51480",
|
|
76926
77258
|
"CVE-2025-53773",
|
|
76927
77259
|
"CVE-2025-54136",
|
|
76928
77260
|
"CVE-2025-60455",
|
|
@@ -77578,6 +77910,7 @@
|
|
|
77578
77910
|
"CVE-2025-43300",
|
|
77579
77911
|
"CVE-2025-49596",
|
|
77580
77912
|
"CVE-2025-49844",
|
|
77913
|
+
"CVE-2025-51480",
|
|
77581
77914
|
"CVE-2025-53773",
|
|
77582
77915
|
"CVE-2025-54136",
|
|
77583
77916
|
"CVE-2025-60455",
|
|
@@ -78589,6 +78922,7 @@
|
|
|
78589
78922
|
"CVE-2025-43300",
|
|
78590
78923
|
"CVE-2025-49596",
|
|
78591
78924
|
"CVE-2025-49844",
|
|
78925
|
+
"CVE-2025-51480",
|
|
78592
78926
|
"CVE-2025-53773",
|
|
78593
78927
|
"CVE-2025-54136",
|
|
78594
78928
|
"CVE-2025-60455",
|
|
@@ -79841,6 +80175,7 @@
|
|
|
79841
80175
|
"CVE-2025-43300",
|
|
79842
80176
|
"CVE-2025-49596",
|
|
79843
80177
|
"CVE-2025-49844",
|
|
80178
|
+
"CVE-2025-51480",
|
|
79844
80179
|
"CVE-2025-53773",
|
|
79845
80180
|
"CVE-2025-54136",
|
|
79846
80181
|
"CVE-2025-60455",
|
|
@@ -80295,6 +80630,7 @@
|
|
|
80295
80630
|
"CVE-2025-27520",
|
|
80296
80631
|
"CVE-2025-3248",
|
|
80297
80632
|
"CVE-2025-3466",
|
|
80633
|
+
"CVE-2025-51480",
|
|
80298
80634
|
"CVE-2025-6965",
|
|
80299
80635
|
"CVE-2026-22218",
|
|
80300
80636
|
"CVE-2026-30615",
|
|
@@ -81276,6 +81612,7 @@
|
|
|
81276
81612
|
"CVE-2025-43300",
|
|
81277
81613
|
"CVE-2025-49596",
|
|
81278
81614
|
"CVE-2025-49844",
|
|
81615
|
+
"CVE-2025-51480",
|
|
81279
81616
|
"CVE-2025-53773",
|
|
81280
81617
|
"CVE-2025-54136",
|
|
81281
81618
|
"CVE-2025-60455",
|
|
@@ -81749,6 +82086,7 @@
|
|
|
81749
82086
|
"CVE-2025-49706",
|
|
81750
82087
|
"CVE-2025-49844",
|
|
81751
82088
|
"CVE-2025-5086",
|
|
82089
|
+
"CVE-2025-51480",
|
|
81752
82090
|
"CVE-2025-52691",
|
|
81753
82091
|
"CVE-2025-53521",
|
|
81754
82092
|
"CVE-2025-53690",
|
|
@@ -82590,6 +82928,7 @@
|
|
|
82590
82928
|
"CVE-2025-3248",
|
|
82591
82929
|
"CVE-2025-3466",
|
|
82592
82930
|
"CVE-2025-49844",
|
|
82931
|
+
"CVE-2025-51480",
|
|
82593
82932
|
"CVE-2025-53773",
|
|
82594
82933
|
"CVE-2025-6965",
|
|
82595
82934
|
"CVE-2026-22218",
|
|
@@ -82889,6 +83228,7 @@
|
|
|
82889
83228
|
"CVE-2025-27520",
|
|
82890
83229
|
"CVE-2025-3248",
|
|
82891
83230
|
"CVE-2025-3466",
|
|
83231
|
+
"CVE-2025-51480",
|
|
82892
83232
|
"CVE-2025-53773",
|
|
82893
83233
|
"CVE-2025-6965",
|
|
82894
83234
|
"CVE-2026-22218",
|
|
@@ -83259,6 +83599,7 @@
|
|
|
83259
83599
|
"CVE-2025-43300",
|
|
83260
83600
|
"CVE-2025-49596",
|
|
83261
83601
|
"CVE-2025-49844",
|
|
83602
|
+
"CVE-2025-51480",
|
|
83262
83603
|
"CVE-2025-53773",
|
|
83263
83604
|
"CVE-2025-54136",
|
|
83264
83605
|
"CVE-2025-60455",
|
|
@@ -83622,6 +83963,7 @@
|
|
|
83622
83963
|
"CVE-2025-34291",
|
|
83623
83964
|
"CVE-2025-3466",
|
|
83624
83965
|
"CVE-2025-49596",
|
|
83966
|
+
"CVE-2025-51480",
|
|
83625
83967
|
"CVE-2025-53773",
|
|
83626
83968
|
"CVE-2025-54136",
|
|
83627
83969
|
"CVE-2025-56520",
|
|
@@ -83834,6 +84176,7 @@
|
|
|
83834
84176
|
"CVE-2025-3248",
|
|
83835
84177
|
"CVE-2025-3466",
|
|
83836
84178
|
"CVE-2025-49844",
|
|
84179
|
+
"CVE-2025-51480",
|
|
83837
84180
|
"CVE-2025-53773",
|
|
83838
84181
|
"CVE-2025-6965",
|
|
83839
84182
|
"CVE-2026-22218",
|
|
@@ -84602,6 +84945,7 @@
|
|
|
84602
84945
|
"CVE-2025-43300",
|
|
84603
84946
|
"CVE-2025-49596",
|
|
84604
84947
|
"CVE-2025-49844",
|
|
84948
|
+
"CVE-2025-51480",
|
|
84605
84949
|
"CVE-2025-53773",
|
|
84606
84950
|
"CVE-2025-54136",
|
|
84607
84951
|
"CVE-2025-60455",
|
|
@@ -84955,6 +85299,7 @@
|
|
|
84955
85299
|
"CVE-2025-34291",
|
|
84956
85300
|
"CVE-2025-3466",
|
|
84957
85301
|
"CVE-2025-49596",
|
|
85302
|
+
"CVE-2025-51480",
|
|
84958
85303
|
"CVE-2025-53767",
|
|
84959
85304
|
"CVE-2025-53773",
|
|
84960
85305
|
"CVE-2025-54136",
|
package/data/atlas-ttps.json
CHANGED
|
@@ -168,7 +168,8 @@
|
|
|
168
168
|
"MAL-2026-NODE-IPC-STEALER",
|
|
169
169
|
"MAL-2026-RUBYGEMS-BUFFERZONECORP-SLEEPER",
|
|
170
170
|
"MAL-2026-SHAI-HULUD-OSS",
|
|
171
|
-
"MAL-2026-TANSTACK-MINI"
|
|
171
|
+
"MAL-2026-TANSTACK-MINI",
|
|
172
|
+
"CVE-2025-51480"
|
|
172
173
|
],
|
|
173
174
|
"description_full": "Adversaries may gain initial access to a system by compromising the unique portions of the AI supply chain. This could include [Hardware](/techniques/AML.T0010.000), [Data](/techniques/AML.T0010.002) and its annotations, parts of the AI [AI Software](/techniques/AML.T0010.001) stack, or the [Model](/techniques/AML.T0010.003) itself. In some instances the attacker will need secondary access to fully carry out an attack using compromised components of the supply chain.",
|
|
174
175
|
"platforms": [
|
|
@@ -1298,7 +1299,8 @@
|
|
|
1298
1299
|
"CVE-2025-33236",
|
|
1299
1300
|
"CVE-2025-8747",
|
|
1300
1301
|
"CVE-2026-31229",
|
|
1301
|
-
"MAL-2024-PYPI-ULTRALYTICS-XMRIG"
|
|
1302
|
+
"MAL-2024-PYPI-ULTRALYTICS-XMRIG",
|
|
1303
|
+
"CVE-2025-51480"
|
|
1302
1304
|
],
|
|
1303
1305
|
"description_full": "An adversary may rely upon specific actions by a user in order to gain execution. Users may inadvertently execute unsafe code introduced via [AI Supply Chain Compromise](/techniques/AML.T0010). Users may be subjected to social engineering to get them to execute malicious code by, for example, opening a malicious document file or link.",
|
|
1304
1306
|
"platforms": [
|
|
@@ -2885,7 +2887,8 @@
|
|
|
2885
2887
|
"CVE-2025-33236",
|
|
2886
2888
|
"CVE-2025-8747",
|
|
2887
2889
|
"CVE-2026-31229",
|
|
2888
|
-
"CVE-2026-45829"
|
|
2890
|
+
"CVE-2026-45829",
|
|
2891
|
+
"CVE-2025-51480"
|
|
2889
2892
|
]
|
|
2890
2893
|
},
|
|
2891
2894
|
"AML.T0011.001": {
|
|
@@ -341,7 +341,9 @@
|
|
|
341
341
|
"CVE-2026-39987",
|
|
342
342
|
"CVE-2026-40933",
|
|
343
343
|
"CVE-2026-45829",
|
|
344
|
-
"CVE-2026-6973"
|
|
344
|
+
"CVE-2026-6973",
|
|
345
|
+
"CVE-2025-68665",
|
|
346
|
+
"CVE-2025-51480"
|
|
345
347
|
],
|
|
346
348
|
"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)",
|
|
347
349
|
"platforms": [
|
|
@@ -1192,7 +1194,8 @@
|
|
|
1192
1194
|
"MAL-2026-3083",
|
|
1193
1195
|
"MAL-2026-NODE-IPC-STEALER",
|
|
1194
1196
|
"MAL-2026-RUBYGEMS-BUFFERZONECORP-SLEEPER",
|
|
1195
|
-
"MAL-2026-SHAI-HULUD-OSS"
|
|
1197
|
+
"MAL-2026-SHAI-HULUD-OSS",
|
|
1198
|
+
"CVE-2025-51480"
|
|
1196
1199
|
],
|
|
1197
1200
|
"description_full": "Adversaries may manipulate application software prior to receipt by a final consumer for the purpose of data or system compromise. Supply chain compromise of software can take place in a number of ways, including manipulation of the application source code, manipulation of the update/distribution mechanism for that software, or replacing compiled releases with a modified version. Targeting may be specific to a desired victim set or may be distributed to a broad set of consumers but only move on to additional tactics on specific victims.(Citation: Avast CCleaner3 2018)(Citation: Command Five SK 2011)",
|
|
1198
1201
|
"platforms": [
|
|
@@ -1586,7 +1589,8 @@
|
|
|
1586
1589
|
"MAL-2025-PYPI-COLORAMA-SOLANA-STEALER",
|
|
1587
1590
|
"MAL-2026-RUBYGEMS-BUFFERZONECORP-SLEEPER",
|
|
1588
1591
|
"CVE-2024-12450",
|
|
1589
|
-
"CVE-2026-22219"
|
|
1592
|
+
"CVE-2026-22219",
|
|
1593
|
+
"CVE-2025-68665"
|
|
1590
1594
|
],
|
|
1591
1595
|
"description_full": "Adversaries may search compromised systems to find and obtain insecurely stored credentials. These credentials can be stored and/or misplaced in many locations on a system, including plaintext files (e.g. [Shell History](https://attack.mitre.org/techniques/T1552/003)), operating system or application-specific repositories (e.g. [Credentials in Registry](https://attack.mitre.org/techniques/T1552/002)), or other specialized files/artifacts (e.g. [Private Keys](https://attack.mitre.org/techniques/T1552/004)).(Citation: Brining MimiKatz to Unix)",
|
|
1592
1596
|
"platforms": [
|
|
@@ -4406,7 +4410,8 @@
|
|
|
4406
4410
|
"CVE-2025-32434",
|
|
4407
4411
|
"CVE-2025-33236",
|
|
4408
4412
|
"CVE-2025-8747",
|
|
4409
|
-
"CVE-2026-31229"
|
|
4413
|
+
"CVE-2026-31229",
|
|
4414
|
+
"CVE-2025-51480"
|
|
4410
4415
|
]
|
|
4411
4416
|
},
|
|
4412
4417
|
"T1205": {
|