@blamejs/exceptd-skills 0.15.15 → 0.15.16

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.
@@ -7179,35 +7179,63 @@
7179
7179
  },
7180
7180
  "CVE-2025-2749": {
7181
7181
  "name": "Kentico Xperience Path Traversal Vulnerability",
7182
- "lesson_date": "2026-05-18",
7182
+ "lesson_date": "2026-05-29",
7183
7183
  "attack_vector": {
7184
- "description": "Kentico Xperience contains a path traversal vulnerability that could allow an authenticated user's Staging Sync Server to upload arbitrary data to path relative locations.",
7185
- "privileges_required": "network attacker (no authentication required)",
7186
- "complexity": "moderate (bulk-import default)",
7187
- "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."
7184
+ "description": "a path-traversal plus unrestricted-file-upload flaw (CWE-22/CWE-434), letting an unauthenticated attacker write a file outside the intended directory (e.g. a web shell) for code execution. CISA KEV-listed 2026-04-20 with confirmed in-the-wild exploitation.",
7185
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the web application's public interface)",
7186
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
7187
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
7188
+ },
7189
+ "defense_chain": {
7190
+ "prevention": {
7191
+ "what_would_have_worked": "Apply the Kentico Xperience update; hunt for web shells under the CMS web root and rotate application secrets — an upload primitive leaves resident persistence the patch does not remove.",
7192
+ "was_this_required": true,
7193
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
7194
+ "adequacy": "Patch is necessary but, for web-app RCE/upload/auth-bypass, insufficient alone — web shells and stolen credentials/secrets survive the patch and require explicit cleanup."
7195
+ },
7196
+ "detection": {
7197
+ "what_would_have_worked": "Monitoring on the Kentico Xperience CMS: exploit-shaped requests, new web-shell files under the web root, unexpected process execution by the app, and administrative actions without a matching authenticated session.",
7198
+ "was_this_required": false,
7199
+ "framework_requiring_it": null,
7200
+ "adequacy": "Necessary to catch resident persistence after patching; WAF rules help but trail novel payloads."
7201
+ },
7202
+ "response": {
7203
+ "what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate application secrets and credentials, and review data accessible through the Kentico Xperience CMS for exfiltration; assume compromise of any account reachable from it.",
7204
+ "was_this_required": true,
7205
+ "framework_requiring_it": "NIST 800-53 IR-4",
7206
+ "adequacy": "Mandatory; patch-in-place without web-shell hunting and secret rotation leaves the attacker resident."
7207
+ }
7188
7208
  },
7189
7209
  "framework_coverage": {
7190
7210
  "NIST-800-53-SI-2": {
7191
7211
  "covered": true,
7192
7212
  "adequate": false,
7193
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
7213
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated web-application RCE/auth-bypass; these are mass-exploited within days of disclosure."
7194
7214
  },
7195
7215
  "ISO-27001-2022-A.8.8": {
7196
7216
  "covered": true,
7197
7217
  "adequate": false,
7198
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
7218
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application."
7219
+ },
7220
+ "NIS2-Art21-network-security": {
7221
+ "covered": true,
7222
+ "adequate": false,
7223
+ "gap": "Treats internet-facing web 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 need."
7224
+ },
7225
+ "PCI-DSS-4.0-6.3.3": {
7226
+ "covered": true,
7227
+ "adequate": false,
7228
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing web application in or adjacent to the CDE; PCI-DSS 6.4.x WAF coverage is partial mitigation, not remediation."
7199
7229
  }
7200
7230
  },
7201
7231
  "compliance_exposure_score": {
7202
- "percent_audit_passing_orgs_still_exposed": 55,
7203
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
7232
+ "percent_audit_passing_orgs_still_exposed": 74,
7233
+ "basis": "Internet-facing Kentico Xperience CMS is run by audited organizations on a standard patch SLA and is mass-exploited within days of disclosure; the required web-shell hunt and secret rotation are rarely part of the documented patch procedure.",
7204
7234
  "theater_pattern": "patch_management"
7205
7235
  },
7206
7236
  "ai_discovered_zeroday": false,
7207
- "ai_discovery_source": "unknown",
7208
- "ai_assist_factor": "none",
7209
- "_auto_imported": true,
7210
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
7237
+ "ai_discovery_source": "vendor_research",
7238
+ "ai_assist_factor": "none"
7211
7239
  },
