@blamejs/exceptd-skills 0.15.22 → 0.15.24

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",
@@ -7023,67 +7023,123 @@
7023
7023
  },
7024
7024
  "CVE-2024-57728": {
7025
7025
  "name": "SimpleHelp Path Traversal Vulnerability",
7026
- "lesson_date": "2026-05-18",
7026
+ "lesson_date": "2026-05-29",
7027
7027
  "attack_vector": {
7028
- "description": "SimpleHelp contains a path traversal vulnerability that allows admin users to upload arbitrary files anywhere on the file system by uploading a crafted zip file (i.e. zip slip). This can be exploited to execute arbitrary code on the host in the context of the SimpleHelp server user.",
7029
- "privileges_required": "network attacker (no authentication required)",
7030
- "complexity": "moderate (bulk-import default)",
7031
- "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."
7028
+ "description": "a path-traversal flaw (CWE-22) letting an unauthenticated attacker read or write files outside the intended directory on the remote-support server. CISA KEV-listed 2026-04-24 with confirmed in-the-wild exploitation.",
7029
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the platform's public interface)",
7030
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
7031
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
7032
+ },
7033
+ "defense_chain": {
7034
+ "prevention": {
7035
+ "what_would_have_worked": "Apply the SimpleHelp security update; hunt for web shells, rotate credentials and secrets, and review downstream managed/integrated systems — management platforms reach the whole estate, so treat compromise as fleet-wide.",
7036
+ "was_this_required": true,
7037
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
7038
+ "adequacy": "Patch is necessary but insufficient alone — web shells, stolen credentials, and pushed tasking survive the patch and require explicit cleanup across managed systems."
7039
+ },
7040
+ "detection": {
7041
+ "what_would_have_worked": "Monitoring on the SimpleHelp: exploit-shaped requests, new web-shell files, unexpected process execution, administrative actions without a matching session, and anomalous jobs/scripts pushed to managed endpoints.",
7042
+ "was_this_required": false,
7043
+ "framework_requiring_it": null,
7044
+ "adequacy": "Necessary to catch resident persistence and downstream tasking after patching."
7045
+ },
7046
+ "response": {
7047
+ "what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate all platform and integration credentials, and audit every action the platform pushed to managed systems during the exposure window; assume downstream compromise.",
7048
+ "was_this_required": true,
7049
+ "framework_requiring_it": "NIST 800-53 IR-4",
7050
+ "adequacy": "Mandatory; a management-platform compromise can re-establish itself through the very systems it administers, so downstream review is non-negotiable."
7051
+ }
7032
7052
  },
7033
7053
  "framework_coverage": {
7034
7054
  "NIST-800-53-SI-2": {
7035
7055
  "covered": true,
7036
7056
  "adequate": false,
7037
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
7057
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated IT-management/enterprise platform RCE; these are mass-exploited within days, and RMM/ITSM/endpoint-management compromise reaches the entire managed estate."
7038
7058
  },
7039
7059
  "ISO-27001-2022-A.8.8": {
7040
7060
  "covered": true,
7041
7061
  "adequate": false,
7042
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
7062
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing management platform whose compromise is fleet-wide."
7063
+ },
7064
+ "NIS2-Art21-network-security": {
7065
+ "covered": true,
7066
+ "adequate": false,
7067
+ "gap": "Treats management platforms as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / credential-rotation / downstream-review cleanup these RCEs need given their managed-estate reach."
7068
+ },
7069
+ "PCI-DSS-4.0-6.3.3": {
7070
+ "covered": true,
7071
+ "adequate": false,
7072
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing management platform that can administer systems in or adjacent to the CDE."
7043
7073
  }
7044
7074
  },
7045
7075
  "compliance_exposure_score": {
7046
- "percent_audit_passing_orgs_still_exposed": 75,
7047
- "basis": "Known ransomware-campaign use; passing orgs typically still exposed when patch deployment lags KEV due date.",
7076
+ "percent_audit_passing_orgs_still_exposed": 79,
7077
+ "basis": "Internet-facing SimpleHelp is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream-estate review are rarely part of the documented patch procedure, and the management reach amplifies the blast radius.",
7048
7078
  "theater_pattern": "patch_management"
7049
7079
  },
7050
7080
  "ai_discovered_zeroday": false,
7051
- "ai_discovery_source": "unknown",
7052
- "ai_assist_factor": "none",
7053
- "_auto_imported": true,
7054
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
7081
+ "ai_discovery_source": "vendor_research",
7082
+ "ai_assist_factor": "none"
7055
7083
  },
7056
7084
  "CVE-2024-57726": {
7057
7085
  "name": "SimpleHelp Missing Authorization Vulnerability",
7058
- "lesson_date": "2026-05-18",
7086
+ "lesson_date": "2026-05-29",
7059
7087
  "attack_vector": {
7060
- "description": "SimpleHelp contains a missing authorization vulnerability that could allow low-privileged technicians to create API keys with excessive permissions. These API keys can be used to escalate privileges to the server admin role.",
7061
- "privileges_required": "network attacker (no authentication required)",
7062
- "complexity": "moderate (bulk-import default)",
7063
- "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."
7088
+ "description": "a missing-authorization flaw (CWE-862) letting a low-privileged or unauthenticated attacker reach privileged functionality on the remote-support server. CISA KEV-listed 2026-04-24 with confirmed in-the-wild exploitation.",
7089
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the platform's public interface)",
7090
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
7091
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
7092
+ },
7093
+ "defense_chain": {
7094
+ "prevention": {
7095
+ "what_would_have_worked": "Apply the SimpleHelp security update; hunt for web shells, rotate credentials and secrets, and review downstream managed/integrated systems — management platforms reach the whole estate, so treat compromise as fleet-wide.",
7096
+ "was_this_required": true,
7097
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
7098
+ "adequacy": "Patch is necessary but insufficient alone — web shells, stolen credentials, and pushed tasking survive the patch and require explicit cleanup across managed systems."
7099
+ },
7100
+ "detection": {
7101
+ "what_would_have_worked": "Monitoring on the SimpleHelp: exploit-shaped requests, new web-shell files, unexpected process execution, administrative actions without a matching session, and anomalous jobs/scripts pushed to managed endpoints.",
7102
+ "was_this_required": false,
7103
+ "framework_requiring_it": null,
7104
+ "adequacy": "Necessary to catch resident persistence and downstream tasking after patching."
7105
+ },
7106
+ "response": {
7107
+ "what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate all platform and integration credentials, and audit every action the platform pushed to managed systems during the exposure window; assume downstream compromise.",
7108
+ "was_this_required": true,
7109
+ "framework_requiring_it": "NIST 800-53 IR-4",
7110
+ "adequacy": "Mandatory; a management-platform compromise can re-establish itself through the very systems it administers, so downstream review is non-negotiable."
7111
+ }
7064
7112
  },
7065
7113
  "framework_coverage": {
7066
7114
  "NIST-800-53-SI-2": {
7067
7115
  "covered": true,
7068
7116
  "adequate": false,
7069
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
7117
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated IT-management/enterprise platform RCE; these are mass-exploited within days, and RMM/ITSM/endpoint-management compromise reaches the entire managed estate."
7070
7118
  },
7071
7119
  "ISO-27001-2022-A.8.8": {
7072
7120
  "covered": true,
7073
7121
  "adequate": false,
7074
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
7122
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing management platform whose compromise is fleet-wide."
7123
+ },
7124
+ "NIS2-Art21-network-security": {
7125
+ "covered": true,
7126
+ "adequate": false,
7127
+ "gap": "Treats management platforms as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / credential-rotation / downstream-review cleanup these RCEs need given their managed-estate reach."
7128
+ },
7129
+ "PCI-DSS-4.0-6.3.3": {
7130
+ "covered": true,
7131
+ "adequate": false,
7132
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing management platform that can administer systems in or adjacent to the CDE."
7075
7133
  }
7076
7134
  },
7077
7135
  "compliance_exposure_score": {
7078
- "percent_audit_passing_orgs_still_exposed": 75,
7079
- "basis": "Known ransomware-campaign use; passing orgs typically still exposed when patch deployment lags KEV due date.",
7136
+ "percent_audit_passing_orgs_still_exposed": 79,
7137
+ "basis": "Internet-facing SimpleHelp is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream-estate review are rarely part of the documented patch procedure, and the management reach amplifies the blast radius.",
7080
7138
  "theater_pattern": "patch_management"
7081
7139
  },
7082
7140
  "ai_discovered_zeroday": false,
7083
- "ai_discovery_source": "unknown",
7084
- "ai_assist_factor": "none",
7085
- "_auto_imported": true,
7086
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
7141
+ "ai_discovery_source": "vendor_research",
7142
+ "ai_assist_factor": "none"
7087
7143
  },
