@blamejs/exceptd-skills 0.15.9 → 0.15.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/data/_indexes/_meta.json +5 -5
- package/data/attack-techniques.json +14 -6
- package/data/cve-catalog.json +245 -87
- package/data/zeroday-lessons.json +568 -193
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +18 -18
|
@@ -7615,35 +7615,63 @@
|
|
|
7615
7615
|
},
|
|
7616
7616
|
"CVE-2023-21529": {
|
|
7617
7617
|
"name": "Microsoft Exchange Server Deserialization of Untrusted Data Vulnerability",
|
|
7618
|
-
"lesson_date": "2026-05-
|
|
7618
|
+
"lesson_date": "2026-05-29",
|
|
7619
7619
|
"attack_vector": {
|
|
7620
|
-
"description": "
|
|
7621
|
-
"privileges_required": "network
|
|
7622
|
-
"complexity": "
|
|
7623
|
-
"ai_factor": "
|
|
7620
|
+
"description": "deserialization of untrusted data (CWE-502) reachable by an attacker for remote code execution on the Exchange server. CISA KEV-listed 2026-04-13 with confirmed in-the-wild exploitation.",
|
|
7621
|
+
"privileges_required": "none (unauthenticated network reach to the server)",
|
|
7622
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
7623
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
7624
|
+
},
|
|
7625
|
+
"defense_chain": {
|
|
7626
|
+
"prevention": {
|
|
7627
|
+
"what_would_have_worked": "Apply the Microsoft Exchange Server security update; restrict the Exchange surface and review for web shells, a common Exchange post-exploitation persistence.",
|
|
7628
|
+
"was_this_required": true,
|
|
7629
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
7630
|
+
"adequacy": "Patch is necessary but, for these deserialization RCEs, insufficient alone — stolen machine keys and dropped web shells survive the patch and require explicit cleanup."
|
|
7631
|
+
},
|
|
7632
|
+
"detection": {
|
|
7633
|
+
"what_would_have_worked": "Monitoring on the Exchange Server: exploit-shaped requests, new .aspx/web-shell files under the server's web root, unexpected process execution, and anomalous use of stolen cryptographic keys.",
|
|
7634
|
+
"was_this_required": false,
|
|
7635
|
+
"framework_requiring_it": null,
|
|
7636
|
+
"adequacy": "Necessary to catch resident persistence after patching; the ToolShell-class chains specifically steal keys for durable access."
|
|
7637
|
+
},
|
|
7638
|
+
"response": {
|
|
7639
|
+
"what_would_have_worked": "Patch immediately, rotate machine keys, hunt and remove web shells, and review for lateral movement; assume credential compromise for any account reachable from the Exchange Server.",
|
|
7640
|
+
"was_this_required": true,
|
|
7641
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
7642
|
+
"adequacy": "Mandatory; patch-in-place without key rotation and web-shell hunting leaves the attacker resident."
|
|
7643
|
+
}
|
|
7624
7644
|
},
|
|
7625
7645
|
"framework_coverage": {
|
|
7626
7646
|
"NIST-800-53-SI-2": {
|
|
7627
7647
|
"covered": true,
|
|
7628
7648
|
"adequate": false,
|
|
7629
|
-
"gap": "30-day SLA
|
|
7649
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated server flaw; CISA KEV due dates are days. The ToolShell SharePoint chain was mass-exploited within days of disclosure."
|
|
7630
7650
|
},
|
|
7631
7651
|
"ISO-27001-2022-A.8.8": {
|
|
7632
7652
|
"covered": true,
|
|
7633
7653
|
"adequate": false,
|
|
7634
|
-
"gap": "
|
|
7654
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing enterprise server."
|
|
7655
|
+
},
|
|
7656
|
+
"NIS2-Art21-network-security": {
|
|
7657
|
+
"covered": true,
|
|
7658
|
+
"adequate": false,
|
|
7659
|
+
"gap": "Treats the server class as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the key-rotation/web-shell-hunt cleanup these deserialization RCEs need."
|
|
7660
|
+
},
|
|
7661
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
7662
|
+
"covered": true,
|
|
7663
|
+
"adequate": false,
|
|
7664
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated RCE on an internet-facing server in or adjacent to the CDE."
|
|
7635
7665
|
}
|
|
7636
7666
|
},
|
|
7637
7667
|
"compliance_exposure_score": {
|
|
7638
7668
|
"percent_audit_passing_orgs_still_exposed": 75,
|
|
7639
|
-
"basis": "
|
|
7669
|
+
"basis": "Internet-facing Microsoft Exchange Server is business-critical and change-controlled, so emergency patching loses to change windows; the required key-rotation and web-shell hunt is rarely part of the documented patch procedure.",
|
|
7640
7670
|
"theater_pattern": "patch_management"
|
|
7641
7671
|
},
|
|
7642
7672
|
"ai_discovered_zeroday": false,
|
|
7643
|
-
"ai_discovery_source": "
|
|
7644
|
-
"ai_assist_factor": "none"
|
|
7645
|
-
"_auto_imported": true,
|
|
7646
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
7673
|
+
"ai_discovery_source": "vendor_research",
|
|
7674
|
+
"ai_assist_factor": "none"
|
|
7647
7675
|
},
|
|
7648
7676
|
"CVE-2023-36424": {
|
|
7649
7677
|
"name": "Microsoft Windows Out-of-Bounds Read Vulnerability",
|
|
@@ -10773,99 +10801,168 @@
|
|
|
10773
10801
|
},
|
|
10774
10802
|
"CVE-2025-43510": {
|
|
10775
10803
|
"name": "Apple Multiple Products Improper Locking Vulnerability",
|
|
10776
|
-
"lesson_date": "2026-05-
|
|
10804
|
+
"lesson_date": "2026-05-29",
|
|
10777
10805
|
"attack_vector": {
|
|
10778
|
-
"description": "
|
|
10779
|
-
"privileges_required": "
|
|
10780
|
-
"complexity": "
|
|
10781
|
-
"ai_factor": "
|
|
10806
|
+
"description": "an improper-locking flaw (CWE-667) exploitable in a memory-corruption chain. CISA KEV-listed 2026-03-20 with confirmed in-the-wild exploitation (Apple zero-days of this class are typically used in targeted-spyware chains).",
|
|
10807
|
+
"privileges_required": "none (the victim device renders/opens attacker-controlled content; the chain often requires no user interaction)",
|
|
10808
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
10809
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
10810
|
+
},
|
|
10811
|
+
"defense_chain": {
|
|
10812
|
+
"prevention": {
|
|
10813
|
+
"what_would_have_worked": "Update to the patched iOS/iPadOS/macOS build (Apple's advisory documents in-the-wild exploitation); enable Lockdown Mode for high-risk users and enforce update SLAs via MDM on managed fleets.",
|
|
10814
|
+
"was_this_required": true,
|
|
10815
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
10816
|
+
"adequacy": "OS auto-update is definitive and fast for consumer devices; the gap is managed fleets that gate updates behind an MDM change window slower than the in-the-wild exploitation."
|
|
10817
|
+
},
|
|
10818
|
+
"detection": {
|
|
10819
|
+
"what_would_have_worked": "Endpoint/mobile-threat-defense monitoring for crash signatures on content render and for spyware-chain indicators; Apple Threat Notifications for targeted users.",
|
|
10820
|
+
"was_this_required": false,
|
|
10821
|
+
"framework_requiring_it": null,
|
|
10822
|
+
"adequacy": "Backstops devices not yet updated; targeted client chains are stealthy and often zero-click."
|
|
10823
|
+
},
|
|
10824
|
+
"response": {
|
|
10825
|
+
"what_would_have_worked": "Force the OS update across the fleet; for a confirmed targeted user, preserve forensic state, rotate credentials, and consider device replacement, as spyware chains can persist across reboots.",
|
|
10826
|
+
"was_this_required": true,
|
|
10827
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
10828
|
+
"adequacy": "Mandatory for a KEV-listed client OS RCE; the exposure is every device that rendered attacker content pre-patch."
|
|
10829
|
+
}
|
|
10782
10830
|
},
|
|
10783
10831
|
"framework_coverage": {
|
|
10784
10832
|
"NIST-800-53-SI-2": {
|
|
10785
10833
|
"covered": true,
|
|
10786
10834
|
"adequate": false,
|
|
10787
|
-
"gap": "30-day SLA
|
|
10835
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client memory-corruption flaw delivered by attacker-controlled content."
|
|
10788
10836
|
},
|
|
10789
10837
|
"ISO-27001-2022-A.8.8": {
|
|
10790
10838
|
"covered": true,
|
|
10791
10839
|
"adequate": false,
|
|
10792
|
-
"gap": "
|
|
10840
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited mobile/desktop OS flaw, often part of a targeted-spyware chain against high-risk users."
|
|
10841
|
+
},
|
|
10842
|
+
"AU-ISM-1546": {
|
|
10843
|
+
"covered": true,
|
|
10844
|
+
"adequate": false,
|
|
10845
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is closer to the reality for a client OS RCE than a 30-day cycle, but still trails same-day OS auto-update for an in-the-wild exploit; MDM-enforced update SLAs are the load-bearing control on managed mobile fleets."
|
|
10793
10846
|
}
|
|
10794
10847
|
},
|
|
10795
10848
|
"compliance_exposure_score": {
|
|
10796
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
10797
|
-
"basis": "
|
|
10849
|
+
"percent_audit_passing_orgs_still_exposed": 68,
|
|
10850
|
+
"basis": "Apple (multiple products) is ubiquitous on endpoints; audited organizations that gate OS updates behind a managed MDM change window (rather than same-day auto-update) were exposed for this KEV-listed, actively-exploited flaw.",
|
|
10798
10851
|
"theater_pattern": "patch_management"
|
|
10799
10852
|
},
|
|
10800
10853
|
"ai_discovered_zeroday": false,
|
|
10801
|
-
"ai_discovery_source": "
|
|
10802
|
-
"ai_assist_factor": "none"
|
|
10803
|
-
"_auto_imported": true,
|
|
10804
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
10854
|
+
"ai_discovery_source": "vendor_research",
|
|
10855
|
+
"ai_assist_factor": "none"
|
|
10805
10856
|
},
|
|
10806
10857
|
"CVE-2025-43520": {
|
|
10807
10858
|
"name": "Apple Multiple Products Classic Buffer Overflow Vulnerability",
|
|
10808
|
-
"lesson_date": "2026-05-
|
|
10859
|
+
"lesson_date": "2026-05-29",
|
|
10809
10860
|
"attack_vector": {
|
|
10810
|
-
"description": "
|
|
10811
|
-
"privileges_required": "
|
|
10812
|
-
"complexity": "
|
|
10813
|
-
"ai_factor": "
|
|
10861
|
+
"description": "a classic buffer overflow (CWE-120) reachable via attacker-controlled content. CISA KEV-listed 2026-03-20 with confirmed in-the-wild exploitation (Apple zero-days of this class are typically used in targeted-spyware chains).",
|
|
10862
|
+
"privileges_required": "none (the victim device renders/opens attacker-controlled content; the chain often requires no user interaction)",
|
|
10863
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
10864
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
10865
|
+
},
|
|
10866
|
+
"defense_chain": {
|
|
10867
|
+
"prevention": {
|
|
10868
|
+
"what_would_have_worked": "Update to the patched iOS/iPadOS/macOS build (Apple's advisory documents in-the-wild exploitation); enable Lockdown Mode for high-risk users and enforce update SLAs via MDM on managed fleets.",
|
|
10869
|
+
"was_this_required": true,
|
|
10870
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
10871
|
+
"adequacy": "OS auto-update is definitive and fast for consumer devices; the gap is managed fleets that gate updates behind an MDM change window slower than the in-the-wild exploitation."
|
|
10872
|
+
},
|
|
10873
|
+
"detection": {
|
|
10874
|
+
"what_would_have_worked": "Endpoint/mobile-threat-defense monitoring for crash signatures on content render and for spyware-chain indicators; Apple Threat Notifications for targeted users.",
|
|
10875
|
+
"was_this_required": false,
|
|
10876
|
+
"framework_requiring_it": null,
|
|
10877
|
+
"adequacy": "Backstops devices not yet updated; targeted client chains are stealthy and often zero-click."
|
|
10878
|
+
},
|
|
10879
|
+
"response": {
|
|
10880
|
+
"what_would_have_worked": "Force the OS update across the fleet; for a confirmed targeted user, preserve forensic state, rotate credentials, and consider device replacement, as spyware chains can persist across reboots.",
|
|
10881
|
+
"was_this_required": true,
|
|
10882
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
10883
|
+
"adequacy": "Mandatory for a KEV-listed client OS RCE; the exposure is every device that rendered attacker content pre-patch."
|
|
10884
|
+
}
|
|
10814
10885
|
},
|
|
10815
10886
|
"framework_coverage": {
|
|
10816
10887
|
"NIST-800-53-SI-2": {
|
|
10817
10888
|
"covered": true,
|
|
10818
10889
|
"adequate": false,
|
|
10819
|
-
"gap": "30-day SLA
|
|
10890
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client memory-corruption flaw delivered by attacker-controlled content."
|
|
10820
10891
|
},
|
|
10821
10892
|
"ISO-27001-2022-A.8.8": {
|
|
10822
10893
|
"covered": true,
|
|
10823
10894
|
"adequate": false,
|
|
10824
|
-
"gap": "
|
|
10895
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited mobile/desktop OS flaw, often part of a targeted-spyware chain against high-risk users."
|
|
10896
|
+
},
|
|
10897
|
+
"AU-ISM-1546": {
|
|
10898
|
+
"covered": true,
|
|
10899
|
+
"adequate": false,
|
|
10900
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is closer to the reality for a client OS RCE than a 30-day cycle, but still trails same-day OS auto-update for an in-the-wild exploit; MDM-enforced update SLAs are the load-bearing control on managed mobile fleets."
|
|
10825
10901
|
}
|
|
10826
10902
|
},
|
|
10827
10903
|
"compliance_exposure_score": {
|
|
10828
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
10829
|
-
"basis": "
|
|
10904
|
+
"percent_audit_passing_orgs_still_exposed": 68,
|
|
10905
|
+
"basis": "Apple (multiple products) is ubiquitous on endpoints; audited organizations that gate OS updates behind a managed MDM change window (rather than same-day auto-update) were exposed for this KEV-listed, actively-exploited flaw.",
|
|
10830
10906
|
"theater_pattern": "patch_management"
|
|
10831
10907
|
},
|
|
10832
10908
|
"ai_discovered_zeroday": false,
|
|
10833
|
-
"ai_discovery_source": "
|
|
10834
|
-
"ai_assist_factor": "none"
|
|
10835
|
-
"_auto_imported": true,
|
|
10836
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
10909
|
+
"ai_discovery_source": "vendor_research",
|
|
10910
|
+
"ai_assist_factor": "none"
|
|
10837
10911
|
},
|
|
10838
10912
|
"CVE-2025-31277": {
|
|
10839
10913
|
"name": "Apple Multiple Products Buffer Overflow Vulnerability",
|
|
10840
|
-
"lesson_date": "2026-05-
|
|
10914
|
+
"lesson_date": "2026-05-29",
|
|
10841
10915
|
"attack_vector": {
|
|
10842
|
-
"description": "
|
|
10843
|
-
"privileges_required": "
|
|
10844
|
-
"complexity": "
|
|
10845
|
-
"ai_factor": "
|
|
10916
|
+
"description": "a buffer overflow (CWE-119) used as a sandbox-escape / privilege step in an exploit chain. CISA KEV-listed 2026-03-20 with confirmed in-the-wild exploitation (Apple zero-days of this class are typically used in targeted-spyware chains).",
|
|
10917
|
+
"privileges_required": "low (a prior foothold / sandbox compromise; this is an escalation or sandbox-escape step in a multi-stage exploit chain)",
|
|
10918
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
10919
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
10920
|
+
},
|
|
10921
|
+
"defense_chain": {
|
|
10922
|
+
"prevention": {
|
|
10923
|
+
"what_would_have_worked": "Update to the patched iOS/iPadOS/macOS build (Apple's advisory documents in-the-wild exploitation); enable Lockdown Mode for high-risk users and enforce update SLAs via MDM on managed fleets.",
|
|
10924
|
+
"was_this_required": true,
|
|
10925
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
10926
|
+
"adequacy": "OS auto-update is definitive and fast for consumer devices; the gap is managed fleets that gate updates behind an MDM change window slower than the in-the-wild exploitation."
|
|
10927
|
+
},
|
|
10928
|
+
"detection": {
|
|
10929
|
+
"what_would_have_worked": "Endpoint/mobile-threat-defense monitoring for crash signatures on content render and for spyware-chain indicators; Apple Threat Notifications for targeted users.",
|
|
10930
|
+
"was_this_required": false,
|
|
10931
|
+
"framework_requiring_it": null,
|
|
10932
|
+
"adequacy": "Backstops devices not yet updated; targeted client chains are stealthy and often zero-click."
|
|
10933
|
+
},
|
|
10934
|
+
"response": {
|
|
10935
|
+
"what_would_have_worked": "Force the OS update across the fleet; for a confirmed targeted user, preserve forensic state, rotate credentials, and consider device replacement, as spyware chains can persist across reboots.",
|
|
10936
|
+
"was_this_required": true,
|
|
10937
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
10938
|
+
"adequacy": "Mandatory for a KEV-listed client OS RCE; the exposure is every device that rendered attacker content pre-patch."
|
|
10939
|
+
}
|
|
10846
10940
|
},
|
|
10847
10941
|
"framework_coverage": {
|
|
10848
10942
|
"NIST-800-53-SI-2": {
|
|
10849
10943
|
"covered": true,
|
|
10850
10944
|
"adequate": false,
|
|
10851
|
-
"gap": "30-day SLA
|
|
10945
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client memory-corruption flaw delivered by attacker-controlled content."
|
|
10852
10946
|
},
|
|
10853
10947
|
"ISO-27001-2022-A.8.8": {
|
|
10854
10948
|
"covered": true,
|
|
10855
10949
|
"adequate": false,
|
|
10856
|
-
"gap": "
|
|
10950
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited mobile/desktop OS flaw, often part of a targeted-spyware chain against high-risk users."
|
|
10951
|
+
},
|
|
10952
|
+
"AU-ISM-1546": {
|
|
10953
|
+
"covered": true,
|
|
10954
|
+
"adequate": false,
|
|
10955
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is closer to the reality for a client OS RCE than a 30-day cycle, but still trails same-day OS auto-update for an in-the-wild exploit; MDM-enforced update SLAs are the load-bearing control on managed mobile fleets."
|
|
10857
10956
|
}
|
|
10858
10957
|
},
|
|
10859
10958
|
"compliance_exposure_score": {
|
|
10860
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
10861
|
-
"basis": "
|
|
10959
|
+
"percent_audit_passing_orgs_still_exposed": 68,
|
|
10960
|
+
"basis": "Apple (multiple products) is ubiquitous on endpoints; audited organizations that gate OS updates behind a managed MDM change window (rather than same-day auto-update) were exposed for this KEV-listed, actively-exploited flaw.",
|
|
10862
10961
|
"theater_pattern": "patch_management"
|
|
10863
10962
|
},
|
|
10864
10963
|
"ai_discovered_zeroday": false,
|
|
10865
|
-
"ai_discovery_source": "
|
|
10866
|
-
"ai_assist_factor": "none"
|
|
10867
|
-
"_auto_imported": true,
|
|
10868
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
10964
|
+
"ai_discovery_source": "vendor_research",
|
|
10965
|
+
"ai_assist_factor": "none"
|
|
10869
10966
|
},
|
|
10870
10967
|
"CVE-2026-20131": {
|
|
10871
10968
|
"name": "Cisco Secure Firewall Management Center (FMC) Software and Cisco Security Cloud Control (SCC) Firewall Management Deserialization of Untrusted Data Vulnerability",
|
|
@@ -11383,99 +11480,168 @@
|
|
|
11383
11480
|
},
|
|
11384
11481
|
"CVE-2023-43000": {
|
|
11385
11482
|
"name": "Apple Multiple products Use-After-Free Vulnerability",
|
|
11386
|
-
"lesson_date": "2026-05-
|
|
11483
|
+
"lesson_date": "2026-05-29",
|
|
11387
11484
|
"attack_vector": {
|
|
11388
|
-
"description": "
|
|
11389
|
-
"privileges_required": "
|
|
11390
|
-
"complexity": "
|
|
11391
|
-
"ai_factor": "
|
|
11485
|
+
"description": "a use-after-free (CWE-416) used as a sandbox-escape step in an exploit chain. CISA KEV-listed 2026-03-05 with confirmed in-the-wild exploitation (Apple zero-days of this class are typically used in targeted-spyware chains).",
|
|
11486
|
+
"privileges_required": "low (a prior foothold / sandbox compromise; this is an escalation or sandbox-escape step in a multi-stage exploit chain)",
|
|
11487
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
11488
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
11489
|
+
},
|
|
11490
|
+
"defense_chain": {
|
|
11491
|
+
"prevention": {
|
|
11492
|
+
"what_would_have_worked": "Update to the patched iOS/iPadOS/macOS build (Apple's advisory documents in-the-wild exploitation); enable Lockdown Mode for high-risk users and enforce update SLAs via MDM on managed fleets.",
|
|
11493
|
+
"was_this_required": true,
|
|
11494
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
11495
|
+
"adequacy": "OS auto-update is definitive and fast for consumer devices; the gap is managed fleets that gate updates behind an MDM change window slower than the in-the-wild exploitation."
|
|
11496
|
+
},
|
|
11497
|
+
"detection": {
|
|
11498
|
+
"what_would_have_worked": "Endpoint/mobile-threat-defense monitoring for crash signatures on content render and for spyware-chain indicators; Apple Threat Notifications for targeted users.",
|
|
11499
|
+
"was_this_required": false,
|
|
11500
|
+
"framework_requiring_it": null,
|
|
11501
|
+
"adequacy": "Backstops devices not yet updated; targeted client chains are stealthy and often zero-click."
|
|
11502
|
+
},
|
|
11503
|
+
"response": {
|
|
11504
|
+
"what_would_have_worked": "Force the OS update across the fleet; for a confirmed targeted user, preserve forensic state, rotate credentials, and consider device replacement, as spyware chains can persist across reboots.",
|
|
11505
|
+
"was_this_required": true,
|
|
11506
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
11507
|
+
"adequacy": "Mandatory for a KEV-listed client OS RCE; the exposure is every device that rendered attacker content pre-patch."
|
|
11508
|
+
}
|
|
11392
11509
|
},
|
|
11393
11510
|
"framework_coverage": {
|
|
11394
11511
|
"NIST-800-53-SI-2": {
|
|
11395
11512
|
"covered": true,
|
|
11396
11513
|
"adequate": false,
|
|
11397
|
-
"gap": "30-day SLA
|
|
11514
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client memory-corruption flaw delivered by attacker-controlled content."
|
|
11398
11515
|
},
|
|
11399
11516
|
"ISO-27001-2022-A.8.8": {
|
|
11400
11517
|
"covered": true,
|
|
11401
11518
|
"adequate": false,
|
|
11402
|
-
"gap": "
|
|
11519
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited mobile/desktop OS flaw, often part of a targeted-spyware chain against high-risk users."
|
|
11520
|
+
},
|
|
11521
|
+
"AU-ISM-1546": {
|
|
11522
|
+
"covered": true,
|
|
11523
|
+
"adequate": false,
|
|
11524
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is closer to the reality for a client OS RCE than a 30-day cycle, but still trails same-day OS auto-update for an in-the-wild exploit; MDM-enforced update SLAs are the load-bearing control on managed mobile fleets."
|
|
11403
11525
|
}
|
|
11404
11526
|
},
|
|
11405
11527
|
"compliance_exposure_score": {
|
|
11406
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
11407
|
-
"basis": "
|
|
11528
|
+
"percent_audit_passing_orgs_still_exposed": 68,
|
|
11529
|
+
"basis": "Apple (multiple products) is ubiquitous on endpoints; audited organizations that gate OS updates behind a managed MDM change window (rather than same-day auto-update) were exposed for this KEV-listed, actively-exploited flaw.",
|
|
11408
11530
|
"theater_pattern": "patch_management"
|
|
11409
11531
|
},
|
|
11410
11532
|
"ai_discovered_zeroday": false,
|
|
11411
|
-
"ai_discovery_source": "
|
|
11412
|
-
"ai_assist_factor": "none"
|
|
11413
|
-
"_auto_imported": true,
|
|
11414
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
11533
|
+
"ai_discovery_source": "vendor_research",
|
|
11534
|
+
"ai_assist_factor": "none"
|
|
11415
11535
|
},
|
|
11416
11536
|
"CVE-2021-30952": {
|
|
11417
11537
|
"name": "Apple Multiple Products Integer Overflow or Wraparound Vulnerability",
|
|
11418
|
-
"lesson_date": "2026-05-
|
|
11538
|
+
"lesson_date": "2026-05-29",
|
|
11419
11539
|
"attack_vector": {
|
|
11420
|
-
"description": "
|
|
11421
|
-
"privileges_required": "
|
|
11422
|
-
"complexity": "
|
|
11423
|
-
"ai_factor": "
|
|
11540
|
+
"description": "an integer overflow / wraparound (CWE-190) used as a memory-corruption step in an exploit chain. CISA KEV-listed 2026-03-05 with confirmed in-the-wild exploitation (Apple zero-days of this class are typically used in targeted-spyware chains).",
|
|
11541
|
+
"privileges_required": "low (a prior foothold / sandbox compromise; this is an escalation or sandbox-escape step in a multi-stage exploit chain)",
|
|
11542
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
11543
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
11544
|
+
},
|
|
11545
|
+
"defense_chain": {
|
|
11546
|
+
"prevention": {
|
|
11547
|
+
"what_would_have_worked": "Update to the patched iOS/iPadOS/macOS build (Apple's advisory documents in-the-wild exploitation); enable Lockdown Mode for high-risk users and enforce update SLAs via MDM on managed fleets.",
|
|
11548
|
+
"was_this_required": true,
|
|
11549
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
11550
|
+
"adequacy": "OS auto-update is definitive and fast for consumer devices; the gap is managed fleets that gate updates behind an MDM change window slower than the in-the-wild exploitation."
|
|
11551
|
+
},
|
|
11552
|
+
"detection": {
|
|
11553
|
+
"what_would_have_worked": "Endpoint/mobile-threat-defense monitoring for crash signatures on content render and for spyware-chain indicators; Apple Threat Notifications for targeted users.",
|
|
11554
|
+
"was_this_required": false,
|
|
11555
|
+
"framework_requiring_it": null,
|
|
11556
|
+
"adequacy": "Backstops devices not yet updated; targeted client chains are stealthy and often zero-click."
|
|
11557
|
+
},
|
|
11558
|
+
"response": {
|
|
11559
|
+
"what_would_have_worked": "Force the OS update across the fleet; for a confirmed targeted user, preserve forensic state, rotate credentials, and consider device replacement, as spyware chains can persist across reboots.",
|
|
11560
|
+
"was_this_required": true,
|
|
11561
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
11562
|
+
"adequacy": "Mandatory for a KEV-listed client OS RCE; the exposure is every device that rendered attacker content pre-patch."
|
|
11563
|
+
}
|
|
11424
11564
|
},
|
|
11425
11565
|
"framework_coverage": {
|
|
11426
11566
|
"NIST-800-53-SI-2": {
|
|
11427
11567
|
"covered": true,
|
|
11428
11568
|
"adequate": false,
|
|
11429
|
-
"gap": "30-day SLA
|
|
11569
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client memory-corruption flaw delivered by attacker-controlled content."
|
|
11430
11570
|
},
|
|
11431
11571
|
"ISO-27001-2022-A.8.8": {
|
|
11432
11572
|
"covered": true,
|
|
11433
11573
|
"adequate": false,
|
|
11434
|
-
"gap": "
|
|
11574
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited mobile/desktop OS flaw, often part of a targeted-spyware chain against high-risk users."
|
|
11575
|
+
},
|
|
11576
|
+
"AU-ISM-1546": {
|
|
11577
|
+
"covered": true,
|
|
11578
|
+
"adequate": false,
|
|
11579
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is closer to the reality for a client OS RCE than a 30-day cycle, but still trails same-day OS auto-update for an in-the-wild exploit; MDM-enforced update SLAs are the load-bearing control on managed mobile fleets."
|
|
11435
11580
|
}
|
|
11436
11581
|
},
|
|
11437
11582
|
"compliance_exposure_score": {
|
|
11438
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
11439
|
-
"basis": "
|
|
11583
|
+
"percent_audit_passing_orgs_still_exposed": 68,
|
|
11584
|
+
"basis": "Apple (multiple products) is ubiquitous on endpoints; audited organizations that gate OS updates behind a managed MDM change window (rather than same-day auto-update) were exposed for this KEV-listed, actively-exploited flaw.",
|
|
11440
11585
|
"theater_pattern": "patch_management"
|
|
11441
11586
|
},
|
|
11442
11587
|
"ai_discovered_zeroday": false,
|
|
11443
|
-
"ai_discovery_source": "
|
|
11444
|
-
"ai_assist_factor": "none"
|
|
11445
|
-
"_auto_imported": true,
|
|
11446
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
11588
|
+
"ai_discovery_source": "vendor_research",
|
|
11589
|
+
"ai_assist_factor": "none"
|
|
11447
11590
|
},
|
|
11448
11591
|
"CVE-2023-41974": {
|
|
11449
11592
|
"name": "Apple iOS and iPadOS Use-After-Free Vulnerability",
|
|
11450
|
-
"lesson_date": "2026-05-
|
|
11593
|
+
"lesson_date": "2026-05-29",
|
|
11451
11594
|
"attack_vector": {
|
|
11452
|
-
"description": "
|
|
11453
|
-
"privileges_required": "
|
|
11454
|
-
"complexity": "
|
|
11455
|
-
"ai_factor": "
|
|
11595
|
+
"description": "a use-after-free (CWE-416) on iOS/iPadOS used as a sandbox-escape step in an exploit chain. CISA KEV-listed 2026-03-05 with confirmed in-the-wild exploitation (Apple zero-days of this class are typically used in targeted-spyware chains).",
|
|
11596
|
+
"privileges_required": "low (a prior foothold / sandbox compromise; this is an escalation or sandbox-escape step in a multi-stage exploit chain)",
|
|
11597
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
11598
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
11599
|
+
},
|
|
11600
|
+
"defense_chain": {
|
|
11601
|
+
"prevention": {
|
|
11602
|
+
"what_would_have_worked": "Update to the patched iOS/iPadOS/macOS build (Apple's advisory documents in-the-wild exploitation); enable Lockdown Mode for high-risk users and enforce update SLAs via MDM on managed fleets.",
|
|
11603
|
+
"was_this_required": true,
|
|
11604
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
11605
|
+
"adequacy": "OS auto-update is definitive and fast for consumer devices; the gap is managed fleets that gate updates behind an MDM change window slower than the in-the-wild exploitation."
|
|
11606
|
+
},
|
|
11607
|
+
"detection": {
|
|
11608
|
+
"what_would_have_worked": "Endpoint/mobile-threat-defense monitoring for crash signatures on content render and for spyware-chain indicators; Apple Threat Notifications for targeted users.",
|
|
11609
|
+
"was_this_required": false,
|
|
11610
|
+
"framework_requiring_it": null,
|
|
11611
|
+
"adequacy": "Backstops devices not yet updated; targeted client chains are stealthy and often zero-click."
|
|
11612
|
+
},
|
|
11613
|
+
"response": {
|
|
11614
|
+
"what_would_have_worked": "Force the OS update across the fleet; for a confirmed targeted user, preserve forensic state, rotate credentials, and consider device replacement, as spyware chains can persist across reboots.",
|
|
11615
|
+
"was_this_required": true,
|
|
11616
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
11617
|
+
"adequacy": "Mandatory for a KEV-listed client OS RCE; the exposure is every device that rendered attacker content pre-patch."
|
|
11618
|
+
}
|
|
11456
11619
|
},
|
|
11457
11620
|
"framework_coverage": {
|
|
11458
11621
|
"NIST-800-53-SI-2": {
|
|
11459
11622
|
"covered": true,
|
|
11460
11623
|
"adequate": false,
|
|
11461
|
-
"gap": "30-day SLA
|
|
11624
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client memory-corruption flaw delivered by attacker-controlled content."
|
|
11462
11625
|
},
|
|
11463
11626
|
"ISO-27001-2022-A.8.8": {
|
|
11464
11627
|
"covered": true,
|
|
11465
11628
|
"adequate": false,
|
|
11466
|
-
"gap": "
|
|
11629
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited mobile/desktop OS flaw, often part of a targeted-spyware chain against high-risk users."
|
|
11630
|
+
},
|
|
11631
|
+
"AU-ISM-1546": {
|
|
11632
|
+
"covered": true,
|
|
11633
|
+
"adequate": false,
|
|
11634
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is closer to the reality for a client OS RCE than a 30-day cycle, but still trails same-day OS auto-update for an in-the-wild exploit; MDM-enforced update SLAs are the load-bearing control on managed mobile fleets."
|
|
11467
11635
|
}
|
|
11468
11636
|
},
|
|
11469
11637
|
"compliance_exposure_score": {
|
|
11470
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
11471
|
-
"basis": "
|
|
11638
|
+
"percent_audit_passing_orgs_still_exposed": 68,
|
|
11639
|
+
"basis": "Apple iOS and iPadOS is ubiquitous on endpoints; audited organizations that gate OS updates behind a managed MDM change window (rather than same-day auto-update) were exposed for this KEV-listed, actively-exploited flaw.",
|
|
11472
11640
|
"theater_pattern": "patch_management"
|
|
11473
11641
|
},
|
|
11474
11642
|
"ai_discovered_zeroday": false,
|
|
11475
|
-
"ai_discovery_source": "
|
|
11476
|
-
"ai_assist_factor": "none"
|
|
11477
|
-
"_auto_imported": true,
|
|
11478
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
11643
|
+
"ai_discovery_source": "vendor_research",
|
|
11644
|
+
"ai_assist_factor": "none"
|
|
11479
11645
|
},
|
|
11480
11646
|
"CVE-2026-22719": {
|
|
11481
11647
|
"name": "Broadcom VMware Aria Operations Command Injection Vulnerability",
|
|
@@ -12095,67 +12261,118 @@
|
|
|
12095
12261
|
},
|
|
12096
12262
|
"CVE-2026-20700": {
|
|
12097
12263
|
"name": "Apple Multiple Buffer Overflow Vulnerability",
|
|
12098
|
-
"lesson_date": "2026-05-
|
|
12264
|
+
"lesson_date": "2026-05-29",
|
|
12099
12265
|
"attack_vector": {
|
|
12100
|
-
"description": "
|
|
12101
|
-
"privileges_required": "
|
|
12102
|
-
"complexity": "
|
|
12103
|
-
"ai_factor": "
|
|
12266
|
+
"description": "a buffer overflow (CWE-119) reachable via attacker-controlled content. CISA KEV-listed 2026-02-12 with confirmed in-the-wild exploitation (Apple zero-days of this class are typically used in targeted-spyware chains).",
|
|
12267
|
+
"privileges_required": "none (the victim device renders/opens attacker-controlled content; the chain often requires no user interaction)",
|
|
12268
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
12269
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
12270
|
+
},
|
|
12271
|
+
"defense_chain": {
|
|
12272
|
+
"prevention": {
|
|
12273
|
+
"what_would_have_worked": "Update to the patched iOS/iPadOS/macOS build (Apple's advisory documents in-the-wild exploitation); enable Lockdown Mode for high-risk users and enforce update SLAs via MDM on managed fleets.",
|
|
12274
|
+
"was_this_required": true,
|
|
12275
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
12276
|
+
"adequacy": "OS auto-update is definitive and fast for consumer devices; the gap is managed fleets that gate updates behind an MDM change window slower than the in-the-wild exploitation."
|
|
12277
|
+
},
|
|
12278
|
+
"detection": {
|
|
12279
|
+
"what_would_have_worked": "Endpoint/mobile-threat-defense monitoring for crash signatures on content render and for spyware-chain indicators; Apple Threat Notifications for targeted users.",
|
|
12280
|
+
"was_this_required": false,
|
|
12281
|
+
"framework_requiring_it": null,
|
|
12282
|
+
"adequacy": "Backstops devices not yet updated; targeted client chains are stealthy and often zero-click."
|
|
12283
|
+
},
|
|
12284
|
+
"response": {
|
|
12285
|
+
"what_would_have_worked": "Force the OS update across the fleet; for a confirmed targeted user, preserve forensic state, rotate credentials, and consider device replacement, as spyware chains can persist across reboots.",
|
|
12286
|
+
"was_this_required": true,
|
|
12287
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
12288
|
+
"adequacy": "Mandatory for a KEV-listed client OS RCE; the exposure is every device that rendered attacker content pre-patch."
|
|
12289
|
+
}
|
|
12104
12290
|
},
|
|
12105
12291
|
"framework_coverage": {
|
|
12106
12292
|
"NIST-800-53-SI-2": {
|
|
12107
12293
|
"covered": true,
|
|
12108
12294
|
"adequate": false,
|
|
12109
|
-
"gap": "30-day SLA
|
|
12295
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client memory-corruption flaw delivered by attacker-controlled content."
|
|
12110
12296
|
},
|
|
12111
12297
|
"ISO-27001-2022-A.8.8": {
|
|
12112
12298
|
"covered": true,
|
|
12113
12299
|
"adequate": false,
|
|
12114
|
-
"gap": "
|
|
12300
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited mobile/desktop OS flaw, often part of a targeted-spyware chain against high-risk users."
|
|
12301
|
+
},
|
|
12302
|
+
"AU-ISM-1546": {
|
|
12303
|
+
"covered": true,
|
|
12304
|
+
"adequate": false,
|
|
12305
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is closer to the reality for a client OS RCE than a 30-day cycle, but still trails same-day OS auto-update for an in-the-wild exploit; MDM-enforced update SLAs are the load-bearing control on managed mobile fleets."
|
|
12115
12306
|
}
|
|
12116
12307
|
},
|
|
12117
12308
|
"compliance_exposure_score": {
|
|
12118
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
12119
|
-
"basis": "
|
|
12309
|
+
"percent_audit_passing_orgs_still_exposed": 68,
|
|
12310
|
+
"basis": "Apple (multiple products) is ubiquitous on endpoints; audited organizations that gate OS updates behind a managed MDM change window (rather than same-day auto-update) were exposed for this KEV-listed, actively-exploited flaw.",
|
|
12120
12311
|
"theater_pattern": "patch_management"
|
|
12121
12312
|
},
|
|
12122
12313
|
"ai_discovered_zeroday": false,
|
|
12123
|
-
"ai_discovery_source": "
|
|
12124
|
-
"ai_assist_factor": "none"
|
|
12125
|
-
"_auto_imported": true,
|
|
12126
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
12314
|
+
"ai_discovery_source": "vendor_research",
|
|
12315
|
+
"ai_assist_factor": "none"
|
|
12127
12316
|
},
|
|
12128
12317
|
"CVE-2024-43468": {
|
|
12129
12318
|
"name": "Microsoft Configuration Manager SQL Injection Vulnerability",
|
|
12130
|
-
"lesson_date": "2026-05-
|
|
12319
|
+
"lesson_date": "2026-05-29",
|
|
12131
12320
|
"attack_vector": {
|
|
12132
|
-
"description": "
|
|
12133
|
-
"privileges_required": "network
|
|
12134
|
-
"complexity": "
|
|
12135
|
-
"ai_factor": "
|
|
12321
|
+
"description": "SQL injection (CWE-89) on Microsoft Configuration Manager escalating to unauthenticated remote code execution. CISA KEV-listed 2026-02-12 with confirmed in-the-wild exploitation.",
|
|
12322
|
+
"privileges_required": "none (unauthenticated network reach to the server)",
|
|
12323
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
12324
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
12325
|
+
},
|
|
12326
|
+
"defense_chain": {
|
|
12327
|
+
"prevention": {
|
|
12328
|
+
"what_would_have_worked": "Apply the Microsoft Configuration Manager security update; ConfigMgr governs endpoint management, so treat compromise as fleet-level and review managed-client integrity.",
|
|
12329
|
+
"was_this_required": true,
|
|
12330
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
12331
|
+
"adequacy": "Patch is necessary but, for these deserialization RCEs, insufficient alone — stolen machine keys and dropped web shells survive the patch and require explicit cleanup."
|
|
12332
|
+
},
|
|
12333
|
+
"detection": {
|
|
12334
|
+
"what_would_have_worked": "Monitoring on the Configuration Manager: exploit-shaped requests, new .aspx/web-shell files under the server's web root, unexpected process execution, and anomalous use of stolen cryptographic keys.",
|
|
12335
|
+
"was_this_required": false,
|
|
12336
|
+
"framework_requiring_it": null,
|
|
12337
|
+
"adequacy": "Necessary to catch resident persistence after patching; the ToolShell-class chains specifically steal keys for durable access."
|
|
12338
|
+
},
|
|
12339
|
+
"response": {
|
|
12340
|
+
"what_would_have_worked": "Patch immediately, rotate machine keys, hunt and remove web shells, and review for lateral movement; assume credential compromise for any account reachable from the Configuration Manager.",
|
|
12341
|
+
"was_this_required": true,
|
|
12342
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
12343
|
+
"adequacy": "Mandatory; patch-in-place without key rotation and web-shell hunting leaves the attacker resident."
|
|
12344
|
+
}
|
|
12136
12345
|
},
|
|
12137
12346
|
"framework_coverage": {
|
|
12138
12347
|
"NIST-800-53-SI-2": {
|
|
12139
12348
|
"covered": true,
|
|
12140
12349
|
"adequate": false,
|
|
12141
|
-
"gap": "30-day SLA
|
|
12350
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated server flaw; CISA KEV due dates are days. The ToolShell SharePoint chain was mass-exploited within days of disclosure."
|
|
12142
12351
|
},
|
|
12143
12352
|
"ISO-27001-2022-A.8.8": {
|
|
12144
12353
|
"covered": true,
|
|
12145
12354
|
"adequate": false,
|
|
12146
|
-
"gap": "
|
|
12355
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing enterprise server."
|
|
12356
|
+
},
|
|
12357
|
+
"NIS2-Art21-network-security": {
|
|
12358
|
+
"covered": true,
|
|
12359
|
+
"adequate": false,
|
|
12360
|
+
"gap": "Treats the server class as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the key-rotation/web-shell-hunt cleanup these deserialization RCEs need."
|
|
12361
|
+
},
|
|
12362
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
12363
|
+
"covered": true,
|
|
12364
|
+
"adequate": false,
|
|
12365
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated RCE on an internet-facing server in or adjacent to the CDE."
|
|
12147
12366
|
}
|
|
12148
12367
|
},
|
|
12149
12368
|
"compliance_exposure_score": {
|
|
12150
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
12151
|
-
"basis": "
|
|
12369
|
+
"percent_audit_passing_orgs_still_exposed": 75,
|
|
12370
|
+
"basis": "Internet-facing Microsoft Configuration Manager is business-critical and change-controlled, so emergency patching loses to change windows; the required key-rotation and web-shell hunt is rarely part of the documented patch procedure.",
|
|
12152
12371
|
"theater_pattern": "patch_management"
|
|
12153
12372
|
},
|
|
12154
12373
|
"ai_discovered_zeroday": false,
|
|
12155
|
-
"ai_discovery_source": "
|
|
12156
|
-
"ai_assist_factor": "none"
|
|
12157
|
-
"_auto_imported": true,
|
|
12158
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
12374
|
+
"ai_discovery_source": "vendor_research",
|
|
12375
|
+
"ai_assist_factor": "none"
|
|
12159
12376
|
},
|
|
12160
12377
|
"CVE-2025-15556": {
|
|
12161
12378
|
"name": "Notepad++ Download of Code Without Integrity Check Vulnerability",
|
|
@@ -14487,35 +14704,63 @@
|
|
|
14487
14704
|
},
|
|
14488
14705
|
"CVE-2025-59287": {
|
|
14489
14706
|
"name": "Microsoft Windows Server Update Service (WSUS) Deserialization of Untrusted Data Vulnerability",
|
|
14490
|
-
"lesson_date": "2026-05-
|
|
14707
|
+
"lesson_date": "2026-05-29",
|
|
14491
14708
|
"attack_vector": {
|
|
14492
|
-
"description": "
|
|
14493
|
-
"privileges_required": "network
|
|
14494
|
-
"complexity": "
|
|
14495
|
-
"ai_factor": "
|
|
14709
|
+
"description": "deserialization of untrusted data (CWE-502) in WSUS, reachable by an unauthenticated attacker for remote code execution. CISA KEV-listed 2025-10-24 with confirmed in-the-wild exploitation.",
|
|
14710
|
+
"privileges_required": "none (unauthenticated network reach to the server)",
|
|
14711
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
14712
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
14713
|
+
},
|
|
14714
|
+
"defense_chain": {
|
|
14715
|
+
"prevention": {
|
|
14716
|
+
"what_would_have_worked": "Apply the Microsoft WSUS security update; WSUS distributes updates to the fleet, so treat compromise as a supply-chain risk to managed clients and disable the WSUS role where unused pending the patch.",
|
|
14717
|
+
"was_this_required": true,
|
|
14718
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
14719
|
+
"adequacy": "Patch is necessary but, for these deserialization RCEs, insufficient alone — stolen machine keys and dropped web shells survive the patch and require explicit cleanup."
|
|
14720
|
+
},
|
|
14721
|
+
"detection": {
|
|
14722
|
+
"what_would_have_worked": "Monitoring on the WSUS server: exploit-shaped requests, new .aspx/web-shell files under the server's web root, unexpected process execution, and anomalous use of stolen cryptographic keys.",
|
|
14723
|
+
"was_this_required": false,
|
|
14724
|
+
"framework_requiring_it": null,
|
|
14725
|
+
"adequacy": "Necessary to catch resident persistence after patching; the ToolShell-class chains specifically steal keys for durable access."
|
|
14726
|
+
},
|
|
14727
|
+
"response": {
|
|
14728
|
+
"what_would_have_worked": "Patch immediately, rotate machine keys, hunt and remove web shells, and review for lateral movement; assume credential compromise for any account reachable from the WSUS server.",
|
|
14729
|
+
"was_this_required": true,
|
|
14730
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
14731
|
+
"adequacy": "Mandatory; patch-in-place without key rotation and web-shell hunting leaves the attacker resident."
|
|
14732
|
+
}
|
|
14496
14733
|
},
|
|
14497
14734
|
"framework_coverage": {
|
|
14498
14735
|
"NIST-800-53-SI-2": {
|
|
14499
14736
|
"covered": true,
|
|
14500
14737
|
"adequate": false,
|
|
14501
|
-
"gap": "30-day SLA
|
|
14738
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated server flaw; CISA KEV due dates are days. The ToolShell SharePoint chain was mass-exploited within days of disclosure."
|
|
14502
14739
|
},
|
|
14503
14740
|
"ISO-27001-2022-A.8.8": {
|
|
14504
14741
|
"covered": true,
|
|
14505
14742
|
"adequate": false,
|
|
14506
|
-
"gap": "
|
|
14743
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing enterprise server."
|
|
14744
|
+
},
|
|
14745
|
+
"NIS2-Art21-network-security": {
|
|
14746
|
+
"covered": true,
|
|
14747
|
+
"adequate": false,
|
|
14748
|
+
"gap": "Treats the server class as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the key-rotation/web-shell-hunt cleanup these deserialization RCEs need."
|
|
14749
|
+
},
|
|
14750
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
14751
|
+
"covered": true,
|
|
14752
|
+
"adequate": false,
|
|
14753
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated RCE on an internet-facing server in or adjacent to the CDE."
|
|
14507
14754
|
}
|
|
14508
14755
|
},
|
|
14509
14756
|
"compliance_exposure_score": {
|
|
14510
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
14511
|
-
"basis": "
|
|
14757
|
+
"percent_audit_passing_orgs_still_exposed": 75,
|
|
14758
|
+
"basis": "Internet-facing Microsoft Windows Server Update Services (WSUS) is business-critical and change-controlled, so emergency patching loses to change windows; the required key-rotation and web-shell hunt is rarely part of the documented patch procedure.",
|
|
14512
14759
|
"theater_pattern": "patch_management"
|
|
14513
14760
|
},
|
|
14514
14761
|
"ai_discovered_zeroday": false,
|
|
14515
|
-
"ai_discovery_source": "
|
|
14516
|
-
"ai_assist_factor": "none"
|
|
14517
|
-
"_auto_imported": true,
|
|
14518
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
14762
|
+
"ai_discovery_source": "vendor_research",
|
|
14763
|
+
"ai_assist_factor": "none"
|
|
14519
14764
|
},
|
|
14520
14765
|
"CVE-2025-61932": {
|
|
14521
14766
|
"name": "Motex LANSCOPE Endpoint Manager Improper Verification of Source of a Communication Channel Vulnerability",
|
|
@@ -14551,35 +14796,58 @@
|
|
|
14551
14796
|
},
|
|
14552
14797
|
"CVE-2022-48503": {
|
|
14553
14798
|
"name": "Apple Multiple Products Unspecified Vulnerability",
|
|
14554
|
-
"lesson_date": "2026-05-
|
|
14799
|
+
"lesson_date": "2026-05-29",
|
|
14555
14800
|
"attack_vector": {
|
|
14556
|
-
"description": "
|
|
14557
|
-
"privileges_required": "
|
|
14558
|
-
"complexity": "
|
|
14559
|
-
"ai_factor": "
|
|
14801
|
+
"description": "a code-execution flaw (CWE-94) reachable via attacker-controlled web/media content. CISA KEV-listed 2025-10-20 with confirmed in-the-wild exploitation (Apple zero-days of this class are typically used in targeted-spyware chains).",
|
|
14802
|
+
"privileges_required": "none (the victim device renders/opens attacker-controlled content; the chain often requires no user interaction)",
|
|
14803
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
14804
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
14805
|
+
},
|
|
14806
|
+
"defense_chain": {
|
|
14807
|
+
"prevention": {
|
|
14808
|
+
"what_would_have_worked": "Update to the patched iOS/iPadOS/macOS build (Apple's advisory documents in-the-wild exploitation); enable Lockdown Mode for high-risk users and enforce update SLAs via MDM on managed fleets.",
|
|
14809
|
+
"was_this_required": true,
|
|
14810
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
14811
|
+
"adequacy": "OS auto-update is definitive and fast for consumer devices; the gap is managed fleets that gate updates behind an MDM change window slower than the in-the-wild exploitation."
|
|
14812
|
+
},
|
|
14813
|
+
"detection": {
|
|
14814
|
+
"what_would_have_worked": "Endpoint/mobile-threat-defense monitoring for crash signatures on content render and for spyware-chain indicators; Apple Threat Notifications for targeted users.",
|
|
14815
|
+
"was_this_required": false,
|
|
14816
|
+
"framework_requiring_it": null,
|
|
14817
|
+
"adequacy": "Backstops devices not yet updated; targeted client chains are stealthy and often zero-click."
|
|
14818
|
+
},
|
|
14819
|
+
"response": {
|
|
14820
|
+
"what_would_have_worked": "Force the OS update across the fleet; for a confirmed targeted user, preserve forensic state, rotate credentials, and consider device replacement, as spyware chains can persist across reboots.",
|
|
14821
|
+
"was_this_required": true,
|
|
14822
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
14823
|
+
"adequacy": "Mandatory for a KEV-listed client OS RCE; the exposure is every device that rendered attacker content pre-patch."
|
|
14824
|
+
}
|
|
14560
14825
|
},
|
|
14561
14826
|
"framework_coverage": {
|
|
14562
14827
|
"NIST-800-53-SI-2": {
|
|
14563
14828
|
"covered": true,
|
|
14564
14829
|
"adequate": false,
|
|
14565
|
-
"gap": "30-day SLA
|
|
14830
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client memory-corruption flaw delivered by attacker-controlled content."
|
|
14566
14831
|
},
|
|
14567
14832
|
"ISO-27001-2022-A.8.8": {
|
|
14568
14833
|
"covered": true,
|
|
14569
14834
|
"adequate": false,
|
|
14570
|
-
"gap": "
|
|
14835
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited mobile/desktop OS flaw, often part of a targeted-spyware chain against high-risk users."
|
|
14836
|
+
},
|
|
14837
|
+
"AU-ISM-1546": {
|
|
14838
|
+
"covered": true,
|
|
14839
|
+
"adequate": false,
|
|
14840
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is closer to the reality for a client OS RCE than a 30-day cycle, but still trails same-day OS auto-update for an in-the-wild exploit; MDM-enforced update SLAs are the load-bearing control on managed mobile fleets."
|
|
14571
14841
|
}
|
|
14572
14842
|
},
|
|
14573
14843
|
"compliance_exposure_score": {
|
|
14574
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
14575
|
-
"basis": "
|
|
14844
|
+
"percent_audit_passing_orgs_still_exposed": 68,
|
|
14845
|
+
"basis": "Apple (multiple products) is ubiquitous on endpoints; audited organizations that gate OS updates behind a managed MDM change window (rather than same-day auto-update) were exposed for this KEV-listed, actively-exploited flaw.",
|
|
14576
14846
|
"theater_pattern": "patch_management"
|
|
14577
14847
|
},
|
|
14578
14848
|
"ai_discovered_zeroday": false,
|
|
14579
|
-
"ai_discovery_source": "
|
|
14580
|
-
"ai_assist_factor": "none"
|
|
14581
|
-
"_auto_imported": true,
|
|
14582
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
14849
|
+
"ai_discovery_source": "vendor_research",
|
|
14850
|
+
"ai_assist_factor": "none"
|
|
14583
14851
|
},
|
|
14584
14852
|
"CVE-2025-2746": {
|
|
14585
14853
|
"name": "Kentico Xperience CMS Authentication Bypass Using an Alternate Path or Channel Vulnerability",
|
|
@@ -16663,99 +16931,183 @@
|
|
|
16663
16931
|
},
|
|
16664
16932
|
"CVE-2025-49704": {
|
|
16665
16933
|
"name": "Microsoft SharePoint Code Injection Vulnerability",
|
|
16666
|
-
"lesson_date": "2026-05-
|
|
16934
|
+
"lesson_date": "2026-05-29",
|
|
16667
16935
|
"attack_vector": {
|
|
16668
|
-
"description": "
|
|
16669
|
-
"privileges_required": "network
|
|
16670
|
-
"complexity": "
|
|
16671
|
-
"ai_factor": "
|
|
16936
|
+
"description": "code injection (CWE-94) on SharePoint Server — part of the ToolShell chain — yielding unauthenticated remote code execution. CISA KEV-listed 2025-07-22 with confirmed in-the-wild exploitation.",
|
|
16937
|
+
"privileges_required": "none (unauthenticated network reach to the server)",
|
|
16938
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
16939
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
16940
|
+
},
|
|
16941
|
+
"defense_chain": {
|
|
16942
|
+
"prevention": {
|
|
16943
|
+
"what_would_have_worked": "Apply the Microsoft SharePoint security update, rotate the SharePoint machine keys (the ToolShell chain steals them for persistence), and hunt for web shells under the SharePoint layouts directory.",
|
|
16944
|
+
"was_this_required": true,
|
|
16945
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
16946
|
+
"adequacy": "Patch is necessary but, for these deserialization RCEs, insufficient alone — stolen machine keys and dropped web shells survive the patch and require explicit cleanup."
|
|
16947
|
+
},
|
|
16948
|
+
"detection": {
|
|
16949
|
+
"what_would_have_worked": "Monitoring on the SharePoint Server: exploit-shaped requests, new .aspx/web-shell files under the server's web root, unexpected process execution, and anomalous use of stolen cryptographic keys.",
|
|
16950
|
+
"was_this_required": false,
|
|
16951
|
+
"framework_requiring_it": null,
|
|
16952
|
+
"adequacy": "Necessary to catch resident persistence after patching; the ToolShell-class chains specifically steal keys for durable access."
|
|
16953
|
+
},
|
|
16954
|
+
"response": {
|
|
16955
|
+
"what_would_have_worked": "Patch immediately, rotate machine keys, hunt and remove web shells, and review for lateral movement; assume credential compromise for any account reachable from the SharePoint Server.",
|
|
16956
|
+
"was_this_required": true,
|
|
16957
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
16958
|
+
"adequacy": "Mandatory; patch-in-place without key rotation and web-shell hunting leaves the attacker resident."
|
|
16959
|
+
}
|
|
16672
16960
|
},
|
|
16673
16961
|
"framework_coverage": {
|
|
16674
16962
|
"NIST-800-53-SI-2": {
|
|
16675
16963
|
"covered": true,
|
|
16676
16964
|
"adequate": false,
|
|
16677
|
-
"gap": "30-day SLA
|
|
16965
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated server flaw; CISA KEV due dates are days. The ToolShell SharePoint chain was mass-exploited within days of disclosure."
|
|
16678
16966
|
},
|
|
16679
16967
|
"ISO-27001-2022-A.8.8": {
|
|
16680
16968
|
"covered": true,
|
|
16681
16969
|
"adequate": false,
|
|
16682
|
-
"gap": "
|
|
16970
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing enterprise server."
|
|
16971
|
+
},
|
|
16972
|
+
"NIS2-Art21-network-security": {
|
|
16973
|
+
"covered": true,
|
|
16974
|
+
"adequate": false,
|
|
16975
|
+
"gap": "Treats the server class as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the key-rotation/web-shell-hunt cleanup these deserialization RCEs need."
|
|
16976
|
+
},
|
|
16977
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
16978
|
+
"covered": true,
|
|
16979
|
+
"adequate": false,
|
|
16980
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated RCE on an internet-facing server in or adjacent to the CDE."
|
|
16683
16981
|
}
|
|
16684
16982
|
},
|
|
16685
16983
|
"compliance_exposure_score": {
|
|
16686
16984
|
"percent_audit_passing_orgs_still_exposed": 75,
|
|
16687
|
-
"basis": "
|
|
16985
|
+
"basis": "Internet-facing Microsoft SharePoint Server is business-critical and change-controlled, so emergency patching loses to change windows; the required key-rotation and web-shell hunt is rarely part of the documented patch procedure.",
|
|
16688
16986
|
"theater_pattern": "patch_management"
|
|
16689
16987
|
},
|
|
16690
16988
|
"ai_discovered_zeroday": false,
|
|
16691
|
-
"ai_discovery_source": "
|
|
16692
|
-
"ai_assist_factor": "none"
|
|
16693
|
-
"_auto_imported": true,
|
|
16694
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
16989
|
+
"ai_discovery_source": "vendor_research",
|
|
16990
|
+
"ai_assist_factor": "none"
|
|
16695
16991
|
},
|
|
16696
16992
|
"CVE-2025-49706": {
|
|
16697
16993
|
"name": "Microsoft SharePoint Improper Authentication Vulnerability",
|
|
16698
|
-
"lesson_date": "2026-05-
|
|
16994
|
+
"lesson_date": "2026-05-29",
|
|
16699
16995
|
"attack_vector": {
|
|
16700
|
-
"description": "
|
|
16701
|
-
"privileges_required": "network
|
|
16702
|
-
"complexity": "
|
|
16703
|
-
"ai_factor": "
|
|
16996
|
+
"description": "improper authentication (CWE-287) on SharePoint Server — the ToolShell chain entry point — letting an unauthenticated attacker reach the RCE primitives. CISA KEV-listed 2025-07-22 with confirmed in-the-wild exploitation.",
|
|
16997
|
+
"privileges_required": "none (unauthenticated network reach to the server)",
|
|
16998
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
16999
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
17000
|
+
},
|
|
17001
|
+
"defense_chain": {
|
|
17002
|
+
"prevention": {
|
|
17003
|
+
"what_would_have_worked": "Apply the Microsoft SharePoint security update; this is the auth-bypass half of the ToolShell chain, so confirm the RCE flaws are patched too and rotate machine keys.",
|
|
17004
|
+
"was_this_required": true,
|
|
17005
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
17006
|
+
"adequacy": "Patch is necessary but, for these deserialization RCEs, insufficient alone — stolen machine keys and dropped web shells survive the patch and require explicit cleanup."
|
|
17007
|
+
},
|
|
17008
|
+
"detection": {
|
|
17009
|
+
"what_would_have_worked": "Monitoring on the SharePoint Server: exploit-shaped requests, new .aspx/web-shell files under the server's web root, unexpected process execution, and anomalous use of stolen cryptographic keys.",
|
|
17010
|
+
"was_this_required": false,
|
|
17011
|
+
"framework_requiring_it": null,
|
|
17012
|
+
"adequacy": "Necessary to catch resident persistence after patching; the ToolShell-class chains specifically steal keys for durable access."
|
|
17013
|
+
},
|
|
17014
|
+
"response": {
|
|
17015
|
+
"what_would_have_worked": "Patch immediately, rotate machine keys, hunt and remove web shells, and review for lateral movement; assume credential compromise for any account reachable from the SharePoint Server.",
|
|
17016
|
+
"was_this_required": true,
|
|
17017
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
17018
|
+
"adequacy": "Mandatory; patch-in-place without key rotation and web-shell hunting leaves the attacker resident."
|
|
17019
|
+
}
|
|
16704
17020
|
},
|
|
16705
17021
|
"framework_coverage": {
|
|
16706
17022
|
"NIST-800-53-SI-2": {
|
|
16707
17023
|
"covered": true,
|
|
16708
17024
|
"adequate": false,
|
|
16709
|
-
"gap": "30-day SLA
|
|
17025
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated server flaw; CISA KEV due dates are days. The ToolShell SharePoint chain was mass-exploited within days of disclosure."
|
|
16710
17026
|
},
|
|
16711
17027
|
"ISO-27001-2022-A.8.8": {
|
|
16712
17028
|
"covered": true,
|
|
16713
17029
|
"adequate": false,
|
|
16714
|
-
"gap": "
|
|
17030
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing enterprise server."
|
|
17031
|
+
},
|
|
17032
|
+
"NIS2-Art21-network-security": {
|
|
17033
|
+
"covered": true,
|
|
17034
|
+
"adequate": false,
|
|
17035
|
+
"gap": "Treats the server class as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the key-rotation/web-shell-hunt cleanup these deserialization RCEs need."
|
|
17036
|
+
},
|
|
17037
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
17038
|
+
"covered": true,
|
|
17039
|
+
"adequate": false,
|
|
17040
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated RCE on an internet-facing server in or adjacent to the CDE."
|
|
16715
17041
|
}
|
|
16716
17042
|
},
|
|
16717
17043
|
"compliance_exposure_score": {
|
|
16718
17044
|
"percent_audit_passing_orgs_still_exposed": 75,
|
|
16719
|
-
"basis": "
|
|
17045
|
+
"basis": "Internet-facing Microsoft SharePoint Server is business-critical and change-controlled, so emergency patching loses to change windows; the required key-rotation and web-shell hunt is rarely part of the documented patch procedure.",
|
|
16720
17046
|
"theater_pattern": "patch_management"
|
|
16721
17047
|
},
|
|
16722
17048
|
"ai_discovered_zeroday": false,
|
|
16723
|
-
"ai_discovery_source": "
|
|
16724
|
-
"ai_assist_factor": "none"
|
|
16725
|
-
"_auto_imported": true,
|
|
16726
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
17049
|
+
"ai_discovery_source": "vendor_research",
|
|
17050
|
+
"ai_assist_factor": "none"
|
|
16727
17051
|
},
|
|
16728
17052
|
"CVE-2025-53770": {
|
|
16729
|
-
"name": "Microsoft SharePoint Deserialization of Untrusted Data Vulnerability",
|
|
16730
|
-
"lesson_date": "2026-05-
|
|
17053
|
+
"name": "Microsoft SharePoint Deserialization of Untrusted Data Vulnerability (variant: CVE-2025-53770)",
|
|
17054
|
+
"lesson_date": "2026-05-29",
|
|
16731
17055
|
"attack_vector": {
|
|
16732
|
-
"description": "
|
|
16733
|
-
"privileges_required": "network
|
|
16734
|
-
"complexity": "
|
|
16735
|
-
"ai_factor": "
|
|
17056
|
+
"description": "deserialization of untrusted data (CWE-502) on SharePoint Server (the ToolShell chain), yielding unauthenticated remote code execution and web-shell deployment. CISA KEV-listed 2025-07-20 with confirmed in-the-wild exploitation.",
|
|
17057
|
+
"privileges_required": "none (unauthenticated network reach to the server)",
|
|
17058
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
17059
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
17060
|
+
},
|
|
17061
|
+
"defense_chain": {
|
|
17062
|
+
"prevention": {
|
|
17063
|
+
"what_would_have_worked": "Apply the Microsoft SharePoint security update, rotate machine keys, and hunt for web shells (e.g. spinstall0.aspx) — patching alone leaves stolen keys and shells in place.",
|
|
17064
|
+
"was_this_required": true,
|
|
17065
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
17066
|
+
"adequacy": "Patch is necessary but, for these deserialization RCEs, insufficient alone — stolen machine keys and dropped web shells survive the patch and require explicit cleanup."
|
|
17067
|
+
},
|
|
17068
|
+
"detection": {
|
|
17069
|
+
"what_would_have_worked": "Monitoring on the SharePoint Server: exploit-shaped requests, new .aspx/web-shell files under the server's web root, unexpected process execution, and anomalous use of stolen cryptographic keys.",
|
|
17070
|
+
"was_this_required": false,
|
|
17071
|
+
"framework_requiring_it": null,
|
|
17072
|
+
"adequacy": "Necessary to catch resident persistence after patching; the ToolShell-class chains specifically steal keys for durable access."
|
|
17073
|
+
},
|
|
17074
|
+
"response": {
|
|
17075
|
+
"what_would_have_worked": "Patch immediately, rotate machine keys, hunt and remove web shells, and review for lateral movement; assume credential compromise for any account reachable from the SharePoint Server.",
|
|
17076
|
+
"was_this_required": true,
|
|
17077
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
17078
|
+
"adequacy": "Mandatory; patch-in-place without key rotation and web-shell hunting leaves the attacker resident."
|
|
17079
|
+
}
|
|
16736
17080
|
},
|
|
16737
17081
|
"framework_coverage": {
|
|
16738
17082
|
"NIST-800-53-SI-2": {
|
|
16739
17083
|
"covered": true,
|
|
16740
17084
|
"adequate": false,
|
|
16741
|
-
"gap": "30-day SLA
|
|
17085
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated server flaw; CISA KEV due dates are days. The ToolShell SharePoint chain was mass-exploited within days of disclosure."
|
|
16742
17086
|
},
|
|
16743
17087
|
"ISO-27001-2022-A.8.8": {
|
|
16744
17088
|
"covered": true,
|
|
16745
17089
|
"adequate": false,
|
|
16746
|
-
"gap": "
|
|
17090
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing enterprise server."
|
|
17091
|
+
},
|
|
17092
|
+
"NIS2-Art21-network-security": {
|
|
17093
|
+
"covered": true,
|
|
17094
|
+
"adequate": false,
|
|
17095
|
+
"gap": "Treats the server class as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the key-rotation/web-shell-hunt cleanup these deserialization RCEs need."
|
|
17096
|
+
},
|
|
17097
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
17098
|
+
"covered": true,
|
|
17099
|
+
"adequate": false,
|
|
17100
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated RCE on an internet-facing server in or adjacent to the CDE."
|
|
16747
17101
|
}
|
|
16748
17102
|
},
|
|
16749
17103
|
"compliance_exposure_score": {
|
|
16750
17104
|
"percent_audit_passing_orgs_still_exposed": 75,
|
|
16751
|
-
"basis": "
|
|
17105
|
+
"basis": "Internet-facing Microsoft SharePoint Server is business-critical and change-controlled, so emergency patching loses to change windows; the required key-rotation and web-shell hunt is rarely part of the documented patch procedure.",
|
|
16752
17106
|
"theater_pattern": "patch_management"
|
|
16753
17107
|
},
|
|
16754
17108
|
"ai_discovered_zeroday": false,
|
|
16755
|
-
"ai_discovery_source": "
|
|
16756
|
-
"ai_assist_factor": "none"
|
|
16757
|
-
"_auto_imported": true,
|
|
16758
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
17109
|
+
"ai_discovery_source": "vendor_research",
|
|
17110
|
+
"ai_assist_factor": "none"
|
|
16759
17111
|
},
|
|
16760
17112
|
"CVE-2025-25257": {
|
|
16761
17113
|
"name": "Fortinet FortiWeb SQL Injection Vulnerability",
|
|
@@ -17326,36 +17678,59 @@
|
|
|
17326
17678
|
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
17327
17679
|
},
|
|
17328
17680
|
"CVE-2025-43200": {
|
|
17329
|
-
"name": "Apple Multiple Products Unspecified Vulnerability",
|
|
17330
|
-
"lesson_date": "2026-05-
|
|
17681
|
+
"name": "Apple Multiple Products Unspecified Vulnerability (variant: CVE-2025-43200)",
|
|
17682
|
+
"lesson_date": "2026-05-29",
|
|
17331
17683
|
"attack_vector": {
|
|
17332
|
-
"description": "
|
|
17333
|
-
"privileges_required": "
|
|
17334
|
-
"complexity": "
|
|
17335
|
-
"ai_factor": "
|
|
17684
|
+
"description": "a code-execution flaw (CWE-94, variant) reachable via attacker-controlled content (a zero-click delivery path in the documented in-the-wild use). CISA KEV-listed 2025-06-16 with confirmed in-the-wild exploitation (Apple zero-days of this class are typically used in targeted-spyware chains).",
|
|
17685
|
+
"privileges_required": "none (the victim device renders/opens attacker-controlled content; the chain often requires no user interaction)",
|
|
17686
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
17687
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
17688
|
+
},
|
|
17689
|
+
"defense_chain": {
|
|
17690
|
+
"prevention": {
|
|
17691
|
+
"what_would_have_worked": "Update to the patched iOS/iPadOS/macOS build (Apple's advisory documents in-the-wild exploitation); enable Lockdown Mode for high-risk users and enforce update SLAs via MDM on managed fleets.",
|
|
17692
|
+
"was_this_required": true,
|
|
17693
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
17694
|
+
"adequacy": "OS auto-update is definitive and fast for consumer devices; the gap is managed fleets that gate updates behind an MDM change window slower than the in-the-wild exploitation."
|
|
17695
|
+
},
|
|
17696
|
+
"detection": {
|
|
17697
|
+
"what_would_have_worked": "Endpoint/mobile-threat-defense monitoring for crash signatures on content render and for spyware-chain indicators; Apple Threat Notifications for targeted users.",
|
|
17698
|
+
"was_this_required": false,
|
|
17699
|
+
"framework_requiring_it": null,
|
|
17700
|
+
"adequacy": "Backstops devices not yet updated; targeted client chains are stealthy and often zero-click."
|
|
17701
|
+
},
|
|
17702
|
+
"response": {
|
|
17703
|
+
"what_would_have_worked": "Force the OS update across the fleet; for a confirmed targeted user, preserve forensic state, rotate credentials, and consider device replacement, as spyware chains can persist across reboots.",
|
|
17704
|
+
"was_this_required": true,
|
|
17705
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
17706
|
+
"adequacy": "Mandatory for a KEV-listed client OS RCE; the exposure is every device that rendered attacker content pre-patch."
|
|
17707
|
+
}
|
|
17336
17708
|
},
|
|
17337
17709
|
"framework_coverage": {
|
|
17338
17710
|
"NIST-800-53-SI-2": {
|
|
17339
17711
|
"covered": true,
|
|
17340
17712
|
"adequate": false,
|
|
17341
|
-
"gap": "30-day SLA
|
|
17713
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client memory-corruption flaw delivered by attacker-controlled content."
|
|
17342
17714
|
},
|
|
17343
17715
|
"ISO-27001-2022-A.8.8": {
|
|
17344
17716
|
"covered": true,
|
|
17345
17717
|
"adequate": false,
|
|
17346
|
-
"gap": "
|
|
17718
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited mobile/desktop OS flaw, often part of a targeted-spyware chain against high-risk users."
|
|
17719
|
+
},
|
|
17720
|
+
"AU-ISM-1546": {
|
|
17721
|
+
"covered": true,
|
|
17722
|
+
"adequate": false,
|
|
17723
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is closer to the reality for a client OS RCE than a 30-day cycle, but still trails same-day OS auto-update for an in-the-wild exploit; MDM-enforced update SLAs are the load-bearing control on managed mobile fleets."
|
|
17347
17724
|
}
|
|
17348
17725
|
},
|
|
17349
17726
|
"compliance_exposure_score": {
|
|
17350
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
17351
|
-
"basis": "
|
|
17727
|
+
"percent_audit_passing_orgs_still_exposed": 68,
|
|
17728
|
+
"basis": "Apple (multiple products) is ubiquitous on endpoints; audited organizations that gate OS updates behind a managed MDM change window (rather than same-day auto-update) were exposed for this KEV-listed, actively-exploited flaw.",
|
|
17352
17729
|
"theater_pattern": "patch_management"
|
|
17353
17730
|
},
|
|
17354
17731
|
"ai_discovered_zeroday": false,
|
|
17355
|
-
"ai_discovery_source": "
|
|
17356
|
-
"ai_assist_factor": "none"
|
|
17357
|
-
"_auto_imported": true,
|
|
17358
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
17732
|
+
"ai_discovery_source": "vendor_research",
|
|
17733
|
+
"ai_assist_factor": "none"
|
|
17359
17734
|
},
|
|
17360
17735
|
"CVE-2025-33053": {
|
|
17361
17736
|
"name": " Microsoft Windows External Control of File Name or Path Vulnerability",
|