@blamejs/exceptd-skills 0.15.15 → 0.15.17

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",
@@ -12350,35 +12462,58 @@
12350
12462
  },
12351
12463
  "CVE-2026-2441": {
12352
12464
  "name": "Google Chromium CSS Use-After-Free Vulnerability",
12353
- "lesson_date": "2026-05-18",
12465
+ "lesson_date": "2026-05-29",
12354
12466
  "attack_vector": {
12355
- "description": "Google Chromium CSS contains a use-after-free vulnerability that could allow a remote attacker to potentially exploit heap corruption via a crafted HTML page. This vulnerability could affect multiple web browsers that utilize Chromium, including, but not limited to, Google Chrome, Microsoft Edge, and Opera.",
12356
- "privileges_required": "network attacker (no authentication required)",
12357
- "complexity": "moderate (bulk-import default)",
12358
- "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."
12467
+ "description": "a use-after-free (CWE-416) in Chromium's CSS handling, exploitable by an attacker-controlled web page for code execution in the renderer. CISA KEV-listed 2026-02-17 with confirmed in-the-wild exploitation; browser zero-days of this class are typically used in targeted-spyware or watering-hole chains.",
12468
+ "privileges_required": "none (the victim's browser renders attacker-controlled web content)",
12469
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
12470
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
12471
+ },
12472
+ "defense_chain": {
12473
+ "prevention": {
12474
+ "what_would_have_worked": "Allow Chrome's component updater to apply the patched build immediately; enforce forced auto-update via enterprise browser policy and do not gate browser updates behind a managed change window.",
12475
+ "was_this_required": true,
12476
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
12477
+ "adequacy": "Auto-update is definitive and fast; the gap is managed fleets that defer browser updates and high-risk users who should also run hardened/locked-down browsing."
12478
+ },
12479
+ "detection": {
12480
+ "what_would_have_worked": "EDR/browser telemetry for renderer/GPU crashes on content render, sandbox-escape behavior, and unexpected child processes spawned by the browser.",
12481
+ "was_this_required": false,
12482
+ "framework_requiring_it": null,
12483
+ "adequacy": "Backstops endpoints not yet updated; browser exploit chains are stealthy and often zero-click via a malicious page."
12484
+ },
12485
+ "response": {
12486
+ "what_would_have_worked": "Force the browser update across the fleet, isolate exploited endpoints, hunt for follow-on payloads (browser RCE chains drop loaders), and review for credential theft from the browser profile.",
12487
+ "was_this_required": true,
12488
+ "framework_requiring_it": "NIST 800-53 IR-4",
12489
+ "adequacy": "Mandatory; browser RCE typically leads to profile/credential theft and further-stage payloads that a bare update does not remediate."
12490
+ }
12359
12491
  },
12360
12492
  "framework_coverage": {
12361
12493
  "NIST-800-53-SI-2": {
12362
12494
  "covered": true,
12363
12495
  "adequate": false,
12364
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
12496
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited browser zero-day delivered by a web page; these are weaponized within days and often used in targeted-spyware or watering-hole chains."
12365
12497
  },
12366
12498
  "ISO-27001-2022-A.8.8": {
12367
12499
  "covered": true,
12368
12500
  "adequate": false,
12369
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
12501
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited browser RCE, where the safe SLA is same-day Chrome component-updater rollout."
12502
+ },
12503
+ "AU-ISM-1546": {
12504
+ "covered": true,
12505
+ "adequate": false,
12506
+ "gap": "Essential 8 patch-applications (48h at ML3) is the right tier for a browser RCE, but the load-bearing controls are forced auto-update via enterprise browser policy and not gating Chrome updates behind a managed change window — neither of which the framework names explicitly."
12370
12507
  }
12371
12508
  },
12372
12509
  "compliance_exposure_score": {
12373
- "percent_audit_passing_orgs_still_exposed": 55,
12374
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
12510
+ "percent_audit_passing_orgs_still_exposed": 60,
12511
+ "basis": "Chrome/Chromium is near-universal on endpoints; audited organizations that disable or defer the component updater behind a managed change window remain exposed for this KEV-listed, actively-exploited flaw despite the fix being available same-day.",
12375
12512
  "theater_pattern": "patch_management"
12376
12513
  },
12377
12514
  "ai_discovered_zeroday": false,
12378
- "ai_discovery_source": "unknown",
12379
- "ai_assist_factor": "none",
12380
- "_auto_imported": true,
12381
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
12515
+ "ai_discovery_source": "vendor_research",
12516
+ "ai_assist_factor": "none"
12382
12517
  },
