@blamejs/exceptd-skills 0.15.21 → 0.15.23

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.
@@ -17,7 +17,7 @@
17
17
  "rebuild_after_days": 365,
18
18
  "note": "Per-entry last_verified governs decay. Skills depending on this catalog must check entry freshness before high-stakes use."
19
19
  },
20
- "entry_count": 425
20
+ "entry_count": 426
21
21
  },
22
22
  "CVE-2026-31431": {
23
23
  "name": "Copy Fail",
@@ -7658,35 +7658,58 @@
7658
7658
  },
7659
7659
  "CVE-2012-1854": {
7660
7660
  "name": "Microsoft Visual Basic for Applications Insecure Library Loading Vulnerability",
7661
- "lesson_date": "2026-05-18",
7661
+ "lesson_date": "2026-05-29",
7662
7662
  "attack_vector": {
7663
- "description": "Microsoft Visual Basic for Applications (VBA) contains an insecure library loading vulnerability that could allow for remote code execution.",
7664
- "privileges_required": "network attacker (no authentication required)",
7665
- "complexity": "moderate (bulk-import default)",
7666
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
7663
+ "description": "an insecure library loading flaw (CWE-426) in Microsoft Visual Basic for Applications, letting an attacker-controlled document load a malicious DLL from an unexpected path (search-order hijacking) for code execution. CISA KEV-listed 2026-04-13 with confirmed in-the-wild exploitation.",
7664
+ "privileges_required": "none (the victim opens the attacker's document or visits the attacker's content)",
7665
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
7666
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
7667
+ },
7668
+ "defense_chain": {
7669
+ "prevention": {
7670
+ "what_would_have_worked": "Apply the Microsoft security update; because this flaw defeats a protection mechanism, do not rely on that single control — enforce defence-in-depth (ASR rules, application control, mail/web content filtering, and macro restrictions) so a bypass of SmartScreen / Mark-of-the-Web / Protected View is not a single point of failure.",
7671
+ "was_this_required": true,
7672
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
7673
+ "adequacy": "Patch is required; the lasting lesson is that a single protection mechanism (the one bypassed) cannot be the only barrier — layered controls are mandatory."
7674
+ },
7675
+ "detection": {
7676
+ "what_would_have_worked": "EDR / endpoint telemetry for DLLs loaded from document directories / unexpected paths.",
7677
+ "was_this_required": false,
7678
+ "framework_requiring_it": null,
7679
+ "adequacy": "Backstops endpoints not yet patched and catches the post-bypass execution stage."
7680
+ },
7681
+ "response": {
7682
+ "what_would_have_worked": "Force the patch across the estate, isolate exploited endpoints, hunt for follow-on payloads, and review for credential theft.",
7683
+ "was_this_required": true,
7684
+ "framework_requiring_it": "NIST 800-53 IR-4",
7685
+ "adequacy": "Mandatory; client-side exploitation typically leads to credential harvest and lateral movement that a bare patch does not remediate."
7686
+ }
7667
7687
  },
7668
7688
  "framework_coverage": {
7669
7689
  "NIST-800-53-SI-2": {
7670
7690
  "covered": true,
7671
7691
  "adequate": false,
7672
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
7692
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client-side flaw; the protection-bypass variants specifically defeat the warning that would otherwise slow the user, so the patch is the only barrier left."
7673
7693
  },
7674
7694
  "ISO-27001-2022-A.8.8": {
7675
7695
  "covered": true,
7676
7696
  "adequate": false,
7677
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
7697
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited client flaw, and security-feature-bypass flaws mean a single layered control (Protected View, SmartScreen, Mark-of-the-Web) cannot be relied on alone."
7698
+ },
7699
+ "AU-ISM-1546": {
7700
+ "covered": true,
7701
+ "adequate": false,
7702
+ "gap": "Essential 8 names application patching, application hardening, and macro/Office controls separately, but does not require defence-in-depth for the case where the protection mechanism itself is bypassed — ASR rules, application control, and mail/web content filtering are the load-bearing layers when SmartScreen/Protected View fail."
7678
7703
  }
7679
7704
  },
7680
7705
  "compliance_exposure_score": {
7681
- "percent_audit_passing_orgs_still_exposed": 55,
7682
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
7706
+ "percent_audit_passing_orgs_still_exposed": 58,
7707
+ "basis": "Microsoft Office is ubiquitous on endpoints; audited organizations that lean on a single protection (SmartScreen, Protected View, Mark-of-the-Web) without layered controls are exposed when that mechanism is bypassed, and long-tail patch hygiene leaves a window for the memory-corruption variants.",
7683
7708
  "theater_pattern": "patch_management"
7684
7709
  },
7685
7710
  "ai_discovered_zeroday": false,
7686
- "ai_discovery_source": "unknown",
7687
- "ai_assist_factor": "none",
7688
- "_auto_imported": true,
7689
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
7711
+ "ai_discovery_source": "vendor_research",
7712
+ "ai_assist_factor": "none"
7690
7713
  },
7691
7714
  "CVE-2025-60710": {
7692
7715
  "name": "Microsoft Windows Link Following Vulnerability",
@@ -12830,35 +12853,58 @@
12830
12853
  },