7088
7144
  "CVE-2026-20122": {
7089
7145
  "name": "Cisco Catalyst SD-WAN Manager Incorrect Use of Privileged APIs Vulnerability",
@@ -7419,35 +7475,63 @@
7419
7475
  },
7420
7476
  "CVE-2025-32975": {
7421
7477
  "name": "Quest KACE Systems Management Appliance (SMA) Improper Authentication Vulnerability",
7422
- "lesson_date": "2026-05-18",
7478
+ "lesson_date": "2026-05-29",
7423
7479
  "attack_vector": {
7424
- "description": "Quest KACE Systems Management Appliance (SMA) contains an improper authentication vulnerability that could allow attackers to impersonate legitimate users without valid credentials.",
7425
- "privileges_required": "network attacker (no authentication required)",
7426
- "complexity": "moderate (bulk-import default)",
7427
- "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."
7480
+ "description": "an improper-authentication flaw (CWE-287) letting an unauthenticated attacker bypass authentication on the endpoint-management appliance. CISA KEV-listed 2026-04-20 with confirmed in-the-wild exploitation.",
7481
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the platform's public interface)",
7482
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
7483
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
7484
+ },
7485
+ "defense_chain": {
7486
+ "prevention": {
7487
+ "what_would_have_worked": "Apply the Quest KACE Systems Management Appliance security update; hunt for web shells, rotate credentials and secrets, and review downstream managed/integrated systems — management platforms reach the whole estate, so treat compromise as fleet-wide.",
7488
+ "was_this_required": true,
7489
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
7490
+ "adequacy": "Patch is necessary but insufficient alone — web shells, stolen credentials, and pushed tasking survive the patch and require explicit cleanup across managed systems."
7491
+ },
7492
+ "detection": {
7493
+ "what_would_have_worked": "Monitoring on the Quest KACE SMA: exploit-shaped requests, new web-shell files, unexpected process execution, administrative actions without a matching session, and anomalous jobs/scripts pushed to managed endpoints.",
7494
+ "was_this_required": false,
7495
+ "framework_requiring_it": null,
7496
+ "adequacy": "Necessary to catch resident persistence and downstream tasking after patching."
7497
+ },
7498
+ "response": {
7499
+ "what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate all platform and integration credentials, and audit every action the platform pushed to managed systems during the exposure window; assume downstream compromise.",
7500
+ "was_this_required": true,
7501
+ "framework_requiring_it": "NIST 800-53 IR-4",
7502
+ "adequacy": "Mandatory; a management-platform compromise can re-establish itself through the very systems it administers, so downstream review is non-negotiable."
7503
+ }
7428
7504
  },
7429
7505
  "framework_coverage": {
7430
7506
  "NIST-800-53-SI-2": {
7431
7507
  "covered": true,
7432
7508
  "adequate": false,
7433
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
7509
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated IT-management/enterprise platform RCE; these are mass-exploited within days, and RMM/ITSM/endpoint-management compromise reaches the entire managed estate."
7434
7510
  },
7435
7511
  "ISO-27001-2022-A.8.8": {
7436
7512
  "covered": true,
7437
7513
  "adequate": false,
7438
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
7514
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing management platform whose compromise is fleet-wide."
7515
+ },
7516
+ "NIS2-Art21-network-security": {
7517
+ "covered": true,
7518
+ "adequate": false,
7519
+ "gap": "Treats management platforms as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / credential-rotation / downstream-review cleanup these RCEs need given their managed-estate reach."
7520
+ },
7521
+ "PCI-DSS-4.0-6.3.3": {
7522
+ "covered": true,
7523
+ "adequate": false,
7524
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing management platform that can administer systems in or adjacent to the CDE."
7439
7525
  }
7440
7526
  },
7441
7527
  "compliance_exposure_score": {
7442
- "percent_audit_passing_orgs_still_exposed": 55,
7443
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
7528
+ "percent_audit_passing_orgs_still_exposed": 79,
7529
+ "basis": "Internet-facing Quest KACE Systems Management Appliance is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream-estate review are rarely part of the documented patch procedure, and the management reach amplifies the blast radius.",
7444
7530
  "theater_pattern": "patch_management"
7445
7531
  },
7446
7532
  "ai_discovered_zeroday": false,
7447
- "ai_discovery_source": "unknown",
7448
- "ai_assist_factor": "none",
7449
- "_auto_imported": true,
7450
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
7533
+ "ai_discovery_source": "vendor_research",
7534
+ "ai_assist_factor": "none"
7451
7535
  },
7452
7536
  "CVE-2024-27199": {
7453
7537
  "name": "JetBrains TeamCity Relative Path Traversal Vulnerability",
@@ -7658,35 +7742,58 @@
7658
7742
  },