7212
7240
  "CVE-2023-27351": {
7213
7241
  "name": "PaperCut NG/MF Improper Authentication Vulnerability",
@@ -10862,35 +10890,63 @@
10862
10890
  },
10863
10891
  "CVE-2025-32432": {
10864
10892
  "name": "Craft CMS Code Injection Vulnerability",
10865
- "lesson_date": "2026-05-18",
10893
+ "lesson_date": "2026-05-29",
10866
10894
  "attack_vector": {
10867
- "description": "Craft CMS contains a code injection vulnerability that allows a remote attacker to execute arbitrary code.",
10868
- "privileges_required": "network attacker (no authentication required)",
10869
- "complexity": "moderate (bulk-import default)",
10870
- "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."
10895
+ "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.",
10896
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the web application's public interface)",
10897
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
10898
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
10899
+ },
10900
+ "defense_chain": {
10901
+ "prevention": {
10902
+ "what_would_have_worked": "Apply the Craft CMS update, rotate the Craft security key and any credentials the app held, and hunt for web shells — code-injection RCE is routinely followed by persistence.",
10903
+ "was_this_required": true,
10904
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
10905
+ "adequacy": "Patch is necessary but, for web-app RCE/upload/auth-bypass, insufficient alone — web shells and stolen credentials/secrets survive the patch and require explicit cleanup."
10906
+ },
10907
+ "detection": {
10908
+ "what_would_have_worked": "Monitoring on the Craft CMS: exploit-shaped requests, new web-shell files under the web root, unexpected process execution by the app, and administrative actions without a matching authenticated session.",
10909
+ "was_this_required": false,
10910
+ "framework_requiring_it": null,
10911
+ "adequacy": "Necessary to catch resident persistence after patching; WAF rules help but trail novel payloads."
10912
+ },
10913
+ "response": {
10914
+ "what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate application secrets and credentials, and review data accessible through the Craft CMS for exfiltration; assume compromise of any account reachable from it.",
10915
+ "was_this_required": true,
10916
+ "framework_requiring_it": "NIST 800-53 IR-4",
10917
+ "adequacy": "Mandatory; patch-in-place without web-shell hunting and secret rotation leaves the attacker resident."
10918
+ }
10871
10919
  },
10872
10920
  "framework_coverage": {
10873
10921
  "NIST-800-53-SI-2": {
10874
10922
  "covered": true,
10875
10923
  "adequate": false,
10876
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
10924
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated web-application RCE/auth-bypass; these are mass-exploited within days of disclosure."
10877
10925
  },
10878
10926
  "ISO-27001-2022-A.8.8": {
10879
10927
  "covered": true,
10880
10928
  "adequate": false,
10881
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
10929
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application."
10930
+ },
10931
+ "NIS2-Art21-network-security": {
10932
+ "covered": true,
10933
+ "adequate": false,
10934
+ "gap": "Treats internet-facing web 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 need."
10935
+ },
10936
+ "PCI-DSS-4.0-6.3.3": {
10937
+ "covered": true,
10938
+ "adequate": false,
10939
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing web application in or adjacent to the CDE; PCI-DSS 6.4.x WAF coverage is partial mitigation, not remediation."
10882
10940
  }
10883
10941
  },
10884
10942
  "compliance_exposure_score": {
10885
- "percent_audit_passing_orgs_still_exposed": 55,
10886
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
10943
+ "percent_audit_passing_orgs_still_exposed": 74,
10944
+ "basis": "Internet-facing Craft CMS is run by audited organizations on a standard patch SLA and is mass-exploited within days of disclosure; the required web-shell hunt and secret rotation are rarely part of the documented patch procedure.",
10887
10945
  "theater_pattern": "patch_management"
10888
10946
  },
10889
10947
  "ai_discovered_zeroday": false,
10890
- "ai_discovery_source": "unknown",
10891
- "ai_assist_factor": "none",
10892
- "_auto_imported": true,
10893
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
10948
+ "ai_discovery_source": "vendor_research",
10949
+ "ai_assist_factor": "none"
10894
10950
  },
10895
10951
  "CVE-2025-54068": {
10896
10952
  "name": "Laravel Livewire Code Injection Vulnerability",
@@ -11477,35 +11533,63 @@
11477
11533
  },