12831
12854
  "CVE-2026-21513": {
12832
12855
  "name": "Microsoft MSHTML Framework Protection Mechanism Failure Vulnerability",
12833
- "lesson_date": "2026-05-18",
12856
+ "lesson_date": "2026-05-29",
12834
12857
  "attack_vector": {
12835
- "description": "Microsoft MSHTML Framework contains a protection mechanism failure vulnerability that could allow an unauthorized attacker to bypass a security feature over a network.",
12836
- "privileges_required": "network attacker (no authentication required)",
12837
- "complexity": "moderate (bulk-import default)",
12838
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
12858
+ "description": "a protection-mechanism failure (CWE-693) in the MSHTML framework that bypasses the Mark-of-the-Web / trust protection, letting attacker-controlled content run without the expected security warning. CISA KEV-listed 2026-02-10 with confirmed in-the-wild exploitation.",
12859
+ "privileges_required": "none (the victim opens the attacker's document or visits the attacker's content)",
12860
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
12861
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
12862
+ },
12863
+ "defense_chain": {
12864
+ "prevention": {
12865
+ "what_would_have_worked": "Apply the Microsoft security update; because this flaw defeats a protection mechanism, do not rely on that single control — enforce defence-in-depth (ASR rules, application control, mail/web content filtering, and macro restrictions) so a bypass of SmartScreen / Mark-of-the-Web / Protected View is not a single point of failure.",
12866
+ "was_this_required": true,
12867
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
12868
+ "adequacy": "Patch is required; the lasting lesson is that a single protection mechanism (the one bypassed) cannot be the only barrier — layered controls are mandatory."
12869
+ },
12870
+ "detection": {
12871
+ "what_would_have_worked": "EDR / endpoint telemetry for execution of content lacking Mark-of-the-Web provenance and security-prompt bypass.",
12872
+ "was_this_required": false,
12873
+ "framework_requiring_it": null,
12874
+ "adequacy": "Backstops endpoints not yet patched and catches the post-bypass execution stage."
12875
+ },
12876
+ "response": {
12877
+ "what_would_have_worked": "Force the patch across the estate, isolate exploited endpoints, hunt for follow-on payloads, and review for credential theft.",
12878
+ "was_this_required": true,
12879
+ "framework_requiring_it": "NIST 800-53 IR-4",
12880
+ "adequacy": "Mandatory; client-side exploitation typically leads to credential harvest and lateral movement that a bare patch does not remediate."
12881
+ }
12839
12882
  },
12840
12883
  "framework_coverage": {
12841
12884
  "NIST-800-53-SI-2": {
12842
12885
  "covered": true,
12843
12886
  "adequate": false,
12844
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
12887
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client-side flaw; the protection-bypass variants specifically defeat the warning that would otherwise slow the user, so the patch is the only barrier left."
12845
12888
  },
12846
12889
  "ISO-27001-2022-A.8.8": {
12847
12890
  "covered": true,
12848
12891
  "adequate": false,
12849
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
12892
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited client flaw, and security-feature-bypass flaws mean a single layered control (Protected View, SmartScreen, Mark-of-the-Web) cannot be relied on alone."
12893
+ },
12894
+ "AU-ISM-1546": {
12895
+ "covered": true,
12896
+ "adequate": false,
12897
+ "gap": "Essential 8 names application patching, application hardening, and macro/Office controls separately, but does not require defence-in-depth for the case where the protection mechanism itself is bypassed — ASR rules, application control, and mail/web content filtering are the load-bearing layers when SmartScreen/Protected View fail."
12850
12898
  }
12851
12899
  },
12852
12900
  "compliance_exposure_score": {
12853
- "percent_audit_passing_orgs_still_exposed": 55,
12854
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
12901
+ "percent_audit_passing_orgs_still_exposed": 58,
12902
+ "basis": "Microsoft MSHTML is ubiquitous on endpoints; audited organizations that lean on a single protection (SmartScreen, Protected View, Mark-of-the-Web) without layered controls are exposed when that mechanism is bypassed, and long-tail patch hygiene leaves a window for the memory-corruption variants.",
12855
12903
  "theater_pattern": "patch_management"
12856
12904
  },
12857
12905
  "ai_discovered_zeroday": false,
12858
- "ai_discovery_source": "unknown",
12859
- "ai_assist_factor": "none",
12860
- "_auto_imported": true,
12861
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
12906
+ "ai_discovery_source": "vendor_research",
12907
+ "ai_assist_factor": "none"
12862
12908
  },
12863
12909
  "CVE-2026-21525": {
12864
12910
  "name": "Microsoft Windows NULL Pointer Dereference Vulnerability",
@@ -12894,131 +12940,223 @@
12894
12940
  },
12895
12941
  "CVE-2026-21510": {
12896
12942
  "name": "Microsoft Windows Shell Protection Mechanism Failure Vulnerability",
12897
- "lesson_date": "2026-05-18",
12943
+ "lesson_date": "2026-05-29",
12898
12944
  "attack_vector": {
12899
- "description": "Microsoft Windows Shell contains a protection mechanism failure vulnerability that could allow an unauthorized attacker to bypass a security feature over a network. ",
12900
- "privileges_required": "network attacker (no authentication required)",
12901
- "complexity": "moderate (bulk-import default)",
12902
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
12945
+ "description": "a protection-mechanism failure (CWE-693) in the Windows Shell that bypasses SmartScreen / Mark-of-the-Web, letting downloaded content run without the expected warning. CISA KEV-listed 2026-02-10 with confirmed in-the-wild exploitation.",
12946
+ "privileges_required": "none (the victim opens the attacker's document or visits the attacker's content)",
12947
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
12948
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
12949
+ },
12950
+ "defense_chain": {
12951
+ "prevention": {
12952
+ "what_would_have_worked": "Apply the Microsoft security update; because this flaw defeats a protection mechanism, do not rely on that single control — enforce defence-in-depth (ASR rules, application control, mail/web content filtering, and macro restrictions) so a bypass of SmartScreen / Mark-of-the-Web / Protected View is not a single point of failure.",
12953
+ "was_this_required": true,
12954
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
12955
+ "adequacy": "Patch is required; the lasting lesson is that a single protection mechanism (the one bypassed) cannot be the only barrier — layered controls are mandatory."
12956
+ },
12957
+ "detection": {
12958
+ "what_would_have_worked": "EDR / endpoint telemetry for execution of content lacking Mark-of-the-Web provenance and security-prompt bypass.",
12959
+ "was_this_required": false,
12960
+ "framework_requiring_it": null,
12961
+ "adequacy": "Backstops endpoints not yet patched and catches the post-bypass execution stage."
12962
+ },
12963
+ "response": {
12964
+ "what_would_have_worked": "Force the patch across the estate, isolate exploited endpoints, hunt for follow-on payloads, and review for credential theft.",
12965
+ "was_this_required": true,
12966
+ "framework_requiring_it": "NIST 800-53 IR-4",
12967
+ "adequacy": "Mandatory; client-side exploitation typically leads to credential harvest and lateral movement that a bare patch does not remediate."
12968
+ }
12903
12969
  },
12904
12970
  "framework_coverage": {
12905
12971
  "NIST-800-53-SI-2": {
12906
12972
  "covered": true,
12907
12973
  "adequate": false,
12908
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
12974
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client-side flaw; the protection-bypass variants specifically defeat the warning that would otherwise slow the user, so the patch is the only barrier left."
12909
12975
  },
12910
12976
  "ISO-27001-2022-A.8.8": {
12911
12977
  "covered": true,
12912
12978
  "adequate": false,
12913
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
12979
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited client flaw, and security-feature-bypass flaws mean a single layered control (Protected View, SmartScreen, Mark-of-the-Web) cannot be relied on alone."
12980
+ },
12981
+ "AU-ISM-1546": {
12982
+ "covered": true,
12983
+ "adequate": false,
12984
+ "gap": "Essential 8 names application patching, application hardening, and macro/Office controls separately, but does not require defence-in-depth for the case where the protection mechanism itself is bypassed — ASR rules, application control, and mail/web content filtering are the load-bearing layers when SmartScreen/Protected View fail."
12914
12985
  }
12915
12986
  },
12916
12987
  "compliance_exposure_score": {
12917
- "percent_audit_passing_orgs_still_exposed": 55,
12918
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
12988
+ "percent_audit_passing_orgs_still_exposed": 58,
12989
+ "basis": "Microsoft Windows is ubiquitous on endpoints; audited organizations that lean on a single protection (SmartScreen, Protected View, Mark-of-the-Web) without layered controls are exposed when that mechanism is bypassed, and long-tail patch hygiene leaves a window for the memory-corruption variants.",
12919
12990
  "theater_pattern": "patch_management"
12920
12991
  },
12921
12992
  "ai_discovered_zeroday": false,
12922
- "ai_discovery_source": "unknown",
12923
- "ai_assist_factor": "none",
12924
- "_auto_imported": true,
12925
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
12993
+ "ai_discovery_source": "vendor_research",
12994
+ "ai_assist_factor": "none"
12926
12995
  },