12383
12518
  "CVE-2026-1731": {
12384
12519
  "name": "BeyondTrust Remote Support (RS) and Privileged Remote Access (PRA) OS Command Injection Vulnerability",
@@ -13000,36 +13135,64 @@
13000
13135
  "_intake_method": "v0.13.17-bulk-cisa-kev-import"
13001
13136
  },
13002
13137
  "CVE-2025-40551": {
13003
- "name": "SolarWinds Web Help Desk Deserialization of Untrusted Data Vulnerability",
13004
- "lesson_date": "2026-05-18",
13138
+ "name": "SolarWinds Web Help Desk Deserialization of Untrusted Data Vulnerability (variant: CVE-2025-40551)",
13139
+ "lesson_date": "2026-05-29",
13005
13140
  "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."
13141
+ "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.",
13142
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the web application's public interface)",
13143
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
13144
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
13145
+ },
13146
+ "defense_chain": {
13147
+ "prevention": {
13148
+ "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.",
13149
+ "was_this_required": true,
13150
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
13151
+ "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."
13152
+ },
13153
+ "detection": {
13154
+ "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.",
13155
+ "was_this_required": false,
13156
+ "framework_requiring_it": null,
13157
+ "adequacy": "Necessary to catch resident persistence after patching; WAF rules help but trail novel payloads."
13158
+ },
13159
+ "response": {
13160
+ "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.",
13161
+ "was_this_required": true,
13162
+ "framework_requiring_it": "NIST 800-53 IR-4",
13163
+ "adequacy": "Mandatory; patch-in-place without web-shell hunting and secret rotation leaves the attacker resident."
13164
+ }
13010
13165
  },
13011
13166
  "framework_coverage": {
13012
13167
  "NIST-800-53-SI-2": {
13013
13168
  "covered": true,
13014
13169
  "adequate": false,
13015
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
13170
+ "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
13171
  },
13017
13172
  "ISO-27001-2022-A.8.8": {
13018
13173
  "covered": true,
13019
13174
  "adequate": false,
13020
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
13175
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application."
13176
+ },
13177
+ "NIS2-Art21-network-security": {
13178
+ "covered": true,
13179
+ "adequate": false,
13180
+ "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."
13181
+ },
13182
+ "PCI-DSS-4.0-6.3.3": {
13183
+ "covered": true,
13184
+ "adequate": false,
13185
+ "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
13186
  }
13022
13187
  },
13023
13188
  "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.",
13189
+ "percent_audit_passing_orgs_still_exposed": 74,
13190
+ "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
13191
  "theater_pattern": "patch_management"
13027
13192
  },
13028
13193
  "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"
13194
+ "ai_discovery_source": "vendor_research",
13195
+ "ai_assist_factor": "none"
13033
13196
  },
13034
13197
  "CVE-2026-1281": {
13035
13198
  "name": "Ivanti Endpoint Manager Mobile (EPMM) Code Injection Vulnerability (variant: CVE-2026-1281)",
@@ -14455,35 +14618,58 @@
14455
14618
  },