11478
11534
  "CVE-2025-26399": {
11479
11535
  "name": "SolarWinds Web Help Desk Deserialization of Untrusted Data Vulnerability",
11480
- "lesson_date": "2026-05-18",
11536
+ "lesson_date": "2026-05-29",
11481
11537
  "attack_vector": {
11482
- "description": "SolarWinds Web Help Desk contain a deserialization of untrusted data vulnerability in AjaxProxy that could allow an attacker to run commands on the host machine.",
11483
- "privileges_required": "network attacker (no authentication required)",
11484
- "complexity": "moderate (bulk-import default)",
11485
- "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."
11538
+ "description": "a deserialization-of-untrusted-data flaw (CWE-502) enabling unauthenticated remote code execution (the latest in the Web Help Desk deserialization chain). CISA KEV-listed 2026-03-09 with confirmed in-the-wild exploitation.",
11539
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the web application's public interface)",
11540
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
11541
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
11542
+ },
11543
+ "defense_chain": {
11544
+ "prevention": {
11545
+ "what_would_have_worked": "Apply the SolarWinds Web Help Desk update and rebuild if exploited; this is a repeated deserialization target, so confirm the full chain is patched and rotate service credentials.",
11546
+ "was_this_required": true,
11547
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
11548
+ "adequacy": "Patch is necessary but, for web-app RCE/upload/auth-bypass, insufficient alone — web shells and stolen credentials/secrets survive the patch and require explicit cleanup."
11549
+ },
11550
+ "detection": {
11551
+ "what_would_have_worked": "Monitoring on the Web Help Desk: exploit-shaped requests, new web-shell files under the web root, unexpected process execution by the app, and administrative actions without a matching authenticated session.",
11552
+ "was_this_required": false,
11553
+ "framework_requiring_it": null,
11554
+ "adequacy": "Necessary to catch resident persistence after patching; WAF rules help but trail novel payloads."
11555
+ },
11556
+ "response": {
11557
+ "what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate application secrets and credentials, and review data accessible through the Web Help Desk for exfiltration; assume compromise of any account reachable from it.",
11558
+ "was_this_required": true,
11559
+ "framework_requiring_it": "NIST 800-53 IR-4",
11560
+ "adequacy": "Mandatory; patch-in-place without web-shell hunting and secret rotation leaves the attacker resident."
11561
+ }
11486
11562
  },
11487
11563
  "framework_coverage": {
11488
11564
  "NIST-800-53-SI-2": {
11489
11565
  "covered": true,
11490
11566
  "adequate": false,
11491
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
11567
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated web-application RCE/auth-bypass; these are mass-exploited within days of disclosure."
11492
11568
  },
11493
11569
  "ISO-27001-2022-A.8.8": {
11494
11570
  "covered": true,
11495
11571
  "adequate": false,
11496
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
11572
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application."
11573
+ },
11574
+ "NIS2-Art21-network-security": {
11575
+ "covered": true,
11576
+ "adequate": false,
11577
+ "gap": "Treats internet-facing web 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 need."
11578
+ },
11579
+ "PCI-DSS-4.0-6.3.3": {
11580
+ "covered": true,
11581
+ "adequate": false,
11582
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing web application in or adjacent to the CDE; PCI-DSS 6.4.x WAF coverage is partial mitigation, not remediation."
11497
11583
  }
11498
11584
  },
11499
11585
  "compliance_exposure_score": {
11500
- "percent_audit_passing_orgs_still_exposed": 55,
11501
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
11586
+ "percent_audit_passing_orgs_still_exposed": 74,
11587
+ "basis": "Internet-facing SolarWinds Web Help Desk is run by audited organizations on a standard patch SLA and is mass-exploited within days of disclosure; the required web-shell hunt and secret rotation are rarely part of the documented patch procedure.",
11502
11588
  "theater_pattern": "patch_management"
11503
11589
  },
11504
11590
  "ai_discovered_zeroday": false,
11505
- "ai_discovery_source": "unknown",
11506
- "ai_assist_factor": "none",
11507
- "_auto_imported": true,
11508
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
11591
+ "ai_discovery_source": "vendor_research",
11592
+ "ai_assist_factor": "none"
11509
11593
  },
11510
11594
  "CVE-2026-1603": {
11511
11595
  "name": "Ivanti Endpoint Manager (EPM) Authentication Bypass Vulnerability",
@@ -12070,35 +12154,63 @@
12070
12154
  },