7659
7743
  "CVE-2012-1854": {
7660
7744
  "name": "Microsoft Visual Basic for Applications Insecure Library Loading Vulnerability",
7661
- "lesson_date": "2026-05-18",
7745
+ "lesson_date": "2026-05-29",
7662
7746
  "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."
7747
+ "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.",
7748
+ "privileges_required": "none (the victim opens the attacker's document or visits the attacker's content)",
7749
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
7750
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
7751
+ },
7752
+ "defense_chain": {
7753
+ "prevention": {
7754
+ "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.",
7755
+ "was_this_required": true,
7756
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
7757
+ "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."
7758
+ },
7759
+ "detection": {
7760
+ "what_would_have_worked": "EDR / endpoint telemetry for DLLs loaded from document directories / unexpected paths.",
7761
+ "was_this_required": false,
7762
+ "framework_requiring_it": null,
7763
+ "adequacy": "Backstops endpoints not yet patched and catches the post-bypass execution stage."
7764
+ },
7765
+ "response": {
7766
+ "what_would_have_worked": "Force the patch across the estate, isolate exploited endpoints, hunt for follow-on payloads, and review for credential theft.",
7767
+ "was_this_required": true,
7768
+ "framework_requiring_it": "NIST 800-53 IR-4",
7769
+ "adequacy": "Mandatory; client-side exploitation typically leads to credential harvest and lateral movement that a bare patch does not remediate."
7770
+ }
7667
7771
  },
7668
7772
  "framework_coverage": {
7669
7773
  "NIST-800-53-SI-2": {
7670
7774
  "covered": true,
7671
7775
  "adequate": false,
7672
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
7776
+ "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
7777
  },
7674
7778
  "ISO-27001-2022-A.8.8": {
7675
7779
  "covered": true,
7676
7780
  "adequate": false,
7677
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
7781
+ "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."
7782
+ },
7783
+ "AU-ISM-1546": {
7784
+ "covered": true,
7785
+ "adequate": false,
7786
+ "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
7787
  }
7679
7788
  },
7680
7789
  "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.",
7790
+ "percent_audit_passing_orgs_still_exposed": 58,
7791
+ "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
7792
  "theater_pattern": "patch_management"
7684
7793
  },
7685
7794
  "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"
7795
+ "ai_discovery_source": "vendor_research",
7796
+ "ai_assist_factor": "none"
7690
7797
  },
7691
7798
  "CVE-2025-60710": {
7692
7799
  "name": "Microsoft Windows Link Following Vulnerability",
@@ -12830,35 +12937,58 @@
12830
12937
  },
12831
12938
  "CVE-2026-21513": {
12832
12939
  "name": "Microsoft MSHTML Framework Protection Mechanism Failure Vulnerability",
12833
- "lesson_date": "2026-05-18",
12940
+ "lesson_date": "2026-05-29",
12834
12941
  "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."
12942
+ "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.",
12943
+ "privileges_required": "none (the victim opens the attacker's document or visits the attacker's content)",
12944
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
12945
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
12946
+ },
12947
+ "defense_chain": {
12948
+ "prevention": {
12949
+ "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.",
12950
+ "was_this_required": true,
12951
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
12952
+ "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."
12953
+ },
12954
+ "detection": {
12955
+ "what_would_have_worked": "EDR / endpoint telemetry for execution of content lacking Mark-of-the-Web provenance and security-prompt bypass.",
12956
+ "was_this_required": false,
12957
+ "framework_requiring_it": null,
12958
+ "adequacy": "Backstops endpoints not yet patched and catches the post-bypass execution stage."
12959
+ },
12960
+ "response": {
12961
+ "what_would_have_worked": "Force the patch across the estate, isolate exploited endpoints, hunt for follow-on payloads, and review for credential theft.",
12962
+ "was_this_required": true,
12963
+ "framework_requiring_it": "NIST 800-53 IR-4",
12964
+ "adequacy": "Mandatory; client-side exploitation typically leads to credential harvest and lateral movement that a bare patch does not remediate."
12965
+ }
12839
12966
  },
12840
12967
  "framework_coverage": {
12841
12968
  "NIST-800-53-SI-2": {
12842
12969
  "covered": true,
12843
12970
  "adequate": false,
12844
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
12971
+ "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
12972
  },
12846
12973
  "ISO-27001-2022-A.8.8": {
12847
12974
  "covered": true,
12848
12975
  "adequate": false,
12849
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
12976
+ "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."
12977
+ },
12978
+ "AU-ISM-1546": {
12979
+ "covered": true,
12980
+ "adequate": false,
12981
+ "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
12982
  }
12851
12983
  },
12852
12984
  "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.",
12985
+ "percent_audit_passing_orgs_still_exposed": 58,
12986
+ "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
12987
  "theater_pattern": "patch_management"
12856
12988
  },
12857
12989
  "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"
12990
+ "ai_discovery_source": "vendor_research",
12991
+ "ai_assist_factor": "none"
12862
12992
  },
12863
12993
  "CVE-2026-21525": {
12864
12994
  "name": "Microsoft Windows NULL Pointer Dereference Vulnerability",
@@ -12894,35 +13024,58 @@
12894
13024
  },
12895
13025
  "CVE-2026-21510": {
12896
13026
  "name": "Microsoft Windows Shell Protection Mechanism Failure Vulnerability",
12897
- "lesson_date": "2026-05-18",
13027
+ "lesson_date": "2026-05-29",
12898
13028
  "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."
13029
+ "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.",
13030
+ "privileges_required": "none (the victim opens the attacker's document or visits the attacker's content)",
13031
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
13032
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
13033
+ },
13034
+ "defense_chain": {
13035
+ "prevention": {
13036
+ "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.",
13037
+ "was_this_required": true,
13038
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
13039
+ "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."
13040
+ },
13041
+ "detection": {
13042
+ "what_would_have_worked": "EDR / endpoint telemetry for execution of content lacking Mark-of-the-Web provenance and security-prompt bypass.",
13043
+ "was_this_required": false,
13044
+ "framework_requiring_it": null,
13045
+ "adequacy": "Backstops endpoints not yet patched and catches the post-bypass execution stage."
13046
+ },
13047
+ "response": {
13048
+ "what_would_have_worked": "Force the patch across the estate, isolate exploited endpoints, hunt for follow-on payloads, and review for credential theft.",
13049
+ "was_this_required": true,
13050
+ "framework_requiring_it": "NIST 800-53 IR-4",
13051
+ "adequacy": "Mandatory; client-side exploitation typically leads to credential harvest and lateral movement that a bare patch does not remediate."
13052
+ }
12903
13053
  },
12904
13054
  "framework_coverage": {
12905
13055
  "NIST-800-53-SI-2": {
12906
13056
  "covered": true,
12907
13057
  "adequate": false,
12908
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
13058
+ "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
13059
  },
12910
13060
  "ISO-27001-2022-A.8.8": {
12911
13061
  "covered": true,
12912
13062
  "adequate": false,
12913
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
13063
+ "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."
13064
+ },
13065
+ "AU-ISM-1546": {
13066
+ "covered": true,
13067
+ "adequate": false,
13068
+ "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
13069
  }
12915
13070
  },
12916
13071
  "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.",
13072
+ "percent_audit_passing_orgs_still_exposed": 58,
13073
+ "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
13074
  "theater_pattern": "patch_management"
12920
13075
  },
12921
13076
  "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"
13077
+ "ai_discovery_source": "vendor_research",
13078
+ "ai_assist_factor": "none"
12926
13079
  },
12927
13080
  "CVE-2026-21533": {
12928
13081
  "name": "Microsoft Windows Improper Privilege Management Vulnerability",
@@ -12981,67 +13134,113 @@
12981
13134
  },
