@blamejs/exceptd-skills 0.15.22 → 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,35 +12940,58 @@
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",
@@ -12981,67 +13050,113 @@
12981
13050
  },
12982
13051
  "CVE-2026-21519": {
12983
13052
  "name": "Microsoft Windows Type Confusion Vulnerability",
12984
- "lesson_date": "2026-05-18",
13053
+ "lesson_date": "2026-05-29",
12985
13054
  "attack_vector": {
12986
- "description": "Microsoft Desktop Windows Manager contains a type confusion vulnerability that could allow an authorized attacker to elevate privileges locally.",
12987
- "privileges_required": "network attacker (no authentication required)",
12988
- "complexity": "moderate (bulk-import default)",
12989
- "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
+ }
12990
13079
  },
12991
13080
  "framework_coverage": {
12992
13081
  "NIST-800-53-SI-2": {
12993
13082
  "covered": true,
12994
13083
  "adequate": false,
12995
- "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."
12996
13085
  },
12997
13086
  "ISO-27001-2022-A.8.8": {
12998
13087
  "covered": true,
12999
13088
  "adequate": false,
13000
- "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."
13001
13095
  }
13002
13096
  },
13003
13097
  "compliance_exposure_score": {
13004
- "percent_audit_passing_orgs_still_exposed": 55,
13005
- "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.",
13006
13100
  "theater_pattern": "patch_management"
13007
13101
  },
13008
13102
  "ai_discovered_zeroday": false,
13009
- "ai_discovery_source": "unknown",
13010
- "ai_assist_factor": "none",
13011
- "_auto_imported": true,
13012
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
13103
+ "ai_discovery_source": "vendor_research",
13104
+ "ai_assist_factor": "none"
13013
13105
  },
13014
13106
  "CVE-2026-21514": {
13015
13107
  "name": "Microsoft Office Word Reliance on Untrusted Inputs in a Security Decision Vulnerability",
13016
- "lesson_date": "2026-05-18",
13108
+ "lesson_date": "2026-05-29",
13017
13109
  "attack_vector": {
13018
- "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.",
13019
- "privileges_required": "network attacker (no authentication required)",
13020
- "complexity": "moderate (bulk-import default)",
13021
- "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
+ }
13022
13134
  },
13023
13135
  "framework_coverage": {
13024
13136
  "NIST-800-53-SI-2": {
13025
13137
  "covered": true,
13026
13138
  "adequate": false,
13027
- "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."
13028
13140
  },
13029
13141
  "ISO-27001-2022-A.8.8": {
13030
13142
  "covered": true,
13031
13143
  "adequate": false,
13032
- "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."
13033
13150
  }
13034
13151
  },
13035
13152
  "compliance_exposure_score": {
13036
- "percent_audit_passing_orgs_still_exposed": 55,
13037
- "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.",
13038
13155
  "theater_pattern": "patch_management"
13039
13156
  },
13040
13157
  "ai_discovered_zeroday": false,
13041
- "ai_discovery_source": "unknown",
13042
- "ai_assist_factor": "none",
13043
- "_auto_imported": true,
13044
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
13158
+ "ai_discovery_source": "vendor_research",
13159
+ "ai_assist_factor": "none"
13045
13160
  },
13046
13161
  "CVE-2025-11953": {
13047
13162
  "name": "React Native Community CLI OS Command Injection Vulnerability",
@@ -13620,35 +13735,58 @@
13620
13735
  },
13621
13736
  "CVE-2026-21509": {
13622
13737
  "name": "Microsoft Office Security Feature Bypass Vulnerability",
13623
- "lesson_date": "2026-05-18",
13738
+ "lesson_date": "2026-05-29",
13624
13739
  "attack_vector": {
13625
- "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.",
13626
- "privileges_required": "network attacker (no authentication required)",
13627
- "complexity": "moderate (bulk-import default)",
13628
- "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
+ }
13629
13764
  },
13630
13765
  "framework_coverage": {
13631
13766
  "NIST-800-53-SI-2": {
13632
13767
  "covered": true,
13633
13768
  "adequate": false,
13634
- "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."
13635
13770
  },
13636
13771
  "ISO-27001-2022-A.8.8": {
13637
13772
  "covered": true,
13638
13773
  "adequate": false,
13639
- "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."
13640
13780
  }
13641
13781
  },
13642
13782
  "compliance_exposure_score": {
13643
- "percent_audit_passing_orgs_still_exposed": 55,
13644
- "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.",
13645
13785
  "theater_pattern": "patch_management"
13646
13786
  },
13647
13787
  "ai_discovered_zeroday": false,
13648
- "ai_discovery_source": "unknown",
13649
- "ai_assist_factor": "none",
13650
- "_auto_imported": true,
13651
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
13788
+ "ai_discovery_source": "vendor_research",
13789
+ "ai_assist_factor": "none"
13652
13790
  },
13653
13791
  "CVE-2024-37079": {
13654
13792
  "name": "Broadcom VMware vCenter Server Out-of-bounds Write Vulnerability",
@@ -20335,35 +20473,58 @@
20335
20473
  },
20336
20474
  "CVE-2025-30397": {
20337
20475
  "name": "Microsoft Windows Scripting Engine Type Confusion Vulnerability",
20338
- "lesson_date": "2026-05-18",
20476
+ "lesson_date": "2026-05-29",
20339
20477
  "attack_vector": {
20340
- "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.",
20341
- "privileges_required": "network attacker (no authentication required)",
20342
- "complexity": "moderate (bulk-import default)",
20343
- "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
+ }
20344
20502
  },
20345
20503
  "framework_coverage": {
20346
20504
  "NIST-800-53-SI-2": {
20347
20505
  "covered": true,
20348
20506
  "adequate": false,
20349
- "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."
20350
20508
  },
20351
20509
  "ISO-27001-2022-A.8.8": {
20352
20510
  "covered": true,
20353
20511
  "adequate": false,
20354
- "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."
20355
20518
  }
20356
20519
  },
20357
20520
  "compliance_exposure_score": {
20358
- "percent_audit_passing_orgs_still_exposed": 55,
20359
- "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.",
20360
20523
  "theater_pattern": "patch_management"
20361
20524
  },
20362
20525
  "ai_discovered_zeroday": false,
20363
- "ai_discovery_source": "unknown",
20364
- "ai_assist_factor": "none",
20365
- "_auto_imported": true,
20366
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
20526
+ "ai_discovery_source": "vendor_research",
20527
+ "ai_assist_factor": "none"
20367
20528
  },
20368
20529
  "CVE-2025-32706": {
20369
20530
  "name": "Microsoft Windows Common Log File System (CLFS) Driver Heap-Based Buffer Overflow Vulnerability",
@@ -21840,5 +22001,60 @@
21840
22001
  "ai_discovered_zeroday": false,
21841
22002
  "ai_discovery_source": "vendor_research",
21842
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"
21843
22059
  }
21844
22060
  }