14456
14619
  "CVE-2025-13223": {
14457
14620
  "name": "Google Chromium V8 Type Confusion Vulnerability",
14458
- "lesson_date": "2026-05-18",
14621
+ "lesson_date": "2026-05-29",
14459
14622
  "attack_vector": {
14460
- "description": "Google Chromium V8 contains a type confusion vulnerability that allows for heap corruption.",
14461
- "privileges_required": "network attacker (no authentication required)",
14462
- "complexity": "moderate (bulk-import default)",
14463
- "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."
14623
+ "description": "a type confusion (CWE-843) in the V8 JavaScript engine, exploitable by an attacker-controlled web page for code execution in the renderer. CISA KEV-listed 2025-11-19 with confirmed in-the-wild exploitation; browser zero-days of this class are typically used in targeted-spyware or watering-hole chains.",
14624
+ "privileges_required": "none (the victim's browser renders attacker-controlled web content)",
14625
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
14626
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
14627
+ },
14628
+ "defense_chain": {
14629
+ "prevention": {
14630
+ "what_would_have_worked": "Allow Chrome's component updater to apply the patched build immediately; enforce forced auto-update via enterprise browser policy and do not gate browser updates behind a managed change window.",
14631
+ "was_this_required": true,
14632
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
14633
+ "adequacy": "Auto-update is definitive and fast; the gap is managed fleets that defer browser updates and high-risk users who should also run hardened/locked-down browsing."
14634
+ },
14635
+ "detection": {
14636
+ "what_would_have_worked": "EDR/browser telemetry for renderer/GPU crashes on content render, sandbox-escape behavior, and unexpected child processes spawned by the browser.",
14637
+ "was_this_required": false,
14638
+ "framework_requiring_it": null,
14639
+ "adequacy": "Backstops endpoints not yet updated; browser exploit chains are stealthy and often zero-click via a malicious page."
14640
+ },
14641
+ "response": {
14642
+ "what_would_have_worked": "Force the browser update across the fleet, isolate exploited endpoints, hunt for follow-on payloads (browser RCE chains drop loaders), and review for credential theft from the browser profile.",
14643
+ "was_this_required": true,
14644
+ "framework_requiring_it": "NIST 800-53 IR-4",
14645
+ "adequacy": "Mandatory; browser RCE typically leads to profile/credential theft and further-stage payloads that a bare update does not remediate."
14646
+ }
14464
14647
  },
14465
14648
  "framework_coverage": {
14466
14649
  "NIST-800-53-SI-2": {
14467
14650
  "covered": true,
14468
14651
  "adequate": false,
14469
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
14652
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited browser zero-day delivered by a web page; these are weaponized within days and often used in targeted-spyware or watering-hole chains."
14470
14653
  },
14471
14654
  "ISO-27001-2022-A.8.8": {
14472
14655
  "covered": true,
14473
14656
  "adequate": false,
14474
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
14657
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited browser RCE, where the safe SLA is same-day Chrome component-updater rollout."
14658
+ },
14659
+ "AU-ISM-1546": {
14660
+ "covered": true,
14661
+ "adequate": false,
14662
+ "gap": "Essential 8 patch-applications (48h at ML3) is the right tier for a browser RCE, but the load-bearing controls are forced auto-update via enterprise browser policy and not gating Chrome updates behind a managed change window — neither of which the framework names explicitly."
14475
14663
  }
14476
14664
  },
14477
14665
  "compliance_exposure_score": {
14478
- "percent_audit_passing_orgs_still_exposed": 55,
14479
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
14666
+ "percent_audit_passing_orgs_still_exposed": 60,
14667
+ "basis": "Chrome/Chromium is near-universal on endpoints; audited organizations that disable or defer the component updater behind a managed change window remain exposed for this KEV-listed, actively-exploited flaw despite the fix being available same-day.",
14480
14668
  "theater_pattern": "patch_management"
14481
14669
  },
14482
14670
  "ai_discovered_zeroday": false,
14483
- "ai_discovery_source": "unknown",
14484
- "ai_assist_factor": "none",
14485
- "_auto_imported": true,
14486
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
14671
+ "ai_discovery_source": "vendor_research",
14672
+ "ai_assist_factor": "none"
14487
14673
  },
14488
14674
  "CVE-2025-58034": {
14489
14675
  "name": "Fortinet FortiWeb OS Command Injection Vulnerability",
@@ -15129,67 +15315,123 @@
15129
15315
  },
15130
15316
  "CVE-2025-2746": {
15131
15317
  "name": "Kentico Xperience CMS Authentication Bypass Using an Alternate Path or Channel Vulnerability",
15132
- "lesson_date": "2026-05-18",
15318
+ "lesson_date": "2026-05-29",
15133
15319
  "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."
15320
+ "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.",
15321
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the web application's public interface)",
15322
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
15323
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
15324
+ },
15325
+ "defense_chain": {
15326
+ "prevention": {
15327
+ "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.",
15328
+ "was_this_required": true,
15329
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
15330
+ "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."
15331
+ },
15332
+ "detection": {
15333
+ "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.",
15334
+ "was_this_required": false,
15335
+ "framework_requiring_it": null,
15336
+ "adequacy": "Necessary to catch resident persistence after patching; WAF rules help but trail novel payloads."
15337
+ },
15338
+ "response": {
15339
+ "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.",
15340
+ "was_this_required": true,
15341
+ "framework_requiring_it": "NIST 800-53 IR-4",
15342
+ "adequacy": "Mandatory; patch-in-place without web-shell hunting and secret rotation leaves the attacker resident."
15343
+ }
15138
15344
  },