12982
13135
  "CVE-2026-21519": {
12983
13136
  "name": "Microsoft Windows Type Confusion Vulnerability",
12984
- "lesson_date": "2026-05-18",
13137
+ "lesson_date": "2026-05-29",
12985
13138
  "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."
13139
+ "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.",
13140
+ "privileges_required": "none (the victim opens the attacker's document or visits the attacker's content)",
13141
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
13142
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
13143
+ },
13144
+ "defense_chain": {
13145
+ "prevention": {
13146
+ "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.",
13147
+ "was_this_required": true,
13148
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
13149
+ "adequacy": "Patch is definitive on a managed estate; the gap is patch hygiene on the long tail."
13150
+ },
13151
+ "detection": {
13152
+ "what_would_have_worked": "EDR / endpoint telemetry for child-process execution from the opening application after attacker-content open.",
13153
+ "was_this_required": false,
13154
+ "framework_requiring_it": null,
13155
+ "adequacy": "Backstops endpoints not yet patched and catches the post-bypass execution stage."
13156
+ },
13157
+ "response": {
13158
+ "what_would_have_worked": "Force the patch across the estate, isolate exploited endpoints, hunt for follow-on payloads, and review for credential theft.",
13159
+ "was_this_required": true,
13160
+ "framework_requiring_it": "NIST 800-53 IR-4",
13161
+ "adequacy": "Mandatory; client-side exploitation typically leads to credential harvest and lateral movement that a bare patch does not remediate."
13162
+ }
12990
13163
  },
12991
13164
  "framework_coverage": {
12992
13165
  "NIST-800-53-SI-2": {
12993
13166
  "covered": true,
12994
13167
  "adequate": false,
12995
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
13168
+ "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
13169
  },
12997
13170
  "ISO-27001-2022-A.8.8": {
12998
13171
  "covered": true,
12999
13172
  "adequate": false,
13000
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
13001
- }
13173
+ "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."
13174
+ },
13175
+ "AU-ISM-1546": {
13176
+ "covered": true,
13177
+ "adequate": false,
13178
+ "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."
13179
+ }
13002
13180
  },
13003
13181
  "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.",
13182
+ "percent_audit_passing_orgs_still_exposed": 58,
13183
+ "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
13184
  "theater_pattern": "patch_management"
13007
13185
  },
13008
13186
  "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"
13187
+ "ai_discovery_source": "vendor_research",
13188
+ "ai_assist_factor": "none"
13013
13189
  },
13014
13190
  "CVE-2026-21514": {
13015
13191
  "name": "Microsoft Office Word Reliance on Untrusted Inputs in a Security Decision Vulnerability",
13016
- "lesson_date": "2026-05-18",
13192
+ "lesson_date": "2026-05-29",
13017
13193
  "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."
13194
+ "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.",
13195
+ "privileges_required": "none (the victim opens the attacker's document or visits the attacker's content)",
13196
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
13197
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
13198
+ },
13199
+ "defense_chain": {
13200
+ "prevention": {
13201
+ "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.",
13202
+ "was_this_required": true,
13203
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
13204
+ "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."
13205
+ },
13206
+ "detection": {
13207
+ "what_would_have_worked": "EDR / endpoint telemetry for execution of content lacking Mark-of-the-Web provenance and security-prompt bypass.",
13208
+ "was_this_required": false,
13209
+ "framework_requiring_it": null,
13210
+ "adequacy": "Backstops endpoints not yet patched and catches the post-bypass execution stage."
13211
+ },
13212
+ "response": {
13213
+ "what_would_have_worked": "Force the patch across the estate, isolate exploited endpoints, hunt for follow-on payloads, and review for credential theft.",
13214
+ "was_this_required": true,
13215
+ "framework_requiring_it": "NIST 800-53 IR-4",
13216
+ "adequacy": "Mandatory; client-side exploitation typically leads to credential harvest and lateral movement that a bare patch does not remediate."
13217
+ }
13022
13218
  },
13023
13219
  "framework_coverage": {
13024
13220
  "NIST-800-53-SI-2": {
13025
13221
  "covered": true,
13026
13222
  "adequate": false,
13027
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
13223
+ "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
13224
  },
13029
13225
  "ISO-27001-2022-A.8.8": {
13030
13226
  "covered": true,
13031
13227
  "adequate": false,
13032
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
13228
+ "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."
13229
+ },
13230
+ "AU-ISM-1546": {
13231
+ "covered": true,
13232
+ "adequate": false,
13233
+ "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
13234
  }
13034
13235
  },
13035
13236
  "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.",
13237
+ "percent_audit_passing_orgs_still_exposed": 58,
13238
+ "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
13239
  "theater_pattern": "patch_management"
13039
13240
  },
13040
13241
  "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"
13242
+ "ai_discovery_source": "vendor_research",
13243
+ "ai_assist_factor": "none"
13045
13244
  },
13046
13245
  "CVE-2025-11953": {
13047
13246
  "name": "React Native Community CLI OS Command Injection Vulnerability",
@@ -13620,35 +13819,58 @@
13620
13819
  },
13621
13820
  "CVE-2026-21509": {
13622
13821
  "name": "Microsoft Office Security Feature Bypass Vulnerability",
13623
- "lesson_date": "2026-05-18",
13822
+ "lesson_date": "2026-05-29",
13624
13823
  "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."
13824
+ "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.",
13825
+ "privileges_required": "none (the victim opens the attacker's document or visits the attacker's content)",
13826
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
13827
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
13828
+ },
13829
+ "defense_chain": {
13830
+ "prevention": {
13831
+ "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.",
13832
+ "was_this_required": true,
13833
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
13834
+ "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."
13835
+ },
13836
+ "detection": {
13837
+ "what_would_have_worked": "EDR / endpoint telemetry for execution of content lacking Mark-of-the-Web provenance and security-prompt bypass.",
13838
+ "was_this_required": false,
13839
+ "framework_requiring_it": null,
13840
+ "adequacy": "Backstops endpoints not yet patched and catches the post-bypass execution stage."
13841
+ },
13842
+ "response": {
13843
+ "what_would_have_worked": "Force the patch across the estate, isolate exploited endpoints, hunt for follow-on payloads, and review for credential theft.",
13844
+ "was_this_required": true,
13845
+ "framework_requiring_it": "NIST 800-53 IR-4",
13846
+ "adequacy": "Mandatory; client-side exploitation typically leads to credential harvest and lateral movement that a bare patch does not remediate."
13847
+ }
13629
13848
  },
13630
13849
  "framework_coverage": {
13631
13850
  "NIST-800-53-SI-2": {
13632
13851
  "covered": true,
13633
13852
  "adequate": false,
13634
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
13853
+ "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
13854
  },
13636
13855
  "ISO-27001-2022-A.8.8": {
13637
13856
  "covered": true,
13638
13857
  "adequate": false,
13639
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
13858
+ "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."
13859
+ },
13860
+ "AU-ISM-1546": {
13861
+ "covered": true,
13862
+ "adequate": false,
13863
+ "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
13864
  }
13641
13865
  },