12071
12155
  "CVE-2025-49113": {
12072
12156
  "name": "RoundCube Webmail Deserialization of Untrusted Data Vulnerability",
12073
- "lesson_date": "2026-05-18",
12157
+ "lesson_date": "2026-05-29",
12074
12158
  "attack_vector": {
12075
- "description": "RoundCube Webmail contains a deserialization of untrusted data vulnerability that allows remote code execution by authenticated users because the _from parameter in a URL is not validated in program/actions/settings/upload.php.",
12076
- "privileges_required": "network attacker (no authentication required)",
12077
- "complexity": "moderate (bulk-import default)",
12078
- "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."
12159
+ "description": "a deserialization-of-untrusted-data flaw (CWE-502) enabling remote code execution on the Roundcube webmail server. CISA KEV-listed 2026-02-20 with confirmed in-the-wild exploitation.",
12160
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the web application's public interface)",
12161
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
12162
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
12163
+ },
12164
+ "defense_chain": {
12165
+ "prevention": {
12166
+ "what_would_have_worked": "Apply the Roundcube update, hunt for web shells, and rotate webmail/session secrets and mailbox credentials — webmail compromise targets mailbox data and persistence.",
12167
+ "was_this_required": true,
12168
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
12169
+ "adequacy": "Patch is necessary but, for web-app RCE/upload/auth-bypass, insufficient alone — web shells and stolen credentials/secrets survive the patch and require explicit cleanup."
12170
+ },
12171
+ "detection": {
12172
+ "what_would_have_worked": "Monitoring on the Roundcube Webmail: exploit-shaped requests, new web-shell files under the web root, unexpected process execution by the app, and administrative actions without a matching authenticated session.",
12173
+ "was_this_required": false,
12174
+ "framework_requiring_it": null,
12175
+ "adequacy": "Necessary to catch resident persistence after patching; WAF rules help but trail novel payloads."
12176
+ },
12177
+ "response": {
12178
+ "what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate application secrets and credentials, and review data accessible through the Roundcube Webmail for exfiltration; assume compromise of any account reachable from it.",
12179
+ "was_this_required": true,
12180
+ "framework_requiring_it": "NIST 800-53 IR-4",
12181
+ "adequacy": "Mandatory; patch-in-place without web-shell hunting and secret rotation leaves the attacker resident."
12182
+ }
12079
12183
  },
12080
12184
  "framework_coverage": {
12081
12185
  "NIST-800-53-SI-2": {
12082
12186
  "covered": true,
12083
12187
  "adequate": false,
12084
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
12188
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated web-application RCE/auth-bypass; these are mass-exploited within days of disclosure."
12085
12189
  },
12086
12190
  "ISO-27001-2022-A.8.8": {
12087
12191
  "covered": true,
12088
12192
  "adequate": false,
12089
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
12193
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application."
12194
+ },
12195
+ "NIS2-Art21-network-security": {
12196
+ "covered": true,
12197
+ "adequate": false,
12198
+ "gap": "Treats internet-facing web 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 need."
12199
+ },
12200
+ "PCI-DSS-4.0-6.3.3": {
12201
+ "covered": true,
12202
+ "adequate": false,
12203
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing web application in or adjacent to the CDE; PCI-DSS 6.4.x WAF coverage is partial mitigation, not remediation."
12090
12204
  }
12091
12205
  },
12092
12206
  "compliance_exposure_score": {
12093
- "percent_audit_passing_orgs_still_exposed": 55,
12094
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
12207
+ "percent_audit_passing_orgs_still_exposed": 74,
12208
+ "basis": "Internet-facing Roundcube Webmail is run by audited organizations on a standard patch SLA and is mass-exploited within days of disclosure; the required web-shell hunt and secret rotation are rarely part of the documented patch procedure.",
12095
12209
  "theater_pattern": "patch_management"
12096
12210
  },
12097
12211
  "ai_discovered_zeroday": false,
12098
- "ai_discovery_source": "unknown",
12099
- "ai_assist_factor": "none",
12100
- "_auto_imported": true,
12101
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
12212
+ "ai_discovery_source": "vendor_research",
12213
+ "ai_assist_factor": "none"
12102
12214
  },
12103
12215
  "CVE-2025-68461": {
12104
12216
  "name": "RoundCube Webmail Cross-site Scripting Vulnerability",
@@ -13000,36 +13112,64 @@
13000
13112
  "_intake_method": "v0.13.17-bulk-cisa-kev-import"
13001
13113
  },