15139
15345
  "framework_coverage": {
15140
15346
  "NIST-800-53-SI-2": {
15141
15347
  "covered": true,
15142
15348
  "adequate": false,
15143
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
15349
+ "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
15350
  },
15145
15351
  "ISO-27001-2022-A.8.8": {
15146
15352
  "covered": true,
15147
15353
  "adequate": false,
15148
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
15354
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application."
15355
+ },
15356
+ "NIS2-Art21-network-security": {
15357
+ "covered": true,
15358
+ "adequate": false,
15359
+ "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."
15360
+ },
15361
+ "PCI-DSS-4.0-6.3.3": {
15362
+ "covered": true,
15363
+ "adequate": false,
15364
+ "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
15365
  }
15150
15366
  },
15151
15367
  "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.",
15368
+ "percent_audit_passing_orgs_still_exposed": 74,
15369
+ "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
15370
  "theater_pattern": "patch_management"
15155
15371
  },
15156
15372
  "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"
15373
+ "ai_discovery_source": "vendor_research",
15374
+ "ai_assist_factor": "none"
15161
15375
  },
15162
15376
  "CVE-2025-2747": {
15163
- "name": "Kentico Xperience CMS Authentication Bypass Using an Alternate Path or Channel Vulnerability",
15164
- "lesson_date": "2026-05-18",
15377
+ "name": "Kentico Xperience CMS Authentication Bypass Using an Alternate Path or Channel Vulnerability (variant: CVE-2025-2747)",
15378
+ "lesson_date": "2026-05-29",
15165
15379
  "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."
15380
+ "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.",
15381
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the web application's public interface)",
15382
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
15383
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
15384
+ },
15385
+ "defense_chain": {
15386
+ "prevention": {
15387
+ "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.",
15388
+ "was_this_required": true,
15389
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
15390
+ "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."
15391
+ },
15392
+ "detection": {
15393
+ "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.",
15394
+ "was_this_required": false,
15395
+ "framework_requiring_it": null,
15396
+ "adequacy": "Necessary to catch resident persistence after patching; WAF rules help but trail novel payloads."
15397
+ },
15398
+ "response": {
15399
+ "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.",
15400
+ "was_this_required": true,
15401
+ "framework_requiring_it": "NIST 800-53 IR-4",
15402
+ "adequacy": "Mandatory; patch-in-place without web-shell hunting and secret rotation leaves the attacker resident."
15403
+ }
15170
15404
  },
15171
15405
  "framework_coverage": {
15172
15406
  "NIST-800-53-SI-2": {
15173
15407
  "covered": true,
15174
15408
  "adequate": false,
15175
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
15409
+ "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
15410
  },
15177
15411
  "ISO-27001-2022-A.8.8": {
15178
15412
  "covered": true,
15179
15413
  "adequate": false,
15180
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
15414
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application."
15415
+ },
15416
+ "NIS2-Art21-network-security": {
15417
+ "covered": true,
15418
+ "adequate": false,
15419
+ "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."
15420
+ },
15421
+ "PCI-DSS-4.0-6.3.3": {
15422
+ "covered": true,
15423
+ "adequate": false,
15424
+ "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
15425
  }
15182
15426
  },
15183
15427
  "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.",
15428
+ "percent_audit_passing_orgs_still_exposed": 74,
15429
+ "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
15430
  "theater_pattern": "patch_management"
15187
15431
  },
15188
15432
  "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"
15433
+ "ai_discovery_source": "vendor_research",
15434
+ "ai_assist_factor": "none"
15193
15435
  },
15194
15436
  "CVE-2025-33073": {
15195
15437
  "name": "Microsoft Windows SMB Client Improper Access Control Vulnerability",
@@ -17395,35 +17637,58 @@
17395
17637
  },