13642
13866
  "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.",
13867
+ "percent_audit_passing_orgs_still_exposed": 58,
13868
+ "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
13869
  "theater_pattern": "patch_management"
13646
13870
  },
13647
13871
  "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"
13872
+ "ai_discovery_source": "vendor_research",
13873
+ "ai_assist_factor": "none"
13652
13874
  },
13653
13875
  "CVE-2024-37079": {
13654
13876
  "name": "Broadcom VMware vCenter Server Out-of-bounds Write Vulnerability",
@@ -16494,35 +16716,63 @@
16494
16716
  },
16495
16717
  "CVE-2025-61882": {
16496
16718
  "name": "Oracle E-Business Suite Unspecified Vulnerability",
16497
- "lesson_date": "2026-05-18",
16719
+ "lesson_date": "2026-05-29",
16498
16720
  "attack_vector": {
16499
- "description": "Oracle E-Business Suite contains an unspecified vulnerability in the BI Publisher Integration component. The vulnerability allows unauthenticated attacker with network access via HTTP to compromise Oracle Concurrent Processing. Successful attacks can result in takeover of Oracle Concurrent Processing.",
16500
- "privileges_required": "network attacker (no authentication required)",
16501
- "complexity": "moderate (bulk-import default)",
16502
- "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."
16721
+ "description": "an unauthenticated code-injection / remote code execution flaw (CWE-94), mass-exploited in a data-theft extortion campaign. CISA KEV-listed 2025-10-06 with confirmed in-the-wild exploitation.",
16722
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the platform's public interface)",
16723
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
16724
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
16725
+ },
16726
+ "defense_chain": {
16727
+ "prevention": {
16728
+ "what_would_have_worked": "Apply the Oracle E-Business Suite security update; hunt for web shells, rotate credentials and secrets, and review downstream managed/integrated systems — management platforms reach the whole estate, so treat compromise as fleet-wide.",
16729
+ "was_this_required": true,
16730
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
16731
+ "adequacy": "Patch is necessary but insufficient alone — web shells, stolen credentials, and pushed tasking survive the patch and require explicit cleanup across managed systems."
16732
+ },
16733
+ "detection": {
16734
+ "what_would_have_worked": "Monitoring on the Oracle E-Business Suite: exploit-shaped requests, new web-shell files, unexpected process execution, administrative actions without a matching session, and anomalous jobs/scripts pushed to managed endpoints.",
16735
+ "was_this_required": false,
16736
+ "framework_requiring_it": null,
16737
+ "adequacy": "Necessary to catch resident persistence and downstream tasking after patching."
16738
+ },
16739
+ "response": {
16740
+ "what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate all platform and integration credentials, and audit every action the platform pushed to managed systems during the exposure window; assume downstream compromise.",
16741
+ "was_this_required": true,
16742
+ "framework_requiring_it": "NIST 800-53 IR-4",
16743
+ "adequacy": "Mandatory; a management-platform compromise can re-establish itself through the very systems it administers, so downstream review is non-negotiable."
16744
+ }
16503
16745
  },
16504
16746
  "framework_coverage": {
16505
16747
  "NIST-800-53-SI-2": {
16506
16748
  "covered": true,
16507
16749
  "adequate": false,
16508
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
16750
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated IT-management/enterprise platform RCE; these are mass-exploited within days, and RMM/ITSM/endpoint-management compromise reaches the entire managed estate."
16509
16751
  },
16510
16752
  "ISO-27001-2022-A.8.8": {
16511
16753
  "covered": true,
16512
16754
  "adequate": false,
16513
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
16755
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing management platform whose compromise is fleet-wide."
16756
+ },
16757
+ "NIS2-Art21-network-security": {
16758
+ "covered": true,
16759
+ "adequate": false,
16760
+ "gap": "Treats management platforms as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / credential-rotation / downstream-review cleanup these RCEs need given their managed-estate reach."
16761
+ },
16762
+ "PCI-DSS-4.0-6.3.3": {
16763
+ "covered": true,
16764
+ "adequate": false,
16765
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing management platform that can administer systems in or adjacent to the CDE."
16514
16766
  }
16515
16767
  },
16516
16768
  "compliance_exposure_score": {
16517
- "percent_audit_passing_orgs_still_exposed": 75,
16518
- "basis": "Known ransomware-campaign use; passing orgs typically still exposed when patch deployment lags KEV due date.",
16769
+ "percent_audit_passing_orgs_still_exposed": 79,
16770
+ "basis": "Internet-facing Oracle E-Business Suite is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream-estate review are rarely part of the documented patch procedure, and the management reach amplifies the blast radius.",
16519
16771
  "theater_pattern": "patch_management"
16520
16772
  },
16521
16773
  "ai_discovered_zeroday": false,
16522
- "ai_discovery_source": "unknown",
16523
- "ai_assist_factor": "none",
16524
- "_auto_imported": true,
16525
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
16774
+ "ai_discovery_source": "vendor_research",
16775
+ "ai_assist_factor": "none"
16526
16776
  },
16527
16777
  "CVE-2014-6278": {
16528
16778
  "name": "GNU Bash OS Command Injection Vulnerability",
@@ -17606,67 +17856,123 @@
17606
17856
  },