13002
13114
  "CVE-2025-40551": {
13003
- "name": "SolarWinds Web Help Desk Deserialization of Untrusted Data Vulnerability",
13004
- "lesson_date": "2026-05-18",
13115
+ "name": "SolarWinds Web Help Desk Deserialization of Untrusted Data Vulnerability (variant: CVE-2025-40551)",
13116
+ "lesson_date": "2026-05-29",
13005
13117
  "attack_vector": {
13006
- "description": "SolarWinds Web Help Desk contains a deserialization of untrusted data vulnerability that could lead to remote code execution, which would allow an attacker to run commands on the host machine. This could be exploited without authentication.",
13007
- "privileges_required": "network attacker (no authentication required)",
13008
- "complexity": "moderate (bulk-import default)",
13009
- "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."
13118
+ "description": "a deserialization-of-untrusted-data flaw (CWE-502) enabling unauthenticated remote code execution. CISA KEV-listed 2026-02-03 with confirmed in-the-wild exploitation.",
13119
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the web application's public interface)",
13120
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
13121
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
13122
+ },
13123
+ "defense_chain": {
13124
+ "prevention": {
13125
+ "what_would_have_worked": "Apply the SolarWinds Web Help Desk update, hunt for web shells, and rotate service credentials; treat an exploited Help Desk as compromised given its IT-service-management reach.",
13126
+ "was_this_required": true,
13127
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
13128
+ "adequacy": "Patch is necessary but, for web-app RCE/upload/auth-bypass, insufficient alone — web shells and stolen credentials/secrets survive the patch and require explicit cleanup."
13129
+ },
13130
+ "detection": {
13131
+ "what_would_have_worked": "Monitoring on the Web Help Desk: exploit-shaped requests, new web-shell files under the web root, unexpected process execution by the app, and administrative actions without a matching authenticated session.",
13132
+ "was_this_required": false,
13133
+ "framework_requiring_it": null,
13134
+ "adequacy": "Necessary to catch resident persistence after patching; WAF rules help but trail novel payloads."
13135
+ },
13136
+ "response": {
13137
+ "what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate application secrets and credentials, and review data accessible through the Web Help Desk for exfiltration; assume compromise of any account reachable from it.",
13138
+ "was_this_required": true,
13139
+ "framework_requiring_it": "NIST 800-53 IR-4",
13140
+ "adequacy": "Mandatory; patch-in-place without web-shell hunting and secret rotation leaves the attacker resident."
13141
+ }
13010
13142
  },
13011
13143
  "framework_coverage": {
13012
13144
  "NIST-800-53-SI-2": {
13013
13145
  "covered": true,
13014
13146
  "adequate": false,
13015
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
13147
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated web-application RCE/auth-bypass; these are mass-exploited within days of disclosure."
13016
13148
  },
13017
13149
  "ISO-27001-2022-A.8.8": {
13018
13150
  "covered": true,
13019
13151
  "adequate": false,
13020
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
13152
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application."
13153
+ },
13154
+ "NIS2-Art21-network-security": {
13155
+ "covered": true,
13156
+ "adequate": false,
13157
+ "gap": "Treats internet-facing web 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 need."
13158
+ },
13159
+ "PCI-DSS-4.0-6.3.3": {
13160
+ "covered": true,
13161
+ "adequate": false,
13162
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing web application in or adjacent to the CDE; PCI-DSS 6.4.x WAF coverage is partial mitigation, not remediation."
13021
13163
  }
13022
13164
  },
13023
13165
  "compliance_exposure_score": {
13024
- "percent_audit_passing_orgs_still_exposed": 55,
13025
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
13166
+ "percent_audit_passing_orgs_still_exposed": 74,
13167
+ "basis": "Internet-facing SolarWinds Web Help Desk is run by audited organizations on a standard patch SLA and is mass-exploited within days of disclosure; the required web-shell hunt and secret rotation are rarely part of the documented patch procedure.",
13026
13168
  "theater_pattern": "patch_management"
13027
13169
  },
13028
13170
  "ai_discovered_zeroday": false,
13029
- "ai_discovery_source": "unknown",
13030
- "ai_assist_factor": "none",
13031
- "_auto_imported": true,
13032
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
13171
+ "ai_discovery_source": "vendor_research",
13172
+ "ai_assist_factor": "none"
13033
13173
  },
13034
13174
  "CVE-2026-1281": {
13035
13175
  "name": "Ivanti Endpoint Manager Mobile (EPMM) Code Injection Vulnerability (variant: CVE-2026-1281)",
@@ -15129,67 +15269,123 @@
15129
15269
  },
