@blamejs/exceptd-skills 0.15.27 → 0.15.28

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.
@@ -7563,35 +7563,63 @@
7563
7563
  },
7564
7564
  "CVE-2024-27199": {
7565
7565
  "name": "JetBrains TeamCity Relative Path Traversal Vulnerability",
7566
- "lesson_date": "2026-05-18",
7566
+ "lesson_date": "2026-05-29",
7567
7567
  "attack_vector": {
7568
- "description": "JetBrains TeamCity contains a relative path traversal vulnerability that could allow limited admin actions to be performed.",
7569
- "privileges_required": "network attacker (no authentication required)",
7570
- "complexity": "moderate (bulk-import default)",
7571
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
7568
+ "description": "a relative path-traversal flaw (CWE-23) letting an unauthenticated attacker reach restricted endpoints and bypass authentication. CISA KEV-listed 2026-04-20 with confirmed in-the-wild exploitation.",
7569
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
7570
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
7571
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
7572
+ },
7573
+ "defense_chain": {
7574
+ "prevention": {
7575
+ "what_would_have_worked": "Apply the JetBrains TeamCity update; the bypass grants admin/CI access, so rotate CI tokens and signing keys and review build configurations for injected steps — CI compromise is a software-supply-chain risk.",
7576
+ "was_this_required": true,
7577
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
7578
+ "adequacy": "Patch is necessary but insufficient alone — web shells and stolen credentials/CI access survive the patch and require explicit cleanup."
7579
+ },
7580
+ "detection": {
7581
+ "what_would_have_worked": "Monitoring on the TeamCity: exploit-shaped requests, new web-shell files, unexpected process execution, and admin/CI actions without a matching session.",
7582
+ "was_this_required": false,
7583
+ "framework_requiring_it": null,
7584
+ "adequacy": "Necessary to catch resident persistence or credential abuse after patching."
7585
+ },
7586
+ "response": {
7587
+ "what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate application/CI credentials and signing keys, and review for downstream/supply-chain impact (CI and dev tools can taint build artifacts).",
7588
+ "was_this_required": true,
7589
+ "framework_requiring_it": "NIST 800-53 IR-4",
7590
+ "adequacy": "Mandatory; patch-in-place without secret rotation / web-shell hunting leaves the attacker resident or re-authenticable."
7591
+ }
7572
7592
  },
7573
7593
  "framework_coverage": {
7574
7594
  "NIST-800-53-SI-2": {
7575
7595
  "covered": true,
7576
7596
  "adequate": false,
7577
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
7597
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated web-application/dev-tool flaw; these are mass-exploited within days, and CI/dev-tool compromise carries software-supply-chain risk."
7578
7598
  },
7579
7599
  "ISO-27001-2022-A.8.8": {
7580
7600
  "covered": true,
7581
7601
  "adequate": false,
7582
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
7602
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application or developer tool."
7603
+ },
7604
+ "NIS2-Art21-network-security": {
7605
+ "covered": true,
7606
+ "adequate": false,
7607
+ "gap": "Treats internet-facing applications as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / secret-rotation cleanup these RCEs and file-disclosure flaws need."
7608
+ },
7609
+ "PCI-DSS-4.0-6.3.3": {
7610
+ "covered": true,
7611
+ "adequate": false,
7612
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing web application or developer tool in or adjacent to the CDE."
7583
7613
  }
7584
7614
  },
7585
7615
  "compliance_exposure_score": {
7586
- "percent_audit_passing_orgs_still_exposed": 75,
7587
- "basis": "Known ransomware-campaign use; passing orgs typically still exposed when patch deployment lags KEV due date.",
7616
+ "percent_audit_passing_orgs_still_exposed": 74,
7617
+ "basis": "Internet-facing JetBrains TeamCity is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required secret rotation / web-shell hunt is rarely part of the documented patch procedure, and dev-tool/CI exposure adds software-supply-chain blast radius.",
7588
7618
  "theater_pattern": "patch_management"
7589
7619
  },
7590
7620
  "ai_discovered_zeroday": false,
7591
- "ai_discovery_source": "unknown",
7592
- "ai_assist_factor": "none",
7593
- "_auto_imported": true,
7594
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
7621
+ "ai_discovery_source": "vendor_research",
7622
+ "ai_assist_factor": "none"
7595
7623
  },