12927
12996
  "CVE-2026-21533": {
12928
12997
  "name": "Microsoft Windows Improper Privilege Management Vulnerability",
12929
- "lesson_date": "2026-05-18",
12998
+ "lesson_date": "2026-05-29",
12930
12999
  "attack_vector": {
12931
- "description": "Microsoft Windows Remote Desktop Services contains an improper privilege management vulnerability that could allow an authorized attacker to elevate privileges locally.",
12932
- "privileges_required": "network attacker (no authentication required)",
12933
- "complexity": "moderate (bulk-import default)",
12934
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
13000
+ "description": "an improper-privilege-management flaw (CWE-269) in Windows, exploited by a local foothold to escalate privileges. CISA KEV-listed 2026-02-10 with confirmed in-the-wild exploitation; LPEs of this class are routinely paired with an initial-access flaw by ransomware operators.",
13001
+ "privileges_required": "low (any local foothold — an unprivileged process, RDP session, or commodity malware on the endpoint)",
13002
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
13003
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
13004
+ },
13005
+ "defense_chain": {
13006
+ "prevention": {
13007
+ "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.",
13008
+ "was_this_required": true,
13009
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
13010
+ "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."
13011
+ },
13012
+ "detection": {
13013
+ "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.",
13014
+ "was_this_required": false,
13015
+ "framework_requiring_it": null,
13016
+ "adequacy": "Backstops endpoints not yet patched; LPE is typically silent without EDR coverage."
13017
+ },
13018
+ "response": {
13019
+ "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.",
13020
+ "was_this_required": true,
13021
+ "framework_requiring_it": "NIST 800-53 IR-4",
13022
+ "adequacy": "Mandatory; SYSTEM-level exploitation makes the host an unreliable platform for further work and requires rebuild."
13023
+ }
12935
13024
  },
12936
13025
  "framework_coverage": {
12937
13026
  "NIST-800-53-SI-2": {
12938
13027
  "covered": true,
12939
13028
  "adequate": false,
12940
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
13029
+ "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 pair these with an initial-access flaw and elevate to SYSTEM within hours of a foothold."
12941
13030
  },
12942
13031
  "ISO-27001-2022-A.8.8": {
12943
13032
  "covered": true,
12944
13033
  "adequate": false,
12945
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
13034
+ "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."
13035
+ },
13036
+ "AU-ISM-1546": {
13037
+ "covered": true,
13038
+ "adequate": false,
13039
+ "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."
12946
13040
  }
12947
13041
  },
12948
13042
  "compliance_exposure_score": {
12949
- "percent_audit_passing_orgs_still_exposed": 55,
12950
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
13043
+ "percent_audit_passing_orgs_still_exposed": 70,
13044
+ "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.",
12951
13045
  "theater_pattern": "patch_management"
12952
13046
  },
12953
13047
  "ai_discovered_zeroday": false,
12954
- "ai_discovery_source": "unknown",
12955
- "ai_assist_factor": "none",
12956
- "_auto_imported": true,
12957
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
13048
+ "ai_discovery_source": "vendor_research",
13049
+ "ai_assist_factor": "none"
12958
13050
  },
12959
13051
  "CVE-2026-21519": {
12960
13052
  "name": "Microsoft Windows Type Confusion Vulnerability",
12961
- "lesson_date": "2026-05-18",
13053
+ "lesson_date": "2026-05-29",
12962
13054
  "attack_vector": {
12963
- "description": "Microsoft Desktop Windows Manager contains a type confusion vulnerability that could allow an authorized attacker to elevate privileges locally.",
12964
- "privileges_required": "network attacker (no authentication required)",
12965
- "complexity": "moderate (bulk-import default)",
12966
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
13055
+ "description": "a type confusion (CWE-843) in a Windows client component, exploitable by attacker-controlled content for code execution in the client. CISA KEV-listed 2026-02-10 with confirmed in-the-wild exploitation.",
13056
+ "privileges_required": "none (the victim opens the attacker's document or visits the attacker's content)",
13057
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
13058
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
13059
+ },
13060
+ "defense_chain": {
13061
+ "prevention": {
13062
+ "what_would_have_worked": "Apply the Microsoft security update; harden the client (Office Protected View, ASR rules, disabling legacy scripting/media components where unused) and filter inbound content.",
13063
+ "was_this_required": true,
13064
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
13065
+ "adequacy": "Patch is definitive on a managed estate; the gap is patch hygiene on the long tail."
13066
+ },
13067
+ "detection": {
13068
+ "what_would_have_worked": "EDR / endpoint telemetry for child-process execution from the opening application after attacker-content open.",
13069
+ "was_this_required": false,
13070
+ "framework_requiring_it": null,
13071
+ "adequacy": "Backstops endpoints not yet patched and catches the post-bypass execution stage."
13072
+ },
13073
+ "response": {
13074
+ "what_would_have_worked": "Force the patch across the estate, isolate exploited endpoints, hunt for follow-on payloads, and review for credential theft.",
13075
+ "was_this_required": true,
13076
+ "framework_requiring_it": "NIST 800-53 IR-4",
13077
+ "adequacy": "Mandatory; client-side exploitation typically leads to credential harvest and lateral movement that a bare patch does not remediate."
13078
+ }
12967
13079
  },
12968
13080
  "framework_coverage": {
12969
13081
  "NIST-800-53-SI-2": {
12970
13082
  "covered": true,
12971
13083
  "adequate": false,
12972
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
13084
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client-side flaw; the protection-bypass variants specifically defeat the warning that would otherwise slow the user, so the patch is the only barrier left."
12973
13085
  },
12974
13086
  "ISO-27001-2022-A.8.8": {
12975
13087
  "covered": true,
12976
13088
  "adequate": false,
12977
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
13089
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited client flaw, and security-feature-bypass flaws mean a single layered control (Protected View, SmartScreen, Mark-of-the-Web) cannot be relied on alone."
13090
+ },
13091
+ "AU-ISM-1546": {
13092
+ "covered": true,
13093
+ "adequate": false,
13094
+ "gap": "Essential 8 names application patching, application hardening, and macro/Office controls separately, but does not require defence-in-depth for the case where the protection mechanism itself is bypassed — ASR rules, application control, and mail/web content filtering are the load-bearing layers when SmartScreen/Protected View fail."
12978
13095
  }
12979
13096
  },
12980
13097
  "compliance_exposure_score": {
12981
- "percent_audit_passing_orgs_still_exposed": 55,
12982
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
13098
+ "percent_audit_passing_orgs_still_exposed": 58,
13099
+ "basis": "Microsoft Windows is ubiquitous on endpoints; audited organizations that lean on a single protection (SmartScreen, Protected View, Mark-of-the-Web) without layered controls are exposed when that mechanism is bypassed, and long-tail patch hygiene leaves a window for the memory-corruption variants.",
12983
13100
  "theater_pattern": "patch_management"
12984
13101
  },
12985
13102
  "ai_discovered_zeroday": false,
12986
- "ai_discovery_source": "unknown",
12987
- "ai_assist_factor": "none",
12988
- "_auto_imported": true,
12989
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
13103
+ "ai_discovery_source": "vendor_research",
13104
+ "ai_assist_factor": "none"
12990
13105
  },