17607
17857
  "CVE-2025-8876": {
17608
17858
  "name": "N-able N-Central Command Injection Vulnerability",
17609
- "lesson_date": "2026-05-18",
17859
+ "lesson_date": "2026-05-29",
17610
17860
  "attack_vector": {
17611
- "description": "N-able N-Central contains a command injection vulnerability via improper sanitization of user input.",
17612
- "privileges_required": "network attacker (no authentication required)",
17613
- "complexity": "moderate (bulk-import default)",
17614
- "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."
17861
+ "description": "a command-injection flaw (CWE-94) enabling unauthenticated remote command execution on the RMM server. CISA KEV-listed 2025-08-13 with confirmed in-the-wild exploitation.",
17862
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the platform's public interface)",
17863
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
17864
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
17865
+ },
17866
+ "defense_chain": {
17867
+ "prevention": {
17868
+ "what_would_have_worked": "Apply the N-able N-Central security update; hunt for web shells, rotate credentials and secrets, and review downstream managed/integrated systems — management platforms reach the whole estate, so treat compromise as fleet-wide.",
17869
+ "was_this_required": true,
17870
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
17871
+ "adequacy": "Patch is necessary but insufficient alone — web shells, stolen credentials, and pushed tasking survive the patch and require explicit cleanup across managed systems."
17872
+ },
17873
+ "detection": {
17874
+ "what_would_have_worked": "Monitoring on the N-Central: exploit-shaped requests, new web-shell files, unexpected process execution, administrative actions without a matching session, and anomalous jobs/scripts pushed to managed endpoints.",
17875
+ "was_this_required": false,
17876
+ "framework_requiring_it": null,
17877
+ "adequacy": "Necessary to catch resident persistence and downstream tasking after patching."
17878
+ },
17879
+ "response": {
17880
+ "what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate all platform and integration credentials, and audit every action the platform pushed to managed systems during the exposure window; assume downstream compromise.",
17881
+ "was_this_required": true,
17882
+ "framework_requiring_it": "NIST 800-53 IR-4",
17883
+ "adequacy": "Mandatory; a management-platform compromise can re-establish itself through the very systems it administers, so downstream review is non-negotiable."
17884
+ }
17615
17885
  },
17616
17886
  "framework_coverage": {
17617
17887
  "NIST-800-53-SI-2": {
17618
17888
  "covered": true,
17619
17889
  "adequate": false,
17620
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
17890
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated IT-management/enterprise platform RCE; these are mass-exploited within days, and RMM/ITSM/endpoint-management compromise reaches the entire managed estate."
17621
17891
  },
17622
17892
  "ISO-27001-2022-A.8.8": {
17623
17893
  "covered": true,
17624
17894
  "adequate": false,
17625
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
17895
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing management platform whose compromise is fleet-wide."
17896
+ },
17897
+ "NIS2-Art21-network-security": {
17898
+ "covered": true,
17899
+ "adequate": false,
17900
+ "gap": "Treats management platforms as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / credential-rotation / downstream-review cleanup these RCEs need given their managed-estate reach."
17901
+ },
17902
+ "PCI-DSS-4.0-6.3.3": {
17903
+ "covered": true,
17904
+ "adequate": false,
17905
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing management platform that can administer systems in or adjacent to the CDE."
17626
17906
  }
17627
17907
  },
17628
17908
  "compliance_exposure_score": {
17629
- "percent_audit_passing_orgs_still_exposed": 55,
17630
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
17909
+ "percent_audit_passing_orgs_still_exposed": 79,
17910
+ "basis": "Internet-facing N-able N-Central is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream-estate review are rarely part of the documented patch procedure, and the management reach amplifies the blast radius.",
17631
17911
  "theater_pattern": "patch_management"
17632
17912
  },
17633
17913
  "ai_discovered_zeroday": false,
17634
- "ai_discovery_source": "unknown",
17635
- "ai_assist_factor": "none",
17636
- "_auto_imported": true,
17637
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
17914
+ "ai_discovery_source": "vendor_research",
17915
+ "ai_assist_factor": "none"
17638
17916
  },
17639
17917
  "CVE-2025-8875": {
17640
17918
  "name": "N-able N-Central Insecure Deserialization Vulnerability",
17641
- "lesson_date": "2026-05-18",
17919
+ "lesson_date": "2026-05-29",
17642
17920
  "attack_vector": {
17643
- "description": "N-able N-Central contains an insecure deserialization vulnerability that could lead to command execution.",
17644
- "privileges_required": "network attacker (no authentication required)",
17645
- "complexity": "moderate (bulk-import default)",
17646
- "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."
17921
+ "description": "an insecure-deserialization flaw (CWE-94) enabling unauthenticated remote code execution on the RMM server. CISA KEV-listed 2025-08-13 with confirmed in-the-wild exploitation.",
17922
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the platform's public interface)",
17923
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
17924
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
17925
+ },
17926
+ "defense_chain": {
17927
+ "prevention": {
17928
+ "what_would_have_worked": "Apply the N-able N-Central security update; hunt for web shells, rotate credentials and secrets, and review downstream managed/integrated systems — management platforms reach the whole estate, so treat compromise as fleet-wide.",
17929
+ "was_this_required": true,
17930
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
17931
+ "adequacy": "Patch is necessary but insufficient alone — web shells, stolen credentials, and pushed tasking survive the patch and require explicit cleanup across managed systems."
17932
+ },
17933
+ "detection": {
17934
+ "what_would_have_worked": "Monitoring on the N-Central: exploit-shaped requests, new web-shell files, unexpected process execution, administrative actions without a matching session, and anomalous jobs/scripts pushed to managed endpoints.",
17935
+ "was_this_required": false,
17936
+ "framework_requiring_it": null,
17937
+ "adequacy": "Necessary to catch resident persistence and downstream tasking after patching."
17938
+ },
17939
+ "response": {
17940
+ "what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate all platform and integration credentials, and audit every action the platform pushed to managed systems during the exposure window; assume downstream compromise.",
17941
+ "was_this_required": true,
17942
+ "framework_requiring_it": "NIST 800-53 IR-4",
17943
+ "adequacy": "Mandatory; a management-platform compromise can re-establish itself through the very systems it administers, so downstream review is non-negotiable."
17944
+ }
17647
17945
  },
17648
17946
  "framework_coverage": {
17649
17947
  "NIST-800-53-SI-2": {
17650
17948
  "covered": true,
17651
17949
  "adequate": false,
17652
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
17950
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated IT-management/enterprise platform RCE; these are mass-exploited within days, and RMM/ITSM/endpoint-management compromise reaches the entire managed estate."
17653
17951
  },
17654
17952
  "ISO-27001-2022-A.8.8": {
17655
17953
  "covered": true,
17656
17954
  "adequate": false,
17657
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
17955
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing management platform whose compromise is fleet-wide."
17956
+ },
17957
+ "NIS2-Art21-network-security": {
17958
+ "covered": true,
17959
+ "adequate": false,
17960
+ "gap": "Treats management platforms as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / credential-rotation / downstream-review cleanup these RCEs need given their managed-estate reach."
17961
+ },
17962
+ "PCI-DSS-4.0-6.3.3": {
17963
+ "covered": true,
17964
+ "adequate": false,
17965
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing management platform that can administer systems in or adjacent to the CDE."
17658
17966
  }
17659
17967
  },
17660
17968
  "compliance_exposure_score": {
17661
- "percent_audit_passing_orgs_still_exposed": 55,
17662
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
17969
+ "percent_audit_passing_orgs_still_exposed": 79,
17970
+ "basis": "Internet-facing N-able N-Central is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream-estate review are rarely part of the documented patch procedure, and the management reach amplifies the blast radius.",
17663
17971
  "theater_pattern": "patch_management"
17664
17972
  },
17665
17973
  "ai_discovered_zeroday": false,
17666
- "ai_discovery_source": "unknown",
17667
- "ai_assist_factor": "none",
17668
- "_auto_imported": true,
17669
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
17974
+ "ai_discovery_source": "vendor_research",
17975
+ "ai_assist_factor": "none"
17670
17976
  },
17671
17977
  "CVE-2025-8088": {
17672
17978
  "name": "RARLAB WinRAR Path Traversal Vulnerability",
@@ -18144,67 +18450,123 @@
18144
18450
  },