15130
15270
  "CVE-2025-2746": {
15131
15271
  "name": "Kentico Xperience CMS Authentication Bypass Using an Alternate Path or Channel Vulnerability",
15132
- "lesson_date": "2026-05-18",
15272
+ "lesson_date": "2026-05-29",
15133
15273
  "attack_vector": {
15134
- "description": "Kentico Xperience CMS contains an authentication bypass using an alternate path or channel vulnerability that could allow an attacker to control administrative objects.",
15135
- "privileges_required": "network attacker (no authentication required)",
15136
- "complexity": "moderate (bulk-import default)",
15137
- "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."
15274
+ "description": "an authentication bypass using an alternate path or channel (CWE-288), letting an unauthenticated attacker reach administrative functionality. CISA KEV-listed 2025-10-20 with confirmed in-the-wild exploitation.",
15275
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the web application's public interface)",
15276
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
15277
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
15278
+ },
15279
+ "defense_chain": {
15280
+ "prevention": {
15281
+ "what_would_have_worked": "Apply the Kentico Xperience update; review admin-account activity during the exposure window, since the bypass grants administrative access without credentials.",
15282
+ "was_this_required": true,
15283
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
15284
+ "adequacy": "Patch is necessary but, for web-app RCE/upload/auth-bypass, insufficient alone — web shells and stolen credentials/secrets survive the patch and require explicit cleanup."
15285
+ },
15286
+ "detection": {
15287
+ "what_would_have_worked": "Monitoring on the Kentico Xperience CMS: exploit-shaped requests, new web-shell files under the web root, unexpected process execution by the app, and administrative actions without a matching authenticated session.",
15288
+ "was_this_required": false,
15289
+ "framework_requiring_it": null,
15290
+ "adequacy": "Necessary to catch resident persistence after patching; WAF rules help but trail novel payloads."
15291
+ },
15292
+ "response": {
15293
+ "what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate application secrets and credentials, and review data accessible through the Kentico Xperience CMS for exfiltration; assume compromise of any account reachable from it.",
15294
+ "was_this_required": true,
15295
+ "framework_requiring_it": "NIST 800-53 IR-4",
15296
+ "adequacy": "Mandatory; patch-in-place without web-shell hunting and secret rotation leaves the attacker resident."
15297
+ }
15138
15298
  },
15139
15299
  "framework_coverage": {
15140
15300
  "NIST-800-53-SI-2": {
15141
15301
  "covered": true,
15142
15302
  "adequate": false,
15143
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
15303
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated web-application RCE/auth-bypass; these are mass-exploited within days of disclosure."
15144
15304
  },
15145
15305
  "ISO-27001-2022-A.8.8": {
15146
15306
  "covered": true,
15147
15307
  "adequate": false,
15148
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
15308
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application."
15309
+ },
15310
+ "NIS2-Art21-network-security": {
15311
+ "covered": true,
15312
+ "adequate": false,
15313
+ "gap": "Treats internet-facing web 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 need."
15314
+ },
15315
+ "PCI-DSS-4.0-6.3.3": {
15316
+ "covered": true,
15317
+ "adequate": false,
15318
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing web application in or adjacent to the CDE; PCI-DSS 6.4.x WAF coverage is partial mitigation, not remediation."
15149
15319
  }
15150
15320
  },
15151
15321
  "compliance_exposure_score": {
15152
- "percent_audit_passing_orgs_still_exposed": 55,
15153
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
15322
+ "percent_audit_passing_orgs_still_exposed": 74,
15323
+ "basis": "Internet-facing Kentico Xperience CMS is run by audited organizations on a standard patch SLA and is mass-exploited within days of disclosure; the required web-shell hunt and secret rotation are rarely part of the documented patch procedure.",
15154
15324
  "theater_pattern": "patch_management"
15155
15325
  },
15156
15326
  "ai_discovered_zeroday": false,
15157
- "ai_discovery_source": "unknown",
15158
- "ai_assist_factor": "none",
15159
- "_auto_imported": true,
15160
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
15327
+ "ai_discovery_source": "vendor_research",
15328
+ "ai_assist_factor": "none"
15161
15329
  },