12991
13106
  "CVE-2026-21514": {
12992
13107
  "name": "Microsoft Office Word Reliance on Untrusted Inputs in a Security Decision Vulnerability",
12993
- "lesson_date": "2026-05-18",
13108
+ "lesson_date": "2026-05-29",
12994
13109
  "attack_vector": {
12995
- "description": "Microsoft Office Word contains a reliance on untrusted inputs in a security decision vulnerability that could allow an authorized attacker to elevate privileges locally.",
12996
- "privileges_required": "network attacker (no authentication required)",
12997
- "complexity": "moderate (bulk-import default)",
12998
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
13110
+ "description": "a reliance on untrusted inputs in a security decision (CWE-807) in Microsoft Office Word, bypassing a document security feature (Protected View) so attacker content opens without the expected protection. CISA KEV-listed 2026-02-10 with confirmed in-the-wild exploitation.",
13111
+ "privileges_required": "none (the victim opens the attacker's document or visits the attacker's content)",
13112
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
13113
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
13114
+ },
13115
+ "defense_chain": {
13116
+ "prevention": {
13117
+ "what_would_have_worked": "Apply the Microsoft security update; because this flaw defeats a protection mechanism, do not rely on that single control — enforce defence-in-depth (ASR rules, application control, mail/web content filtering, and macro restrictions) so a bypass of SmartScreen / Mark-of-the-Web / Protected View is not a single point of failure.",
13118
+ "was_this_required": true,
13119
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
13120
+ "adequacy": "Patch is required; the lasting lesson is that a single protection mechanism (the one bypassed) cannot be the only barrier — layered controls are mandatory."
13121
+ },
13122
+ "detection": {
13123
+ "what_would_have_worked": "EDR / endpoint telemetry for execution of content lacking Mark-of-the-Web provenance and security-prompt bypass.",
13124
+ "was_this_required": false,
13125
+ "framework_requiring_it": null,
13126
+ "adequacy": "Backstops endpoints not yet patched and catches the post-bypass execution stage."
13127
+ },
13128
+ "response": {
13129
+ "what_would_have_worked": "Force the patch across the estate, isolate exploited endpoints, hunt for follow-on payloads, and review for credential theft.",
13130
+ "was_this_required": true,
13131
+ "framework_requiring_it": "NIST 800-53 IR-4",
13132
+ "adequacy": "Mandatory; client-side exploitation typically leads to credential harvest and lateral movement that a bare patch does not remediate."
13133
+ }
12999
13134
  },
13000
13135
  "framework_coverage": {
13001
13136
  "NIST-800-53-SI-2": {
13002
13137
  "covered": true,
13003
13138
  "adequate": false,
13004
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
13139
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client-side flaw; the protection-bypass variants specifically defeat the warning that would otherwise slow the user, so the patch is the only barrier left."
13005
13140
  },
13006
13141
  "ISO-27001-2022-A.8.8": {
13007
13142
  "covered": true,
13008
13143
  "adequate": false,
13009
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
13144
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited client flaw, and security-feature-bypass flaws mean a single layered control (Protected View, SmartScreen, Mark-of-the-Web) cannot be relied on alone."
13145
+ },
13146
+ "AU-ISM-1546": {
13147
+ "covered": true,
13148
+ "adequate": false,
13149
+ "gap": "Essential 8 names application patching, application hardening, and macro/Office controls separately, but does not require defence-in-depth for the case where the protection mechanism itself is bypassed — ASR rules, application control, and mail/web content filtering are the load-bearing layers when SmartScreen/Protected View fail."
13010
13150
  }
13011
13151
  },
13012
13152
  "compliance_exposure_score": {
13013
- "percent_audit_passing_orgs_still_exposed": 55,
13014
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
13153
+ "percent_audit_passing_orgs_still_exposed": 58,
13154
+ "basis": "Microsoft Office is ubiquitous on endpoints; audited organizations that lean on a single protection (SmartScreen, Protected View, Mark-of-the-Web) without layered controls are exposed when that mechanism is bypassed, and long-tail patch hygiene leaves a window for the memory-corruption variants.",
13015
13155
  "theater_pattern": "patch_management"
13016
13156
  },
13017
13157
  "ai_discovered_zeroday": false,
13018
- "ai_discovery_source": "unknown",
13019
- "ai_assist_factor": "none",
13020
- "_auto_imported": true,
13021
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
13158
+ "ai_discovery_source": "vendor_research",
13159
+ "ai_assist_factor": "none"
13022
13160
  },
13023
13161
  "CVE-2025-11953": {
13024
13162
  "name": "React Native Community CLI OS Command Injection Vulnerability",
@@ -13597,35 +13735,58 @@
13597
13735
  },