18145
18451
  "CVE-2025-2775": {
18146
18452
  "name": "SysAid On-Prem Improper Restriction of XML External Entity Reference Vulnerability",
18147
- "lesson_date": "2026-05-18",
18453
+ "lesson_date": "2026-05-29",
18148
18454
  "attack_vector": {
18149
- "description": "SysAid On-Prem contains an improper restriction of XML external entity reference vulnerability in the Checkin processing functionality, allowing for administrator account takeover and file read primitives.",
18150
- "privileges_required": "network attacker (no authentication required)",
18151
- "complexity": "moderate (bulk-import default)",
18152
- "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."
18455
+ "description": "an XML external entity (XXE) flaw (CWE-611) letting an unauthenticated attacker read server files and coerce server-side requests (a step toward administrator takeover and code execution). CISA KEV-listed 2025-07-22 with confirmed in-the-wild exploitation.",
18456
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the platform's public interface)",
18457
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
18458
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
18459
+ },
18460
+ "defense_chain": {
18461
+ "prevention": {
18462
+ "what_would_have_worked": "Apply the SysAid On-Prem security update; hunt for web shells, rotate credentials and secrets, and review downstream managed/integrated systems — management platforms reach the whole estate, so treat compromise as fleet-wide.",
18463
+ "was_this_required": true,
18464
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
18465
+ "adequacy": "Patch is necessary but insufficient alone — web shells, stolen credentials, and pushed tasking survive the patch and require explicit cleanup across managed systems."
18466
+ },
18467
+ "detection": {
18468
+ "what_would_have_worked": "Monitoring on the SysAid: exploit-shaped requests, new web-shell files, unexpected process execution, administrative actions without a matching session, and anomalous jobs/scripts pushed to managed endpoints.",
18469
+ "was_this_required": false,
18470
+ "framework_requiring_it": null,
18471
+ "adequacy": "Necessary to catch resident persistence and downstream tasking after patching."
18472
+ },
18473
+ "response": {
18474
+ "what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate all platform and integration credentials, and audit every action the platform pushed to managed systems during the exposure window; assume downstream compromise.",
18475
+ "was_this_required": true,
18476
+ "framework_requiring_it": "NIST 800-53 IR-4",
18477
+ "adequacy": "Mandatory; a management-platform compromise can re-establish itself through the very systems it administers, so downstream review is non-negotiable."
18478
+ }
18153
18479
  },
18154
18480
  "framework_coverage": {
18155
18481
  "NIST-800-53-SI-2": {
18156
18482
  "covered": true,
18157
18483
  "adequate": false,
18158
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
18484
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated IT-management/enterprise platform RCE; these are mass-exploited within days, and RMM/ITSM/endpoint-management compromise reaches the entire managed estate."
18159
18485
  },
18160
18486
  "ISO-27001-2022-A.8.8": {
18161
18487
  "covered": true,
18162
18488
  "adequate": false,
18163
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
18489
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing management platform whose compromise is fleet-wide."
18490
+ },
18491
+ "NIS2-Art21-network-security": {
18492
+ "covered": true,
18493
+ "adequate": false,
18494
+ "gap": "Treats management platforms as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / credential-rotation / downstream-review cleanup these RCEs need given their managed-estate reach."
18495
+ },
18496
+ "PCI-DSS-4.0-6.3.3": {
18497
+ "covered": true,
18498
+ "adequate": false,
18499
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing management platform that can administer systems in or adjacent to the CDE."
18164
18500
  }
18165
18501
  },
18166
18502
  "compliance_exposure_score": {
18167
- "percent_audit_passing_orgs_still_exposed": 55,
18168
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
18503
+ "percent_audit_passing_orgs_still_exposed": 79,
18504
+ "basis": "Internet-facing SysAid On-Prem is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream-estate review are rarely part of the documented patch procedure, and the management reach amplifies the blast radius.",
18169
18505
  "theater_pattern": "patch_management"
18170
18506
  },
18171
18507
  "ai_discovered_zeroday": false,
18172
- "ai_discovery_source": "unknown",
18173
- "ai_assist_factor": "none",
18174
- "_auto_imported": true,
18175
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
18508
+ "ai_discovery_source": "vendor_research",
18509
+ "ai_assist_factor": "none"
18176
18510
  },
18177
18511
  "CVE-2025-2776": {
18178
- "name": "SysAid On-Prem Improper Restriction of XML External Entity Reference Vulnerability",
18179
- "lesson_date": "2026-05-18",
18512
+ "name": "SysAid On-Prem Improper Restriction of XML External Entity Reference Vulnerability (variant: CVE-2025-2776)",
18513
+ "lesson_date": "2026-05-29",
18180
18514
  "attack_vector": {
18181
- "description": "SysAid On-Prem contains an improper restriction of XML external entity reference vulnerability in the Server URL processing functionality, allowing for administrator account takeover and file read primitives.",
18182
- "privileges_required": "network attacker (no authentication required)",
18183
- "complexity": "moderate (bulk-import default)",
18184
- "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."
18515
+ "description": "an XML external entity (XXE) flaw (CWE-611) at a second injection point, letting an unauthenticated attacker read server files and coerce server-side requests. CISA KEV-listed 2025-07-22 with confirmed in-the-wild exploitation.",
18516
+ "privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the platform's public interface)",
18517
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
18518
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
18519
+ },
18520
+ "defense_chain": {
18521
+ "prevention": {
18522
+ "what_would_have_worked": "Apply the SysAid On-Prem security update; hunt for web shells, rotate credentials and secrets, and review downstream managed/integrated systems — management platforms reach the whole estate, so treat compromise as fleet-wide.",
18523
+ "was_this_required": true,
18524
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
18525
+ "adequacy": "Patch is necessary but insufficient alone — web shells, stolen credentials, and pushed tasking survive the patch and require explicit cleanup across managed systems."
18526
+ },
18527
+ "detection": {
18528
+ "what_would_have_worked": "Monitoring on the SysAid: exploit-shaped requests, new web-shell files, unexpected process execution, administrative actions without a matching session, and anomalous jobs/scripts pushed to managed endpoints.",
18529
+ "was_this_required": false,
18530
+ "framework_requiring_it": null,
18531
+ "adequacy": "Necessary to catch resident persistence and downstream tasking after patching."
18532
+ },
18533
+ "response": {
18534
+ "what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate all platform and integration credentials, and audit every action the platform pushed to managed systems during the exposure window; assume downstream compromise.",
18535
+ "was_this_required": true,
18536
+ "framework_requiring_it": "NIST 800-53 IR-4",
18537
+ "adequacy": "Mandatory; a management-platform compromise can re-establish itself through the very systems it administers, so downstream review is non-negotiable."
18538
+ }
18185
18539
  },
18186
18540
  "framework_coverage": {
18187
18541
  "NIST-800-53-SI-2": {
18188
18542
  "covered": true,
18189
18543
  "adequate": false,
18190
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
18544
+ "gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated IT-management/enterprise platform RCE; these are mass-exploited within days, and RMM/ITSM/endpoint-management compromise reaches the entire managed estate."
18191
18545
  },
18192
18546
  "ISO-27001-2022-A.8.8": {
18193
18547
  "covered": true,
18194
18548
  "adequate": false,
18195
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
18549
+ "gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing management platform whose compromise is fleet-wide."
18550
+ },
18551
+ "NIS2-Art21-network-security": {
18552
+ "covered": true,
18553
+ "adequate": false,
18554
+ "gap": "Treats management platforms as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / credential-rotation / downstream-review cleanup these RCEs need given their managed-estate reach."
18555
+ },
18556
+ "PCI-DSS-4.0-6.3.3": {
18557
+ "covered": true,
18558
+ "adequate": false,
18559
+ "gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing management platform that can administer systems in or adjacent to the CDE."
18196
18560
  }
18197
18561
  },
18198
18562
  "compliance_exposure_score": {
18199
- "percent_audit_passing_orgs_still_exposed": 55,
18200
- "basis": "KEV-listed but not yet ransomware-attributed; exposure concentrated in orgs whose patch SLA defaults to NIST 30 days.",
18563
+ "percent_audit_passing_orgs_still_exposed": 79,
18564
+ "basis": "Internet-facing SysAid On-Prem is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream-estate review are rarely part of the documented patch procedure, and the management reach amplifies the blast radius.",
18201
18565
  "theater_pattern": "patch_management"
18202
18566
  },
18203
18567
  "ai_discovered_zeroday": false,
18204
- "ai_discovery_source": "unknown",
18205
- "ai_assist_factor": "none",
18206
- "_auto_imported": true,
18207
- "_intake_method": "v0.13.17-bulk-cisa-kev-import"
18568
+ "ai_discovery_source": "vendor_research",
18569
+ "ai_assist_factor": "none"
18208
18570
  },