7596
7624
  "CVE-2026-34197": {
7597
7625
  "name": "Apache ActiveMQ Improper Input Validation Vulnerability",
@@ -11136,35 +11164,63 @@
11136
11164
  },
11137
11165
  "CVE-2025-54068": {
11138
11166
  "name": "Laravel Livewire Code Injection Vulnerability",
11139
- "lesson_date": "2026-05-18",
11167
+ "lesson_date": "2026-05-29",
11140
11168
  "attack_vector": {
11141
- "description": "Laravel Livewire contain a code injection vulnerability that could allow unauthenticated attackers to achieve remote command execution in specific scenarios.",
11142
- "privileges_required": "network attacker (no authentication required)",
11143
- "complexity": "moderate (bulk-import default)",
11144
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
11169
+ "description": "a code-injection flaw (CWE-94) enabling unauthenticated remote code execution on the web server. CISA KEV-listed 2026-03-20 with confirmed in-the-wild exploitation.",
11170
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
11171
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
11172
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
11173
+ },
11174
+ "defense_chain": {
11175
+ "prevention": {
11176
+ "what_would_have_worked": "Apply the Laravel Livewire update; hunt for web shells and rotate the application key (APP_KEY) and secrets — code-injection RCE leaves resident persistence.",
11177
+ "was_this_required": true,
11178
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
11179
+ "adequacy": "Patch is necessary but insufficient alone — web shells and stolen credentials/CI access survive the patch and require explicit cleanup."
11180
+ },
11181
+ "detection": {
11182
+ "what_would_have_worked": "Monitoring on the Livewire: exploit-shaped requests, new web-shell files, unexpected process execution, and admin/CI actions without a matching session.",
11183
+ "was_this_required": false,
11184
+ "framework_requiring_it": null,
11185
+ "adequacy": "Necessary to catch resident persistence or credential abuse after patching."
11186
+ },
11187
+ "response": {
11188
+ "what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate application/CI credentials and signing keys, and review for downstream/supply-chain impact (CI and dev tools can taint build artifacts).",
11189
+ "was_this_required": true,
11190
+ "framework_requiring_it": "NIST 800-53 IR-4",
11191
+ "adequacy": "Mandatory; patch-in-place without secret rotation / web-shell hunting leaves the attacker resident or re-authenticable."
11192
+ }
11145
11193
  },
11146
11194
  "framework_coverage": {
11147
11195
  "NIST-800-53-SI-2": {
11148
11196
  "covered": true,
11149
11197
  "adequate": false,
11150
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
11198
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated web-application/dev-tool flaw; these are mass-exploited within days, and CI/dev-tool compromise carries software-supply-chain risk."
11151
11199
  },
11152
11200
  "ISO-27001-2022-A.8.8": {
11153
11201
  "covered": true,
11154
11202
  "adequate": false,
11155
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
11203
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application or developer tool."
11204
+ },
11205
+ "NIS2-Art21-network-security": {
11206
+ "covered": true,
11207
+ "adequate": false,
11208
+ "gap": "Treats internet-facing applications as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / secret-rotation cleanup these RCEs and file-disclosure flaws need."
11209
+ },
11210
+ "PCI-DSS-4.0-6.3.3": {
11211
+ "covered": true,
11212
+ "adequate": false,
11213
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing web application or developer tool in or adjacent to the CDE."
11156
11214
  }
11157
11215
  },
11158
11216
  "compliance_exposure_score": {
11159
- "percent_audit_passing_orgs_still_exposed": 55,
11160
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
11217
+ "percent_audit_passing_orgs_still_exposed": 74,
11218
+ "basis": "Internet-facing Laravel Livewire is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required secret rotation / web-shell hunt is rarely part of the documented patch procedure, and dev-tool/CI exposure adds software-supply-chain blast radius.",
11161
11219
  "theater_pattern": "patch_management"
11162
11220
  },
11163
11221
  "ai_discovered_zeroday": false,
11164
- "ai_discovery_source": "unknown",
11165
- "ai_assist_factor": "none",
11166
- "_auto_imported": true,
11167
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
11222
+ "ai_discovery_source": "vendor_research",
11223
+ "ai_assist_factor": "none"
11168
11224
  },