13598
13736
  "CVE-2026-21509": {
13599
13737
  "name": "Microsoft Office Security Feature Bypass Vulnerability",
13600
- "lesson_date": "2026-05-18",
13738
+ "lesson_date": "2026-05-29",
13601
13739
  "attack_vector": {
13602
- "description": "Microsoft Office contains a security feature bypass vulnerability in which reliance on untrusted inputs in a security decision in Microsoft Office could allow an unauthorized attacker to bypass a security feature locally. Some of the impacted product(s) could be end-of-life (EoL) and/or end-of-service (EoS). Users are advised to discontinue use and/or transition to a supported version.",
13603
- "privileges_required": "network attacker (no authentication required)",
13604
- "complexity": "moderate (bulk-import default)",
13605
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
13740
+ "description": "a security-feature-bypass (CWE-807) in Microsoft Office, letting attacker-controlled documents evade an Office security control. CISA KEV-listed 2026-01-26 with confirmed in-the-wild exploitation.",
13741
+ "privileges_required": "none (the victim opens the attacker's document or visits the attacker's content)",
13742
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
13743
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
13744
+ },
13745
+ "defense_chain": {
13746
+ "prevention": {
13747
+ "what_would_have_worked": "Apply the Microsoft security update; because this flaw defeats a protection mechanism, do not rely on that single control — enforce defence-in-depth (ASR rules, application control, mail/web content filtering, and macro restrictions) so a bypass of SmartScreen / Mark-of-the-Web / Protected View is not a single point of failure.",
13748
+ "was_this_required": true,
13749
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
13750
+ "adequacy": "Patch is required; the lasting lesson is that a single protection mechanism (the one bypassed) cannot be the only barrier — layered controls are mandatory."
13751
+ },
13752
+ "detection": {
13753
+ "what_would_have_worked": "EDR / endpoint telemetry for execution of content lacking Mark-of-the-Web provenance and security-prompt bypass.",
13754
+ "was_this_required": false,
13755
+ "framework_requiring_it": null,
13756
+ "adequacy": "Backstops endpoints not yet patched and catches the post-bypass execution stage."
13757
+ },
13758
+ "response": {
13759
+ "what_would_have_worked": "Force the patch across the estate, isolate exploited endpoints, hunt for follow-on payloads, and review for credential theft.",
13760
+ "was_this_required": true,
13761
+ "framework_requiring_it": "NIST 800-53 IR-4",
13762
+ "adequacy": "Mandatory; client-side exploitation typically leads to credential harvest and lateral movement that a bare patch does not remediate."
13763
+ }
13606
13764
  },
13607
13765
  "framework_coverage": {
13608
13766
  "NIST-800-53-SI-2": {
13609
13767
  "covered": true,
13610
13768
  "adequate": false,
13611
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
13769
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client-side flaw; the protection-bypass variants specifically defeat the warning that would otherwise slow the user, so the patch is the only barrier left."
13612
13770
  },
13613
13771
  "ISO-27001-2022-A.8.8": {
13614
13772
  "covered": true,
13615
13773
  "adequate": false,
13616
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
13774
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited client flaw, and security-feature-bypass flaws mean a single layered control (Protected View, SmartScreen, Mark-of-the-Web) cannot be relied on alone."
13775
+ },
13776
+ "AU-ISM-1546": {
13777
+ "covered": true,
13778
+ "adequate": false,
13779
+ "gap": "Essential 8 names application patching, application hardening, and macro/Office controls separately, but does not require defence-in-depth for the case where the protection mechanism itself is bypassed — ASR rules, application control, and mail/web content filtering are the load-bearing layers when SmartScreen/Protected View fail."
13617
13780
  }
13618
13781
  },
13619
13782
  "compliance_exposure_score": {
13620
- "percent_audit_passing_orgs_still_exposed": 55,
13621
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
13783
+ "percent_audit_passing_orgs_still_exposed": 58,
13784
+ "basis": "Microsoft Office is ubiquitous on endpoints; audited organizations that lean on a single protection (SmartScreen, Protected View, Mark-of-the-Web) without layered controls are exposed when that mechanism is bypassed, and long-tail patch hygiene leaves a window for the memory-corruption variants.",
13622
13785
  "theater_pattern": "patch_management"
13623
13786
  },
13624
13787
  "ai_discovered_zeroday": false,
13625
- "ai_discovery_source": "unknown",
13626
- "ai_assist_factor": "none",
13627
- "_auto_imported": true,
13628
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
13788
+ "ai_discovery_source": "vendor_research",
13789
+ "ai_assist_factor": "none"
13629
13790
  },
13630
13791
  "CVE-2024-37079": {
13631
13792
  "name": "Broadcom VMware vCenter Server Out-of-bounds Write Vulnerability",
@@ -14470,48 +14631,71 @@
14470
14631
  "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
14471
14632
  }
14472
14633
  },
14473
- "compliance_exposure_score": {
14474
- "percent_audit_passing_orgs_still_exposed": 55,
14475
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
14476
- "theater_pattern": "patch_management"
14477
- },
14478
- "ai_discovered_zeroday": false,
14479
- "ai_discovery_source": "unknown",
14480
- "ai_assist_factor": "none",
14481
- "_auto_imported": true,
14482
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
14483
- },
14484
- "CVE-2025-62221": {
14485
- "name": "Microsoft Windows Use After Free Vulnerability",
14486
- "lesson_date": "2026-05-18",
14487
- "attack_vector": {
14488
- "description": "Microsoft Windows Cloud Files Mini Filter Driver contains a use after free vulnerability that can allow an authorized attacker to elevate privileges locally.",
14489
- "privileges_required": "network attacker (no authentication required)",
14490
- "complexity": "moderate (bulk-import default)",
14491
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
14492
- },
14634
+ "compliance_exposure_score": {
14635
+ "percent_audit_passing_orgs_still_exposed": 55,
14636
+ "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
14637
+ "theater_pattern": "patch_management"
14638
+ },
14639
+ "ai_discovered_zeroday": false,
14640
+ "ai_discovery_source": "unknown",
14641
+ "ai_assist_factor": "none",
14642
+ "_auto_imported": true,
14643
+ "_intake_method": "v0.13.17-bulk-cisa-kev-import"
14644
+ },
14645
+ "CVE-2025-62221": {
14646
+ "name": "Microsoft Windows Use After Free Vulnerability",
14647
+ "lesson_date": "2026-05-29",
14648
+ "attack_vector": {
14649
+ "description": "a use-after-free (CWE-416) in a Windows kernel-mode component, exploited by a local foothold to escalate privileges to SYSTEM. CISA KEV-listed 2025-12-09 with confirmed in-the-wild exploitation; LPEs of this class are routinely paired with an initial-access flaw by ransomware operators.",
14650
+ "privileges_required": "low (any local foothold — an unprivileged process, RDP session, or commodity malware on the endpoint)",
14651
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
14652
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
14653
+ },
14654
+ "defense_chain": {
14655
+ "prevention": {
14656
+ "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.",
14657
+ "was_this_required": true,
14658
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
14659
+ "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."
14660
+ },
14661
+ "detection": {
14662
+ "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.",
14663
+ "was_this_required": false,
14664
+ "framework_requiring_it": null,
14665
+ "adequacy": "Backstops endpoints not yet patched; LPE is typically silent without EDR coverage."
14666
+ },
14667
+ "response": {
14668
+ "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.",
14669
+ "was_this_required": true,
14670
+ "framework_requiring_it": "NIST 800-53 IR-4",
14671
+ "adequacy": "Mandatory; SYSTEM-level exploitation makes the host an unreliable platform for further work and requires rebuild."
14672
+ }
14673
+ },
14493
14674
  "framework_coverage": {
14494
14675
  "NIST-800-53-SI-2": {
14495
14676
  "covered": true,
14496
14677
  "adequate": false,
14497
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
14678
+ "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 pair these with an initial-access flaw and elevate to SYSTEM within hours of a foothold."
14498
14679
  },
14499
14680
  "ISO-27001-2022-A.8.8": {
14500
14681
  "covered": true,
14501
14682
  "adequate": false,
14502
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
14683
+ "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."
14684
+ },
14685
+ "AU-ISM-1546": {
14686
+ "covered": true,
14687
+ "adequate": false,
14688
+ "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."
14503
14689
  }
14504
14690
  },
14505
14691
  "compliance_exposure_score": {
14506
- "percent_audit_passing_orgs_still_exposed": 55,
14507
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
14692
+ "percent_audit_passing_orgs_still_exposed": 70,
14693
+ "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.",
14508
14694
  "theater_pattern": "patch_management"
14509
14695
  },
14510
14696
  "ai_discovered_zeroday": false,
14511
- "ai_discovery_source": "unknown",
14512
- "ai_assist_factor": "none",
14513
- "_auto_imported": true,
14514
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
14697
+ "ai_discovery_source": "vendor_research",
14698
+ "ai_assist_factor": "none"
14515
14699
  },
