@blamejs/exceptd-skills 0.13.115 → 0.13.117
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/README.md +1 -1
- package/data/_indexes/_meta.json +9 -9
- package/data/_indexes/activity-feed.json +3 -3
- package/data/_indexes/catalog-summaries.json +3 -3
- package/data/_indexes/chains.json +396 -0
- package/data/_indexes/frequency.json +1 -0
- package/data/attack-techniques.json +11 -5
- package/data/cve-catalog.json +216 -1
- package/data/cwe-catalog.json +35 -2
- package/data/framework-control-gaps.json +29 -13
- package/data/zeroday-lessons.json +100 -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.117 — 2026-05-26
|
|
4
|
+
|
|
5
|
+
CVE catalog — RAGFlow RAG-engine. Adds two flaws in RAGFlow (infiniflow/ragflow), a widely deployed open-source Retrieval-Augmented-Generation engine. **CVE-2024-12450** (NVD CVSS 9.8 CRITICAL; huntr CNA 6.5) — the `web_crawl` function does not filter the supplied URL, yielding full-read SSRF against internal addresses, arbitrary local file read via `file://`, and potential remote code execution through an outdated headless Chromium run with the sandbox disabled; fixed in 0.14.0. Reuses the AI-data-pipeline import SSRF control (NEW-CTRL-105) shared with the Dify `RemoteFileUploadApi` and Label Studio data-pipeline SSRFs. **CVE-2025-69286** (GitHub CNA CVSS v4.0 8.9; NVD v3.1 9.8) — the API key and the assistant/agent share token are generated with the same serializer keyed by the tenant id over a timestamp-based UUIDv1, so the two tokens are mutually derivable; an attacker who obtains a shared assistant/agent link derives the owner's personal API key and takes full control of the account (CWE-340); fixed in 0.22.0. Introduces NEW-CTRL-109: an AI app's API keys and share tokens must be generated from a CSPRNG with an unpredictable per-install secret — never derivable from a tenant id, a timestamp, or another token. Adds CWE-340 (Generation of Predictable Numbers or Identifiers) to the CWE catalog. CVE count 406 → 408.
|
|
6
|
+
|
|
7
|
+
## 0.13.116 — 2026-05-26
|
|
8
|
+
|
|
9
|
+
Documentation. The README pinned the CVE catalog's size to a v0.13.17 milestone ("68 to 312 entries"), which read as the current count even though the catalog has since grown past 400. Reworded to state current scale while keeping the v0.13.17 KEV-intake milestone, phrased so it no longer drifts as the catalog grows.
|
|
10
|
+
|
|
3
11
|
## 0.13.115 — 2026-05-26
|
|
4
12
|
|
|
5
13
|
CVE catalog — Dify object-level authorization bypass. Adds two flaws in Dify where an API trusts a user-controlled key without an ownership check (CWE-639). **CVE-2026-41947** (VulnCheck CNA CVSS 9.1 CRITICAL / v4.0 9.3) — the trace-configuration endpoints miss tenant-ownership checks, so an authenticated editor configures trace settings for any application and can redirect victim trace data to an attacker-controlled provider; fixed in 1.14.2. **CVE-2026-41950** (VulnCheck CNA CVSS 6.5 MEDIUM) — the chat-messages endpoint accepts an arbitrary file UUID in the files array without verifying ownership, so an authenticated user reads files uploaded by other users in the same tenant; fixed in 1.14.0. Both are patched and reuse the AI-app API object-authorization control (NEW-CTRL-106) shared with the Label Studio privilege-escalation chain — an LLM app platform must enforce object-level authorization on every request that references an object by a caller-supplied id. CVE count 404 → 406.
|
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ This platform surfaces what is actually happening right now. Every skill explici
|
|
|
30
30
|
|
|
31
31
|
## Status
|
|
32
32
|
|
|
33
|
-
Pre-1.0. Latest release lives on [GitHub Releases](https://github.com/blamejs/exceptd-skills/releases) and on npm as [`@blamejs/exceptd-skills`](https://www.npmjs.com/package/@blamejs/exceptd-skills) with signed npm provenance attestation and Ed25519-signed skill bodies. The package ships 42 skills across kernel LPE, MCP supply chain, AI-as-C2, prompt injection, post-quantum crypto, SBOM integrity, identity-incident response, and 35 other AI/security domains, plus 10 intelligence catalogs (CVE / ATLAS / ATT&CK / CWE / D3FEND / DLP / RFC / framework gaps / global frameworks / zero-day lessons) covering 35 jurisdictions — the CVE catalog
|
|
33
|
+
Pre-1.0. Latest release lives on [GitHub Releases](https://github.com/blamejs/exceptd-skills/releases) and on npm as [`@blamejs/exceptd-skills`](https://www.npmjs.com/package/@blamejs/exceptd-skills) with signed npm provenance attestation and Ed25519-signed skill bodies. The package ships 42 skills across kernel LPE, MCP supply chain, AI-as-C2, prompt injection, post-quantum crypto, SBOM integrity, identity-incident response, and 35 other AI/security domains, plus 10 intelligence catalogs (CVE / ATLAS / ATT&CK / CWE / D3FEND / DLP / RFC / framework gaps / global frameworks / zero-day lessons) covering 35 jurisdictions — the CVE catalog has grown past 400 entries, its size anchored by a v0.13.17 CISA KEV bulk-intake of `dateAdded >= 2024-01-01` actively-exploited vulnerabilities that took it from 68 to 312 in a single pass. 23 investigation playbooks (kernel, MCP, AI-API, framework, SBOM, runtime, hardening, secrets, cred-stores, containers, crypto, plus `webhook-callback-abuse`, `cicd-pipeline-compromise`, `identity-sso-compromise`, `llm-tool-use-exfil`, `post-quantum-migration`, `ai-discovered-cve-triage`, `supply-chain-recovery`, and more), a CLI for discovery and seven-phase investigation runs (`govern → direct → look → detect → analyze → validate → close`), and a nightly auto-refresh job that pulls KEV / NVD / EPSS / GHSA / OSV / IETF deltas plus 15 primary-source advisory + research-blog + tech-press feeds (Qualys TRU, Red Hat RHSA, Ubuntu USN, ZDI, kernel.org, oss-security, JFrog, CISA, Microsoft Security Blog, Sysdig, Trail of Bits, Embrace the Red, BleepingComputer security, The Hacker News, and a GitHub public-events tracker for the Nightmare-Eclipse researcher handle that anchors NEW-CTRL-073) into auto-PRs for editorial review. v0.13.17 also ships `lib/cve-regression-watcher.js` (NEW-CTRL-074) — a complementary detection method that surfaces poller-diff historical-CVE references as candidate silent-regression cases, the class anchored by MiniPlasma (a 2026 PoC drop that re-broke CVE-2020-17103 without any new ID being assigned).
|
|
34
34
|
|
|
35
35
|
---
|
|
36
36
|
|
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-26T23:43:42.161Z",
|
|
4
4
|
"generator": "scripts/build-indexes.js",
|
|
5
5
|
"source_count": 54,
|
|
6
6
|
"source_hashes": {
|
|
7
|
-
"manifest.json": "
|
|
7
|
+
"manifest.json": "3388678960393068730d472d6ecf7c761caaca1de75fffc3019bf15ff157bd88",
|
|
8
8
|
"data/atlas-ttps.json": "8dca8b3a370632548b3d7f465686ac6b47a26920bf6f618db401e349af2a33e2",
|
|
9
|
-
"data/attack-techniques.json": "
|
|
10
|
-
"data/cve-catalog.json": "
|
|
11
|
-
"data/cwe-catalog.json": "
|
|
9
|
+
"data/attack-techniques.json": "5bdfa22b5a9b4880e5340e70546cd6812750fcaf19697342b0a2bc8658fb2356",
|
|
10
|
+
"data/cve-catalog.json": "5b37ab9f4863738df042a6a71126d99cd403ffdf0c18b2a0ae3de8c08f98dffa",
|
|
11
|
+
"data/cwe-catalog.json": "df6e1e0d7d6f8fcd1cd899e272b17e89c91f25f51b095b3a160c6945d31debc8",
|
|
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": "4a0987b9646258d0fcd8df28d82f0bacd8dfb49e19faeca7a5ccd4e151c01bc1",
|
|
16
16
|
"data/global-frameworks.json": "9ba563a85f7f8d6c3c957de64945e20925a89d0ed6ea6fc561cf093811acf558",
|
|
17
17
|
"data/rfc-references.json": "66ef2e1f444a2cf0c2700a754f0a66030bb8a91d9e68394b9537ea1fe8b904fe",
|
|
18
|
-
"data/zeroday-lessons.json": "
|
|
18
|
+
"data/zeroday-lessons.json": "0118bf69f5cab53065ade77389c13e5b20211fa20185d0786322789c9dafd7dc",
|
|
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,8 +72,8 @@
|
|
|
72
72
|
"dlp_refs": 0
|
|
73
73
|
},
|
|
74
74
|
"trigger_table_entries": 538,
|
|
75
|
-
"chains_cve_entries":
|
|
76
|
-
"chains_cwe_entries":
|
|
75
|
+
"chains_cve_entries": 397,
|
|
76
|
+
"chains_cwe_entries": 172,
|
|
77
77
|
"jurisdictions_indexed": 29,
|
|
78
78
|
"handoff_dag_nodes": 42,
|
|
79
79
|
"summary_cards": 42,
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"artifact": "data/cwe-catalog.json",
|
|
91
91
|
"path": "data/cwe-catalog.json",
|
|
92
92
|
"schema_version": "1.0.0",
|
|
93
|
-
"entry_count":
|
|
93
|
+
"entry_count": 172
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
96
|
"date": "2026-05-19",
|
|
@@ -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": 408
|
|
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": 403
|
|
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": 408,
|
|
66
66
|
"sample_keys": [
|
|
67
67
|
"CVE-2025-53773",
|
|
68
68
|
"CVE-2026-30615",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"rebuild_after_days": 365,
|
|
85
85
|
"note": "Per-entry last_verified governs decay. Skills depending on this catalog must check entry freshness before high-stakes use."
|
|
86
86
|
},
|
|
87
|
-
"entry_count":
|
|
87
|
+
"entry_count": 172,
|
|
88
88
|
"sample_keys": [
|
|
89
89
|
"CWE-20",
|
|
90
90
|
"CWE-22",
|
|
@@ -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": 403,
|
|
242
242
|
"sample_keys": [
|
|
243
243
|
"CVE-2026-31431",
|
|
244
244
|
"CVE-2025-53773",
|
|
@@ -73271,6 +73271,381 @@
|
|
|
73271
73271
|
]
|
|
73272
73272
|
}
|
|
73273
73273
|
},
|
|
73274
|
+
"CVE-2024-12450": {
|
|
73275
|
+
"name": "RAGFlow web_crawl Full-Read SSRF + Arbitrary File Read",
|
|
73276
|
+
"rwep": 31,
|
|
73277
|
+
"cvss": 9.8,
|
|
73278
|
+
"cisa_kev": false,
|
|
73279
|
+
"epss_score": 0.00984,
|
|
73280
|
+
"referencing_skills": [
|
|
73281
|
+
"ai-attack-surface",
|
|
73282
|
+
"compliance-theater",
|
|
73283
|
+
"ai-c2-detection",
|
|
73284
|
+
"dlp-gap-analysis"
|
|
73285
|
+
],
|
|
73286
|
+
"chain": {
|
|
73287
|
+
"cwes": [
|
|
73288
|
+
{
|
|
73289
|
+
"id": "CWE-1039",
|
|
73290
|
+
"name": "Automated Recognition Mechanism with Inadequate Detection or Handling of Adversarial Input Perturbations",
|
|
73291
|
+
"category": "AI/ML"
|
|
73292
|
+
},
|
|
73293
|
+
{
|
|
73294
|
+
"id": "CWE-1426",
|
|
73295
|
+
"name": "Improper Validation of Generative AI Output",
|
|
73296
|
+
"category": "AI/ML"
|
|
73297
|
+
},
|
|
73298
|
+
{
|
|
73299
|
+
"id": "CWE-200",
|
|
73300
|
+
"name": "Exposure of Sensitive Information to an Unauthorized Actor",
|
|
73301
|
+
"category": "Information Exposure"
|
|
73302
|
+
},
|
|
73303
|
+
{
|
|
73304
|
+
"id": "CWE-94",
|
|
73305
|
+
"name": "Improper Control of Generation of Code (Code Injection)",
|
|
73306
|
+
"category": "Injection"
|
|
73307
|
+
}
|
|
73308
|
+
],
|
|
73309
|
+
"atlas": [
|
|
73310
|
+
{
|
|
73311
|
+
"id": "AML.T0016",
|
|
73312
|
+
"name": "Obtain Capabilities: Develop Capabilities",
|
|
73313
|
+
"tactic": "Resource Development"
|
|
73314
|
+
},
|
|
73315
|
+
{
|
|
73316
|
+
"id": "AML.T0017",
|
|
73317
|
+
"name": "Discover ML Model Ontology",
|
|
73318
|
+
"tactic": "Discovery"
|
|
73319
|
+
},
|
|
73320
|
+
{
|
|
73321
|
+
"id": "AML.T0018",
|
|
73322
|
+
"name": "Backdoor ML Model",
|
|
73323
|
+
"tactic": "Persistence"
|
|
73324
|
+
},
|
|
73325
|
+
{
|
|
73326
|
+
"id": "AML.T0020",
|
|
73327
|
+
"name": "Poison Training Data",
|
|
73328
|
+
"tactic": "ML Attack Staging"
|
|
73329
|
+
},
|
|
73330
|
+
{
|
|
73331
|
+
"id": "AML.T0043",
|
|
73332
|
+
"name": "Craft Adversarial Data",
|
|
73333
|
+
"tactic": "ML Attack Staging"
|
|
73334
|
+
},
|
|
73335
|
+
{
|
|
73336
|
+
"id": "AML.T0051",
|
|
73337
|
+
"name": "LLM Prompt Injection",
|
|
73338
|
+
"tactic": "Execution"
|
|
73339
|
+
},
|
|
73340
|
+
{
|
|
73341
|
+
"id": "AML.T0054",
|
|
73342
|
+
"name": "LLM Jailbreak",
|
|
73343
|
+
"tactic": "Defense Evasion"
|
|
73344
|
+
},
|
|
73345
|
+
{
|
|
73346
|
+
"id": "AML.T0096",
|
|
73347
|
+
"name": "AI API as Covert C2 Channel",
|
|
73348
|
+
"tactic": "Command and Control"
|
|
73349
|
+
}
|
|
73350
|
+
],
|
|
73351
|
+
"d3fend": [
|
|
73352
|
+
{
|
|
73353
|
+
"id": "D3-CA",
|
|
73354
|
+
"name": "Certificate Analysis",
|
|
73355
|
+
"tactic": "Detect"
|
|
73356
|
+
},
|
|
73357
|
+
{
|
|
73358
|
+
"id": "D3-CSPP",
|
|
73359
|
+
"name": "Client-server Payload Profiling",
|
|
73360
|
+
"tactic": "Detect"
|
|
73361
|
+
},
|
|
73362
|
+
{
|
|
73363
|
+
"id": "D3-DA",
|
|
73364
|
+
"name": "Domain Analysis",
|
|
73365
|
+
"tactic": "Detect"
|
|
73366
|
+
},
|
|
73367
|
+
{
|
|
73368
|
+
"id": "D3-EAL",
|
|
73369
|
+
"name": "Executable Allowlisting",
|
|
73370
|
+
"tactic": "Harden"
|
|
73371
|
+
},
|
|
73372
|
+
{
|
|
73373
|
+
"id": "D3-IOPR",
|
|
73374
|
+
"name": "Input/Output Profiling Resource",
|
|
73375
|
+
"tactic": "Detect"
|
|
73376
|
+
},
|
|
73377
|
+
{
|
|
73378
|
+
"id": "D3-NI",
|
|
73379
|
+
"name": "Network Isolation",
|
|
73380
|
+
"tactic": "Isolate"
|
|
73381
|
+
},
|
|
73382
|
+
{
|
|
73383
|
+
"id": "D3-NTA",
|
|
73384
|
+
"name": "Network Traffic Analysis",
|
|
73385
|
+
"tactic": "Detect"
|
|
73386
|
+
},
|
|
73387
|
+
{
|
|
73388
|
+
"id": "D3-NTPM",
|
|
73389
|
+
"name": "Network Traffic Policy Mapping",
|
|
73390
|
+
"tactic": "Model"
|
|
73391
|
+
}
|
|
73392
|
+
],
|
|
73393
|
+
"framework_gaps": [
|
|
73394
|
+
{
|
|
73395
|
+
"id": "ALL-AI-PIPELINE-INTEGRITY",
|
|
73396
|
+
"framework": "ALL",
|
|
73397
|
+
"control_name": "AI Pipeline Integrity"
|
|
73398
|
+
},
|
|
73399
|
+
{
|
|
73400
|
+
"id": "ALL-PROMPT-INJECTION-ACCESS-CONTROL",
|
|
73401
|
+
"framework": "ALL",
|
|
73402
|
+
"control_name": "Prompt Injection as Access Control Failure"
|
|
73403
|
+
},
|
|
73404
|
+
{
|
|
73405
|
+
"id": "CMMC-2.0-Level-2",
|
|
73406
|
+
"framework": "CMMC 2.0 (Cybersecurity Maturity Model Certification) Level 2",
|
|
73407
|
+
"control_name": "Level 2 — Advanced (110 NIST 800-171 Rev 2 controls)"
|
|
73408
|
+
},
|
|
73409
|
+
{
|
|
73410
|
+
"id": "FedRAMP-Rev5-Moderate",
|
|
73411
|
+
"framework": "FedRAMP Rev 5 Moderate",
|
|
73412
|
+
"control_name": "FedRAMP Moderate baseline (NIST 800-53 Rev 5 tailoring)"
|
|
73413
|
+
},
|
|
73414
|
+
{
|
|
73415
|
+
"id": "HIPAA-Security-Rule-164.312(a)(1)",
|
|
73416
|
+
"framework": "HIPAA Security Rule (45 CFR § 164.312)",
|
|
73417
|
+
"control_name": "Access control standard (technical safeguards)"
|
|
73418
|
+
},
|
|
73419
|
+
{
|
|
73420
|
+
"id": "ISO-27001-2022-A.8.16",
|
|
73421
|
+
"framework": "ISO/IEC 27001:2022",
|
|
73422
|
+
"control_name": "Monitoring activities"
|
|
73423
|
+
},
|
|
73424
|
+
{
|
|
73425
|
+
"id": "ISO-27001-2022-A.8.28",
|
|
73426
|
+
"framework": "ISO/IEC 27001:2022",
|
|
73427
|
+
"control_name": "Secure coding"
|
|
73428
|
+
},
|
|
73429
|
+
{
|
|
73430
|
+
"id": "ISO-IEC-23894-2023-clause-7",
|
|
73431
|
+
"framework": "ISO/IEC 23894:2023 (AI Risk Management Guidance)",
|
|
73432
|
+
"control_name": "AI risk management process"
|
|
73433
|
+
},
|
|
73434
|
+
{
|
|
73435
|
+
"id": "ISO-IEC-42001-2023-clause-6.1.2",
|
|
73436
|
+
"framework": "ISO/IEC 42001:2023 (AI Management System)",
|
|
73437
|
+
"control_name": "AI risk assessment"
|
|
73438
|
+
},
|
|
73439
|
+
{
|
|
73440
|
+
"id": "NIST-800-53-AC-2",
|
|
73441
|
+
"framework": "NIST SP 800-53 Rev 5",
|
|
73442
|
+
"control_name": "Account Management"
|
|
73443
|
+
},
|
|
73444
|
+
{
|
|
73445
|
+
"id": "NIST-800-53-SC-28",
|
|
73446
|
+
"framework": "NIST SP 800-53 Rev 5",
|
|
73447
|
+
"control_name": "Protection of Information at Rest"
|
|
73448
|
+
},
|
|
73449
|
+
{
|
|
73450
|
+
"id": "NIST-800-53-SC-7",
|
|
73451
|
+
"framework": "NIST SP 800-53 Rev 5",
|
|
73452
|
+
"control_name": "Boundary Protection"
|
|
73453
|
+
},
|
|
73454
|
+
{
|
|
73455
|
+
"id": "NIST-800-53-SI-3",
|
|
73456
|
+
"framework": "NIST SP 800-53 Rev 5",
|
|
73457
|
+
"control_name": "Malicious Code Protection"
|
|
73458
|
+
},
|
|
73459
|
+
{
|
|
73460
|
+
"id": "OWASP-LLM-Top-10-2025-LLM01",
|
|
73461
|
+
"framework": "OWASP Top 10 for LLM Applications 2025",
|
|
73462
|
+
"control_name": "Prompt Injection"
|
|
73463
|
+
},
|
|
73464
|
+
{
|
|
73465
|
+
"id": "OWASP-LLM-Top-10-2025-LLM02",
|
|
73466
|
+
"framework": "OWASP Top 10 for LLM Applications 2025",
|
|
73467
|
+
"control_name": "Sensitive Information Disclosure"
|
|
73468
|
+
},
|
|
73469
|
+
{
|
|
73470
|
+
"id": "SOC2-CC6-logical-access",
|
|
73471
|
+
"framework": "SOC 2 (AICPA Trust Services Criteria)",
|
|
73472
|
+
"control_name": "Logical and Physical Access Controls"
|
|
73473
|
+
},
|
|
73474
|
+
{
|
|
73475
|
+
"id": "SOC2-CC7-anomaly-detection",
|
|
73476
|
+
"framework": "SOC 2 (AICPA Trust Services Criteria)",
|
|
73477
|
+
"control_name": "System Operations — Threat and Vulnerability Management"
|
|
73478
|
+
}
|
|
73479
|
+
],
|
|
73480
|
+
"attack_refs": [
|
|
73481
|
+
"T1041",
|
|
73482
|
+
"T1059",
|
|
73483
|
+
"T1071",
|
|
73484
|
+
"T1102",
|
|
73485
|
+
"T1190",
|
|
73486
|
+
"T1213",
|
|
73487
|
+
"T1530",
|
|
73488
|
+
"T1566",
|
|
73489
|
+
"T1567",
|
|
73490
|
+
"T1568"
|
|
73491
|
+
],
|
|
73492
|
+
"rfc_refs": [
|
|
73493
|
+
"RFC-8446",
|
|
73494
|
+
"RFC-9000",
|
|
73495
|
+
"RFC-9114",
|
|
73496
|
+
"RFC-9180",
|
|
73497
|
+
"RFC-9421",
|
|
73498
|
+
"RFC-9458"
|
|
73499
|
+
]
|
|
73500
|
+
}
|
|
73501
|
+
},
|
|
73502
|
+
"CVE-2025-69286": {
|
|
73503
|
+
"name": "RAGFlow Predictable API-Key / Share-Token Account Takeover",
|
|
73504
|
+
"rwep": 28,
|
|
73505
|
+
"cvss": 8.9,
|
|
73506
|
+
"cisa_kev": false,
|
|
73507
|
+
"epss_score": 0.00125,
|
|
73508
|
+
"referencing_skills": [
|
|
73509
|
+
"ai-attack-surface",
|
|
73510
|
+
"compliance-theater"
|
|
73511
|
+
],
|
|
73512
|
+
"chain": {
|
|
73513
|
+
"cwes": [
|
|
73514
|
+
{
|
|
73515
|
+
"id": "CWE-1039",
|
|
73516
|
+
"name": "Automated Recognition Mechanism with Inadequate Detection or Handling of Adversarial Input Perturbations",
|
|
73517
|
+
"category": "AI/ML"
|
|
73518
|
+
},
|
|
73519
|
+
{
|
|
73520
|
+
"id": "CWE-1426",
|
|
73521
|
+
"name": "Improper Validation of Generative AI Output",
|
|
73522
|
+
"category": "AI/ML"
|
|
73523
|
+
},
|
|
73524
|
+
{
|
|
73525
|
+
"id": "CWE-94",
|
|
73526
|
+
"name": "Improper Control of Generation of Code (Code Injection)",
|
|
73527
|
+
"category": "Injection"
|
|
73528
|
+
}
|
|
73529
|
+
],
|
|
73530
|
+
"atlas": [
|
|
73531
|
+
{
|
|
73532
|
+
"id": "AML.T0016",
|
|
73533
|
+
"name": "Obtain Capabilities: Develop Capabilities",
|
|
73534
|
+
"tactic": "Resource Development"
|
|
73535
|
+
},
|
|
73536
|
+
{
|
|
73537
|
+
"id": "AML.T0017",
|
|
73538
|
+
"name": "Discover ML Model Ontology",
|
|
73539
|
+
"tactic": "Discovery"
|
|
73540
|
+
},
|
|
73541
|
+
{
|
|
73542
|
+
"id": "AML.T0018",
|
|
73543
|
+
"name": "Backdoor ML Model",
|
|
73544
|
+
"tactic": "Persistence"
|
|
73545
|
+
},
|
|
73546
|
+
{
|
|
73547
|
+
"id": "AML.T0020",
|
|
73548
|
+
"name": "Poison Training Data",
|
|
73549
|
+
"tactic": "ML Attack Staging"
|
|
73550
|
+
},
|
|
73551
|
+
{
|
|
73552
|
+
"id": "AML.T0043",
|
|
73553
|
+
"name": "Craft Adversarial Data",
|
|
73554
|
+
"tactic": "ML Attack Staging"
|
|
73555
|
+
},
|
|
73556
|
+
{
|
|
73557
|
+
"id": "AML.T0051",
|
|
73558
|
+
"name": "LLM Prompt Injection",
|
|
73559
|
+
"tactic": "Execution"
|
|
73560
|
+
},
|
|
73561
|
+
{
|
|
73562
|
+
"id": "AML.T0054",
|
|
73563
|
+
"name": "LLM Jailbreak",
|
|
73564
|
+
"tactic": "Defense Evasion"
|
|
73565
|
+
},
|
|
73566
|
+
{
|
|
73567
|
+
"id": "AML.T0096",
|
|
73568
|
+
"name": "AI API as Covert C2 Channel",
|
|
73569
|
+
"tactic": "Command and Control"
|
|
73570
|
+
}
|
|
73571
|
+
],
|
|
73572
|
+
"d3fend": [
|
|
73573
|
+
{
|
|
73574
|
+
"id": "D3-IOPR",
|
|
73575
|
+
"name": "Input/Output Profiling Resource",
|
|
73576
|
+
"tactic": "Detect"
|
|
73577
|
+
},
|
|
73578
|
+
{
|
|
73579
|
+
"id": "D3-NTA",
|
|
73580
|
+
"name": "Network Traffic Analysis",
|
|
73581
|
+
"tactic": "Detect"
|
|
73582
|
+
}
|
|
73583
|
+
],
|
|
73584
|
+
"framework_gaps": [
|
|
73585
|
+
{
|
|
73586
|
+
"id": "ALL-AI-PIPELINE-INTEGRITY",
|
|
73587
|
+
"framework": "ALL",
|
|
73588
|
+
"control_name": "AI Pipeline Integrity"
|
|
73589
|
+
},
|
|
73590
|
+
{
|
|
73591
|
+
"id": "ALL-PROMPT-INJECTION-ACCESS-CONTROL",
|
|
73592
|
+
"framework": "ALL",
|
|
73593
|
+
"control_name": "Prompt Injection as Access Control Failure"
|
|
73594
|
+
},
|
|
73595
|
+
{
|
|
73596
|
+
"id": "CMMC-2.0-Level-2",
|
|
73597
|
+
"framework": "CMMC 2.0 (Cybersecurity Maturity Model Certification) Level 2",
|
|
73598
|
+
"control_name": "Level 2 — Advanced (110 NIST 800-171 Rev 2 controls)"
|
|
73599
|
+
},
|
|
73600
|
+
{
|
|
73601
|
+
"id": "FedRAMP-Rev5-Moderate",
|
|
73602
|
+
"framework": "FedRAMP Rev 5 Moderate",
|
|
73603
|
+
"control_name": "FedRAMP Moderate baseline (NIST 800-53 Rev 5 tailoring)"
|
|
73604
|
+
},
|
|
73605
|
+
{
|
|
73606
|
+
"id": "ISO-27001-2022-A.8.28",
|
|
73607
|
+
"framework": "ISO/IEC 27001:2022",
|
|
73608
|
+
"control_name": "Secure coding"
|
|
73609
|
+
},
|
|
73610
|
+
{
|
|
73611
|
+
"id": "ISO-IEC-23894-2023-clause-7",
|
|
73612
|
+
"framework": "ISO/IEC 23894:2023 (AI Risk Management Guidance)",
|
|
73613
|
+
"control_name": "AI risk management process"
|
|
73614
|
+
},
|
|
73615
|
+
{
|
|
73616
|
+
"id": "NIST-800-53-AC-2",
|
|
73617
|
+
"framework": "NIST SP 800-53 Rev 5",
|
|
73618
|
+
"control_name": "Account Management"
|
|
73619
|
+
},
|
|
73620
|
+
{
|
|
73621
|
+
"id": "NIST-800-53-SI-3",
|
|
73622
|
+
"framework": "NIST SP 800-53 Rev 5",
|
|
73623
|
+
"control_name": "Malicious Code Protection"
|
|
73624
|
+
},
|
|
73625
|
+
{
|
|
73626
|
+
"id": "OWASP-LLM-Top-10-2025-LLM01",
|
|
73627
|
+
"framework": "OWASP Top 10 for LLM Applications 2025",
|
|
73628
|
+
"control_name": "Prompt Injection"
|
|
73629
|
+
},
|
|
73630
|
+
{
|
|
73631
|
+
"id": "OWASP-LLM-Top-10-2025-LLM02",
|
|
73632
|
+
"framework": "OWASP Top 10 for LLM Applications 2025",
|
|
73633
|
+
"control_name": "Sensitive Information Disclosure"
|
|
73634
|
+
},
|
|
73635
|
+
{
|
|
73636
|
+
"id": "SOC2-CC6-logical-access",
|
|
73637
|
+
"framework": "SOC 2 (AICPA Trust Services Criteria)",
|
|
73638
|
+
"control_name": "Logical and Physical Access Controls"
|
|
73639
|
+
}
|
|
73640
|
+
],
|
|
73641
|
+
"attack_refs": [
|
|
73642
|
+
"T1059",
|
|
73643
|
+
"T1190",
|
|
73644
|
+
"T1566"
|
|
73645
|
+
],
|
|
73646
|
+
"rfc_refs": []
|
|
73647
|
+
}
|
|
73648
|
+
},
|
|
73274
73649
|
"CWE-20": {
|
|
73275
73650
|
"name": "Improper Input Validation",
|
|
73276
73651
|
"category": "Validation",
|
|
@@ -74774,6 +75149,7 @@
|
|
|
74774
75149
|
"CVE-2024-11393",
|
|
74775
75150
|
"CVE-2024-11394",
|
|
74776
75151
|
"CVE-2024-12366",
|
|
75152
|
+
"CVE-2024-12450",
|
|
74777
75153
|
"CVE-2024-12776",
|
|
74778
75154
|
"CVE-2024-13059",
|
|
74779
75155
|
"CVE-2024-1561",
|
|
@@ -74824,6 +75200,7 @@
|
|
|
74824
75200
|
"CVE-2025-64496",
|
|
74825
75201
|
"CVE-2025-64513",
|
|
74826
75202
|
"CVE-2025-67818",
|
|
75203
|
+
"CVE-2025-69286",
|
|
74827
75204
|
"CVE-2025-6965",
|
|
74828
75205
|
"CVE-2025-8747",
|
|
74829
75206
|
"CVE-2026-0766",
|
|
@@ -75560,6 +75937,7 @@
|
|
|
75560
75937
|
"CVE-2023-6571",
|
|
75561
75938
|
"CVE-2024-0132",
|
|
75562
75939
|
"CVE-2024-12366",
|
|
75940
|
+
"CVE-2024-12450",
|
|
75563
75941
|
"CVE-2024-1561",
|
|
75564
75942
|
"CVE-2024-21575",
|
|
75565
75943
|
"CVE-2024-21576",
|
|
@@ -82648,6 +83026,7 @@
|
|
|
82648
83026
|
"CVE-2024-11393",
|
|
82649
83027
|
"CVE-2024-11394",
|
|
82650
83028
|
"CVE-2024-12366",
|
|
83029
|
+
"CVE-2024-12450",
|
|
82651
83030
|
"CVE-2024-12776",
|
|
82652
83031
|
"CVE-2024-13059",
|
|
82653
83032
|
"CVE-2024-1561",
|
|
@@ -82695,6 +83074,7 @@
|
|
|
82695
83074
|
"CVE-2025-64496",
|
|
82696
83075
|
"CVE-2025-64513",
|
|
82697
83076
|
"CVE-2025-67818",
|
|
83077
|
+
"CVE-2025-69286",
|
|
82698
83078
|
"CVE-2025-6965",
|
|
82699
83079
|
"CVE-2025-8747",
|
|
82700
83080
|
"CVE-2026-0766",
|
|
@@ -83971,6 +84351,7 @@
|
|
|
83971
84351
|
"CVE-2024-11393",
|
|
83972
84352
|
"CVE-2024-11394",
|
|
83973
84353
|
"CVE-2024-12366",
|
|
84354
|
+
"CVE-2024-12450",
|
|
83974
84355
|
"CVE-2024-12776",
|
|
83975
84356
|
"CVE-2024-13059",
|
|
83976
84357
|
"CVE-2024-1561",
|
|
@@ -84023,6 +84404,7 @@
|
|
|
84023
84404
|
"CVE-2025-64496",
|
|
84024
84405
|
"CVE-2025-64513",
|
|
84025
84406
|
"CVE-2025-67818",
|
|
84407
|
+
"CVE-2025-69286",
|
|
84026
84408
|
"CVE-2025-6965",
|
|
84027
84409
|
"CVE-2025-8747",
|
|
84028
84410
|
"CVE-2026-0766",
|
|
@@ -85687,5 +86069,19 @@
|
|
|
85687
86069
|
"rfc_refs": []
|
|
85688
86070
|
},
|
|
85689
86071
|
"related_cves": []
|
|
86072
|
+
},
|
|
86073
|
+
"CWE-340": {
|
|
86074
|
+
"name": "Generation of Predictable Numbers or Identifiers",
|
|
86075
|
+
"category": "Cryptography",
|
|
86076
|
+
"referencing_skills": [],
|
|
86077
|
+
"skill_count": 0,
|
|
86078
|
+
"chain": {
|
|
86079
|
+
"atlas": [],
|
|
86080
|
+
"attack_refs": [],
|
|
86081
|
+
"framework_gaps": [],
|
|
86082
|
+
"d3fend": [],
|
|
86083
|
+
"rfc_refs": []
|
|
86084
|
+
},
|
|
86085
|
+
"related_cves": []
|
|
85690
86086
|
}
|
|
85691
86087
|
}
|
|
@@ -556,7 +556,8 @@
|
|
|
556
556
|
"CVE-2026-42897",
|
|
557
557
|
"CVE-2026-6973",
|
|
558
558
|
"MAL-2026-NODE-IPC-STEALER",
|
|
559
|
-
"MAL-2026-SHAI-HULUD-OSS"
|
|
559
|
+
"MAL-2026-SHAI-HULUD-OSS",
|
|
560
|
+
"CVE-2025-69286"
|
|
560
561
|
],
|
|
561
562
|
"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)",
|
|
562
563
|
"platforms": [
|
|
@@ -1097,7 +1098,9 @@
|
|
|
1097
1098
|
"CVE-2026-6973",
|
|
1098
1099
|
"CVE-2026-7482",
|
|
1099
1100
|
"CVE-2026-9082",
|
|
1100
|
-
"MAL-2025-AI-FOUND-FFMPEG-BIGSLEEP"
|
|
1101
|
+
"MAL-2025-AI-FOUND-FFMPEG-BIGSLEEP",
|
|
1102
|
+
"CVE-2024-12450",
|
|
1103
|
+
"CVE-2025-69286"
|
|
1101
1104
|
],
|
|
1102
1105
|
"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)",
|
|
1103
1106
|
"platforms": [
|
|
@@ -1279,7 +1282,8 @@
|
|
|
1279
1282
|
"cve_refs": [
|
|
1280
1283
|
"CVE-2023-43791",
|
|
1281
1284
|
"CVE-2025-14174",
|
|
1282
|
-
"CVE-2025-1796"
|
|
1285
|
+
"CVE-2025-1796",
|
|
1286
|
+
"CVE-2025-69286"
|
|
1283
1287
|
],
|
|
1284
1288
|
"description_full": "Adversaries may exploit software vulnerabilities in an attempt to collect credentials. Exploitation of a software vulnerability occurs when an adversary takes advantage of a programming error in a program, service, or within the operating system software or kernel itself to execute adversary-controlled code. Credentialing and authentication mechanisms may be targeted for exploitation by adversaries as a means to gain access to useful credentials or circumvent the process to gain authenticated access to systems. One example of this is `MS14-068`, which targets Kerberos and can be used to forge Kerberos tickets using domain user permissions.(Citation: Technet MS14-068)(Citation: ADSecurity Detecting Forged Tickets) Another example of this is replay attacks, in which the adversary intercepts data packets sent between parties and then later replays these packets. If services don't properly validate authentication requests, these replayed packets may allow an adversary to impersonate one of the parties and gain unauthorized access or privileges.(Citation: Bugcrowd Replay Attack)(Citation: Comparitech Replay Attack)(Citation: Microsoft Midnight Blizzard Replay Attack) Such exploitation has been demonstrated in cloud environments as well. For example, adversaries have exploited vulnerabilities in public cloud infrastructure that allowed for unintended authentication token creation and renewal.(Citation: Storm-0558 techniques for unauthorized email access) Exploitation for credential access may also result in Privilege Escalation depending on the process targeted or credentials obtained.",
|
|
1285
1289
|
"platforms": [
|
|
@@ -1318,7 +1322,8 @@
|
|
|
1318
1322
|
"Collection"
|
|
1319
1323
|
],
|
|
1320
1324
|
"cve_refs": [
|
|
1321
|
-
"CVE-2026-41950"
|
|
1325
|
+
"CVE-2026-41950",
|
|
1326
|
+
"CVE-2024-12450"
|
|
1322
1327
|
]
|
|
1323
1328
|
},
|
|
1324
1329
|
"T1485": {
|
|
@@ -1576,7 +1581,8 @@
|
|
|
1576
1581
|
"CVE-2023-47117",
|
|
1577
1582
|
"CVE-2025-68664",
|
|
1578
1583
|
"MAL-2025-PYPI-COLORAMA-SOLANA-STEALER",
|
|
1579
|
-
"MAL-2026-RUBYGEMS-BUFFERZONECORP-SLEEPER"
|
|
1584
|
+
"MAL-2026-RUBYGEMS-BUFFERZONECORP-SLEEPER",
|
|
1585
|
+
"CVE-2024-12450"
|
|
1580
1586
|
],
|
|
1581
1587
|
"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)",
|
|
1582
1588
|
"platforms": [
|