11169
11225
  "CVE-2025-43510": {
11170
11226
  "name": "Apple Multiple Products Improper Locking Vulnerability",
@@ -11655,35 +11711,63 @@
11655
11711
  },
11656
11712
  "CVE-2025-68613": {
11657
11713
  "name": "n8n Improper Control of Dynamically-Managed Code Resources Vulnerability",
11658
- "lesson_date": "2026-05-18",
11714
+ "lesson_date": "2026-05-29",
11659
11715
  "attack_vector": {
11660
- "description": "n8n contains an improper control of dynamically managed code resources vulnerability in its workflow expression evaluation system that allows for remote code execution.",
11661
- "privileges_required": "network attacker (no authentication required)",
11662
- "complexity": "moderate (bulk-import default)",
11663
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
11716
+ "description": "an improper-control-of-dynamically-managed-code flaw (CWE-913), enabling code execution through the workflow-automation engine. CISA KEV-listed 2026-03-11 with confirmed in-the-wild exploitation.",
11717
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
11718
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
11719
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
11720
+ },
11721
+ "defense_chain": {
11722
+ "prevention": {
11723
+ "what_would_have_worked": "Apply the n8n update; n8n executes workflows with broad credential access, so rotate stored credentials and API tokens and review executed workflows for tampering.",
11724
+ "was_this_required": true,
11725
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
11726
+ "adequacy": "Patch is necessary but insufficient alone — web shells and stolen credentials/CI access survive the patch and require explicit cleanup."
11727
+ },
11728
+ "detection": {
11729
+ "what_would_have_worked": "Monitoring on the n8n: exploit-shaped requests, new web-shell files, unexpected process execution, and admin/CI actions without a matching session.",
11730
+ "was_this_required": false,
11731
+ "framework_requiring_it": null,
11732
+ "adequacy": "Necessary to catch resident persistence or credential abuse after patching."
11733
+ },
11734
+ "response": {
11735
+ "what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate application/CI credentials and signing keys, and review for downstream/supply-chain impact (CI and dev tools can taint build artifacts).",
11736
+ "was_this_required": true,
11737
+ "framework_requiring_it": "NIST 800-53 IR-4",
11738
+ "adequacy": "Mandatory; patch-in-place without secret rotation / web-shell hunting leaves the attacker resident or re-authenticable."
11739
+ }
11664
11740
  },
11665
11741
  "framework_coverage": {
11666
11742
  "NIST-800-53-SI-2": {
11667
11743
  "covered": true,
11668
11744
  "adequate": false,
11669
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
11745
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated web-application/dev-tool flaw; these are mass-exploited within days, and CI/dev-tool compromise carries software-supply-chain risk."
11670
11746
  },
11671
11747
  "ISO-27001-2022-A.8.8": {
11672
11748
  "covered": true,
11673
11749
  "adequate": false,
11674
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
11750
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application or developer tool."
11751
+ },
11752
+ "NIS2-Art21-network-security": {
11753
+ "covered": true,
11754
+ "adequate": false,
11755
+ "gap": "Treats internet-facing applications as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / secret-rotation cleanup these RCEs and file-disclosure flaws need."
11756
+ },
11757
+ "PCI-DSS-4.0-6.3.3": {
11758
+ "covered": true,
11759
+ "adequate": false,
11760
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing web application or developer tool in or adjacent to the CDE."
11675
11761
  }
11676
11762
  },
11677
11763
  "compliance_exposure_score": {
11678
- "percent_audit_passing_orgs_still_exposed": 55,
11679
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
11764
+ "percent_audit_passing_orgs_still_exposed": 74,
11765
+ "basis": "Internet-facing n8n is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required secret rotation / web-shell hunt is rarely part of the documented patch procedure, and dev-tool/CI exposure adds software-supply-chain blast radius.",
11680
11766
  "theater_pattern": "patch_management"
11681
11767
  },
11682
11768
  "ai_discovered_zeroday": false,
11683
- "ai_discovery_source": "unknown",
11684
- "ai_assist_factor": "none",
11685
- "_auto_imported": true,
11686
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
11769
+ "ai_discovery_source": "vendor_research",
11770
+ "ai_assist_factor": "none"
11687
11771
  },