14516
14700
  "CVE-2022-37055": {
14517
14701
  "name": "D-Link Routers Buffer Overflow Vulnerability",
@@ -15939,35 +16123,58 @@
15939
16123
  },
15940
16124
  "CVE-2025-59230": {
15941
16125
  "name": "Microsoft Windows Improper Access Control Vulnerability",
15942
- "lesson_date": "2026-05-18",
16126
+ "lesson_date": "2026-05-29",
15943
16127
  "attack_vector": {
15944
- "description": "Microsoft Windows contains an improper access control vulnerability in Windows Remote Access Connection Manager which could allow an authorized attacker to elevate privileges locally.",
15945
- "privileges_required": "network attacker (no authentication required)",
15946
- "complexity": "moderate (bulk-import default)",
15947
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
16128
+ "description": "an improper-access-control flaw (CWE-284) in a Windows privileged service, exploited by a local foothold to escalate privileges to SYSTEM. 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.",
16129
+ "privileges_required": "low (any local foothold — an unprivileged process, RDP session, or commodity malware on the endpoint)",
16130
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
16131
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
16132
+ },
16133
+ "defense_chain": {
16134
+ "prevention": {
16135
+ "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.",
16136
+ "was_this_required": true,
16137
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
16138
+ "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."
16139
+ },
16140
+ "detection": {
16141
+ "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.",
16142
+ "was_this_required": false,
16143
+ "framework_requiring_it": null,
16144
+ "adequacy": "Backstops endpoints not yet patched; LPE is typically silent without EDR coverage."
16145
+ },
16146
+ "response": {
16147
+ "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.",
16148
+ "was_this_required": true,
16149
+ "framework_requiring_it": "NIST 800-53 IR-4",
16150
+ "adequacy": "Mandatory; SYSTEM-level exploitation makes the host an unreliable platform for further work and requires rebuild."
16151
+ }
15948
16152
  },
15949
16153
  "framework_coverage": {
15950
16154
  "NIST-800-53-SI-2": {
15951
16155
  "covered": true,
15952
16156
  "adequate": false,
15953
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
16157
+ "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 pair these with an initial-access flaw and elevate to SYSTEM within hours of a foothold."
15954
16158
  },
15955
16159
  "ISO-27001-2022-A.8.8": {
15956
16160
  "covered": true,
15957
16161
  "adequate": false,
15958
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
16162
+ "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."
16163
+ },
16164
+ "AU-ISM-1546": {
16165
+ "covered": true,
16166
+ "adequate": false,
16167
+ "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."
15959
16168
  }
15960
16169
  },
15961
16170
  "compliance_exposure_score": {
15962
- "percent_audit_passing_orgs_still_exposed": 55,
15963
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
16171
+ "percent_audit_passing_orgs_still_exposed": 70,
16172
+ "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.",
15964
16173
  "theater_pattern": "patch_management"
15965
16174
  },
15966
16175
  "ai_discovered_zeroday": false,
15967
- "ai_discovery_source": "unknown",
15968
- "ai_assist_factor": "none",
15969
- "_auto_imported": true,
15970
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
16176
+ "ai_discovery_source": "vendor_research",
16177
+ "ai_assist_factor": "none"
15971
16178
  },
15972
16179
  "CVE-2016-7836": {
15973
16180
  "name": "SKYSEA Client View Improper Authentication Vulnerability",
@@ -20211,99 +20418,168 @@
20211
20418
  },