17396
17638
  "CVE-2025-6558": {
17397
17639
  "name": "Google Chromium ANGLE and GPU Improper Input Validation Vulnerability",
17398
- "lesson_date": "2026-05-18",
17640
+ "lesson_date": "2026-05-29",
17399
17641
  "attack_vector": {
17400
- "description": "Google Chromium contains an improper input validation vulnerability in ANGLE and GPU. This vulnerability could allow a remote attacker to potentially perform a sandbox escape via a crafted HTML page. This vulnerability could affect multiple web browsers that utilize Chromium, including, but not limited to, Google Chrome, Microsoft Edge, and Opera.",
17401
- "privileges_required": "network attacker (no authentication required)",
17402
- "complexity": "moderate (bulk-import default)",
17403
- "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."
17642
+ "description": "an improper-input-validation flaw (CWE-20) in ANGLE and the GPU process, exploitable by an attacker-controlled web page to escape the browser sandbox. CISA KEV-listed 2025-07-22 with confirmed in-the-wild exploitation; browser zero-days of this class are typically used in targeted-spyware or watering-hole chains.",
17643
+ "privileges_required": "none for initial code execution; the GPU/ANGLE flaw then escapes the renderer sandbox as a privilege step",
17644
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
17645
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
17646
+ },
17647
+ "defense_chain": {
17648
+ "prevention": {
17649
+ "what_would_have_worked": "Allow Chrome's component updater to apply the patched build immediately; enforce forced auto-update via enterprise browser policy and do not gate browser updates behind a managed change window.",
17650
+ "was_this_required": true,
17651
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
17652
+ "adequacy": "Auto-update is definitive and fast; the gap is managed fleets that defer browser updates and high-risk users who should also run hardened/locked-down browsing."
17653
+ },
17654
+ "detection": {
17655
+ "what_would_have_worked": "EDR/browser telemetry for renderer/GPU crashes on content render, sandbox-escape behavior, and unexpected child processes spawned by the browser.",
17656
+ "was_this_required": false,
17657
+ "framework_requiring_it": null,
17658
+ "adequacy": "Backstops endpoints not yet updated; browser exploit chains are stealthy and often zero-click via a malicious page."
17659
+ },
17660
+ "response": {
17661
+ "what_would_have_worked": "Force the browser update across the fleet, isolate exploited endpoints, hunt for follow-on payloads (browser RCE chains drop loaders), and review for credential theft from the browser profile.",
17662
+ "was_this_required": true,
17663
+ "framework_requiring_it": "NIST 800-53 IR-4",
17664
+ "adequacy": "Mandatory; browser RCE typically leads to profile/credential theft and further-stage payloads that a bare update does not remediate."
17665
+ }
17404
17666
  },
17405
17667
  "framework_coverage": {
17406
17668
  "NIST-800-53-SI-2": {
17407
17669
  "covered": true,
17408
17670
  "adequate": false,
17409
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
17671
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited browser zero-day delivered by a web page; these are weaponized within days and often used in targeted-spyware or watering-hole chains."
17410
17672
  },
17411
17673
  "ISO-27001-2022-A.8.8": {
17412
17674
  "covered": true,
17413
17675
  "adequate": false,
17414
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
17676
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited browser RCE, where the safe SLA is same-day Chrome component-updater rollout."
17677
+ },
17678
+ "AU-ISM-1546": {
17679
+ "covered": true,
17680
+ "adequate": false,
17681
+ "gap": "Essential 8 patch-applications (48h at ML3) is the right tier for a browser RCE, but the load-bearing controls are forced auto-update via enterprise browser policy and not gating Chrome updates behind a managed change window — neither of which the framework names explicitly."
17415
17682
  }
17416
17683
  },
17417
17684
  "compliance_exposure_score": {
17418
- "percent_audit_passing_orgs_still_exposed": 55,
17419
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
17685
+ "percent_audit_passing_orgs_still_exposed": 60,
17686
+ "basis": "Chrome/Chromium is near-universal on endpoints; audited organizations that disable or defer the component updater behind a managed change window remain exposed for this KEV-listed, actively-exploited flaw despite the fix being available same-day.",
17420
17687
  "theater_pattern": "patch_management"
17421
17688
  },
17422
17689
  "ai_discovered_zeroday": false,
17423
- "ai_discovery_source": "unknown",
17424
- "ai_assist_factor": "none",
17425
- "_auto_imported": true,
17426
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
17690
+ "ai_discovery_source": "vendor_research",
17691
+ "ai_assist_factor": "none"
17427
17692
  },
