@blamejs/exceptd-skills 0.15.14 → 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.
- package/CHANGELOG.md +8 -0
- package/data/_indexes/_meta.json +5 -5
- package/data/attack-techniques.json +11 -0
- package/data/cve-catalog.json +246 -85
- package/data/zeroday-lessons.json +583 -198
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +18 -18
|
@@ -7179,35 +7179,63 @@
|
|
|
7179
7179
|
},
|
|
7180
7180
|
"CVE-2025-2749": {
|
|
7181
7181
|
"name": "Kentico Xperience Path Traversal Vulnerability",
|
|
7182
|
-
"lesson_date": "2026-05-
|
|
7182
|
+
"lesson_date": "2026-05-29",
|
|
7183
7183
|
"attack_vector": {
|
|
7184
|
-
"description": "
|
|
7185
|
-
"privileges_required": "
|
|
7186
|
-
"complexity": "
|
|
7187
|
-
"ai_factor": "
|
|
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
|
|
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": "
|
|
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":
|
|
7203
|
-
"basis": "
|
|
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": "
|
|
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",
|
|
@@ -7634,35 +7662,58 @@
|
|
|
7634
7662
|
},
|
|
7635
7663
|
"CVE-2025-60710": {
|
|
7636
7664
|
"name": "Microsoft Windows Link Following Vulnerability",
|
|
7637
|
-
"lesson_date": "2026-05-
|
|
7665
|
+
"lesson_date": "2026-05-29",
|
|
7638
7666
|
"attack_vector": {
|
|
7639
|
-
"description": "
|
|
7640
|
-
"privileges_required": "
|
|
7641
|
-
"complexity": "
|
|
7642
|
-
"ai_factor": "
|
|
7667
|
+
"description": "a link-following / symlink-handling flaw (CWE-59) in a Windows component, exploited by a local foothold to redirect a privileged operation and gain SYSTEM. CISA KEV-listed 2026-04-13 with confirmed in-the-wild exploitation; LPEs of this class are routinely paired with an initial-access flaw by ransomware operators.",
|
|
7668
|
+
"privileges_required": "low (any local foothold — an unprivileged process, RDP session, or commodity malware on the endpoint)",
|
|
7669
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
7670
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
7671
|
+
},
|
|
7672
|
+
"defense_chain": {
|
|
7673
|
+
"prevention": {
|
|
7674
|
+
"what_would_have_worked": "Apply the Microsoft security update; enforce hypervisor-protected code integrity (HVCI) / Virtualization-Based Security (VBS), and enable the Microsoft Vulnerable Driver Blocklist to shrink kernel-LPE attack surface on the long tail.",
|
|
7675
|
+
"was_this_required": true,
|
|
7676
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
7677
|
+
"adequacy": "Patch is definitive; the gap is the chain (initial access → unpatched LPE → SYSTEM) which a patched endpoint shuts down. HVCI/Blocklist backstops unpatched estates."
|
|
7678
|
+
},
|
|
7679
|
+
"detection": {
|
|
7680
|
+
"what_would_have_worked": "EDR signatures for the LPE primitive (token swap, process-impersonation, kernel-driver crashes) and for unprivileged-to-SYSTEM transitions without an admin trigger.",
|
|
7681
|
+
"was_this_required": false,
|
|
7682
|
+
"framework_requiring_it": null,
|
|
7683
|
+
"adequacy": "Backstops endpoints not yet patched; LPE is typically silent without EDR coverage."
|
|
7684
|
+
},
|
|
7685
|
+
"response": {
|
|
7686
|
+
"what_would_have_worked": "Force the patch across the estate; for a confirmed exploitation, treat the host as compromised (ransomware kits typically follow within hours), isolate, preserve forensic state, and review for credential theft.",
|
|
7687
|
+
"was_this_required": true,
|
|
7688
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
7689
|
+
"adequacy": "Mandatory; SYSTEM-level exploitation makes the host an unreliable platform for further work and requires rebuild."
|
|
7690
|
+
}
|
|
7643
7691
|
},
|
|
7644
7692
|
"framework_coverage": {
|
|
7645
7693
|
"NIST-800-53-SI-2": {
|
|
7646
7694
|
"covered": true,
|
|
7647
7695
|
"adequate": false,
|
|
7648
|
-
"gap": "30-day SLA
|
|
7696
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed Windows kernel/driver LPE; ransomware operators typically pair these with an initial-access flaw and elevate to SYSTEM within hours of a foothold."
|
|
7649
7697
|
},
|
|
7650
7698
|
"ISO-27001-2022-A.8.8": {
|
|
7651
7699
|
"covered": true,
|
|
7652
7700
|
"adequate": false,
|
|
7653
|
-
"gap": "
|
|
7701
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited kernel/driver LPE that is part of every modern ransomware kit."
|
|
7702
|
+
},
|
|
7703
|
+
"AU-ISM-1546": {
|
|
7704
|
+
"covered": true,
|
|
7705
|
+
"adequate": false,
|
|
7706
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is the right tier for a Windows LPE, but the load-bearing endpoint controls are hypervisor-protected code integrity (HVCI/VBS) and the Microsoft Vulnerable Driver Blocklist — neither of which the framework demands explicitly."
|
|
7654
7707
|
}
|
|
7655
7708
|
},
|
|
7656
7709
|
"compliance_exposure_score": {
|
|
7657
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
7658
|
-
"basis": "
|
|
7710
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
7711
|
+
"basis": "Windows endpoints are universal; audited organizations gate kernel patches behind change windows or rely on cumulative monthly updates that leave the LPE chain open for ~30 days at a stretch. HVCI/VBS and the Vulnerable Driver Blocklist remain off-by-default in many estates.",
|
|
7659
7712
|
"theater_pattern": "patch_management"
|
|
7660
7713
|
},
|
|
7661
7714
|
"ai_discovered_zeroday": false,
|
|
7662
|
-
"ai_discovery_source": "
|
|
7663
|
-
"ai_assist_factor": "none"
|
|
7664
|
-
"_auto_imported": true,
|
|
7665
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
7715
|
+
"ai_discovery_source": "vendor_research",
|
|
7716
|
+
"ai_assist_factor": "none"
|
|
7666
7717
|
},
|
|
7667
7718
|
"CVE-2023-21529": {
|
|
7668
7719
|
"name": "Microsoft Exchange Server Deserialization of Untrusted Data Vulnerability",
|
|
@@ -7726,35 +7777,58 @@
|
|
|
7726
7777
|
},
|
|
7727
7778
|
"CVE-2023-36424": {
|
|
7728
7779
|
"name": "Microsoft Windows Out-of-Bounds Read Vulnerability",
|
|
7729
|
-
"lesson_date": "2026-05-
|
|
7780
|
+
"lesson_date": "2026-05-29",
|
|
7730
7781
|
"attack_vector": {
|
|
7731
|
-
"description": "
|
|
7732
|
-
"privileges_required": "
|
|
7733
|
-
"complexity": "
|
|
7734
|
-
"ai_factor": "
|
|
7782
|
+
"description": "an out-of-bounds read (CWE-125) in a Windows kernel/driver component, used as an information-disclosure primitive in a privilege-escalation chain. CISA KEV-listed 2026-04-13 with confirmed in-the-wild exploitation; LPEs of this class are routinely paired with an initial-access flaw by ransomware operators.",
|
|
7783
|
+
"privileges_required": "low (any local foothold — an unprivileged process, RDP session, or commodity malware on the endpoint)",
|
|
7784
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
7785
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
7786
|
+
},
|
|
7787
|
+
"defense_chain": {
|
|
7788
|
+
"prevention": {
|
|
7789
|
+
"what_would_have_worked": "Apply the Microsoft security update; enforce hypervisor-protected code integrity (HVCI) / Virtualization-Based Security (VBS), and enable the Microsoft Vulnerable Driver Blocklist to shrink kernel-LPE attack surface on the long tail.",
|
|
7790
|
+
"was_this_required": true,
|
|
7791
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
7792
|
+
"adequacy": "Patch is definitive; the gap is the chain (initial access → unpatched LPE → SYSTEM) which a patched endpoint shuts down. HVCI/Blocklist backstops unpatched estates."
|
|
7793
|
+
},
|
|
7794
|
+
"detection": {
|
|
7795
|
+
"what_would_have_worked": "EDR signatures for the LPE primitive (token swap, process-impersonation, kernel-driver crashes) and for unprivileged-to-SYSTEM transitions without an admin trigger.",
|
|
7796
|
+
"was_this_required": false,
|
|
7797
|
+
"framework_requiring_it": null,
|
|
7798
|
+
"adequacy": "Backstops endpoints not yet patched; LPE is typically silent without EDR coverage."
|
|
7799
|
+
},
|
|
7800
|
+
"response": {
|
|
7801
|
+
"what_would_have_worked": "Force the patch across the estate; for a confirmed exploitation, treat the host as compromised (ransomware kits typically follow within hours), isolate, preserve forensic state, and review for credential theft.",
|
|
7802
|
+
"was_this_required": true,
|
|
7803
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
7804
|
+
"adequacy": "Mandatory; SYSTEM-level exploitation makes the host an unreliable platform for further work and requires rebuild."
|
|
7805
|
+
}
|
|
7735
7806
|
},
|
|
7736
7807
|
"framework_coverage": {
|
|
7737
7808
|
"NIST-800-53-SI-2": {
|
|
7738
7809
|
"covered": true,
|
|
7739
7810
|
"adequate": false,
|
|
7740
|
-
"gap": "30-day SLA
|
|
7811
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed Windows kernel/driver LPE; ransomware operators typically pair these with an initial-access flaw and elevate to SYSTEM within hours of a foothold."
|
|
7741
7812
|
},
|
|
7742
7813
|
"ISO-27001-2022-A.8.8": {
|
|
7743
7814
|
"covered": true,
|
|
7744
7815
|
"adequate": false,
|
|
7745
|
-
"gap": "
|
|
7816
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited kernel/driver LPE that is part of every modern ransomware kit."
|
|
7817
|
+
},
|
|
7818
|
+
"AU-ISM-1546": {
|
|
7819
|
+
"covered": true,
|
|
7820
|
+
"adequate": false,
|
|
7821
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is the right tier for a Windows LPE, but the load-bearing endpoint controls are hypervisor-protected code integrity (HVCI/VBS) and the Microsoft Vulnerable Driver Blocklist — neither of which the framework demands explicitly."
|
|
7746
7822
|
}
|
|
7747
7823
|
},
|
|
7748
7824
|
"compliance_exposure_score": {
|
|
7749
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
7750
|
-
"basis": "
|
|
7825
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
7826
|
+
"basis": "Windows endpoints are universal; audited organizations gate kernel patches behind change windows or rely on cumulative monthly updates that leave the LPE chain open for ~30 days at a stretch. HVCI/VBS and the Vulnerable Driver Blocklist remain off-by-default in many estates.",
|
|
7751
7827
|
"theater_pattern": "patch_management"
|
|
7752
7828
|
},
|
|
7753
7829
|
"ai_discovered_zeroday": false,
|
|
7754
|
-
"ai_discovery_source": "
|
|
7755
|
-
"ai_assist_factor": "none"
|
|
7756
|
-
"_auto_imported": true,
|
|
7757
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
7830
|
+
"ai_discovery_source": "vendor_research",
|
|
7831
|
+
"ai_assist_factor": "none"
|
|
7758
7832
|
},
|
|
7759
7833
|
"CVE-2020-9715": {
|
|
7760
7834
|
"name": "Adobe Acrobat Use-After-Free Vulnerability",
|
|
@@ -10816,35 +10890,63 @@
|
|
|
10816
10890
|
},
|
|
10817
10891
|
"CVE-2025-32432": {
|
|
10818
10892
|
"name": "Craft CMS Code Injection Vulnerability",
|
|
10819
|
-
"lesson_date": "2026-05-
|
|
10893
|
+
"lesson_date": "2026-05-29",
|
|
10820
10894
|
"attack_vector": {
|
|
10821
|
-
"description": "
|
|
10822
|
-
"privileges_required": "
|
|
10823
|
-
"complexity": "
|
|
10824
|
-
"ai_factor": "
|
|
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
|
+
}
|
|
10825
10919
|
},
|
|
10826
10920
|
"framework_coverage": {
|
|
10827
10921
|
"NIST-800-53-SI-2": {
|
|
10828
10922
|
"covered": true,
|
|
10829
10923
|
"adequate": false,
|
|
10830
|
-
"gap": "30-day SLA
|
|
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."
|
|
10831
10925
|
},
|
|
10832
10926
|
"ISO-27001-2022-A.8.8": {
|
|
10833
10927
|
"covered": true,
|
|
10834
10928
|
"adequate": false,
|
|
10835
|
-
"gap": "
|
|
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."
|
|
10836
10940
|
}
|
|
10837
10941
|
},
|
|
10838
10942
|
"compliance_exposure_score": {
|
|
10839
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
10840
|
-
"basis": "
|
|
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.",
|
|
10841
10945
|
"theater_pattern": "patch_management"
|
|
10842
10946
|
},
|
|
10843
10947
|
"ai_discovered_zeroday": false,
|
|
10844
|
-
"ai_discovery_source": "
|
|
10845
|
-
"ai_assist_factor": "none"
|
|
10846
|
-
"_auto_imported": true,
|
|
10847
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
10948
|
+
"ai_discovery_source": "vendor_research",
|
|
10949
|
+
"ai_assist_factor": "none"
|
|
10848
10950
|
},
|
|
10849
10951
|
"CVE-2025-54068": {
|
|
10850
10952
|
"name": "Laravel Livewire Code Injection Vulnerability",
|
|
@@ -11431,35 +11533,63 @@
|
|
|
11431
11533
|
},
|
|
11432
11534
|
"CVE-2025-26399": {
|
|
11433
11535
|
"name": "SolarWinds Web Help Desk Deserialization of Untrusted Data Vulnerability",
|
|
11434
|
-
"lesson_date": "2026-05-
|
|
11536
|
+
"lesson_date": "2026-05-29",
|
|
11435
11537
|
"attack_vector": {
|
|
11436
|
-
"description": "
|
|
11437
|
-
"privileges_required": "
|
|
11438
|
-
"complexity": "
|
|
11439
|
-
"ai_factor": "
|
|
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
|
+
}
|
|
11440
11562
|
},
|
|
11441
11563
|
"framework_coverage": {
|
|
11442
11564
|
"NIST-800-53-SI-2": {
|
|
11443
11565
|
"covered": true,
|
|
11444
11566
|
"adequate": false,
|
|
11445
|
-
"gap": "30-day SLA
|
|
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."
|
|
11446
11568
|
},
|
|
11447
11569
|
"ISO-27001-2022-A.8.8": {
|
|
11448
11570
|
"covered": true,
|
|
11449
11571
|
"adequate": false,
|
|
11450
|
-
"gap": "
|
|
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."
|
|
11451
11583
|
}
|
|
11452
11584
|
},
|
|
11453
11585
|
"compliance_exposure_score": {
|
|
11454
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
11455
|
-
"basis": "
|
|
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.",
|
|
11456
11588
|
"theater_pattern": "patch_management"
|
|
11457
11589
|
},
|
|
11458
11590
|
"ai_discovered_zeroday": false,
|
|
11459
|
-
"ai_discovery_source": "
|
|
11460
|
-
"ai_assist_factor": "none"
|
|
11461
|
-
"_auto_imported": true,
|
|
11462
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
11591
|
+
"ai_discovery_source": "vendor_research",
|
|
11592
|
+
"ai_assist_factor": "none"
|
|
11463
11593
|
},
|
|
11464
11594
|
"CVE-2026-1603": {
|
|
11465
11595
|
"name": "Ivanti Endpoint Manager (EPM) Authentication Bypass Vulnerability",
|
|
@@ -12024,35 +12154,63 @@
|
|
|
12024
12154
|
},
|
|
12025
12155
|
"CVE-2025-49113": {
|
|
12026
12156
|
"name": "RoundCube Webmail Deserialization of Untrusted Data Vulnerability",
|
|
12027
|
-
"lesson_date": "2026-05-
|
|
12157
|
+
"lesson_date": "2026-05-29",
|
|
12028
12158
|
"attack_vector": {
|
|
12029
|
-
"description": "
|
|
12030
|
-
"privileges_required": "
|
|
12031
|
-
"complexity": "
|
|
12032
|
-
"ai_factor": "
|
|
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
|
+
}
|
|
12033
12183
|
},
|
|
12034
12184
|
"framework_coverage": {
|
|
12035
12185
|
"NIST-800-53-SI-2": {
|
|
12036
12186
|
"covered": true,
|
|
12037
12187
|
"adequate": false,
|
|
12038
|
-
"gap": "30-day SLA
|
|
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."
|
|
12039
12189
|
},
|
|
12040
12190
|
"ISO-27001-2022-A.8.8": {
|
|
12041
12191
|
"covered": true,
|
|
12042
12192
|
"adequate": false,
|
|
12043
|
-
"gap": "
|
|
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."
|
|
12044
12204
|
}
|
|
12045
12205
|
},
|
|
12046
12206
|
"compliance_exposure_score": {
|
|
12047
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
12048
|
-
"basis": "
|
|
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.",
|
|
12049
12209
|
"theater_pattern": "patch_management"
|
|
12050
12210
|
},
|
|
12051
12211
|
"ai_discovered_zeroday": false,
|
|
12052
|
-
"ai_discovery_source": "
|
|
12053
|
-
"ai_assist_factor": "none"
|
|
12054
|
-
"_auto_imported": true,
|
|
12055
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
12212
|
+
"ai_discovery_source": "vendor_research",
|
|
12213
|
+
"ai_assist_factor": "none"
|
|
12056
12214
|
},
|
|
12057
12215
|
"CVE-2025-68461": {
|
|
12058
12216
|
"name": "RoundCube Webmail Cross-site Scripting Vulnerability",
|
|
@@ -12954,36 +13112,64 @@
|
|
|
12954
13112
|
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
12955
13113
|
},
|
|
12956
13114
|
"CVE-2025-40551": {
|
|
12957
|
-
"name": "SolarWinds Web Help Desk Deserialization of Untrusted Data Vulnerability",
|
|
12958
|
-
"lesson_date": "2026-05-
|
|
13115
|
+
"name": "SolarWinds Web Help Desk Deserialization of Untrusted Data Vulnerability (variant: CVE-2025-40551)",
|
|
13116
|
+
"lesson_date": "2026-05-29",
|
|
12959
13117
|
"attack_vector": {
|
|
12960
|
-
"description": "
|
|
12961
|
-
"privileges_required": "
|
|
12962
|
-
"complexity": "
|
|
12963
|
-
"ai_factor": "
|
|
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
|
+
}
|
|
12964
13142
|
},
|
|
12965
13143
|
"framework_coverage": {
|
|
12966
13144
|
"NIST-800-53-SI-2": {
|
|
12967
13145
|
"covered": true,
|
|
12968
13146
|
"adequate": false,
|
|
12969
|
-
"gap": "30-day SLA
|
|
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."
|
|
12970
13148
|
},
|
|
12971
13149
|
"ISO-27001-2022-A.8.8": {
|
|
12972
13150
|
"covered": true,
|
|
12973
13151
|
"adequate": false,
|
|
12974
|
-
"gap": "
|
|
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."
|
|
12975
13163
|
}
|
|
12976
13164
|
},
|
|
12977
13165
|
"compliance_exposure_score": {
|
|
12978
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
12979
|
-
"basis": "
|
|
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.",
|
|
12980
13168
|
"theater_pattern": "patch_management"
|
|
12981
13169
|
},
|
|
12982
13170
|
"ai_discovered_zeroday": false,
|
|
12983
|
-
"ai_discovery_source": "
|
|
12984
|
-
"ai_assist_factor": "none"
|
|
12985
|
-
"_auto_imported": true,
|
|
12986
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
13171
|
+
"ai_discovery_source": "vendor_research",
|
|
13172
|
+
"ai_assist_factor": "none"
|
|
12987
13173
|
},
|
|
12988
13174
|
"CVE-2026-1281": {
|
|
12989
13175
|
"name": "Ivanti Endpoint Manager Mobile (EPMM) Code Injection Vulnerability (variant: CVE-2026-1281)",
|
|
@@ -13543,35 +13729,58 @@
|
|
|
13543
13729
|
},
|
|
13544
13730
|
"CVE-2026-20805": {
|
|
13545
13731
|
"name": "Microsoft Windows Information Disclosure Vulnerability",
|
|
13546
|
-
"lesson_date": "2026-05-
|
|
13732
|
+
"lesson_date": "2026-05-29",
|
|
13547
13733
|
"attack_vector": {
|
|
13548
|
-
"description": "
|
|
13549
|
-
"privileges_required": "
|
|
13550
|
-
"complexity": "
|
|
13551
|
-
"ai_factor": "
|
|
13734
|
+
"description": "an information-disclosure flaw (CWE-200) in a Windows component, used as a primitive in a privilege-escalation chain (kernel-address leaks defeat KASLR for follow-on exploits). CISA KEV-listed 2026-01-13 with confirmed in-the-wild exploitation; LPEs of this class are routinely paired with an initial-access flaw by ransomware operators.",
|
|
13735
|
+
"privileges_required": "low (any local foothold — an unprivileged process, RDP session, or commodity malware on the endpoint)",
|
|
13736
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
13737
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
13738
|
+
},
|
|
13739
|
+
"defense_chain": {
|
|
13740
|
+
"prevention": {
|
|
13741
|
+
"what_would_have_worked": "Apply the Microsoft security update; enforce hypervisor-protected code integrity (HVCI) / Virtualization-Based Security (VBS), and enable the Microsoft Vulnerable Driver Blocklist to shrink kernel-LPE attack surface on the long tail.",
|
|
13742
|
+
"was_this_required": true,
|
|
13743
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
13744
|
+
"adequacy": "Patch is definitive; the gap is the chain (initial access → unpatched LPE → SYSTEM) which a patched endpoint shuts down. HVCI/Blocklist backstops unpatched estates."
|
|
13745
|
+
},
|
|
13746
|
+
"detection": {
|
|
13747
|
+
"what_would_have_worked": "EDR signatures for the LPE primitive (token swap, process-impersonation, kernel-driver crashes) and for unprivileged-to-SYSTEM transitions without an admin trigger.",
|
|
13748
|
+
"was_this_required": false,
|
|
13749
|
+
"framework_requiring_it": null,
|
|
13750
|
+
"adequacy": "Backstops endpoints not yet patched; LPE is typically silent without EDR coverage."
|
|
13751
|
+
},
|
|
13752
|
+
"response": {
|
|
13753
|
+
"what_would_have_worked": "Force the patch across the estate; for a confirmed exploitation, treat the host as compromised (ransomware kits typically follow within hours), isolate, preserve forensic state, and review for credential theft.",
|
|
13754
|
+
"was_this_required": true,
|
|
13755
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
13756
|
+
"adequacy": "Mandatory; SYSTEM-level exploitation makes the host an unreliable platform for further work and requires rebuild."
|
|
13757
|
+
}
|
|
13552
13758
|
},
|
|
13553
13759
|
"framework_coverage": {
|
|
13554
13760
|
"NIST-800-53-SI-2": {
|
|
13555
13761
|
"covered": true,
|
|
13556
13762
|
"adequate": false,
|
|
13557
|
-
"gap": "30-day SLA
|
|
13763
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed Windows kernel/driver LPE; ransomware operators typically pair these with an initial-access flaw and elevate to SYSTEM within hours of a foothold."
|
|
13558
13764
|
},
|
|
13559
13765
|
"ISO-27001-2022-A.8.8": {
|
|
13560
13766
|
"covered": true,
|
|
13561
13767
|
"adequate": false,
|
|
13562
|
-
"gap": "
|
|
13768
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited kernel/driver LPE that is part of every modern ransomware kit."
|
|
13769
|
+
},
|
|
13770
|
+
"AU-ISM-1546": {
|
|
13771
|
+
"covered": true,
|
|
13772
|
+
"adequate": false,
|
|
13773
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is the right tier for a Windows LPE, but the load-bearing endpoint controls are hypervisor-protected code integrity (HVCI/VBS) and the Microsoft Vulnerable Driver Blocklist — neither of which the framework demands explicitly."
|
|
13563
13774
|
}
|
|
13564
13775
|
},
|
|
13565
13776
|
"compliance_exposure_score": {
|
|
13566
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
13567
|
-
"basis": "
|
|
13777
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
13778
|
+
"basis": "Windows endpoints are universal; audited organizations gate kernel patches behind change windows or rely on cumulative monthly updates that leave the LPE chain open for ~30 days at a stretch. HVCI/VBS and the Vulnerable Driver Blocklist remain off-by-default in many estates.",
|
|
13568
13779
|
"theater_pattern": "patch_management"
|
|
13569
13780
|
},
|
|
13570
13781
|
"ai_discovered_zeroday": false,
|
|
13571
|
-
"ai_discovery_source": "
|
|
13572
|
-
"ai_assist_factor": "none"
|
|
13573
|
-
"_auto_imported": true,
|
|
13574
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
13782
|
+
"ai_discovery_source": "vendor_research",
|
|
13783
|
+
"ai_assist_factor": "none"
|
|
13575
13784
|
},
|
|
13576
13785
|
"CVE-2025-8110": {
|
|
13577
13786
|
"name": "Gogs Path Traversal Vulnerability",
|
|
@@ -14570,35 +14779,58 @@
|
|
|
14570
14779
|
},
|
|
14571
14780
|
"CVE-2025-62215": {
|
|
14572
14781
|
"name": "Microsoft Windows Race Condition Vulnerability",
|
|
14573
|
-
"lesson_date": "2026-05-
|
|
14782
|
+
"lesson_date": "2026-05-29",
|
|
14574
14783
|
"attack_vector": {
|
|
14575
|
-
"description": "
|
|
14576
|
-
"privileges_required": "
|
|
14577
|
-
"complexity": "
|
|
14578
|
-
"ai_factor": "
|
|
14784
|
+
"description": "a race condition (CWE-362) in a Windows kernel-mode component, exploited by a local foothold to escalate privileges to SYSTEM. CISA KEV-listed 2025-11-12 with confirmed in-the-wild exploitation; LPEs of this class are routinely paired with an initial-access flaw by ransomware operators.",
|
|
14785
|
+
"privileges_required": "low (any local foothold — an unprivileged process, RDP session, or commodity malware on the endpoint)",
|
|
14786
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
14787
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
14788
|
+
},
|
|
14789
|
+
"defense_chain": {
|
|
14790
|
+
"prevention": {
|
|
14791
|
+
"what_would_have_worked": "Apply the Microsoft security update; enforce hypervisor-protected code integrity (HVCI) / Virtualization-Based Security (VBS), and enable the Microsoft Vulnerable Driver Blocklist to shrink kernel-LPE attack surface on the long tail.",
|
|
14792
|
+
"was_this_required": true,
|
|
14793
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
14794
|
+
"adequacy": "Patch is definitive; the gap is the chain (initial access → unpatched LPE → SYSTEM) which a patched endpoint shuts down. HVCI/Blocklist backstops unpatched estates."
|
|
14795
|
+
},
|
|
14796
|
+
"detection": {
|
|
14797
|
+
"what_would_have_worked": "EDR signatures for the LPE primitive (token swap, process-impersonation, kernel-driver crashes) and for unprivileged-to-SYSTEM transitions without an admin trigger.",
|
|
14798
|
+
"was_this_required": false,
|
|
14799
|
+
"framework_requiring_it": null,
|
|
14800
|
+
"adequacy": "Backstops endpoints not yet patched; LPE is typically silent without EDR coverage."
|
|
14801
|
+
},
|
|
14802
|
+
"response": {
|
|
14803
|
+
"what_would_have_worked": "Force the patch across the estate; for a confirmed exploitation, treat the host as compromised (ransomware kits typically follow within hours), isolate, preserve forensic state, and review for credential theft.",
|
|
14804
|
+
"was_this_required": true,
|
|
14805
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
14806
|
+
"adequacy": "Mandatory; SYSTEM-level exploitation makes the host an unreliable platform for further work and requires rebuild."
|
|
14807
|
+
}
|
|
14579
14808
|
},
|
|
14580
14809
|
"framework_coverage": {
|
|
14581
14810
|
"NIST-800-53-SI-2": {
|
|
14582
14811
|
"covered": true,
|
|
14583
14812
|
"adequate": false,
|
|
14584
|
-
"gap": "30-day SLA
|
|
14813
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed Windows kernel/driver LPE; ransomware operators typically pair these with an initial-access flaw and elevate to SYSTEM within hours of a foothold."
|
|
14585
14814
|
},
|
|
14586
14815
|
"ISO-27001-2022-A.8.8": {
|
|
14587
14816
|
"covered": true,
|
|
14588
14817
|
"adequate": false,
|
|
14589
|
-
"gap": "
|
|
14818
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited kernel/driver LPE that is part of every modern ransomware kit."
|
|
14819
|
+
},
|
|
14820
|
+
"AU-ISM-1546": {
|
|
14821
|
+
"covered": true,
|
|
14822
|
+
"adequate": false,
|
|
14823
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is the right tier for a Windows LPE, but the load-bearing endpoint controls are hypervisor-protected code integrity (HVCI/VBS) and the Microsoft Vulnerable Driver Blocklist — neither of which the framework demands explicitly."
|
|
14590
14824
|
}
|
|
14591
14825
|
},
|
|
14592
14826
|
"compliance_exposure_score": {
|
|
14593
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
14594
|
-
"basis": "
|
|
14827
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
14828
|
+
"basis": "Windows endpoints are universal; audited organizations gate kernel patches behind change windows or rely on cumulative monthly updates that leave the LPE chain open for ~30 days at a stretch. HVCI/VBS and the Vulnerable Driver Blocklist remain off-by-default in many estates.",
|
|
14595
14829
|
"theater_pattern": "patch_management"
|
|
14596
14830
|
},
|
|
14597
14831
|
"ai_discovered_zeroday": false,
|
|
14598
|
-
"ai_discovery_source": "
|
|
14599
|
-
"ai_assist_factor": "none"
|
|
14600
|
-
"_auto_imported": true,
|
|
14601
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
14832
|
+
"ai_discovery_source": "vendor_research",
|
|
14833
|
+
"ai_assist_factor": "none"
|
|
14602
14834
|
},
|
|
14603
14835
|
"CVE-2025-9242": {
|
|
14604
14836
|
"name": "WatchGuard Firebox Out-of-Bounds Write Vulnerability",
|
|
@@ -15037,67 +15269,123 @@
|
|
|
15037
15269
|
},
|
|
15038
15270
|
"CVE-2025-2746": {
|
|
15039
15271
|
"name": "Kentico Xperience CMS Authentication Bypass Using an Alternate Path or Channel Vulnerability",
|
|
15040
|
-
"lesson_date": "2026-05-
|
|
15272
|
+
"lesson_date": "2026-05-29",
|
|
15041
15273
|
"attack_vector": {
|
|
15042
|
-
"description": "
|
|
15043
|
-
"privileges_required": "
|
|
15044
|
-
"complexity": "
|
|
15045
|
-
"ai_factor": "
|
|
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
|
+
}
|
|
15046
15298
|
},
|
|
15047
15299
|
"framework_coverage": {
|
|
15048
15300
|
"NIST-800-53-SI-2": {
|
|
15049
15301
|
"covered": true,
|
|
15050
15302
|
"adequate": false,
|
|
15051
|
-
"gap": "30-day SLA
|
|
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."
|
|
15052
15304
|
},
|
|
15053
15305
|
"ISO-27001-2022-A.8.8": {
|
|
15054
15306
|
"covered": true,
|
|
15055
15307
|
"adequate": false,
|
|
15056
|
-
"gap": "
|
|
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."
|
|
15057
15319
|
}
|
|
15058
15320
|
},
|
|
15059
15321
|
"compliance_exposure_score": {
|
|
15060
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
15061
|
-
"basis": "
|
|
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.",
|
|
15062
15324
|
"theater_pattern": "patch_management"
|
|
15063
15325
|
},
|
|
15064
15326
|
"ai_discovered_zeroday": false,
|
|
15065
|
-
"ai_discovery_source": "
|
|
15066
|
-
"ai_assist_factor": "none"
|
|
15067
|
-
"_auto_imported": true,
|
|
15068
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
15327
|
+
"ai_discovery_source": "vendor_research",
|
|
15328
|
+
"ai_assist_factor": "none"
|
|
15069
15329
|
},
|
|
15070
15330
|
"CVE-2025-2747": {
|
|
15071
|
-
"name": "Kentico Xperience CMS Authentication Bypass Using an Alternate Path or Channel Vulnerability",
|
|
15072
|
-
"lesson_date": "2026-05-
|
|
15331
|
+
"name": "Kentico Xperience CMS Authentication Bypass Using an Alternate Path or Channel Vulnerability (variant: CVE-2025-2747)",
|
|
15332
|
+
"lesson_date": "2026-05-29",
|
|
15073
15333
|
"attack_vector": {
|
|
15074
|
-
"description": "
|
|
15075
|
-
"privileges_required": "
|
|
15076
|
-
"complexity": "
|
|
15077
|
-
"ai_factor": "
|
|
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
|
+
}
|
|
15078
15358
|
},
|
|
15079
15359
|
"framework_coverage": {
|
|
15080
15360
|
"NIST-800-53-SI-2": {
|
|
15081
15361
|
"covered": true,
|
|
15082
15362
|
"adequate": false,
|
|
15083
|
-
"gap": "30-day SLA
|
|
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."
|
|
15084
15364
|
},
|
|
15085
15365
|
"ISO-27001-2022-A.8.8": {
|
|
15086
15366
|
"covered": true,
|
|
15087
15367
|
"adequate": false,
|
|
15088
|
-
"gap": "
|
|
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."
|
|
15089
15379
|
}
|
|
15090
15380
|
},
|
|
15091
15381
|
"compliance_exposure_score": {
|
|
15092
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
15093
|
-
"basis": "
|
|
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.",
|
|
15094
15384
|
"theater_pattern": "patch_management"
|
|
15095
15385
|
},
|
|
15096
15386
|
"ai_discovered_zeroday": false,
|
|
15097
|
-
"ai_discovery_source": "
|
|
15098
|
-
"ai_assist_factor": "none"
|
|
15099
|
-
"_auto_imported": true,
|
|
15100
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
15387
|
+
"ai_discovery_source": "vendor_research",
|
|
15388
|
+
"ai_assist_factor": "none"
|
|
15101
15389
|
},
|
|
15102
15390
|
"CVE-2025-33073": {
|
|
15103
15391
|
"name": "Microsoft Windows SMB Client Improper Access Control Vulnerability",
|
|
@@ -15229,35 +15517,58 @@
|
|
|
15229
15517
|
},
|
|
15230
15518
|
"CVE-2025-24990": {
|
|
15231
15519
|
"name": "Microsoft Windows Untrusted Pointer Dereference Vulnerability",
|
|
15232
|
-
"lesson_date": "2026-05-
|
|
15520
|
+
"lesson_date": "2026-05-29",
|
|
15233
15521
|
"attack_vector": {
|
|
15234
|
-
"description": "
|
|
15235
|
-
"privileges_required": "
|
|
15236
|
-
"complexity": "
|
|
15237
|
-
"ai_factor": "
|
|
15522
|
+
"description": "an untrusted-pointer-dereference flaw (CWE-822) in a Windows kernel-mode component, exploited by a local foothold to gain kernel privilege. CISA KEV-listed 2025-10-14 with confirmed in-the-wild exploitation; LPEs of this class are routinely paired with an initial-access flaw by ransomware operators.",
|
|
15523
|
+
"privileges_required": "low (any local foothold — an unprivileged process, RDP session, or commodity malware on the endpoint)",
|
|
15524
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
15525
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
15526
|
+
},
|
|
15527
|
+
"defense_chain": {
|
|
15528
|
+
"prevention": {
|
|
15529
|
+
"what_would_have_worked": "Apply the Microsoft security update; enforce hypervisor-protected code integrity (HVCI) / Virtualization-Based Security (VBS), and enable the Microsoft Vulnerable Driver Blocklist to shrink kernel-LPE attack surface on the long tail.",
|
|
15530
|
+
"was_this_required": true,
|
|
15531
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
15532
|
+
"adequacy": "Patch is definitive; the gap is the chain (initial access → unpatched LPE → SYSTEM) which a patched endpoint shuts down. HVCI/Blocklist backstops unpatched estates."
|
|
15533
|
+
},
|
|
15534
|
+
"detection": {
|
|
15535
|
+
"what_would_have_worked": "EDR signatures for the LPE primitive (token swap, process-impersonation, kernel-driver crashes) and for unprivileged-to-SYSTEM transitions without an admin trigger.",
|
|
15536
|
+
"was_this_required": false,
|
|
15537
|
+
"framework_requiring_it": null,
|
|
15538
|
+
"adequacy": "Backstops endpoints not yet patched; LPE is typically silent without EDR coverage."
|
|
15539
|
+
},
|
|
15540
|
+
"response": {
|
|
15541
|
+
"what_would_have_worked": "Force the patch across the estate; for a confirmed exploitation, treat the host as compromised (ransomware kits typically follow within hours), isolate, preserve forensic state, and review for credential theft.",
|
|
15542
|
+
"was_this_required": true,
|
|
15543
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
15544
|
+
"adequacy": "Mandatory; SYSTEM-level exploitation makes the host an unreliable platform for further work and requires rebuild."
|
|
15545
|
+
}
|
|
15238
15546
|
},
|
|
15239
15547
|
"framework_coverage": {
|
|
15240
15548
|
"NIST-800-53-SI-2": {
|
|
15241
15549
|
"covered": true,
|
|
15242
15550
|
"adequate": false,
|
|
15243
|
-
"gap": "30-day SLA
|
|
15551
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed Windows kernel/driver LPE; ransomware operators typically pair these with an initial-access flaw and elevate to SYSTEM within hours of a foothold."
|
|
15244
15552
|
},
|
|
15245
15553
|
"ISO-27001-2022-A.8.8": {
|
|
15246
15554
|
"covered": true,
|
|
15247
15555
|
"adequate": false,
|
|
15248
|
-
"gap": "
|
|
15556
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited kernel/driver LPE that is part of every modern ransomware kit."
|
|
15557
|
+
},
|
|
15558
|
+
"AU-ISM-1546": {
|
|
15559
|
+
"covered": true,
|
|
15560
|
+
"adequate": false,
|
|
15561
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is the right tier for a Windows LPE, but the load-bearing endpoint controls are hypervisor-protected code integrity (HVCI/VBS) and the Microsoft Vulnerable Driver Blocklist — neither of which the framework demands explicitly."
|
|
15249
15562
|
}
|
|
15250
15563
|
},
|
|
15251
15564
|
"compliance_exposure_score": {
|
|
15252
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
15253
|
-
"basis": "
|
|
15565
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
15566
|
+
"basis": "Windows endpoints are universal; audited organizations gate kernel patches behind change windows or rely on cumulative monthly updates that leave the LPE chain open for ~30 days at a stretch. HVCI/VBS and the Vulnerable Driver Blocklist remain off-by-default in many estates.",
|
|
15254
15567
|
"theater_pattern": "patch_management"
|
|
15255
15568
|
},
|
|
15256
15569
|
"ai_discovered_zeroday": false,
|
|
15257
|
-
"ai_discovery_source": "
|
|
15258
|
-
"ai_assist_factor": "none"
|
|
15259
|
-
"_auto_imported": true,
|
|
15260
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
15570
|
+
"ai_discovery_source": "vendor_research",
|
|
15571
|
+
"ai_assist_factor": "none"
|
|
15261
15572
|
},
|
|
15262
15573
|
"CVE-2025-59230": {
|
|
15263
15574
|
"name": "Microsoft Windows Improper Access Control Vulnerability",
|
|
@@ -15504,35 +15815,58 @@
|
|
|
15504
15815
|
},
|
|
15505
15816
|
"CVE-2021-43226": {
|
|
15506
15817
|
"name": "Microsoft Windows Privilege Escalation Vulnerability",
|
|
15507
|
-
"lesson_date": "2026-05-
|
|
15818
|
+
"lesson_date": "2026-05-29",
|
|
15508
15819
|
"attack_vector": {
|
|
15509
|
-
"description": "
|
|
15510
|
-
"privileges_required": "
|
|
15511
|
-
"complexity": "
|
|
15512
|
-
"ai_factor": "
|
|
15820
|
+
"description": "an improper privilege-management flaw (CWE-269) on Windows, escalating a local user's privileges. CISA KEV-listed 2025-10-06 with confirmed in-the-wild exploitation; LPEs of this class are routinely paired with an initial-access flaw by ransomware operators.",
|
|
15821
|
+
"privileges_required": "low (any local foothold — an unprivileged process, RDP session, or commodity malware on the endpoint)",
|
|
15822
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
15823
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
15824
|
+
},
|
|
15825
|
+
"defense_chain": {
|
|
15826
|
+
"prevention": {
|
|
15827
|
+
"what_would_have_worked": "Apply the Microsoft security update; enforce hypervisor-protected code integrity (HVCI) / Virtualization-Based Security (VBS), and enable the Microsoft Vulnerable Driver Blocklist to shrink kernel-LPE attack surface on the long tail.",
|
|
15828
|
+
"was_this_required": true,
|
|
15829
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
15830
|
+
"adequacy": "Patch is definitive; the gap is the chain (initial access → unpatched LPE → SYSTEM) which a patched endpoint shuts down. HVCI/Blocklist backstops unpatched estates."
|
|
15831
|
+
},
|
|
15832
|
+
"detection": {
|
|
15833
|
+
"what_would_have_worked": "EDR signatures for the LPE primitive (token swap, process-impersonation, kernel-driver crashes) and for unprivileged-to-SYSTEM transitions without an admin trigger.",
|
|
15834
|
+
"was_this_required": false,
|
|
15835
|
+
"framework_requiring_it": null,
|
|
15836
|
+
"adequacy": "Backstops endpoints not yet patched; LPE is typically silent without EDR coverage."
|
|
15837
|
+
},
|
|
15838
|
+
"response": {
|
|
15839
|
+
"what_would_have_worked": "Force the patch across the estate; for a confirmed exploitation, treat the host as compromised (ransomware kits typically follow within hours), isolate, preserve forensic state, and review for credential theft.",
|
|
15840
|
+
"was_this_required": true,
|
|
15841
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
15842
|
+
"adequacy": "Mandatory; SYSTEM-level exploitation makes the host an unreliable platform for further work and requires rebuild."
|
|
15843
|
+
}
|
|
15513
15844
|
},
|
|
15514
15845
|
"framework_coverage": {
|
|
15515
15846
|
"NIST-800-53-SI-2": {
|
|
15516
15847
|
"covered": true,
|
|
15517
15848
|
"adequate": false,
|
|
15518
|
-
"gap": "30-day SLA
|
|
15849
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed Windows kernel/driver LPE; ransomware operators typically pair these with an initial-access flaw and elevate to SYSTEM within hours of a foothold."
|
|
15519
15850
|
},
|
|
15520
15851
|
"ISO-27001-2022-A.8.8": {
|
|
15521
15852
|
"covered": true,
|
|
15522
15853
|
"adequate": false,
|
|
15523
|
-
"gap": "
|
|
15854
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited kernel/driver LPE that is part of every modern ransomware kit."
|
|
15855
|
+
},
|
|
15856
|
+
"AU-ISM-1546": {
|
|
15857
|
+
"covered": true,
|
|
15858
|
+
"adequate": false,
|
|
15859
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is the right tier for a Windows LPE, but the load-bearing endpoint controls are hypervisor-protected code integrity (HVCI/VBS) and the Microsoft Vulnerable Driver Blocklist — neither of which the framework demands explicitly."
|
|
15524
15860
|
}
|
|
15525
15861
|
},
|
|
15526
15862
|
"compliance_exposure_score": {
|
|
15527
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
15528
|
-
"basis": "
|
|
15863
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
15864
|
+
"basis": "Windows endpoints are universal; audited organizations gate kernel patches behind change windows or rely on cumulative monthly updates that leave the LPE chain open for ~30 days at a stretch. HVCI/VBS and the Vulnerable Driver Blocklist remain off-by-default in many estates.",
|
|
15529
15865
|
"theater_pattern": "patch_management"
|
|
15530
15866
|
},
|
|
15531
15867
|
"ai_discovered_zeroday": false,
|
|
15532
|
-
"ai_discovery_source": "
|
|
15533
|
-
"ai_assist_factor": "none"
|
|
15534
|
-
"_auto_imported": true,
|
|
15535
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
15868
|
+
"ai_discovery_source": "vendor_research",
|
|
15869
|
+
"ai_assist_factor": "none"
|
|
15536
15870
|
},
|
|
15537
15871
|
"CVE-2013-3918": {
|
|
15538
15872
|
"name": "Microsoft Windows Out-of-Bounds Write Vulnerability",
|
|
@@ -18559,36 +18893,64 @@
|
|
|
18559
18893
|
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
18560
18894
|
},
|
|
18561
18895
|
"CVE-2024-56145": {
|
|
18562
|
-
"name": "Craft CMS Code Injection Vulnerability",
|
|
18563
|
-
"lesson_date": "2026-05-
|
|
18896
|
+
"name": "Craft CMS Code Injection Vulnerability (variant: CVE-2024-56145)",
|
|
18897
|
+
"lesson_date": "2026-05-29",
|
|
18564
18898
|
"attack_vector": {
|
|
18565
|
-
"description": "
|
|
18566
|
-
"privileges_required": "
|
|
18567
|
-
"complexity": "
|
|
18568
|
-
"ai_factor": "
|
|
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
|
+
}
|
|
18569
18923
|
},
|
|
18570
18924
|
"framework_coverage": {
|
|
18571
18925
|
"NIST-800-53-SI-2": {
|
|
18572
18926
|
"covered": true,
|
|
18573
18927
|
"adequate": false,
|
|
18574
|
-
"gap": "30-day SLA
|
|
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."
|
|
18575
18929
|
},
|
|
18576
18930
|
"ISO-27001-2022-A.8.8": {
|
|
18577
18931
|
"covered": true,
|
|
18578
18932
|
"adequate": false,
|
|
18579
|
-
"gap": "
|
|
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."
|
|
18580
18944
|
}
|
|
18581
18945
|
},
|
|
18582
18946
|
"compliance_exposure_score": {
|
|
18583
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
18584
|
-
"basis": "
|
|
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.",
|
|
18585
18949
|
"theater_pattern": "patch_management"
|
|
18586
18950
|
},
|
|
18587
18951
|
"ai_discovered_zeroday": false,
|
|
18588
|
-
"ai_discovery_source": "
|
|
18589
|
-
"ai_assist_factor": "none"
|
|
18590
|
-
"_auto_imported": true,
|
|
18591
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
18952
|
+
"ai_discovery_source": "vendor_research",
|
|
18953
|
+
"ai_assist_factor": "none"
|
|
18592
18954
|
},
|
|
18593
18955
|
"CVE-2023-39780": {
|
|
18594
18956
|
"name": "ASUS RT-AX55 Routers OS Command Injection Vulnerability",
|
|
@@ -19152,35 +19514,58 @@
|
|
|
19152
19514
|
},
|
|
19153
19515
|
"CVE-2025-32701": {
|
|
19154
19516
|
"name": "Microsoft Windows Common Log File System (CLFS) Driver Use-After-Free Vulnerability",
|
|
19155
|
-
"lesson_date": "2026-05-
|
|
19517
|
+
"lesson_date": "2026-05-29",
|
|
19156
19518
|
"attack_vector": {
|
|
19157
|
-
"description": "
|
|
19158
|
-
"privileges_required": "
|
|
19159
|
-
"complexity": "
|
|
19160
|
-
"ai_factor": "
|
|
19519
|
+
"description": "a use-after-free (CWE-416) in the Windows Common Log File System (CLFS) driver — a recurring kernel-LPE target — exploited by a local foothold to escalate to SYSTEM. CISA KEV-listed 2025-05-13 with confirmed in-the-wild exploitation; LPEs of this class are routinely paired with an initial-access flaw by ransomware operators.",
|
|
19520
|
+
"privileges_required": "low (any local foothold — an unprivileged process, RDP session, or commodity malware on the endpoint)",
|
|
19521
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
19522
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
19523
|
+
},
|
|
19524
|
+
"defense_chain": {
|
|
19525
|
+
"prevention": {
|
|
19526
|
+
"what_would_have_worked": "Apply the Microsoft security update; enforce hypervisor-protected code integrity (HVCI) / Virtualization-Based Security (VBS), and enable the Microsoft Vulnerable Driver Blocklist to shrink kernel-LPE attack surface on the long tail.",
|
|
19527
|
+
"was_this_required": true,
|
|
19528
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
19529
|
+
"adequacy": "Patch is definitive; the gap is the chain (initial access → unpatched LPE → SYSTEM) which a patched endpoint shuts down. HVCI/Blocklist backstops unpatched estates."
|
|
19530
|
+
},
|
|
19531
|
+
"detection": {
|
|
19532
|
+
"what_would_have_worked": "EDR signatures for the LPE primitive (token swap, process-impersonation, kernel-driver crashes) and for unprivileged-to-SYSTEM transitions without an admin trigger.",
|
|
19533
|
+
"was_this_required": false,
|
|
19534
|
+
"framework_requiring_it": null,
|
|
19535
|
+
"adequacy": "Backstops endpoints not yet patched; LPE is typically silent without EDR coverage."
|
|
19536
|
+
},
|
|
19537
|
+
"response": {
|
|
19538
|
+
"what_would_have_worked": "Force the patch across the estate; for a confirmed exploitation, treat the host as compromised (ransomware kits typically follow within hours), isolate, preserve forensic state, and review for credential theft.",
|
|
19539
|
+
"was_this_required": true,
|
|
19540
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
19541
|
+
"adequacy": "Mandatory; SYSTEM-level exploitation makes the host an unreliable platform for further work and requires rebuild."
|
|
19542
|
+
}
|
|
19161
19543
|
},
|
|
19162
19544
|
"framework_coverage": {
|
|
19163
19545
|
"NIST-800-53-SI-2": {
|
|
19164
19546
|
"covered": true,
|
|
19165
19547
|
"adequate": false,
|
|
19166
|
-
"gap": "30-day SLA
|
|
19548
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed Windows kernel/driver LPE; ransomware operators typically pair these with an initial-access flaw and elevate to SYSTEM within hours of a foothold."
|
|
19167
19549
|
},
|
|
19168
19550
|
"ISO-27001-2022-A.8.8": {
|
|
19169
19551
|
"covered": true,
|
|
19170
19552
|
"adequate": false,
|
|
19171
|
-
"gap": "
|
|
19553
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited kernel/driver LPE that is part of every modern ransomware kit."
|
|
19554
|
+
},
|
|
19555
|
+
"AU-ISM-1546": {
|
|
19556
|
+
"covered": true,
|
|
19557
|
+
"adequate": false,
|
|
19558
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is the right tier for a Windows LPE, but the load-bearing endpoint controls are hypervisor-protected code integrity (HVCI/VBS) and the Microsoft Vulnerable Driver Blocklist — neither of which the framework demands explicitly."
|
|
19172
19559
|
}
|
|
19173
19560
|
},
|
|
19174
19561
|
"compliance_exposure_score": {
|
|
19175
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
19176
|
-
"basis": "
|
|
19562
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
19563
|
+
"basis": "Windows endpoints are universal; audited organizations gate kernel patches behind change windows or rely on cumulative monthly updates that leave the LPE chain open for ~30 days at a stretch. HVCI/VBS and the Vulnerable Driver Blocklist remain off-by-default in many estates.",
|
|
19177
19564
|
"theater_pattern": "patch_management"
|
|
19178
19565
|
},
|
|
19179
19566
|
"ai_discovered_zeroday": false,
|
|
19180
|
-
"ai_discovery_source": "
|
|
19181
|
-
"ai_assist_factor": "none"
|
|
19182
|
-
"_auto_imported": true,
|
|
19183
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
19567
|
+
"ai_discovery_source": "vendor_research",
|
|
19568
|
+
"ai_assist_factor": "none"
|
|
19184
19569
|
},
|
|
19185
19570
|
"CVE-2024-12450": {
|
|
19186
19571
|
"name": "RAGFlow web_crawl Full-Read SSRF + Arbitrary File Read",
|