18209
18571
  "CVE-2025-6558": {
18210
18572
  "name": "Google Chromium ANGLE and GPU Improper Input Validation Vulnerability",
@@ -20335,35 +20697,58 @@
20335
20697
  },
20336
20698
  "CVE-2025-30397": {
20337
20699
  "name": "Microsoft Windows Scripting Engine Type Confusion Vulnerability",
20338
- "lesson_date": "2026-05-18",
20700
+ "lesson_date": "2026-05-29",
20339
20701
  "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."
20702
+ "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.",
20703
+ "privileges_required": "none (the victim opens the attacker's document or visits the attacker's content)",
20704
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
20705
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
20706
+ },
20707
+ "defense_chain": {
20708
+ "prevention": {
20709
+ "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.",
20710
+ "was_this_required": true,
20711
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
20712
+ "adequacy": "Patch is definitive on a managed estate; the gap is patch hygiene on the long tail."
20713
+ },
20714
+ "detection": {
20715
+ "what_would_have_worked": "EDR / endpoint telemetry for child-process execution from the opening application after attacker-content open.",
20716
+ "was_this_required": false,
20717
+ "framework_requiring_it": null,
20718
+ "adequacy": "Backstops endpoints not yet patched and catches the post-bypass execution stage."
20719
+ },
20720
+ "response": {
20721
+ "what_would_have_worked": "Force the patch across the estate, isolate exploited endpoints, hunt for follow-on payloads, and review for credential theft.",
20722
+ "was_this_required": true,
20723
+ "framework_requiring_it": "NIST 800-53 IR-4",
20724
+ "adequacy": "Mandatory; client-side exploitation typically leads to credential harvest and lateral movement that a bare patch does not remediate."
20725
+ }
20344
20726
  },
20345
20727
  "framework_coverage": {
20346
20728
  "NIST-800-53-SI-2": {
20347
20729
  "covered": true,
20348
20730
  "adequate": false,
20349
- "gap": "30-day SLA inadequate for KEV-listed actively-exploited CVE; KEV due date is the operational clock."
20731
+ "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
20732
  },
20351
20733
  "ISO-27001-2022-A.8.8": {
20352
20734
  "covered": true,
20353
20735
  "adequate": false,
20354
- "gap": "Standard does not differentiate routinely-disclosed CVE from KEV-listed actively-exploited CVE."
20736
+ "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."
20737
+ },
20738
+ "AU-ISM-1546": {
20739
+ "covered": true,
20740
+ "adequate": false,
20741
+ "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
20742
  }
20356
20743
  },
20357
20744
  "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.",
20745
+ "percent_audit_passing_orgs_still_exposed": 58,
20746
+ "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
20747
  "theater_pattern": "patch_management"
20361
20748
  },
20362
20749
  "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"
20750
+ "ai_discovery_source": "vendor_research",
20751
+ "ai_assist_factor": "none"
20367
20752
  },
20368
20753
  "CVE-2025-32706": {
20369
20754
  "name": "Microsoft Windows Common Log File System (CLFS) Driver Heap-Based Buffer Overflow Vulnerability",
@@ -21840,5 +22225,60 @@
21840
22225
  "ai_discovered_zeroday": false,
21841
22226
  "ai_discovery_source": "vendor_research",
21842
22227
  "ai_assist_factor": "none"
22228
+ },
22229
+ "CVE-2009-1537": {
22230
+ "name": "Microsoft DirectShow QuickTime Parsing Memory Corruption",
22231
+ "lesson_date": "2026-05-29",
22232
+ "attack_vector": {
22233
+ "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.",
22234
+ "privileges_required": "none (the victim opens the attacker's document or visits the attacker's content)",
22235
+ "complexity": "low — KEV-listed, actively exploited; treat as weaponized",
22236
+ "ai_factor": "No AI involvement documented in discovery or weaponization."
22237
+ },
22238
+ "defense_chain": {
22239
+ "prevention": {
22240
+ "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.",
22241
+ "was_this_required": true,
22242
+ "framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
22243
+ "adequacy": "Patch is definitive on a managed estate; the gap is patch hygiene on the long tail."
22244
+ },
22245
+ "detection": {
22246
+ "what_would_have_worked": "EDR / endpoint telemetry for child-process execution from the opening application after attacker-content open.",
22247
+ "was_this_required": false,
22248
+ "framework_requiring_it": null,
22249
+ "adequacy": "Backstops endpoints not yet patched and catches the post-bypass execution stage."
22250
+ },
22251
+ "response": {
22252
+ "what_would_have_worked": "Force the patch across the estate, isolate exploited endpoints, hunt for follow-on payloads, and review for credential theft.",
22253
+ "was_this_required": true,
22254
+ "framework_requiring_it": "NIST 800-53 IR-4",
22255
+ "adequacy": "Mandatory; client-side exploitation typically leads to credential harvest and lateral movement that a bare patch does not remediate."
22256
+ }
22257
+ },
22258
+ "framework_coverage": {
22259
+ "NIST-800-53-SI-2": {
22260
+ "covered": true,
22261
+ "adequate": false,
22262
+ "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."
22263
+ },
22264
+ "ISO-27001-2022-A.8.8": {
22265
+ "covered": true,
22266
+ "adequate": false,
22267
+ "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."
22268
+ },
22269
+ "AU-ISM-1546": {
22270
+ "covered": true,
22271
+ "adequate": false,
22272
+ "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."
22273
+ }
22274
+ },
22275
+ "compliance_exposure_score": {
22276
+ "percent_audit_passing_orgs_still_exposed": 58,
22277
+ "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.",
22278
+ "theater_pattern": "patch_management"
22279
+ },
22280
+ "ai_discovered_zeroday": false,
22281
+ "ai_discovery_source": "vendor_research",
22282
+ "ai_assist_factor": "none"
21843
22283
  }
21844
22284
  }