17428
17693
  "CVE-2025-54309": {
17429
17694
  "name": " CrushFTP Unprotected Alternate Channel Vulnerability",
@@ -17946,36 +18211,59 @@
17946
18211
  "_intake_method": "v0.13.17-bulk-cisa-kev-import"
17947
18212
  },
17948
18213
  "CVE-2025-6554": {
17949
- "name": "Google Chromium V8 Type Confusion Vulnerability",
17950
- "lesson_date": "2026-05-18",
18214
+ "name": "Google Chromium V8 Type Confusion Vulnerability (variant: CVE-2025-6554)",
18215
+ "lesson_date": "2026-05-29",
17951
18216
  "attack_vector": {
17952
- "description": "Google Chromium V8 contains a type confusion vulnerability that could allow a remote attacker to perform arbitrary read/write via a crafted HTML page. This vulnerability could affect multiple web browsers that utilize Chromium, including, but not limited to, Google Chrome, Microsoft Edge, and Opera.",
17953
- "privileges_required": "network attacker (no authentication required)",
17954
- "complexity": "moderate (bulk-import default)",
17955
- "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."
18217
+ "description": "a type confusion (CWE-843) in the V8 JavaScript engine (a variant of the recurring V8 type-confusion class), exploitable by an attacker-controlled web page for code execution in the renderer. CISA KEV-listed 2025-07-02 with confirmed in-the-wild exploitation; browser zero-days of this class are typically used in targeted-spyware or watering-hole chains.",
18218
+ "privileges_required": "none (the victim's browser renders attacker-controlled web content)",
18219
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
18220
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
18221
+ },
18222
+ "defense_chain": {
18223
+ "prevention": {
18224
+ "what_would_have_worked": "Allow Chrome's component updater to apply the patched build immediately; enforce forced auto-update via enterprise browser policy and do not gate browser updates behind a managed change window.",
18225
+ "was_this_required": true,
18226
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
18227
+ "adequacy": "Auto-update is definitive and fast; the gap is managed fleets that defer browser updates and high-risk users who should also run hardened/locked-down browsing."
18228
+ },
18229
+ "detection": {
18230
+ "what_would_have_worked": "EDR/browser telemetry for renderer/GPU crashes on content render, sandbox-escape behavior, and unexpected child processes spawned by the browser.",
18231
+ "was_this_required": false,
18232
+ "framework_requiring_it": null,
18233
+ "adequacy": "Backstops endpoints not yet updated; browser exploit chains are stealthy and often zero-click via a malicious page."
18234
+ },
18235
+ "response": {
18236
+ "what_would_have_worked": "Force the browser update across the fleet, isolate exploited endpoints, hunt for follow-on payloads (browser RCE chains drop loaders), and review for credential theft from the browser profile.",
18237
+ "was_this_required": true,
18238
+ "framework_requiring_it": "NIST 800-53 IR-4",
18239
+ "adequacy": "Mandatory; browser RCE typically leads to profile/credential theft and further-stage payloads that a bare update does not remediate."
18240
+ }
17956
18241
  },
17957
18242
  "framework_coverage": {
17958
18243
  "NIST-800-53-SI-2": {
17959
18244
  "covered": true,
17960
18245
  "adequate": false,
17961
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
18246
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited browser zero-day delivered by a web page; these are weaponized within days and often used in targeted-spyware or watering-hole chains."
17962
18247
  },
17963
18248
  "ISO-27001-2022-A.8.8": {
17964
18249
  "covered": true,
17965
18250
  "adequate": false,
17966
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
18251
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited browser RCE, where the safe SLA is same-day Chrome component-updater rollout."
18252
+ },
18253
+ "AU-ISM-1546": {
18254
+ "covered": true,
18255
+ "adequate": false,
18256
+ "gap": "Essential 8 patch-applications (48h at ML3) is the right tier for a browser RCE, but the load-bearing controls are forced auto-update via enterprise browser policy and not gating Chrome updates behind a managed change window — neither of which the framework names explicitly."
17967
18257
  }
17968
18258
  },
17969
18259
  "compliance_exposure_score": {
17970
- "percent_audit_passing_orgs_still_exposed": 55,
17971
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
18260
+ "percent_audit_passing_orgs_still_exposed": 60,
18261
+ "basis": "Chrome/Chromium is near-universal on endpoints; audited organizations that disable or defer the component updater behind a managed change window remain exposed for this KEV-listed, actively-exploited flaw despite the fix being available same-day.",
17972
18262
  "theater_pattern": "patch_management"
17973
18263
  },
17974
18264
  "ai_discovered_zeroday": false,
17975
- "ai_discovery_source": "unknown",
17976
- "ai_assist_factor": "none",
17977
- "_auto_imported": true,
17978
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
18265
+ "ai_discovery_source": "vendor_research",
18266
+ "ai_assist_factor": "none"
17979
18267
  },