11688
11772
  "CVE-2021-22054": {
11689
11773
  "name": "Omnissa Workspace ONE Server-Side Request Forgery",
@@ -14054,35 +14138,63 @@
14054
14138
  },
14055
14139
  "CVE-2025-31125": {
14056
14140
  "name": "Vite Vitejs Improper Access Control Vulnerability",
14057
- "lesson_date": "2026-05-18",
14141
+ "lesson_date": "2026-05-29",
14058
14142
  "attack_vector": {
14059
- "description": "Vite Vitejs contains an improper access control vulnerability that exposes content of non-allowed files using ?inline&import or ?raw?import. Only apps explicitly exposing the Vite dev server to the network (using --host or server.host config option) are affected.",
14060
- "privileges_required": "network attacker (no authentication required)",
14061
- "complexity": "moderate (bulk-import default)",
14062
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
14143
+ "description": "an improper-access-control flaw (CWE-200/CWE-284) in the Vite dev server, letting a remote attacker read files including source and environment secrets outside the served root. CISA KEV-listed 2026-01-22 with confirmed in-the-wild exploitation.",
14144
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
14145
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
14146
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
14147
+ },
14148
+ "defense_chain": {
14149
+ "prevention": {
14150
+ "what_would_have_worked": "Apply the Vite update and do not expose the dev server to untrusted networks; rotate any source-tree secrets (.env, keys) the file read could have exposed.",
14151
+ "was_this_required": true,
14152
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
14153
+ "adequacy": "Patch is necessary but insufficient alone — any secret the file read disclosed survives the patch and must be rotated."
14154
+ },
14155
+ "detection": {
14156
+ "what_would_have_worked": "Monitoring on the Vite dev server: exploit-shaped requests, out-of-root file reads and subsequent use of disclosed secrets.",
14157
+ "was_this_required": false,
14158
+ "framework_requiring_it": null,
14159
+ "adequacy": "Necessary to catch resident persistence or credential abuse after patching."
14160
+ },
14161
+ "response": {
14162
+ "what_would_have_worked": "Patch immediately, rotate every secret reachable through the file read (config, data-source, API, .env), and review for downstream/supply-chain impact (CI and dev tools can taint build artifacts).",
14163
+ "was_this_required": true,
14164
+ "framework_requiring_it": "NIST 800-53 IR-4",
14165
+ "adequacy": "Mandatory; patch-in-place without secret rotation / web-shell hunting leaves the attacker resident or re-authenticable."
14166
+ }
14063
14167
  },
14064
14168
  "framework_coverage": {
14065
14169
  "NIST-800-53-SI-2": {
14066
14170
  "covered": true,
14067
14171
  "adequate": false,
14068
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
14172
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated web-application/dev-tool flaw; these are mass-exploited within days, and CI/dev-tool compromise carries software-supply-chain risk."
14069
14173
  },
14070
14174
  "ISO-27001-2022-A.8.8": {
14071
14175
  "covered": true,
14072
14176
  "adequate": false,
14073
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
14177
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application or developer tool."
14178
+ },
14179
+ "NIS2-Art21-network-security": {
14180
+ "covered": true,
14181
+ "adequate": false,
14182
+ "gap": "Treats internet-facing applications as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / secret-rotation cleanup these RCEs and file-disclosure flaws need."
14183
+ },
14184
+ "PCI-DSS-4.0-6.3.3": {
14185
+ "covered": true,
14186
+ "adequate": false,
14187
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing web application or developer tool in or adjacent to the CDE."
14074
14188
  }
14075
14189
  },
14076
14190
  "compliance_exposure_score": {
14077
- "percent_audit_passing_orgs_still_exposed": 55,
14078
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
14191
+ "percent_audit_passing_orgs_still_exposed": 74,
14192
+ "basis": "Internet-facing Vite is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required secret rotation / web-shell hunt is rarely part of the documented patch procedure, and dev-tool/CI exposure adds software-supply-chain blast radius.",
14079
14193
  "theater_pattern": "patch_management"
14080
14194
  },
14081
14195
  "ai_discovered_zeroday": false,
14082
- "ai_discovery_source": "unknown",
14083
- "ai_assist_factor": "none",
14084
- "_auto_imported": true,
14085
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
14196
+ "ai_discovery_source": "vendor_research",
14197
+ "ai_assist_factor": "none"
14086
14198
  },