15162
15330
  "CVE-2025-2747": {
15163
- "name": "Kentico Xperience CMS Authentication Bypass Using an Alternate Path or Channel Vulnerability",
15164
- "lesson_date": "2026-05-18",
15331
+ "name": "Kentico Xperience CMS Authentication Bypass Using an Alternate Path or Channel Vulnerability (variant: CVE-2025-2747)",
15332
+ "lesson_date": "2026-05-29",
15165
15333
  "attack_vector": {
15166
- "description": "Kentico Xperience CMS contains an authentication bypass using an alternate path or channel vulnerability that could allow an attacker to control administrative objects.",
15167
- "privileges_required": "network attacker (no authentication required)",
15168
- "complexity": "moderate (bulk-import default)",
15169
- "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."
15334
+ "description": "an authentication bypass using an alternate path or channel (CWE-288, a variant of the same bypass class), letting an unauthenticated attacker reach administrative functionality. CISA KEV-listed 2025-10-20 with confirmed in-the-wild exploitation.",
15335
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the web application's public interface)",
15336
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
15337
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
15338
+ },
15339
+ "defense_chain": {
15340
+ "prevention": {
15341
+ "what_would_have_worked": "Apply the Kentico Xperience update; review admin-account activity, as this is a second alternate-channel route to the same administrative bypass.",
15342
+ "was_this_required": true,
15343
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
15344
+ "adequacy": "Patch is necessary but, for web-app RCE/upload/auth-bypass, insufficient alone — web shells and stolen credentials/secrets survive the patch and require explicit cleanup."
15345
+ },
15346
+ "detection": {
15347
+ "what_would_have_worked": "Monitoring on the Kentico Xperience CMS: exploit-shaped requests, new web-shell files under the web root, unexpected process execution by the app, and administrative actions without a matching authenticated session.",
15348
+ "was_this_required": false,
15349
+ "framework_requiring_it": null,
15350
+ "adequacy": "Necessary to catch resident persistence after patching; WAF rules help but trail novel payloads."
15351
+ },
15352
+ "response": {
15353
+ "what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate application secrets and credentials, and review data accessible through the Kentico Xperience CMS for exfiltration; assume compromise of any account reachable from it.",
15354
+ "was_this_required": true,
15355
+ "framework_requiring_it": "NIST 800-53 IR-4",
15356
+ "adequacy": "Mandatory; patch-in-place without web-shell hunting and secret rotation leaves the attacker resident."
15357
+ }
15170
15358
  },
15171
15359
  "framework_coverage": {
15172
15360
  "NIST-800-53-SI-2": {
15173
15361
  "covered": true,
15174
15362
  "adequate": false,
15175
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
15363
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated web-application RCE/auth-bypass; these are mass-exploited within days of disclosure."
15176
15364
  },
15177
15365
  "ISO-27001-2022-A.8.8": {
15178
15366
  "covered": true,
15179
15367
  "adequate": false,
15180
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
15368
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application."
15369
+ },
15370
+ "NIS2-Art21-network-security": {
15371
+ "covered": true,
15372
+ "adequate": false,
15373
+ "gap": "Treats internet-facing web 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 need."
15374
+ },
15375
+ "PCI-DSS-4.0-6.3.3": {
15376
+ "covered": true,
15377
+ "adequate": false,
15378
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing web application in or adjacent to the CDE; PCI-DSS 6.4.x WAF coverage is partial mitigation, not remediation."
15181
15379
  }
15182
15380
  },
15183
15381
  "compliance_exposure_score": {
15184
- "percent_audit_passing_orgs_still_exposed": 55,
15185
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
15382
+ "percent_audit_passing_orgs_still_exposed": 74,
15383
+ "basis": "Internet-facing Kentico Xperience CMS is run by audited organizations on a standard patch SLA and is mass-exploited within days of disclosure; the required web-shell hunt and secret rotation are rarely part of the documented patch procedure.",
15186
15384
  "theater_pattern": "patch_management"
15187
15385
  },
15188
15386
  "ai_discovered_zeroday": false,
15189
- "ai_discovery_source": "unknown",
15190
- "ai_assist_factor": "none",
15191
- "_auto_imported": true,
15192
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
15387
+ "ai_discovery_source": "vendor_research",
15388
+ "ai_assist_factor": "none"
15193
15389
  },
15194
15390
  "CVE-2025-33073": {
15195
15391
  "name": "Microsoft Windows SMB Client Improper Access Control Vulnerability",
@@ -18697,36 +18893,64 @@
18697
18893
  "_intake_method": "v0.13.17-bulk-cisa-kev-import"
18698
18894
  },