17980
18268
  "CVE-2025-48928": {
17981
18269
  "name": "TeleMessage TM SGNL Exposure of Core Dump File to an Unauthorized Control Sphere Vulnerability",
@@ -18474,35 +18762,58 @@
18474
18762
  },
18475
18763
  "CVE-2025-5419": {
18476
18764
  "name": "Google Chromium V8 Out-of-Bounds Read and Write Vulnerability",
18477
- "lesson_date": "2026-05-18",
18765
+ "lesson_date": "2026-05-29",
18478
18766
  "attack_vector": {
18479
- "description": "Google Chromium V8 contains an out-of-bounds read and write vulnerability that could allow a remote attacker to potentially exploit heap corruption via a crafted HTML page. This vulnerability could affect multiple web browsers that utilize Chromium, including, but not limited to, Google Chrome, Microsoft Edge, and Opera.",
18480
- "privileges_required": "network attacker (no authentication required)",
18481
- "complexity": "moderate (bulk-import default)",
18482
- "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."
18767
+ "description": "an out-of-bounds read and write (CWE-125/CWE-787) in the V8 JavaScript engine, exploitable by an attacker-controlled web page for code execution in the renderer. CISA KEV-listed 2025-06-05 with confirmed in-the-wild exploitation; browser zero-days of this class are typically used in targeted-spyware or watering-hole chains.",
18768
+ "privileges_required": "none (the victim's browser renders attacker-controlled web content)",
18769
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
18770
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
18771
+ },
18772
+ "defense_chain": {
18773
+ "prevention": {
18774
+ "what_would_have_worked": "Allow Chrome's component updater to apply the patched build immediately; enforce forced auto-update via enterprise browser policy and do not gate browser updates behind a managed change window.",
18775
+ "was_this_required": true,
18776
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
18777
+ "adequacy": "Auto-update is definitive and fast; the gap is managed fleets that defer browser updates and high-risk users who should also run hardened/locked-down browsing."
18778
+ },
18779
+ "detection": {
18780
+ "what_would_have_worked": "EDR/browser telemetry for renderer/GPU crashes on content render, sandbox-escape behavior, and unexpected child processes spawned by the browser.",
18781
+ "was_this_required": false,
18782
+ "framework_requiring_it": null,
18783
+ "adequacy": "Backstops endpoints not yet updated; browser exploit chains are stealthy and often zero-click via a malicious page."
18784
+ },
18785
+ "response": {
18786
+ "what_would_have_worked": "Force the browser update across the fleet, isolate exploited endpoints, hunt for follow-on payloads (browser RCE chains drop loaders), and review for credential theft from the browser profile.",
18787
+ "was_this_required": true,
18788
+ "framework_requiring_it": "NIST 800-53 IR-4",
18789
+ "adequacy": "Mandatory; browser RCE typically leads to profile/credential theft and further-stage payloads that a bare update does not remediate."
18790
+ }
18483
18791
  },
18484
18792
  "framework_coverage": {
18485
18793
  "NIST-800-53-SI-2": {
18486
18794
  "covered": true,
18487
18795
  "adequate": false,
18488
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
18796
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited browser zero-day delivered by a web page; these are weaponized within days and often used in targeted-spyware or watering-hole chains."
18489
18797
  },
18490
18798
  "ISO-27001-2022-A.8.8": {
18491
18799
  "covered": true,
18492
18800
  "adequate": false,
18493
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
18801
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited browser RCE, where the safe SLA is same-day Chrome component-updater rollout."
18802
+ },
18803
+ "AU-ISM-1546": {
18804
+ "covered": true,
18805
+ "adequate": false,
18806
+ "gap": "Essential 8 patch-applications (48h at ML3) is the right tier for a browser RCE, but the load-bearing controls are forced auto-update via enterprise browser policy and not gating Chrome updates behind a managed change window — neither of which the framework names explicitly."
18494
18807
  }
18495
18808
  },
18496
18809
  "compliance_exposure_score": {
18497
- "percent_audit_passing_orgs_still_exposed": 55,
18498
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
18810
+ "percent_audit_passing_orgs_still_exposed": 60,
18811
+ "basis": "Chrome/Chromium is near-universal on endpoints; audited organizations that disable or defer the component updater behind a managed change window remain exposed for this KEV-listed, actively-exploited flaw despite the fix being available same-day.",
18499
18812
  "theater_pattern": "patch_management"
18500
18813
  },
18501
18814
  "ai_discovered_zeroday": false,
18502
- "ai_discovery_source": "unknown",
18503
- "ai_assist_factor": "none",
18504
- "_auto_imported": true,
18505
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
18815
+ "ai_discovery_source": "vendor_research",
18816
+ "ai_assist_factor": "none"
18506
18817
  },