14087
14199
  "CVE-2025-54313": {
14088
14200
  "name": "Prettier eslint-config-prettier Embedded Malicious Code Vulnerability",
@@ -14233,35 +14345,63 @@
14233
14345
  },
14234
14346
  "CVE-2025-8110": {
14235
14347
  "name": "Gogs Path Traversal Vulnerability",
14236
- "lesson_date": "2026-05-18",
14348
+ "lesson_date": "2026-05-29",
14237
14349
  "attack_vector": {
14238
- "description": "Gogs contains a path traversal vulnerability affecting improper Symbolic link handling in the PutContents API that could allow for code execution.",
14239
- "privileges_required": "network attacker (no authentication required)",
14240
- "complexity": "moderate (bulk-import default)",
14241
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
14350
+ "description": "a path-traversal flaw (CWE-22) letting an attacker read or write files outside the intended directory on the Git server. CISA KEV-listed 2026-01-12 with confirmed in-the-wild exploitation.",
14351
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
14352
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
14353
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
14354
+ },
14355
+ "defense_chain": {
14356
+ "prevention": {
14357
+ "what_would_have_worked": "Apply the Gogs update; review repository and server files for tampering and rotate any credentials the Git server held.",
14358
+ "was_this_required": true,
14359
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
14360
+ "adequacy": "Patch is necessary but insufficient alone — web shells and stolen credentials/CI access survive the patch and require explicit cleanup."
14361
+ },
14362
+ "detection": {
14363
+ "what_would_have_worked": "Monitoring on the Gogs: exploit-shaped requests, new web-shell files, unexpected process execution, and admin/CI actions without a matching session.",
14364
+ "was_this_required": false,
14365
+ "framework_requiring_it": null,
14366
+ "adequacy": "Necessary to catch resident persistence or credential abuse after patching."
14367
+ },
14368
+ "response": {
14369
+ "what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate application/CI credentials and signing keys, and review for downstream/supply-chain impact (CI and dev tools can taint build artifacts).",
14370
+ "was_this_required": true,
14371
+ "framework_requiring_it": "NIST 800-53 IR-4",
14372
+ "adequacy": "Mandatory; patch-in-place without secret rotation / web-shell hunting leaves the attacker resident or re-authenticable."
14373
+ }
14242
14374
  },
14243
14375
  "framework_coverage": {
14244
14376
  "NIST-800-53-SI-2": {
14245
14377
  "covered": true,
14246
14378
  "adequate": false,
14247
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
14379
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated web-application/dev-tool flaw; these are mass-exploited within days, and CI/dev-tool compromise carries software-supply-chain risk."
14248
14380
  },
14249
14381
  "ISO-27001-2022-A.8.8": {
14250
14382
  "covered": true,
14251
14383
  "adequate": false,
14252
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
14384
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application or developer tool."
14385
+ },
14386
+ "NIS2-Art21-network-security": {
14387
+ "covered": true,
14388
+ "adequate": false,
14389
+ "gap": "Treats internet-facing applications as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / secret-rotation cleanup these RCEs and file-disclosure flaws need."
14390
+ },
14391
+ "PCI-DSS-4.0-6.3.3": {
14392
+ "covered": true,
14393
+ "adequate": false,
14394
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing web application or developer tool in or adjacent to the CDE."
14253
14395
  }
14254
14396
  },
14255
14397
  "compliance_exposure_score": {
14256
- "percent_audit_passing_orgs_still_exposed": 55,
14257
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
14398
+ "percent_audit_passing_orgs_still_exposed": 74,
14399
+ "basis": "Internet-facing Gogs is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required secret rotation / web-shell hunt is rarely part of the documented patch procedure, and dev-tool/CI exposure adds software-supply-chain blast radius.",
14258
14400
  "theater_pattern": "patch_management"
14259
14401
  },
14260
14402
  "ai_discovered_zeroday": false,
14261
- "ai_discovery_source": "unknown",
14262
- "ai_assist_factor": "none",
14263
- "_auto_imported": true,
14264
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
14403
+ "ai_discovery_source": "vendor_research",
14404
+ "ai_assist_factor": "none"
14265
14405
  },
14266
14406
  "CVE-2009-0556": {
14267
14407
  "name": "Microsoft Office PowerPoint Code Injection Vulnerability",
@@ -16419,35 +16559,63 @@
16419
16559
  },