20212
20419
  "CVE-2025-32709": {
20213
20420
  "name": "Microsoft Windows Ancillary Function Driver for WinSock Use-After-Free Vulnerability",
20214
- "lesson_date": "2026-05-18",
20421
+ "lesson_date": "2026-05-29",
20215
20422
  "attack_vector": {
20216
- "description": "Microsoft Windows Ancillary Function Driver for WinSock contains a use-after-free vulnerability that allows an authorized attacker to escalate privileges to administrator.",
20217
- "privileges_required": "network attacker (no authentication required)",
20218
- "complexity": "moderate (bulk-import default)",
20219
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
20423
+ "description": "a use-after-free (CWE-416) in the Windows Ancillary Function Driver for WinSock (afd.sys), exploited by a local foothold to escalate privileges 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.",
20424
+ "privileges_required": "low (any local foothold — an unprivileged process, RDP session, or commodity malware on the endpoint)",
20425
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
20426
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
20427
+ },
20428
+ "defense_chain": {
20429
+ "prevention": {
20430
+ "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.",
20431
+ "was_this_required": true,
20432
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
20433
+ "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."
20434
+ },
20435
+ "detection": {
20436
+ "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.",
20437
+ "was_this_required": false,
20438
+ "framework_requiring_it": null,
20439
+ "adequacy": "Backstops endpoints not yet patched; LPE is typically silent without EDR coverage."
20440
+ },
20441
+ "response": {
20442
+ "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.",
20443
+ "was_this_required": true,
20444
+ "framework_requiring_it": "NIST 800-53 IR-4",
20445
+ "adequacy": "Mandatory; SYSTEM-level exploitation makes the host an unreliable platform for further work and requires rebuild."
20446
+ }
20220
20447
  },
20221
20448
  "framework_coverage": {
20222
20449
  "NIST-800-53-SI-2": {
20223
20450
  "covered": true,
20224
20451
  "adequate": false,
20225
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
20452
+ "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 pair these with an initial-access flaw and elevate to SYSTEM within hours of a foothold."
20226
20453
  },
20227
20454
  "ISO-27001-2022-A.8.8": {
20228
20455
  "covered": true,
20229
20456
  "adequate": false,
20230
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
20457
+ "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."
20458
+ },
20459
+ "AU-ISM-1546": {
20460
+ "covered": true,
20461
+ "adequate": false,
20462
+ "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."
20231
20463
  }
20232
20464
  },
20233
20465
  "compliance_exposure_score": {
20234
- "percent_audit_passing_orgs_still_exposed": 55,
20235
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
20466
+ "percent_audit_passing_orgs_still_exposed": 70,
20467
+ "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.",
20236
20468
  "theater_pattern": "patch_management"
20237
20469
  },
20238
20470
  "ai_discovered_zeroday": false,
20239
- "ai_discovery_source": "unknown",
20240
- "ai_assist_factor": "none",
20241
- "_auto_imported": true,
20242
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
20471
+ "ai_discovery_source": "vendor_research",
20472
+ "ai_assist_factor": "none"
20243
20473
  },
20244
20474
  "CVE-2025-30397": {
20245
20475
  "name": "Microsoft Windows Scripting Engine Type Confusion Vulnerability",
20246
- "lesson_date": "2026-05-18",
20476
+ "lesson_date": "2026-05-29",
20247
20477
  "attack_vector": {
20248
- "description": "Microsoft Windows Scripting Engine contains a type confusion vulnerability that allows an unauthorized attacker to execute code over a network via a specially crafted URL.",
20249
- "privileges_required": "network attacker (no authentication required)",
20250
- "complexity": "moderate (bulk-import default)",
20251
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
20478
+ "description": "a type confusion (CWE-843) in the Windows Scripting Engine, exploitable by attacker-controlled web/script content for code execution in the client. CISA KEV-listed 2025-05-13 with confirmed in-the-wild exploitation.",
20479
+ "privileges_required": "none (the victim opens the attacker's document or visits the attacker's content)",
20480
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
20481
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
20482
+ },
20483
+ "defense_chain": {
20484
+ "prevention": {
20485
+ "what_would_have_worked": "Apply the Microsoft security update; harden the client (Office Protected View, ASR rules, disabling legacy scripting/media components where unused) and filter inbound content.",
20486
+ "was_this_required": true,
20487
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
20488
+ "adequacy": "Patch is definitive on a managed estate; the gap is patch hygiene on the long tail."
20489
+ },
20490
+ "detection": {
20491
+ "what_would_have_worked": "EDR / endpoint telemetry for child-process execution from the opening application after attacker-content open.",
20492
+ "was_this_required": false,
20493
+ "framework_requiring_it": null,
20494
+ "adequacy": "Backstops endpoints not yet patched and catches the post-bypass execution stage."
20495
+ },
20496
+ "response": {
20497
+ "what_would_have_worked": "Force the patch across the estate, isolate exploited endpoints, hunt for follow-on payloads, and review for credential theft.",
20498
+ "was_this_required": true,
20499
+ "framework_requiring_it": "NIST 800-53 IR-4",
20500
+ "adequacy": "Mandatory; client-side exploitation typically leads to credential harvest and lateral movement that a bare patch does not remediate."
20501
+ }
20252
20502
  },
20253
20503
  "framework_coverage": {
20254
20504
  "NIST-800-53-SI-2": {
20255
20505
  "covered": true,
20256
20506
  "adequate": false,
20257
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
20507
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client-side flaw; the protection-bypass variants specifically defeat the warning that would otherwise slow the user, so the patch is the only barrier left."
20258
20508
  },
20259
20509
  "ISO-27001-2022-A.8.8": {
20260
20510
  "covered": true,
20261
20511
  "adequate": false,
20262
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
20512
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited client flaw, and security-feature-bypass flaws mean a single layered control (Protected View, SmartScreen, Mark-of-the-Web) cannot be relied on alone."
20513
+ },
20514
+ "AU-ISM-1546": {
20515
+ "covered": true,
20516
+ "adequate": false,
20517
+ "gap": "Essential 8 names application patching, application hardening, and macro/Office controls separately, but does not require defence-in-depth for the case where the protection mechanism itself is bypassed — ASR rules, application control, and mail/web content filtering are the load-bearing layers when SmartScreen/Protected View fail."
20263
20518
  }
20264
20519
  },
20265
20520
  "compliance_exposure_score": {
20266
- "percent_audit_passing_orgs_still_exposed": 55,
20267
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
20521
+ "percent_audit_passing_orgs_still_exposed": 58,
20522
+ "basis": "Microsoft Windows is ubiquitous on endpoints; audited organizations that lean on a single protection (SmartScreen, Protected View, Mark-of-the-Web) without layered controls are exposed when that mechanism is bypassed, and long-tail patch hygiene leaves a window for the memory-corruption variants.",
20268
20523
  "theater_pattern": "patch_management"
20269
20524
  },
20270
20525
  "ai_discovered_zeroday": false,
20271
- "ai_discovery_source": "unknown",
20272
- "ai_assist_factor": "none",
20273
- "_auto_imported": true,
20274
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
20526
+ "ai_discovery_source": "vendor_research",
20527
+ "ai_assist_factor": "none"
20275
20528
  },
