@blamejs/exceptd-skills 0.15.14 → 0.15.15
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 +4 -0
- package/data/_indexes/_meta.json +5 -5
- package/data/attack-techniques.json +2 -0
- package/data/cve-catalog.json +109 -37
- package/data/zeroday-lessons.json +252 -91
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +18 -18
|
@@ -7634,35 +7634,58 @@
|
|
|
7634
7634
|
},
|
|
7635
7635
|
"CVE-2025-60710": {
|
|
7636
7636
|
"name": "Microsoft Windows Link Following Vulnerability",
|
|
7637
|
-
"lesson_date": "2026-05-
|
|
7637
|
+
"lesson_date": "2026-05-29",
|
|
7638
7638
|
"attack_vector": {
|
|
7639
|
-
"description": "
|
|
7640
|
-
"privileges_required": "
|
|
7641
|
-
"complexity": "
|
|
7642
|
-
"ai_factor": "
|
|
7639
|
+
"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.",
|
|
7640
|
+
"privileges_required": "low (any local foothold — an unprivileged process, RDP session, or commodity malware on the endpoint)",
|
|
7641
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
7642
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
7643
|
+
},
|
|
7644
|
+
"defense_chain": {
|
|
7645
|
+
"prevention": {
|
|
7646
|
+
"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.",
|
|
7647
|
+
"was_this_required": true,
|
|
7648
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
7649
|
+
"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."
|
|
7650
|
+
},
|
|
7651
|
+
"detection": {
|
|
7652
|
+
"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.",
|
|
7653
|
+
"was_this_required": false,
|
|
7654
|
+
"framework_requiring_it": null,
|
|
7655
|
+
"adequacy": "Backstops endpoints not yet patched; LPE is typically silent without EDR coverage."
|
|
7656
|
+
},
|
|
7657
|
+
"response": {
|
|
7658
|
+
"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.",
|
|
7659
|
+
"was_this_required": true,
|
|
7660
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
7661
|
+
"adequacy": "Mandatory; SYSTEM-level exploitation makes the host an unreliable platform for further work and requires rebuild."
|
|
7662
|
+
}
|
|
7643
7663
|
},
|
|
7644
7664
|
"framework_coverage": {
|
|
7645
7665
|
"NIST-800-53-SI-2": {
|
|
7646
7666
|
"covered": true,
|
|
7647
7667
|
"adequate": false,
|
|
7648
|
-
"gap": "30-day SLA
|
|
7668
|
+
"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
7669
|
},
|
|
7650
7670
|
"ISO-27001-2022-A.8.8": {
|
|
7651
7671
|
"covered": true,
|
|
7652
7672
|
"adequate": false,
|
|
7653
|
-
"gap": "
|
|
7673
|
+
"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."
|
|
7674
|
+
},
|
|
7675
|
+
"AU-ISM-1546": {
|
|
7676
|
+
"covered": true,
|
|
7677
|
+
"adequate": false,
|
|
7678
|
+
"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
7679
|
}
|
|
7655
7680
|
},
|
|
7656
7681
|
"compliance_exposure_score": {
|
|
7657
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
7658
|
-
"basis": "
|
|
7682
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
7683
|
+
"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
7684
|
"theater_pattern": "patch_management"
|
|
7660
7685
|
},
|
|
7661
7686
|
"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"
|
|
7687
|
+
"ai_discovery_source": "vendor_research",
|
|
7688
|
+
"ai_assist_factor": "none"
|
|
7666
7689
|
},
|
|
7667
7690
|
"CVE-2023-21529": {
|
|
7668
7691
|
"name": "Microsoft Exchange Server Deserialization of Untrusted Data Vulnerability",
|
|
@@ -7726,35 +7749,58 @@
|
|
|
7726
7749
|
},
|
|
7727
7750
|
"CVE-2023-36424": {
|
|
7728
7751
|
"name": "Microsoft Windows Out-of-Bounds Read Vulnerability",
|
|
7729
|
-
"lesson_date": "2026-05-
|
|
7752
|
+
"lesson_date": "2026-05-29",
|
|
7730
7753
|
"attack_vector": {
|
|
7731
|
-
"description": "
|
|
7732
|
-
"privileges_required": "
|
|
7733
|
-
"complexity": "
|
|
7734
|
-
"ai_factor": "
|
|
7754
|
+
"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.",
|
|
7755
|
+
"privileges_required": "low (any local foothold — an unprivileged process, RDP session, or commodity malware on the endpoint)",
|
|
7756
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
7757
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
7758
|
+
},
|
|
7759
|
+
"defense_chain": {
|
|
7760
|
+
"prevention": {
|
|
7761
|
+
"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.",
|
|
7762
|
+
"was_this_required": true,
|
|
7763
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
7764
|
+
"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."
|
|
7765
|
+
},
|
|
7766
|
+
"detection": {
|
|
7767
|
+
"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.",
|
|
7768
|
+
"was_this_required": false,
|
|
7769
|
+
"framework_requiring_it": null,
|
|
7770
|
+
"adequacy": "Backstops endpoints not yet patched; LPE is typically silent without EDR coverage."
|
|
7771
|
+
},
|
|
7772
|
+
"response": {
|
|
7773
|
+
"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.",
|
|
7774
|
+
"was_this_required": true,
|
|
7775
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
7776
|
+
"adequacy": "Mandatory; SYSTEM-level exploitation makes the host an unreliable platform for further work and requires rebuild."
|
|
7777
|
+
}
|
|
7735
7778
|
},
|
|
7736
7779
|
"framework_coverage": {
|
|
7737
7780
|
"NIST-800-53-SI-2": {
|
|
7738
7781
|
"covered": true,
|
|
7739
7782
|
"adequate": false,
|
|
7740
|
-
"gap": "30-day SLA
|
|
7783
|
+
"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
7784
|
},
|
|
7742
7785
|
"ISO-27001-2022-A.8.8": {
|
|
7743
7786
|
"covered": true,
|
|
7744
7787
|
"adequate": false,
|
|
7745
|
-
"gap": "
|
|
7788
|
+
"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."
|
|
7789
|
+
},
|
|
7790
|
+
"AU-ISM-1546": {
|
|
7791
|
+
"covered": true,
|
|
7792
|
+
"adequate": false,
|
|
7793
|
+
"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
7794
|
}
|
|
7747
7795
|
},
|
|
7748
7796
|
"compliance_exposure_score": {
|
|
7749
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
7750
|
-
"basis": "
|
|
7797
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
7798
|
+
"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
7799
|
"theater_pattern": "patch_management"
|
|
7752
7800
|
},
|
|
7753
7801
|
"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"
|
|
7802
|
+
"ai_discovery_source": "vendor_research",
|
|
7803
|
+
"ai_assist_factor": "none"
|
|
7758
7804
|
},
|
|
7759
7805
|
"CVE-2020-9715": {
|
|
7760
7806
|
"name": "Adobe Acrobat Use-After-Free Vulnerability",
|
|
@@ -13543,35 +13589,58 @@
|
|
|
13543
13589
|
},
|
|
13544
13590
|
"CVE-2026-20805": {
|
|
13545
13591
|
"name": "Microsoft Windows Information Disclosure Vulnerability",
|
|
13546
|
-
"lesson_date": "2026-05-
|
|
13592
|
+
"lesson_date": "2026-05-29",
|
|
13547
13593
|
"attack_vector": {
|
|
13548
|
-
"description": "
|
|
13549
|
-
"privileges_required": "
|
|
13550
|
-
"complexity": "
|
|
13551
|
-
"ai_factor": "
|
|
13594
|
+
"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.",
|
|
13595
|
+
"privileges_required": "low (any local foothold — an unprivileged process, RDP session, or commodity malware on the endpoint)",
|
|
13596
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
13597
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
13598
|
+
},
|
|
13599
|
+
"defense_chain": {
|
|
13600
|
+
"prevention": {
|
|
13601
|
+
"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.",
|
|
13602
|
+
"was_this_required": true,
|
|
13603
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
13604
|
+
"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."
|
|
13605
|
+
},
|
|
13606
|
+
"detection": {
|
|
13607
|
+
"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.",
|
|
13608
|
+
"was_this_required": false,
|
|
13609
|
+
"framework_requiring_it": null,
|
|
13610
|
+
"adequacy": "Backstops endpoints not yet patched; LPE is typically silent without EDR coverage."
|
|
13611
|
+
},
|
|
13612
|
+
"response": {
|
|
13613
|
+
"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.",
|
|
13614
|
+
"was_this_required": true,
|
|
13615
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
13616
|
+
"adequacy": "Mandatory; SYSTEM-level exploitation makes the host an unreliable platform for further work and requires rebuild."
|
|
13617
|
+
}
|
|
13552
13618
|
},
|
|
13553
13619
|
"framework_coverage": {
|
|
13554
13620
|
"NIST-800-53-SI-2": {
|
|
13555
13621
|
"covered": true,
|
|
13556
13622
|
"adequate": false,
|
|
13557
|
-
"gap": "30-day SLA
|
|
13623
|
+
"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
13624
|
},
|
|
13559
13625
|
"ISO-27001-2022-A.8.8": {
|
|
13560
13626
|
"covered": true,
|
|
13561
13627
|
"adequate": false,
|
|
13562
|
-
"gap": "
|
|
13628
|
+
"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."
|
|
13629
|
+
},
|
|
13630
|
+
"AU-ISM-1546": {
|
|
13631
|
+
"covered": true,
|
|
13632
|
+
"adequate": false,
|
|
13633
|
+
"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
13634
|
}
|
|
13564
13635
|
},
|
|
13565
13636
|
"compliance_exposure_score": {
|
|
13566
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
13567
|
-
"basis": "
|
|
13637
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
13638
|
+
"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
13639
|
"theater_pattern": "patch_management"
|
|
13569
13640
|
},
|
|
13570
13641
|
"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"
|
|
13642
|
+
"ai_discovery_source": "vendor_research",
|
|
13643
|
+
"ai_assist_factor": "none"
|
|
13575
13644
|
},
|
|
13576
13645
|
"CVE-2025-8110": {
|
|
13577
13646
|
"name": "Gogs Path Traversal Vulnerability",
|
|
@@ -14570,35 +14639,58 @@
|
|
|
14570
14639
|
},
|
|
14571
14640
|
"CVE-2025-62215": {
|
|
14572
14641
|
"name": "Microsoft Windows Race Condition Vulnerability",
|
|
14573
|
-
"lesson_date": "2026-05-
|
|
14642
|
+
"lesson_date": "2026-05-29",
|
|
14574
14643
|
"attack_vector": {
|
|
14575
|
-
"description": "
|
|
14576
|
-
"privileges_required": "
|
|
14577
|
-
"complexity": "
|
|
14578
|
-
"ai_factor": "
|
|
14644
|
+
"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.",
|
|
14645
|
+
"privileges_required": "low (any local foothold — an unprivileged process, RDP session, or commodity malware on the endpoint)",
|
|
14646
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
14647
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
14648
|
+
},
|
|
14649
|
+
"defense_chain": {
|
|
14650
|
+
"prevention": {
|
|
14651
|
+
"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.",
|
|
14652
|
+
"was_this_required": true,
|
|
14653
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
14654
|
+
"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."
|
|
14655
|
+
},
|
|
14656
|
+
"detection": {
|
|
14657
|
+
"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.",
|
|
14658
|
+
"was_this_required": false,
|
|
14659
|
+
"framework_requiring_it": null,
|
|
14660
|
+
"adequacy": "Backstops endpoints not yet patched; LPE is typically silent without EDR coverage."
|
|
14661
|
+
},
|
|
14662
|
+
"response": {
|
|
14663
|
+
"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.",
|
|
14664
|
+
"was_this_required": true,
|
|
14665
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
14666
|
+
"adequacy": "Mandatory; SYSTEM-level exploitation makes the host an unreliable platform for further work and requires rebuild."
|
|
14667
|
+
}
|
|
14579
14668
|
},
|
|
14580
14669
|
"framework_coverage": {
|
|
14581
14670
|
"NIST-800-53-SI-2": {
|
|
14582
14671
|
"covered": true,
|
|
14583
14672
|
"adequate": false,
|
|
14584
|
-
"gap": "30-day SLA
|
|
14673
|
+
"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
14674
|
},
|
|
14586
14675
|
"ISO-27001-2022-A.8.8": {
|
|
14587
14676
|
"covered": true,
|
|
14588
14677
|
"adequate": false,
|
|
14589
|
-
"gap": "
|
|
14678
|
+
"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."
|
|
14679
|
+
},
|
|
14680
|
+
"AU-ISM-1546": {
|
|
14681
|
+
"covered": true,
|
|
14682
|
+
"adequate": false,
|
|
14683
|
+
"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
14684
|
}
|
|
14591
14685
|
},
|
|
14592
14686
|
"compliance_exposure_score": {
|
|
14593
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
14594
|
-
"basis": "
|
|
14687
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
14688
|
+
"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
14689
|
"theater_pattern": "patch_management"
|
|
14596
14690
|
},
|
|
14597
14691
|
"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"
|
|
14692
|
+
"ai_discovery_source": "vendor_research",
|
|
14693
|
+
"ai_assist_factor": "none"
|
|
14602
14694
|
},
|
|
14603
14695
|
"CVE-2025-9242": {
|
|
14604
14696
|
"name": "WatchGuard Firebox Out-of-Bounds Write Vulnerability",
|
|
@@ -15229,35 +15321,58 @@
|
|
|
15229
15321
|
},
|
|
15230
15322
|
"CVE-2025-24990": {
|
|
15231
15323
|
"name": "Microsoft Windows Untrusted Pointer Dereference Vulnerability",
|
|
15232
|
-
"lesson_date": "2026-05-
|
|
15324
|
+
"lesson_date": "2026-05-29",
|
|
15233
15325
|
"attack_vector": {
|
|
15234
|
-
"description": "
|
|
15235
|
-
"privileges_required": "
|
|
15236
|
-
"complexity": "
|
|
15237
|
-
"ai_factor": "
|
|
15326
|
+
"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.",
|
|
15327
|
+
"privileges_required": "low (any local foothold — an unprivileged process, RDP session, or commodity malware on the endpoint)",
|
|
15328
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
15329
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
15330
|
+
},
|
|
15331
|
+
"defense_chain": {
|
|
15332
|
+
"prevention": {
|
|
15333
|
+
"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.",
|
|
15334
|
+
"was_this_required": true,
|
|
15335
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
15336
|
+
"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."
|
|
15337
|
+
},
|
|
15338
|
+
"detection": {
|
|
15339
|
+
"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.",
|
|
15340
|
+
"was_this_required": false,
|
|
15341
|
+
"framework_requiring_it": null,
|
|
15342
|
+
"adequacy": "Backstops endpoints not yet patched; LPE is typically silent without EDR coverage."
|
|
15343
|
+
},
|
|
15344
|
+
"response": {
|
|
15345
|
+
"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.",
|
|
15346
|
+
"was_this_required": true,
|
|
15347
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
15348
|
+
"adequacy": "Mandatory; SYSTEM-level exploitation makes the host an unreliable platform for further work and requires rebuild."
|
|
15349
|
+
}
|
|
15238
15350
|
},
|
|
15239
15351
|
"framework_coverage": {
|
|
15240
15352
|
"NIST-800-53-SI-2": {
|
|
15241
15353
|
"covered": true,
|
|
15242
15354
|
"adequate": false,
|
|
15243
|
-
"gap": "30-day SLA
|
|
15355
|
+
"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
15356
|
},
|
|
15245
15357
|
"ISO-27001-2022-A.8.8": {
|
|
15246
15358
|
"covered": true,
|
|
15247
15359
|
"adequate": false,
|
|
15248
|
-
"gap": "
|
|
15360
|
+
"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."
|
|
15361
|
+
},
|
|
15362
|
+
"AU-ISM-1546": {
|
|
15363
|
+
"covered": true,
|
|
15364
|
+
"adequate": false,
|
|
15365
|
+
"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
15366
|
}
|
|
15250
15367
|
},
|
|
15251
15368
|
"compliance_exposure_score": {
|
|
15252
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
15253
|
-
"basis": "
|
|
15369
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
15370
|
+
"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
15371
|
"theater_pattern": "patch_management"
|
|
15255
15372
|
},
|
|
15256
15373
|
"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"
|
|
15374
|
+
"ai_discovery_source": "vendor_research",
|
|
15375
|
+
"ai_assist_factor": "none"
|
|
15261
15376
|
},
|
|
15262
15377
|
"CVE-2025-59230": {
|
|
15263
15378
|
"name": "Microsoft Windows Improper Access Control Vulnerability",
|
|
@@ -15504,35 +15619,58 @@
|
|
|
15504
15619
|
},
|
|
15505
15620
|
"CVE-2021-43226": {
|
|
15506
15621
|
"name": "Microsoft Windows Privilege Escalation Vulnerability",
|
|
15507
|
-
"lesson_date": "2026-05-
|
|
15622
|
+
"lesson_date": "2026-05-29",
|
|
15508
15623
|
"attack_vector": {
|
|
15509
|
-
"description": "
|
|
15510
|
-
"privileges_required": "
|
|
15511
|
-
"complexity": "
|
|
15512
|
-
"ai_factor": "
|
|
15624
|
+
"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.",
|
|
15625
|
+
"privileges_required": "low (any local foothold — an unprivileged process, RDP session, or commodity malware on the endpoint)",
|
|
15626
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
15627
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
15628
|
+
},
|
|
15629
|
+
"defense_chain": {
|
|
15630
|
+
"prevention": {
|
|
15631
|
+
"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.",
|
|
15632
|
+
"was_this_required": true,
|
|
15633
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
15634
|
+
"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."
|
|
15635
|
+
},
|
|
15636
|
+
"detection": {
|
|
15637
|
+
"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.",
|
|
15638
|
+
"was_this_required": false,
|
|
15639
|
+
"framework_requiring_it": null,
|
|
15640
|
+
"adequacy": "Backstops endpoints not yet patched; LPE is typically silent without EDR coverage."
|
|
15641
|
+
},
|
|
15642
|
+
"response": {
|
|
15643
|
+
"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.",
|
|
15644
|
+
"was_this_required": true,
|
|
15645
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
15646
|
+
"adequacy": "Mandatory; SYSTEM-level exploitation makes the host an unreliable platform for further work and requires rebuild."
|
|
15647
|
+
}
|
|
15513
15648
|
},
|
|
15514
15649
|
"framework_coverage": {
|
|
15515
15650
|
"NIST-800-53-SI-2": {
|
|
15516
15651
|
"covered": true,
|
|
15517
15652
|
"adequate": false,
|
|
15518
|
-
"gap": "30-day SLA
|
|
15653
|
+
"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
15654
|
},
|
|
15520
15655
|
"ISO-27001-2022-A.8.8": {
|
|
15521
15656
|
"covered": true,
|
|
15522
15657
|
"adequate": false,
|
|
15523
|
-
"gap": "
|
|
15658
|
+
"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."
|
|
15659
|
+
},
|
|
15660
|
+
"AU-ISM-1546": {
|
|
15661
|
+
"covered": true,
|
|
15662
|
+
"adequate": false,
|
|
15663
|
+
"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
15664
|
}
|
|
15525
15665
|
},
|
|
15526
15666
|
"compliance_exposure_score": {
|
|
15527
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
15528
|
-
"basis": "
|
|
15667
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
15668
|
+
"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
15669
|
"theater_pattern": "patch_management"
|
|
15530
15670
|
},
|
|
15531
15671
|
"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"
|
|
15672
|
+
"ai_discovery_source": "vendor_research",
|
|
15673
|
+
"ai_assist_factor": "none"
|
|
15536
15674
|
},
|
|
15537
15675
|
"CVE-2013-3918": {
|
|
15538
15676
|
"name": "Microsoft Windows Out-of-Bounds Write Vulnerability",
|
|
@@ -19152,35 +19290,58 @@
|
|
|
19152
19290
|
},
|
|
19153
19291
|
"CVE-2025-32701": {
|
|
19154
19292
|
"name": "Microsoft Windows Common Log File System (CLFS) Driver Use-After-Free Vulnerability",
|
|
19155
|
-
"lesson_date": "2026-05-
|
|
19293
|
+
"lesson_date": "2026-05-29",
|
|
19156
19294
|
"attack_vector": {
|
|
19157
|
-
"description": "
|
|
19158
|
-
"privileges_required": "
|
|
19159
|
-
"complexity": "
|
|
19160
|
-
"ai_factor": "
|
|
19295
|
+
"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.",
|
|
19296
|
+
"privileges_required": "low (any local foothold — an unprivileged process, RDP session, or commodity malware on the endpoint)",
|
|
19297
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
19298
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
19299
|
+
},
|
|
19300
|
+
"defense_chain": {
|
|
19301
|
+
"prevention": {
|
|
19302
|
+
"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.",
|
|
19303
|
+
"was_this_required": true,
|
|
19304
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
19305
|
+
"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."
|
|
19306
|
+
},
|
|
19307
|
+
"detection": {
|
|
19308
|
+
"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.",
|
|
19309
|
+
"was_this_required": false,
|
|
19310
|
+
"framework_requiring_it": null,
|
|
19311
|
+
"adequacy": "Backstops endpoints not yet patched; LPE is typically silent without EDR coverage."
|
|
19312
|
+
},
|
|
19313
|
+
"response": {
|
|
19314
|
+
"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.",
|
|
19315
|
+
"was_this_required": true,
|
|
19316
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
19317
|
+
"adequacy": "Mandatory; SYSTEM-level exploitation makes the host an unreliable platform for further work and requires rebuild."
|
|
19318
|
+
}
|
|
19161
19319
|
},
|
|
19162
19320
|
"framework_coverage": {
|
|
19163
19321
|
"NIST-800-53-SI-2": {
|
|
19164
19322
|
"covered": true,
|
|
19165
19323
|
"adequate": false,
|
|
19166
|
-
"gap": "30-day SLA
|
|
19324
|
+
"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
19325
|
},
|
|
19168
19326
|
"ISO-27001-2022-A.8.8": {
|
|
19169
19327
|
"covered": true,
|
|
19170
19328
|
"adequate": false,
|
|
19171
|
-
"gap": "
|
|
19329
|
+
"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."
|
|
19330
|
+
},
|
|
19331
|
+
"AU-ISM-1546": {
|
|
19332
|
+
"covered": true,
|
|
19333
|
+
"adequate": false,
|
|
19334
|
+
"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
19335
|
}
|
|
19173
19336
|
},
|
|
19174
19337
|
"compliance_exposure_score": {
|
|
19175
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
19176
|
-
"basis": "
|
|
19338
|
+
"percent_audit_passing_orgs_still_exposed": 70,
|
|
19339
|
+
"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
19340
|
"theater_pattern": "patch_management"
|
|
19178
19341
|
},
|
|
19179
19342
|
"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"
|
|
19343
|
+
"ai_discovery_source": "vendor_research",
|
|
19344
|
+
"ai_assist_factor": "none"
|
|
19184
19345
|
},
|
|
19185
19346
|
"CVE-2024-12450": {
|
|
19186
19347
|
"name": "RAGFlow web_crawl Full-Read SSRF + Arbitrary File Read",
|