16420
16560
  "CVE-2021-43798": {
16421
16561
  "name": "Grafana Path Traversal Vulnerability",
16422
- "lesson_date": "2026-05-18",
16562
+ "lesson_date": "2026-05-29",
16423
16563
  "attack_vector": {
16424
- "description": "Grafana contains a path traversal vulnerability that could allow access to local files.",
16425
- "privileges_required": "network attacker (no authentication required)",
16426
- "complexity": "moderate (bulk-import default)",
16427
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
16564
+ "description": "a path-traversal flaw (CWE-22) letting an unauthenticated attacker read arbitrary files including configuration and secrets. CISA KEV-listed 2025-10-09 with confirmed in-the-wild exploitation.",
16565
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the application's public interface)",
16566
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
16567
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
16568
+ },
16569
+ "defense_chain": {
16570
+ "prevention": {
16571
+ "what_would_have_worked": "Apply the Grafana update; the traversal reads config and secrets, so rotate any credentials, data-source passwords, and API keys reachable from the Grafana host.",
16572
+ "was_this_required": true,
16573
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
16574
+ "adequacy": "Patch is necessary but insufficient alone — any secret the file read disclosed survives the patch and must be rotated."
16575
+ },
16576
+ "detection": {
16577
+ "what_would_have_worked": "Monitoring on the Grafana: exploit-shaped requests, out-of-root file reads and subsequent use of disclosed secrets.",
16578
+ "was_this_required": false,
16579
+ "framework_requiring_it": null,
16580
+ "adequacy": "Necessary to catch resident persistence or credential abuse after patching."
16581
+ },
16582
+ "response": {
16583
+ "what_would_have_worked": "Patch immediately, rotate every secret reachable through the file read (config, data-source, API, .env), and review for downstream/supply-chain impact (CI and dev tools can taint build artifacts).",
16584
+ "was_this_required": true,
16585
+ "framework_requiring_it": "NIST 800-53 IR-4",
16586
+ "adequacy": "Mandatory; patch-in-place without secret rotation / web-shell hunting leaves the attacker resident or re-authenticable."
16587
+ }
16428
16588
  },
16429
16589
  "framework_coverage": {
16430
16590
  "NIST-800-53-SI-2": {
16431
16591
  "covered": true,
16432
16592
  "adequate": false,
16433
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
16593
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated web-application/dev-tool flaw; these are mass-exploited within days, and CI/dev-tool compromise carries software-supply-chain risk."
16434
16594
  },
16435
16595
  "ISO-27001-2022-A.8.8": {
16436
16596
  "covered": true,
16437
16597
  "adequate": false,
16438
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
16598
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application or developer tool."
16599
+ },
16600
+ "NIS2-Art21-network-security": {
16601
+ "covered": true,
16602
+ "adequate": false,
16603
+ "gap": "Treats internet-facing applications as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / secret-rotation cleanup these RCEs and file-disclosure flaws need."
16604
+ },
16605
+ "PCI-DSS-4.0-6.3.3": {
16606
+ "covered": true,
16607
+ "adequate": false,
16608
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing web application or developer tool in or adjacent to the CDE."
16439
16609
  }
16440
16610
  },
16441
16611
  "compliance_exposure_score": {
16442
- "percent_audit_passing_orgs_still_exposed": 55,
16443
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
16612
+ "percent_audit_passing_orgs_still_exposed": 74,
16613
+ "basis": "Internet-facing Grafana is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required secret rotation / web-shell hunt is rarely part of the documented patch procedure, and dev-tool/CI exposure adds software-supply-chain blast radius.",
16444
16614
  "theater_pattern": "patch_management"
16445
16615
  },
16446
16616
  "ai_discovered_zeroday": false,
16447
- "ai_discovery_source": "unknown",
16448
- "ai_assist_factor": "none",
16449
- "_auto_imported": true,
16450
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
16617
+ "ai_discovery_source": "vendor_research",
16618
+ "ai_assist_factor": "none"
16451
16619
  },
16452
16620
  "CVE-2025-27915": {
16453
16621
  "name": "Synacor Zimbra Collaboration Suite (ZCS) Cross-site Scripting Vulnerability (variant: CVE-2025-27915)",