18699
18895
  "CVE-2024-56145": {
18700
- "name": "Craft CMS Code Injection Vulnerability",
18701
- "lesson_date": "2026-05-18",
18896
+ "name": "Craft CMS Code Injection Vulnerability (variant: CVE-2024-56145)",
18897
+ "lesson_date": "2026-05-29",
18702
18898
  "attack_vector": {
18703
- "description": "Craft CMS contains a code injection vulnerability. Users with affected versions are vulnerable to remote code execution if their php.ini configuration has `register_argc_argv` enabled.",
18704
- "privileges_required": "network attacker (no authentication required)",
18705
- "complexity": "moderate (bulk-import default)",
18706
- "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."
18899
+ "description": "a code-injection flaw (CWE-94, the related earlier variant) enabling unauthenticated remote code execution on the web server. CISA KEV-listed 2025-06-02 with confirmed in-the-wild exploitation.",
18900
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the web application's public interface)",
18901
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
18902
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
18903
+ },
18904
+ "defense_chain": {
18905
+ "prevention": {
18906
+ "what_would_have_worked": "Apply the Craft CMS update, rotate the Craft security key and credentials, and hunt for web shells; confirm both this and the related variant are patched.",
18907
+ "was_this_required": true,
18908
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
18909
+ "adequacy": "Patch is necessary but, for web-app RCE/upload/auth-bypass, insufficient alone — web shells and stolen credentials/secrets survive the patch and require explicit cleanup."
18910
+ },
18911
+ "detection": {
18912
+ "what_would_have_worked": "Monitoring on the Craft CMS: exploit-shaped requests, new web-shell files under the web root, unexpected process execution by the app, and administrative actions without a matching authenticated session.",
18913
+ "was_this_required": false,
18914
+ "framework_requiring_it": null,
18915
+ "adequacy": "Necessary to catch resident persistence after patching; WAF rules help but trail novel payloads."
18916
+ },
18917
+ "response": {
18918
+ "what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate application secrets and credentials, and review data accessible through the Craft CMS for exfiltration; assume compromise of any account reachable from it.",
18919
+ "was_this_required": true,
18920
+ "framework_requiring_it": "NIST 800-53 IR-4",
18921
+ "adequacy": "Mandatory; patch-in-place without web-shell hunting and secret rotation leaves the attacker resident."
18922
+ }
18707
18923
  },
18708
18924
  "framework_coverage": {
18709
18925
  "NIST-800-53-SI-2": {
18710
18926
  "covered": true,
18711
18927
  "adequate": false,
18712
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
18928
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated web-application RCE/auth-bypass; these are mass-exploited within days of disclosure."
18713
18929
  },
18714
18930
  "ISO-27001-2022-A.8.8": {
18715
18931
  "covered": true,
18716
18932
  "adequate": false,
18717
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
18933
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application."
18934
+ },
18935
+ "NIS2-Art21-network-security": {
18936
+ "covered": true,
18937
+ "adequate": false,
18938
+ "gap": "Treats internet-facing web 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 need."
18939
+ },
18940
+ "PCI-DSS-4.0-6.3.3": {
18941
+ "covered": true,
18942
+ "adequate": false,
18943
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing web application in or adjacent to the CDE; PCI-DSS 6.4.x WAF coverage is partial mitigation, not remediation."
18718
18944
  }
18719
18945
  },
18720
18946
  "compliance_exposure_score": {
18721
- "percent_audit_passing_orgs_still_exposed": 55,
18722
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
18947
+ "percent_audit_passing_orgs_still_exposed": 74,
18948
+ "basis": "Internet-facing Craft CMS is run by audited organizations on a standard patch SLA and is mass-exploited within days of disclosure; the required web-shell hunt and secret rotation are rarely part of the documented patch procedure.",
18723
18949
  "theater_pattern": "patch_management"
18724
18950
  },
18725
18951
  "ai_discovered_zeroday": false,
18726
- "ai_discovery_source": "unknown",
18727
- "ai_assist_factor": "none",
18728
- "_auto_imported": true,
18729
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
18952
+ "ai_discovery_source": "vendor_research",
18953
+ "ai_assist_factor": "none"
18730
18954
  },
18731
18955
  "CVE-2023-39780": {
18732
18956
  "name": "ASUS RT-AX55 Routers OS Command Injection Vulnerability",