18507
18818
  "CVE-2025-21479": {
18508
18819
  "name": "Qualcomm Multiple Chipsets Incorrect Authorization Vulnerability",
@@ -18697,36 +19008,64 @@
18697
19008
  "_intake_method": "v0.13.17-bulk-cisa-kev-import"
18698
19009
  },
18699
19010
  "CVE-2024-56145": {
18700
- "name": "Craft CMS Code Injection Vulnerability",
18701
- "lesson_date": "2026-05-18",
19011
+ "name": "Craft CMS Code Injection Vulnerability (variant: CVE-2024-56145)",
19012
+ "lesson_date": "2026-05-29",
18702
19013
  "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."
19014
+ "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.",
19015
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the web application's public interface)",
19016
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
19017
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
19018
+ },
19019
+ "defense_chain": {
19020
+ "prevention": {
19021
+ "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.",
19022
+ "was_this_required": true,
19023
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
19024
+ "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."
19025
+ },
19026
+ "detection": {
19027
+ "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.",
19028
+ "was_this_required": false,
19029
+ "framework_requiring_it": null,
19030
+ "adequacy": "Necessary to catch resident persistence after patching; WAF rules help but trail novel payloads."
19031
+ },
19032
+ "response": {
19033
+ "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.",
19034
+ "was_this_required": true,
19035
+ "framework_requiring_it": "NIST 800-53 IR-4",
19036
+ "adequacy": "Mandatory; patch-in-place without web-shell hunting and secret rotation leaves the attacker resident."
19037
+ }
18707
19038
  },
18708
19039
  "framework_coverage": {
18709
19040
  "NIST-800-53-SI-2": {
18710
19041
  "covered": true,
18711
19042
  "adequate": false,
18712
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
19043
+ "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
19044
  },
18714
19045
  "ISO-27001-2022-A.8.8": {
18715
19046
  "covered": true,
18716
19047
  "adequate": false,
18717
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
19048
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing web application."
19049
+ },
19050
+ "NIS2-Art21-network-security": {
19051
+ "covered": true,
19052
+ "adequate": false,
19053
+ "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."
19054
+ },
19055
+ "PCI-DSS-4.0-6.3.3": {
19056
+ "covered": true,
19057
+ "adequate": false,
19058
+ "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
19059
  }
18719
19060
  },
18720
19061
  "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.",
19062
+ "percent_audit_passing_orgs_still_exposed": 74,
19063
+ "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
19064
  "theater_pattern": "patch_management"
18724
19065
  },
18725
19066
  "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"
19067
+ "ai_discovery_source": "vendor_research",
19068
+ "ai_assist_factor": "none"
18730
19069
  },
18731
19070
  "CVE-2023-39780": {
18732
19071
  "name": "ASUS RT-AX55 Routers OS Command Injection Vulnerability",