20276
20529
  "CVE-2025-32706": {
20277
20530
  "name": "Microsoft Windows Common Log File System (CLFS) Driver Heap-Based Buffer Overflow Vulnerability",
20278
- "lesson_date": "2026-05-18",
20531
+ "lesson_date": "2026-05-29",
20279
20532
  "attack_vector": {
20280
- "description": "Microsoft Windows Common Log File System (CLFS) Driver contains a heap-based buffer overflow vulnerability that allows an authorized attacker to elevate privileges locally.",
20281
- "privileges_required": "network attacker (no authentication required)",
20282
- "complexity": "moderate (bulk-import default)",
20283
- "ai_factor": "Bulk-imported AI-discovery provenance not surfaced in KEV. Detection method that surfaces this class: ADVISORIES_SOURCE (12 primary-source feeds) + CISA-KEV poller. Refine when researcher writeup publishes."
20533
+ "description": "a heap-based buffer overflow (CWE-122) 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.",
20534
+ "privileges_required": "low (any local foothold — an unprivileged process, RDP session, or commodity malware on the endpoint)",
20535
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
20536
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
20537
+ },
20538
+ "defense_chain": {
20539
+ "prevention": {
20540
+ "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.",
20541
+ "was_this_required": true,
20542
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
20543
+ "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."
20544
+ },
20545
+ "detection": {
20546
+ "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.",
20547
+ "was_this_required": false,
20548
+ "framework_requiring_it": null,
20549
+ "adequacy": "Backstops endpoints not yet patched; LPE is typically silent without EDR coverage."
20550
+ },
20551
+ "response": {
20552
+ "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.",
20553
+ "was_this_required": true,
20554
+ "framework_requiring_it": "NIST 800-53 IR-4",
20555
+ "adequacy": "Mandatory; SYSTEM-level exploitation makes the host an unreliable platform for further work and requires rebuild."
20556
+ }
20284
20557
  },
20285
20558
  "framework_coverage": {
20286
20559
  "NIST-800-53-SI-2": {
20287
20560
  "covered": true,
20288
20561
  "adequate": false,
20289
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
20562
+ "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 pair these with an initial-access flaw and elevate to SYSTEM within hours of a foothold."
20290
20563
  },
20291
20564
  "ISO-27001-2022-A.8.8": {
20292
20565
  "covered": true,
20293
20566
  "adequate": false,
20294
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
20567
+ "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."
20568
+ },
20569
+ "AU-ISM-1546": {
20570
+ "covered": true,
20571
+ "adequate": false,
20572
+ "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."
20295
20573
  }
20296
20574
  },
20297
20575
  "compliance_exposure_score": {
20298
- "percent_audit_passing_orgs_still_exposed": 55,
20299
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
20576
+ "percent_audit_passing_orgs_still_exposed": 70,
20577
+ "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.",
20300
20578
  "theater_pattern": "patch_management"
20301
20579
  },
20302
20580
  "ai_discovered_zeroday": false,
20303
- "ai_discovery_source": "unknown",
20304
- "ai_assist_factor": "none",
20305
- "_auto_imported": true,
20306
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
20581
+ "ai_discovery_source": "vendor_research",
20582
+ "ai_assist_factor": "none"
20307
20583
  },
20308
20584
  "CVE-2025-32701": {
20309
20585
  "name": "Microsoft Windows Common Log File System (CLFS) Driver Use-After-Free Vulnerability",
@@ -21725,5 +22001,60 @@
21725
22001
  "ai_discovered_zeroday": false,
21726
22002
  "ai_discovery_source": "vendor_research",
21727
22003
  "ai_assist_factor": "none"
22004
+ },
22005
+ "CVE-2009-1537": {
22006
+ "name": "Microsoft DirectShow QuickTime Parsing Memory Corruption",
22007
+ "lesson_date": "2026-05-29",
22008
+ "attack_vector": {
22009
+ "description": "a memory-corruption flaw (CWE-787) in the Windows DirectShow QuickTime parser, exploitable by an attacker-controlled media file for code execution when the victim opens it. CISA KEV-listed 2026-05-20 with confirmed in-the-wild exploitation.",
22010
+ "privileges_required": "none (the victim opens the attacker's document or visits the attacker's content)",
22011
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
22012
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
22013
+ },
22014
+ "defense_chain": {
22015
+ "prevention": {
22016
+ "what_would_have_worked": "Apply the Microsoft security update; harden the client (Office Protected View, ASR rules, disabling legacy scripting/media components where unused) and filter inbound content.",
22017
+ "was_this_required": true,
22018
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
22019
+ "adequacy": "Patch is definitive on a managed estate; the gap is patch hygiene on the long tail."
22020
+ },
22021
+ "detection": {
22022
+ "what_would_have_worked": "EDR / endpoint telemetry for child-process execution from the opening application after attacker-content open.",
22023
+ "was_this_required": false,
22024
+ "framework_requiring_it": null,
22025
+ "adequacy": "Backstops endpoints not yet patched and catches the post-bypass execution stage."
22026
+ },
22027
+ "response": {
22028
+ "what_would_have_worked": "Force the patch across the estate, isolate exploited endpoints, hunt for follow-on payloads, and review for credential theft.",
22029
+ "was_this_required": true,
22030
+ "framework_requiring_it": "NIST 800-53 IR-4",
22031
+ "adequacy": "Mandatory; client-side exploitation typically leads to credential harvest and lateral movement that a bare patch does not remediate."
22032
+ }
22033
+ },
22034
+ "framework_coverage": {
22035
+ "NIST-800-53-SI-2": {
22036
+ "covered": true,
22037
+ "adequate": false,
22038
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client-side flaw; the protection-bypass variants specifically defeat the warning that would otherwise slow the user, so the patch is the only barrier left."
22039
+ },
22040
+ "ISO-27001-2022-A.8.8": {
22041
+ "covered": true,
22042
+ "adequate": false,
22043
+ "gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited client flaw, and security-feature-bypass flaws mean a single layered control (Protected View, SmartScreen, Mark-of-the-Web) cannot be relied on alone."
22044
+ },
22045
+ "AU-ISM-1546": {
22046
+ "covered": true,
22047
+ "adequate": false,
22048
+ "gap": "Essential 8 names application patching, application hardening, and macro/Office controls separately, but does not require defence-in-depth for the case where the protection mechanism itself is bypassed — ASR rules, application control, and mail/web content filtering are the load-bearing layers when SmartScreen/Protected View fail."
22049
+ }
22050
+ },
22051
+ "compliance_exposure_score": {
22052
+ "percent_audit_passing_orgs_still_exposed": 58,
22053
+ "basis": "Microsoft Windows is ubiquitous on endpoints; audited organizations that lean on a single protection (SmartScreen, Protected View, Mark-of-the-Web) without layered controls are exposed when that mechanism is bypassed, and long-tail patch hygiene leaves a window for the memory-corruption variants.",
22054
+ "theater_pattern": "patch_management"
22055
+ },
22056
+ "ai_discovered_zeroday": false,
22057
+ "ai_discovery_source": "vendor_research",
22058
+ "ai_assist_factor": "none"
21728
22059
  }
21729
22060
  }