@blamejs/exceptd-skills 0.15.8 → 0.15.10
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 +10 -1
- package/data/cve-catalog.json +212 -73
- package/data/zeroday-lessons.json +537 -173
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +18 -18
|
@@ -6903,35 +6903,63 @@
|
|
|
6903
6903
|
},
|
|
6904
6904
|
"CVE-2025-29635": {
|
|
6905
6905
|
"name": "D-Link DIR-823X Command Injection Vulnerability",
|
|
6906
|
-
"lesson_date": "2026-05-
|
|
6906
|
+
"lesson_date": "2026-05-29",
|
|
6907
6907
|
"attack_vector": {
|
|
6908
|
-
"description": "D-Link DIR-823X
|
|
6909
|
-
"privileges_required": "network
|
|
6910
|
-
"complexity": "
|
|
6911
|
-
"ai_factor": "
|
|
6908
|
+
"description": "command injection (CWE-77) on the D-Link DIR-823X, giving an unauthenticated attacker command execution on the device. CISA KEV-listed 2026-04-24 with confirmed in-the-wild exploitation.",
|
|
6909
|
+
"privileges_required": "none (unauthenticated network reach to the device/service)",
|
|
6910
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
6911
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
6912
|
+
},
|
|
6913
|
+
"defense_chain": {
|
|
6914
|
+
"prevention": {
|
|
6915
|
+
"what_would_have_worked": "Apply the D-Link firmware fix if available; if the device is end-of-life with no fix, replace it and isolate it from untrusted networks. Consumer routers in this class are common botnet-recruitment targets.",
|
|
6916
|
+
"was_this_required": true,
|
|
6917
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
6918
|
+
"adequacy": "Patch/replace is definitive; the gap is that the affected class is internet-exposed by function and (for consumer/EoL devices) often unpatchable, so network isolation is the load-bearing control."
|
|
6919
|
+
},
|
|
6920
|
+
"detection": {
|
|
6921
|
+
"what_would_have_worked": "Monitoring for the router web interface: exploit-shaped requests, device crashes/reboots, malicious firmware, and outbound botnet/C2 traffic from the device.",
|
|
6922
|
+
"was_this_required": false,
|
|
6923
|
+
"framework_requiring_it": null,
|
|
6924
|
+
"adequacy": "Necessary to catch exploitation of devices not yet patched/replaced; edge devices are frequently recruited into botnets."
|
|
6925
|
+
},
|
|
6926
|
+
"response": {
|
|
6927
|
+
"what_would_have_worked": "Patch or replace the device, isolate it from untrusted networks, and rotate any credentials reachable from it; reflash firmware on indicators of a malicious-update compromise.",
|
|
6928
|
+
"was_this_required": true,
|
|
6929
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
6930
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated device flaw; firmware implants survive a reboot without a reflash."
|
|
6931
|
+
}
|
|
6912
6932
|
},
|
|
6913
6933
|
"framework_coverage": {
|
|
6914
6934
|
"NIST-800-53-SI-2": {
|
|
6915
6935
|
"covered": true,
|
|
6916
6936
|
"adequate": false,
|
|
6917
|
-
"gap": "30-day SLA
|
|
6937
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated network-device/service flaw; CISA KEV due dates are days."
|
|
6918
6938
|
},
|
|
6919
6939
|
"ISO-27001-2022-A.8.8": {
|
|
6920
6940
|
"covered": true,
|
|
6921
6941
|
"adequate": false,
|
|
6922
|
-
"gap": "
|
|
6942
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing device — and end-of-life consumer devices have no patch at all, so the only control is replacement/isolation."
|
|
6943
|
+
},
|
|
6944
|
+
"NIS2-Art21-network-security": {
|
|
6945
|
+
"covered": true,
|
|
6946
|
+
"adequate": false,
|
|
6947
|
+
"gap": "Treats the class as essential-function infrastructure but lacks a compressed remediation SLA; consumer/edge devices in particular are routinely internet-exposed and unpatched."
|
|
6948
|
+
},
|
|
6949
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
6950
|
+
"covered": true,
|
|
6951
|
+
"adequate": false,
|
|
6952
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated flaw on an internet-facing device in or adjacent to the CDE."
|
|
6923
6953
|
}
|
|
6924
6954
|
},
|
|
6925
6955
|
"compliance_exposure_score": {
|
|
6926
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
6927
|
-
"basis": "
|
|
6956
|
+
"percent_audit_passing_orgs_still_exposed": 72,
|
|
6957
|
+
"basis": "Internet-facing D-Link DIR-823X router is routinely run on a standard patch SLA — or, for consumer/EoL devices, not patched at all — which was active exposure for this KEV-listed, actively-exploited flaw.",
|
|
6928
6958
|
"theater_pattern": "patch_management"
|
|
6929
6959
|
},
|
|
6930
6960
|
"ai_discovered_zeroday": false,
|
|
6931
|
-
"ai_discovery_source": "
|
|
6932
|
-
"ai_assist_factor": "none"
|
|
6933
|
-
"_auto_imported": true,
|
|
6934
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
6961
|
+
"ai_discovery_source": "vendor_research",
|
|
6962
|
+
"ai_assist_factor": "none"
|
|
6935
6963
|
},
|
|
6936
6964
|
"CVE-2024-7399": {
|
|
6937
6965
|
"name": "Samsung MagicINFO 9 Server Path Traversal Vulnerability",
|
|
@@ -7587,35 +7615,63 @@
|
|
|
7587
7615
|
},
|
|
7588
7616
|
"CVE-2023-21529": {
|
|
7589
7617
|
"name": "Microsoft Exchange Server Deserialization of Untrusted Data Vulnerability",
|
|
7590
|
-
"lesson_date": "2026-05-
|
|
7618
|
+
"lesson_date": "2026-05-29",
|
|
7591
7619
|
"attack_vector": {
|
|
7592
|
-
"description": "
|
|
7593
|
-
"privileges_required": "network
|
|
7594
|
-
"complexity": "
|
|
7595
|
-
"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
|
+
}
|
|
7596
7644
|
},
|
|
7597
7645
|
"framework_coverage": {
|
|
7598
7646
|
"NIST-800-53-SI-2": {
|
|
7599
7647
|
"covered": true,
|
|
7600
7648
|
"adequate": false,
|
|
7601
|
-
"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."
|
|
7602
7650
|
},
|
|
7603
7651
|
"ISO-27001-2022-A.8.8": {
|
|
7604
7652
|
"covered": true,
|
|
7605
7653
|
"adequate": false,
|
|
7606
|
-
"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."
|
|
7607
7665
|
}
|
|
7608
7666
|
},
|
|
7609
7667
|
"compliance_exposure_score": {
|
|
7610
7668
|
"percent_audit_passing_orgs_still_exposed": 75,
|
|
7611
|
-
"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.",
|
|
7612
7670
|
"theater_pattern": "patch_management"
|
|
7613
7671
|
},
|
|
7614
7672
|
"ai_discovered_zeroday": false,
|
|
7615
|
-
"ai_discovery_source": "
|
|
7616
|
-
"ai_assist_factor": "none"
|
|
7617
|
-
"_auto_imported": true,
|
|
7618
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
7673
|
+
"ai_discovery_source": "vendor_research",
|
|
7674
|
+
"ai_assist_factor": "none"
|
|
7619
7675
|
},
|
|
7620
7676
|
"CVE-2023-36424": {
|
|
7621
7677
|
"name": "Microsoft Windows Out-of-Bounds Read Vulnerability",
|
|
@@ -12099,35 +12155,63 @@
|
|
|
12099
12155
|
},
|
|
12100
12156
|
"CVE-2024-43468": {
|
|
12101
12157
|
"name": "Microsoft Configuration Manager SQL Injection Vulnerability",
|
|
12102
|
-
"lesson_date": "2026-05-
|
|
12158
|
+
"lesson_date": "2026-05-29",
|
|
12103
12159
|
"attack_vector": {
|
|
12104
|
-
"description": "
|
|
12105
|
-
"privileges_required": "network
|
|
12106
|
-
"complexity": "
|
|
12107
|
-
"ai_factor": "
|
|
12160
|
+
"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.",
|
|
12161
|
+
"privileges_required": "none (unauthenticated network reach to the server)",
|
|
12162
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
12163
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
12164
|
+
},
|
|
12165
|
+
"defense_chain": {
|
|
12166
|
+
"prevention": {
|
|
12167
|
+
"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.",
|
|
12168
|
+
"was_this_required": true,
|
|
12169
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
12170
|
+
"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."
|
|
12171
|
+
},
|
|
12172
|
+
"detection": {
|
|
12173
|
+
"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.",
|
|
12174
|
+
"was_this_required": false,
|
|
12175
|
+
"framework_requiring_it": null,
|
|
12176
|
+
"adequacy": "Necessary to catch resident persistence after patching; the ToolShell-class chains specifically steal keys for durable access."
|
|
12177
|
+
},
|
|
12178
|
+
"response": {
|
|
12179
|
+
"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.",
|
|
12180
|
+
"was_this_required": true,
|
|
12181
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
12182
|
+
"adequacy": "Mandatory; patch-in-place without key rotation and web-shell hunting leaves the attacker resident."
|
|
12183
|
+
}
|
|
12108
12184
|
},
|
|
12109
12185
|
"framework_coverage": {
|
|
12110
12186
|
"NIST-800-53-SI-2": {
|
|
12111
12187
|
"covered": true,
|
|
12112
12188
|
"adequate": false,
|
|
12113
|
-
"gap": "30-day SLA
|
|
12189
|
+
"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."
|
|
12114
12190
|
},
|
|
12115
12191
|
"ISO-27001-2022-A.8.8": {
|
|
12116
12192
|
"covered": true,
|
|
12117
12193
|
"adequate": false,
|
|
12118
|
-
"gap": "
|
|
12194
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing enterprise server."
|
|
12195
|
+
},
|
|
12196
|
+
"NIS2-Art21-network-security": {
|
|
12197
|
+
"covered": true,
|
|
12198
|
+
"adequate": false,
|
|
12199
|
+
"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."
|
|
12200
|
+
},
|
|
12201
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
12202
|
+
"covered": true,
|
|
12203
|
+
"adequate": false,
|
|
12204
|
+
"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."
|
|
12119
12205
|
}
|
|
12120
12206
|
},
|
|
12121
12207
|
"compliance_exposure_score": {
|
|
12122
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
12123
|
-
"basis": "
|
|
12208
|
+
"percent_audit_passing_orgs_still_exposed": 75,
|
|
12209
|
+
"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.",
|
|
12124
12210
|
"theater_pattern": "patch_management"
|
|
12125
12211
|
},
|
|
12126
12212
|
"ai_discovered_zeroday": false,
|
|
12127
|
-
"ai_discovery_source": "
|
|
12128
|
-
"ai_assist_factor": "none"
|
|
12129
|
-
"_auto_imported": true,
|
|
12130
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
12213
|
+
"ai_discovery_source": "vendor_research",
|
|
12214
|
+
"ai_assist_factor": "none"
|
|
12131
12215
|
},
|
|
12132
12216
|
"CVE-2025-15556": {
|
|
12133
12217
|
"name": "Notepad++ Download of Code Without Integrity Check Vulnerability",
|
|
@@ -13671,35 +13755,63 @@
|
|
|
13671
13755
|
},
|
|
13672
13756
|
"CVE-2022-37055": {
|
|
13673
13757
|
"name": "D-Link Routers Buffer Overflow Vulnerability",
|
|
13674
|
-
"lesson_date": "2026-05-
|
|
13758
|
+
"lesson_date": "2026-05-29",
|
|
13675
13759
|
"attack_vector": {
|
|
13676
|
-
"description": "
|
|
13677
|
-
"privileges_required": "network
|
|
13678
|
-
"complexity": "
|
|
13679
|
-
"ai_factor": "
|
|
13760
|
+
"description": "a buffer overflow (CWE-120) on affected D-Link routers reachable by an unauthenticated attacker. CISA KEV-listed 2025-12-08 with confirmed in-the-wild exploitation.",
|
|
13761
|
+
"privileges_required": "none (unauthenticated network reach to the device/service)",
|
|
13762
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
13763
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
13764
|
+
},
|
|
13765
|
+
"defense_chain": {
|
|
13766
|
+
"prevention": {
|
|
13767
|
+
"what_would_have_worked": "Apply the D-Link firmware fix or replace the device if end-of-life; do not expose the router management interface to the internet.",
|
|
13768
|
+
"was_this_required": true,
|
|
13769
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
13770
|
+
"adequacy": "Patch/replace is definitive; the gap is that the affected class is internet-exposed by function and (for consumer/EoL devices) often unpatchable, so network isolation is the load-bearing control."
|
|
13771
|
+
},
|
|
13772
|
+
"detection": {
|
|
13773
|
+
"what_would_have_worked": "Monitoring for the router web interface: exploit-shaped requests, device crashes/reboots, malicious firmware, and outbound botnet/C2 traffic from the device.",
|
|
13774
|
+
"was_this_required": false,
|
|
13775
|
+
"framework_requiring_it": null,
|
|
13776
|
+
"adequacy": "Necessary to catch exploitation of devices not yet patched/replaced; edge devices are frequently recruited into botnets."
|
|
13777
|
+
},
|
|
13778
|
+
"response": {
|
|
13779
|
+
"what_would_have_worked": "Patch or replace the device, isolate it from untrusted networks, and rotate any credentials reachable from it; reflash firmware on indicators of a malicious-update compromise.",
|
|
13780
|
+
"was_this_required": true,
|
|
13781
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
13782
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated device flaw; firmware implants survive a reboot without a reflash."
|
|
13783
|
+
}
|
|
13680
13784
|
},
|
|
13681
13785
|
"framework_coverage": {
|
|
13682
13786
|
"NIST-800-53-SI-2": {
|
|
13683
13787
|
"covered": true,
|
|
13684
13788
|
"adequate": false,
|
|
13685
|
-
"gap": "30-day SLA
|
|
13789
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated network-device/service flaw; CISA KEV due dates are days."
|
|
13686
13790
|
},
|
|
13687
13791
|
"ISO-27001-2022-A.8.8": {
|
|
13688
13792
|
"covered": true,
|
|
13689
13793
|
"adequate": false,
|
|
13690
|
-
"gap": "
|
|
13794
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing device — and end-of-life consumer devices have no patch at all, so the only control is replacement/isolation."
|
|
13795
|
+
},
|
|
13796
|
+
"NIS2-Art21-network-security": {
|
|
13797
|
+
"covered": true,
|
|
13798
|
+
"adequate": false,
|
|
13799
|
+
"gap": "Treats the class as essential-function infrastructure but lacks a compressed remediation SLA; consumer/edge devices in particular are routinely internet-exposed and unpatched."
|
|
13800
|
+
},
|
|
13801
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
13802
|
+
"covered": true,
|
|
13803
|
+
"adequate": false,
|
|
13804
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated flaw on an internet-facing device in or adjacent to the CDE."
|
|
13691
13805
|
}
|
|
13692
13806
|
},
|
|
13693
13807
|
"compliance_exposure_score": {
|
|
13694
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
13695
|
-
"basis": "
|
|
13808
|
+
"percent_audit_passing_orgs_still_exposed": 72,
|
|
13809
|
+
"basis": "Internet-facing D-Link routers is routinely run on a standard patch SLA — or, for consumer/EoL devices, not patched at all — which was active exposure for this KEV-listed, actively-exploited flaw.",
|
|
13696
13810
|
"theater_pattern": "patch_management"
|
|
13697
13811
|
},
|
|
13698
13812
|
"ai_discovered_zeroday": false,
|
|
13699
|
-
"ai_discovery_source": "
|
|
13700
|
-
"ai_assist_factor": "none"
|
|
13701
|
-
"_auto_imported": true,
|
|
13702
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
13813
|
+
"ai_discovery_source": "vendor_research",
|
|
13814
|
+
"ai_assist_factor": "none"
|
|
13703
13815
|
},
|
|
13704
13816
|
"CVE-2025-66644": {
|
|
13705
13817
|
"name": "Array Networks ArrayOS AG OS Command Injection Vulnerability",
|
|
@@ -14431,35 +14543,63 @@
|
|
|
14431
14543
|
},
|
|
14432
14544
|
"CVE-2025-59287": {
|
|
14433
14545
|
"name": "Microsoft Windows Server Update Service (WSUS) Deserialization of Untrusted Data Vulnerability",
|
|
14434
|
-
"lesson_date": "2026-05-
|
|
14546
|
+
"lesson_date": "2026-05-29",
|
|
14435
14547
|
"attack_vector": {
|
|
14436
|
-
"description": "
|
|
14437
|
-
"privileges_required": "network
|
|
14438
|
-
"complexity": "
|
|
14439
|
-
"ai_factor": "
|
|
14548
|
+
"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.",
|
|
14549
|
+
"privileges_required": "none (unauthenticated network reach to the server)",
|
|
14550
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
14551
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
14552
|
+
},
|
|
14553
|
+
"defense_chain": {
|
|
14554
|
+
"prevention": {
|
|
14555
|
+
"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.",
|
|
14556
|
+
"was_this_required": true,
|
|
14557
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
14558
|
+
"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."
|
|
14559
|
+
},
|
|
14560
|
+
"detection": {
|
|
14561
|
+
"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.",
|
|
14562
|
+
"was_this_required": false,
|
|
14563
|
+
"framework_requiring_it": null,
|
|
14564
|
+
"adequacy": "Necessary to catch resident persistence after patching; the ToolShell-class chains specifically steal keys for durable access."
|
|
14565
|
+
},
|
|
14566
|
+
"response": {
|
|
14567
|
+
"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.",
|
|
14568
|
+
"was_this_required": true,
|
|
14569
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
14570
|
+
"adequacy": "Mandatory; patch-in-place without key rotation and web-shell hunting leaves the attacker resident."
|
|
14571
|
+
}
|
|
14440
14572
|
},
|
|
14441
14573
|
"framework_coverage": {
|
|
14442
14574
|
"NIST-800-53-SI-2": {
|
|
14443
14575
|
"covered": true,
|
|
14444
14576
|
"adequate": false,
|
|
14445
|
-
"gap": "30-day SLA
|
|
14577
|
+
"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."
|
|
14446
14578
|
},
|
|
14447
14579
|
"ISO-27001-2022-A.8.8": {
|
|
14448
14580
|
"covered": true,
|
|
14449
14581
|
"adequate": false,
|
|
14450
|
-
"gap": "
|
|
14582
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing enterprise server."
|
|
14583
|
+
},
|
|
14584
|
+
"NIS2-Art21-network-security": {
|
|
14585
|
+
"covered": true,
|
|
14586
|
+
"adequate": false,
|
|
14587
|
+
"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."
|
|
14588
|
+
},
|
|
14589
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
14590
|
+
"covered": true,
|
|
14591
|
+
"adequate": false,
|
|
14592
|
+
"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."
|
|
14451
14593
|
}
|
|
14452
14594
|
},
|
|
14453
14595
|
"compliance_exposure_score": {
|
|
14454
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
14455
|
-
"basis": "
|
|
14596
|
+
"percent_audit_passing_orgs_still_exposed": 75,
|
|
14597
|
+
"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.",
|
|
14456
14598
|
"theater_pattern": "patch_management"
|
|
14457
14599
|
},
|
|
14458
14600
|
"ai_discovered_zeroday": false,
|
|
14459
|
-
"ai_discovery_source": "
|
|
14460
|
-
"ai_assist_factor": "none"
|
|
14461
|
-
"_auto_imported": true,
|
|
14462
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
14601
|
+
"ai_discovery_source": "vendor_research",
|
|
14602
|
+
"ai_assist_factor": "none"
|
|
14463
14603
|
},
|
|
14464
14604
|
"CVE-2025-61932": {
|
|
14465
14605
|
"name": "Motex LANSCOPE Endpoint Manager Improper Verification of Source of a Communication Channel Vulnerability",
|
|
@@ -16147,99 +16287,183 @@
|
|
|
16147
16287
|
},
|
|
16148
16288
|
"CVE-2020-25078": {
|
|
16149
16289
|
"name": "D-Link DCS-2530L and DCS-2670L Devices Unspecified Vulnerability",
|
|
16150
|
-
"lesson_date": "2026-05-
|
|
16290
|
+
"lesson_date": "2026-05-29",
|
|
16151
16291
|
"attack_vector": {
|
|
16152
|
-
"description": "
|
|
16153
|
-
"privileges_required": "network
|
|
16154
|
-
"complexity": "
|
|
16155
|
-
"ai_factor": "
|
|
16292
|
+
"description": "an unauthenticated code-execution flaw (CWE-94) on the D-Link DCS-2530L/2670L network cameras. CISA KEV-listed 2025-08-05 with confirmed in-the-wild exploitation.",
|
|
16293
|
+
"privileges_required": "none (unauthenticated network reach to the device/service)",
|
|
16294
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
16295
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
16296
|
+
},
|
|
16297
|
+
"defense_chain": {
|
|
16298
|
+
"prevention": {
|
|
16299
|
+
"what_would_have_worked": "Apply the D-Link camera firmware fix or replace if end-of-life; place IP cameras on an isolated network segment, never internet-exposed.",
|
|
16300
|
+
"was_this_required": true,
|
|
16301
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
16302
|
+
"adequacy": "Patch/replace is definitive; the gap is that the affected class is internet-exposed by function and (for consumer/EoL devices) often unpatchable, so network isolation is the load-bearing control."
|
|
16303
|
+
},
|
|
16304
|
+
"detection": {
|
|
16305
|
+
"what_would_have_worked": "Monitoring for the IP camera web interface: exploit-shaped requests, device crashes/reboots, malicious firmware, and outbound botnet/C2 traffic from the device.",
|
|
16306
|
+
"was_this_required": false,
|
|
16307
|
+
"framework_requiring_it": null,
|
|
16308
|
+
"adequacy": "Necessary to catch exploitation of devices not yet patched/replaced; edge devices are frequently recruited into botnets."
|
|
16309
|
+
},
|
|
16310
|
+
"response": {
|
|
16311
|
+
"what_would_have_worked": "Patch or replace the device, isolate it from untrusted networks, and rotate any credentials reachable from it; reflash firmware on indicators of a malicious-update compromise.",
|
|
16312
|
+
"was_this_required": true,
|
|
16313
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
16314
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated device flaw; firmware implants survive a reboot without a reflash."
|
|
16315
|
+
}
|
|
16156
16316
|
},
|
|
16157
16317
|
"framework_coverage": {
|
|
16158
16318
|
"NIST-800-53-SI-2": {
|
|
16159
16319
|
"covered": true,
|
|
16160
16320
|
"adequate": false,
|
|
16161
|
-
"gap": "30-day SLA
|
|
16321
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated network-device/service flaw; CISA KEV due dates are days."
|
|
16162
16322
|
},
|
|
16163
16323
|
"ISO-27001-2022-A.8.8": {
|
|
16164
16324
|
"covered": true,
|
|
16165
16325
|
"adequate": false,
|
|
16166
|
-
"gap": "
|
|
16326
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing device — and end-of-life consumer devices have no patch at all, so the only control is replacement/isolation."
|
|
16327
|
+
},
|
|
16328
|
+
"NIS2-Art21-network-security": {
|
|
16329
|
+
"covered": true,
|
|
16330
|
+
"adequate": false,
|
|
16331
|
+
"gap": "Treats the class as essential-function infrastructure but lacks a compressed remediation SLA; consumer/edge devices in particular are routinely internet-exposed and unpatched."
|
|
16332
|
+
},
|
|
16333
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
16334
|
+
"covered": true,
|
|
16335
|
+
"adequate": false,
|
|
16336
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated flaw on an internet-facing device in or adjacent to the CDE."
|
|
16167
16337
|
}
|
|
16168
16338
|
},
|
|
16169
16339
|
"compliance_exposure_score": {
|
|
16170
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
16171
|
-
"basis": "
|
|
16340
|
+
"percent_audit_passing_orgs_still_exposed": 72,
|
|
16341
|
+
"basis": "Internet-facing D-Link DCS-2530L / DCS-2670L cameras is routinely run on a standard patch SLA — or, for consumer/EoL devices, not patched at all — which was active exposure for this KEV-listed, actively-exploited flaw.",
|
|
16172
16342
|
"theater_pattern": "patch_management"
|
|
16173
16343
|
},
|
|
16174
16344
|
"ai_discovered_zeroday": false,
|
|
16175
|
-
"ai_discovery_source": "
|
|
16176
|
-
"ai_assist_factor": "none"
|
|
16177
|
-
"_auto_imported": true,
|
|
16178
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
16345
|
+
"ai_discovery_source": "vendor_research",
|
|
16346
|
+
"ai_assist_factor": "none"
|
|
16179
16347
|
},
|
|
16180
16348
|
"CVE-2020-25079": {
|
|
16181
16349
|
"name": "D-Link DCS-2530L and DCS-2670L Command Injection Vulnerability",
|
|
16182
|
-
"lesson_date": "2026-05-
|
|
16350
|
+
"lesson_date": "2026-05-29",
|
|
16183
16351
|
"attack_vector": {
|
|
16184
|
-
"description": "D-Link DCS-2530L
|
|
16185
|
-
"privileges_required": "network
|
|
16186
|
-
"complexity": "
|
|
16187
|
-
"ai_factor": "
|
|
16352
|
+
"description": "command injection (CWE-77) on the D-Link DCS-2530L/2670L cameras, giving an unauthenticated attacker command execution. CISA KEV-listed 2025-08-05 with confirmed in-the-wild exploitation.",
|
|
16353
|
+
"privileges_required": "none (unauthenticated network reach to the device/service)",
|
|
16354
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
16355
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
16188
16356
|
},
|
|
16189
|
-
"
|
|
16190
|
-
"
|
|
16191
|
-
"
|
|
16192
|
-
"
|
|
16193
|
-
"
|
|
16357
|
+
"defense_chain": {
|
|
16358
|
+
"prevention": {
|
|
16359
|
+
"what_would_have_worked": "Apply the D-Link camera firmware fix or replace if end-of-life; isolate IP cameras from untrusted networks.",
|
|
16360
|
+
"was_this_required": true,
|
|
16361
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
16362
|
+
"adequacy": "Patch/replace is definitive; the gap is that the affected class is internet-exposed by function and (for consumer/EoL devices) often unpatchable, so network isolation is the load-bearing control."
|
|
16194
16363
|
},
|
|
16195
|
-
"
|
|
16196
|
-
"
|
|
16364
|
+
"detection": {
|
|
16365
|
+
"what_would_have_worked": "Monitoring for the IP camera web interface: exploit-shaped requests, device crashes/reboots, malicious firmware, and outbound botnet/C2 traffic from the device.",
|
|
16366
|
+
"was_this_required": false,
|
|
16367
|
+
"framework_requiring_it": null,
|
|
16368
|
+
"adequacy": "Necessary to catch exploitation of devices not yet patched/replaced; edge devices are frequently recruited into botnets."
|
|
16369
|
+
},
|
|
16370
|
+
"response": {
|
|
16371
|
+
"what_would_have_worked": "Patch or replace the device, isolate it from untrusted networks, and rotate any credentials reachable from it; reflash firmware on indicators of a malicious-update compromise.",
|
|
16372
|
+
"was_this_required": true,
|
|
16373
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
16374
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated device flaw; firmware implants survive a reboot without a reflash."
|
|
16375
|
+
}
|
|
16376
|
+
},
|
|
16377
|
+
"framework_coverage": {
|
|
16378
|
+
"NIST-800-53-SI-2": {
|
|
16379
|
+
"covered": true,
|
|
16197
16380
|
"adequate": false,
|
|
16198
|
-
"gap": "
|
|
16381
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated network-device/service flaw; CISA KEV due dates are days."
|
|
16382
|
+
},
|
|
16383
|
+
"ISO-27001-2022-A.8.8": {
|
|
16384
|
+
"covered": true,
|
|
16385
|
+
"adequate": false,
|
|
16386
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing device — and end-of-life consumer devices have no patch at all, so the only control is replacement/isolation."
|
|
16387
|
+
},
|
|
16388
|
+
"NIS2-Art21-network-security": {
|
|
16389
|
+
"covered": true,
|
|
16390
|
+
"adequate": false,
|
|
16391
|
+
"gap": "Treats the class as essential-function infrastructure but lacks a compressed remediation SLA; consumer/edge devices in particular are routinely internet-exposed and unpatched."
|
|
16392
|
+
},
|
|
16393
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
16394
|
+
"covered": true,
|
|
16395
|
+
"adequate": false,
|
|
16396
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated flaw on an internet-facing device in or adjacent to the CDE."
|
|
16199
16397
|
}
|
|
16200
16398
|
},
|
|
16201
16399
|
"compliance_exposure_score": {
|
|
16202
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
16203
|
-
"basis": "
|
|
16400
|
+
"percent_audit_passing_orgs_still_exposed": 72,
|
|
16401
|
+
"basis": "Internet-facing D-Link DCS-2530L / DCS-2670L cameras is routinely run on a standard patch SLA — or, for consumer/EoL devices, not patched at all — which was active exposure for this KEV-listed, actively-exploited flaw.",
|
|
16204
16402
|
"theater_pattern": "patch_management"
|
|
16205
16403
|
},
|
|
16206
16404
|
"ai_discovered_zeroday": false,
|
|
16207
|
-
"ai_discovery_source": "
|
|
16208
|
-
"ai_assist_factor": "none"
|
|
16209
|
-
"_auto_imported": true,
|
|
16210
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
16405
|
+
"ai_discovery_source": "vendor_research",
|
|
16406
|
+
"ai_assist_factor": "none"
|
|
16211
16407
|
},
|
|
16212
16408
|
"CVE-2022-40799": {
|
|
16213
16409
|
"name": "D-Link DNR-322L Download of Code Without Integrity Check Vulnerability",
|
|
16214
|
-
"lesson_date": "2026-05-
|
|
16410
|
+
"lesson_date": "2026-05-29",
|
|
16215
16411
|
"attack_vector": {
|
|
16216
|
-
"description": "
|
|
16217
|
-
"privileges_required": "network
|
|
16218
|
-
"complexity": "
|
|
16219
|
-
"ai_factor": "
|
|
16412
|
+
"description": "download of code without an integrity check (CWE-494) on the D-Link DNR-322L, letting an attacker supply a malicious update for code execution. CISA KEV-listed 2025-08-05 with confirmed in-the-wild exploitation.",
|
|
16413
|
+
"privileges_required": "none (unauthenticated network reach to the device/service)",
|
|
16414
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
16415
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
16416
|
+
},
|
|
16417
|
+
"defense_chain": {
|
|
16418
|
+
"prevention": {
|
|
16419
|
+
"what_would_have_worked": "Apply the D-Link DNR-322L firmware fix or replace if end-of-life; restrict the NAS management interface and verify update integrity out-of-band.",
|
|
16420
|
+
"was_this_required": true,
|
|
16421
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
16422
|
+
"adequacy": "Patch/replace is definitive; the gap is that the affected class is internet-exposed by function and (for consumer/EoL devices) often unpatchable, so network isolation is the load-bearing control."
|
|
16423
|
+
},
|
|
16424
|
+
"detection": {
|
|
16425
|
+
"what_would_have_worked": "Monitoring for the NAS management interface: exploit-shaped requests, device crashes/reboots, malicious firmware, and outbound botnet/C2 traffic from the device.",
|
|
16426
|
+
"was_this_required": false,
|
|
16427
|
+
"framework_requiring_it": null,
|
|
16428
|
+
"adequacy": "Necessary to catch exploitation of devices not yet patched/replaced; edge devices are frequently recruited into botnets."
|
|
16429
|
+
},
|
|
16430
|
+
"response": {
|
|
16431
|
+
"what_would_have_worked": "Patch or replace the device, isolate it from untrusted networks, and rotate any credentials reachable from it; reflash firmware on indicators of a malicious-update compromise.",
|
|
16432
|
+
"was_this_required": true,
|
|
16433
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
16434
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated device flaw; firmware implants survive a reboot without a reflash."
|
|
16435
|
+
}
|
|
16220
16436
|
},
|
|
16221
16437
|
"framework_coverage": {
|
|
16222
16438
|
"NIST-800-53-SI-2": {
|
|
16223
16439
|
"covered": true,
|
|
16224
16440
|
"adequate": false,
|
|
16225
|
-
"gap": "30-day SLA
|
|
16441
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated network-device/service flaw; CISA KEV due dates are days."
|
|
16226
16442
|
},
|
|
16227
16443
|
"ISO-27001-2022-A.8.8": {
|
|
16228
16444
|
"covered": true,
|
|
16229
16445
|
"adequate": false,
|
|
16230
|
-
"gap": "
|
|
16446
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing device — and end-of-life consumer devices have no patch at all, so the only control is replacement/isolation."
|
|
16447
|
+
},
|
|
16448
|
+
"NIS2-Art21-network-security": {
|
|
16449
|
+
"covered": true,
|
|
16450
|
+
"adequate": false,
|
|
16451
|
+
"gap": "Treats the class as essential-function infrastructure but lacks a compressed remediation SLA; consumer/edge devices in particular are routinely internet-exposed and unpatched."
|
|
16452
|
+
},
|
|
16453
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
16454
|
+
"covered": true,
|
|
16455
|
+
"adequate": false,
|
|
16456
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated flaw on an internet-facing device in or adjacent to the CDE."
|
|
16231
16457
|
}
|
|
16232
16458
|
},
|
|
16233
16459
|
"compliance_exposure_score": {
|
|
16234
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
16235
|
-
"basis": "
|
|
16460
|
+
"percent_audit_passing_orgs_still_exposed": 72,
|
|
16461
|
+
"basis": "Internet-facing D-Link DNR-322L NAS is routinely run on a standard patch SLA — or, for consumer/EoL devices, not patched at all — which was active exposure for this KEV-listed, actively-exploited flaw.",
|
|
16236
16462
|
"theater_pattern": "patch_management"
|
|
16237
16463
|
},
|
|
16238
16464
|
"ai_discovered_zeroday": false,
|
|
16239
|
-
"ai_discovery_source": "
|
|
16240
|
-
"ai_assist_factor": "none"
|
|
16241
|
-
"_auto_imported": true,
|
|
16242
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
16465
|
+
"ai_discovery_source": "vendor_research",
|
|
16466
|
+
"ai_assist_factor": "none"
|
|
16243
16467
|
},
|
|
16244
16468
|
"CVE-2023-2533": {
|
|
16245
16469
|
"name": "PaperCut NG/MF Cross-Site Request Forgery (CSRF) Vulnerability",
|
|
@@ -16523,99 +16747,183 @@
|
|
|
16523
16747
|
},
|
|
16524
16748
|
"CVE-2025-49704": {
|
|
16525
16749
|
"name": "Microsoft SharePoint Code Injection Vulnerability",
|
|
16526
|
-
"lesson_date": "2026-05-
|
|
16750
|
+
"lesson_date": "2026-05-29",
|
|
16527
16751
|
"attack_vector": {
|
|
16528
|
-
"description": "
|
|
16529
|
-
"privileges_required": "network
|
|
16530
|
-
"complexity": "
|
|
16531
|
-
"ai_factor": "
|
|
16752
|
+
"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.",
|
|
16753
|
+
"privileges_required": "none (unauthenticated network reach to the server)",
|
|
16754
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
16755
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
16756
|
+
},
|
|
16757
|
+
"defense_chain": {
|
|
16758
|
+
"prevention": {
|
|
16759
|
+
"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.",
|
|
16760
|
+
"was_this_required": true,
|
|
16761
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
16762
|
+
"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."
|
|
16763
|
+
},
|
|
16764
|
+
"detection": {
|
|
16765
|
+
"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.",
|
|
16766
|
+
"was_this_required": false,
|
|
16767
|
+
"framework_requiring_it": null,
|
|
16768
|
+
"adequacy": "Necessary to catch resident persistence after patching; the ToolShell-class chains specifically steal keys for durable access."
|
|
16769
|
+
},
|
|
16770
|
+
"response": {
|
|
16771
|
+
"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.",
|
|
16772
|
+
"was_this_required": true,
|
|
16773
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
16774
|
+
"adequacy": "Mandatory; patch-in-place without key rotation and web-shell hunting leaves the attacker resident."
|
|
16775
|
+
}
|
|
16532
16776
|
},
|
|
16533
16777
|
"framework_coverage": {
|
|
16534
16778
|
"NIST-800-53-SI-2": {
|
|
16535
16779
|
"covered": true,
|
|
16536
16780
|
"adequate": false,
|
|
16537
|
-
"gap": "30-day SLA
|
|
16781
|
+
"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."
|
|
16538
16782
|
},
|
|
16539
16783
|
"ISO-27001-2022-A.8.8": {
|
|
16540
16784
|
"covered": true,
|
|
16541
16785
|
"adequate": false,
|
|
16542
|
-
"gap": "
|
|
16786
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing enterprise server."
|
|
16787
|
+
},
|
|
16788
|
+
"NIS2-Art21-network-security": {
|
|
16789
|
+
"covered": true,
|
|
16790
|
+
"adequate": false,
|
|
16791
|
+
"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."
|
|
16792
|
+
},
|
|
16793
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
16794
|
+
"covered": true,
|
|
16795
|
+
"adequate": false,
|
|
16796
|
+
"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."
|
|
16543
16797
|
}
|
|
16544
16798
|
},
|
|
16545
16799
|
"compliance_exposure_score": {
|
|
16546
16800
|
"percent_audit_passing_orgs_still_exposed": 75,
|
|
16547
|
-
"basis": "
|
|
16801
|
+
"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.",
|
|
16548
16802
|
"theater_pattern": "patch_management"
|
|
16549
16803
|
},
|
|
16550
16804
|
"ai_discovered_zeroday": false,
|
|
16551
|
-
"ai_discovery_source": "
|
|
16552
|
-
"ai_assist_factor": "none"
|
|
16553
|
-
"_auto_imported": true,
|
|
16554
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
16805
|
+
"ai_discovery_source": "vendor_research",
|
|
16806
|
+
"ai_assist_factor": "none"
|
|
16555
16807
|
},
|
|
16556
16808
|
"CVE-2025-49706": {
|
|
16557
16809
|
"name": "Microsoft SharePoint Improper Authentication Vulnerability",
|
|
16558
|
-
"lesson_date": "2026-05-
|
|
16810
|
+
"lesson_date": "2026-05-29",
|
|
16559
16811
|
"attack_vector": {
|
|
16560
|
-
"description": "
|
|
16561
|
-
"privileges_required": "network
|
|
16562
|
-
"complexity": "
|
|
16563
|
-
"ai_factor": "
|
|
16812
|
+
"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.",
|
|
16813
|
+
"privileges_required": "none (unauthenticated network reach to the server)",
|
|
16814
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
16815
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
16816
|
+
},
|
|
16817
|
+
"defense_chain": {
|
|
16818
|
+
"prevention": {
|
|
16819
|
+
"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.",
|
|
16820
|
+
"was_this_required": true,
|
|
16821
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
16822
|
+
"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."
|
|
16823
|
+
},
|
|
16824
|
+
"detection": {
|
|
16825
|
+
"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.",
|
|
16826
|
+
"was_this_required": false,
|
|
16827
|
+
"framework_requiring_it": null,
|
|
16828
|
+
"adequacy": "Necessary to catch resident persistence after patching; the ToolShell-class chains specifically steal keys for durable access."
|
|
16829
|
+
},
|
|
16830
|
+
"response": {
|
|
16831
|
+
"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.",
|
|
16832
|
+
"was_this_required": true,
|
|
16833
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
16834
|
+
"adequacy": "Mandatory; patch-in-place without key rotation and web-shell hunting leaves the attacker resident."
|
|
16835
|
+
}
|
|
16564
16836
|
},
|
|
16565
16837
|
"framework_coverage": {
|
|
16566
16838
|
"NIST-800-53-SI-2": {
|
|
16567
16839
|
"covered": true,
|
|
16568
16840
|
"adequate": false,
|
|
16569
|
-
"gap": "30-day SLA
|
|
16841
|
+
"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."
|
|
16570
16842
|
},
|
|
16571
16843
|
"ISO-27001-2022-A.8.8": {
|
|
16572
16844
|
"covered": true,
|
|
16573
16845
|
"adequate": false,
|
|
16574
|
-
"gap": "
|
|
16846
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing enterprise server."
|
|
16847
|
+
},
|
|
16848
|
+
"NIS2-Art21-network-security": {
|
|
16849
|
+
"covered": true,
|
|
16850
|
+
"adequate": false,
|
|
16851
|
+
"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."
|
|
16852
|
+
},
|
|
16853
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
16854
|
+
"covered": true,
|
|
16855
|
+
"adequate": false,
|
|
16856
|
+
"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."
|
|
16575
16857
|
}
|
|
16576
16858
|
},
|
|
16577
16859
|
"compliance_exposure_score": {
|
|
16578
16860
|
"percent_audit_passing_orgs_still_exposed": 75,
|
|
16579
|
-
"basis": "
|
|
16861
|
+
"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.",
|
|
16580
16862
|
"theater_pattern": "patch_management"
|
|
16581
16863
|
},
|
|
16582
16864
|
"ai_discovered_zeroday": false,
|
|
16583
|
-
"ai_discovery_source": "
|
|
16584
|
-
"ai_assist_factor": "none"
|
|
16585
|
-
"_auto_imported": true,
|
|
16586
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
16865
|
+
"ai_discovery_source": "vendor_research",
|
|
16866
|
+
"ai_assist_factor": "none"
|
|
16587
16867
|
},
|
|
16588
16868
|
"CVE-2025-53770": {
|
|
16589
|
-
"name": "Microsoft SharePoint Deserialization of Untrusted Data Vulnerability",
|
|
16590
|
-
"lesson_date": "2026-05-
|
|
16869
|
+
"name": "Microsoft SharePoint Deserialization of Untrusted Data Vulnerability (variant: CVE-2025-53770)",
|
|
16870
|
+
"lesson_date": "2026-05-29",
|
|
16591
16871
|
"attack_vector": {
|
|
16592
|
-
"description": "
|
|
16593
|
-
"privileges_required": "network
|
|
16594
|
-
"complexity": "
|
|
16595
|
-
"ai_factor": "
|
|
16872
|
+
"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.",
|
|
16873
|
+
"privileges_required": "none (unauthenticated network reach to the server)",
|
|
16874
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
16875
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
16876
|
+
},
|
|
16877
|
+
"defense_chain": {
|
|
16878
|
+
"prevention": {
|
|
16879
|
+
"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.",
|
|
16880
|
+
"was_this_required": true,
|
|
16881
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
16882
|
+
"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."
|
|
16883
|
+
},
|
|
16884
|
+
"detection": {
|
|
16885
|
+
"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.",
|
|
16886
|
+
"was_this_required": false,
|
|
16887
|
+
"framework_requiring_it": null,
|
|
16888
|
+
"adequacy": "Necessary to catch resident persistence after patching; the ToolShell-class chains specifically steal keys for durable access."
|
|
16889
|
+
},
|
|
16890
|
+
"response": {
|
|
16891
|
+
"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.",
|
|
16892
|
+
"was_this_required": true,
|
|
16893
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
16894
|
+
"adequacy": "Mandatory; patch-in-place without key rotation and web-shell hunting leaves the attacker resident."
|
|
16895
|
+
}
|
|
16596
16896
|
},
|
|
16597
16897
|
"framework_coverage": {
|
|
16598
16898
|
"NIST-800-53-SI-2": {
|
|
16599
16899
|
"covered": true,
|
|
16600
16900
|
"adequate": false,
|
|
16601
|
-
"gap": "30-day SLA
|
|
16901
|
+
"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."
|
|
16602
16902
|
},
|
|
16603
16903
|
"ISO-27001-2022-A.8.8": {
|
|
16604
16904
|
"covered": true,
|
|
16605
16905
|
"adequate": false,
|
|
16606
|
-
"gap": "
|
|
16906
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing enterprise server."
|
|
16907
|
+
},
|
|
16908
|
+
"NIS2-Art21-network-security": {
|
|
16909
|
+
"covered": true,
|
|
16910
|
+
"adequate": false,
|
|
16911
|
+
"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."
|
|
16912
|
+
},
|
|
16913
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
16914
|
+
"covered": true,
|
|
16915
|
+
"adequate": false,
|
|
16916
|
+
"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."
|
|
16607
16917
|
}
|
|
16608
16918
|
},
|
|
16609
16919
|
"compliance_exposure_score": {
|
|
16610
16920
|
"percent_audit_passing_orgs_still_exposed": 75,
|
|
16611
|
-
"basis": "
|
|
16921
|
+
"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.",
|
|
16612
16922
|
"theater_pattern": "patch_management"
|
|
16613
16923
|
},
|
|
16614
16924
|
"ai_discovered_zeroday": false,
|
|
16615
|
-
"ai_discovery_source": "
|
|
16616
|
-
"ai_assist_factor": "none"
|
|
16617
|
-
"_auto_imported": true,
|
|
16618
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
16925
|
+
"ai_discovery_source": "vendor_research",
|
|
16926
|
+
"ai_assist_factor": "none"
|
|
16619
16927
|
},
|
|
16620
16928
|
"CVE-2025-25257": {
|
|
16621
16929
|
"name": "Fortinet FortiWeb SQL Injection Vulnerability",
|
|
@@ -17794,68 +18102,124 @@
|
|
|
17794
18102
|
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
17795
18103
|
},
|
|
17796
18104
|
"CVE-2025-4428": {
|
|
17797
|
-
"name": "Ivanti Endpoint Manager Mobile (EPMM) Code Injection Vulnerability",
|
|
17798
|
-
"lesson_date": "2026-05-
|
|
18105
|
+
"name": "Ivanti Endpoint Manager Mobile (EPMM) Code Injection Vulnerability (variant: CVE-2025-4428)",
|
|
18106
|
+
"lesson_date": "2026-05-29",
|
|
17799
18107
|
"attack_vector": {
|
|
17800
|
-
"description": "
|
|
17801
|
-
"privileges_required": "network
|
|
17802
|
-
"complexity": "
|
|
17803
|
-
"ai_factor": "
|
|
18108
|
+
"description": "code injection (CWE-94) yielding unauthenticated remote code execution on the EPMM management surface (chained with the authentication bypass). CISA KEV-listed 2025-05-19 with confirmed in-the-wild exploitation.",
|
|
18109
|
+
"privileges_required": "none (unauthenticated network reach to the device/service)",
|
|
18110
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
18111
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
18112
|
+
},
|
|
18113
|
+
"defense_chain": {
|
|
18114
|
+
"prevention": {
|
|
18115
|
+
"what_would_have_worked": "Apply the Ivanti EPMM patch from the advisory; EPMM is a recurring exploited target — restrict its management surface and hunt for post-exploitation persistence.",
|
|
18116
|
+
"was_this_required": true,
|
|
18117
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
18118
|
+
"adequacy": "Patch/replace is definitive; the gap is that the affected class is internet-exposed by function and (for consumer/EoL devices) often unpatchable, so network isolation is the load-bearing control."
|
|
18119
|
+
},
|
|
18120
|
+
"detection": {
|
|
18121
|
+
"what_would_have_worked": "Monitoring for the EPMM management surface: exploit-shaped requests, device crashes/reboots, malicious firmware, and outbound botnet/C2 traffic from the device.",
|
|
18122
|
+
"was_this_required": false,
|
|
18123
|
+
"framework_requiring_it": null,
|
|
18124
|
+
"adequacy": "Necessary to catch exploitation of devices not yet patched/replaced; edge devices are frequently recruited into botnets."
|
|
18125
|
+
},
|
|
18126
|
+
"response": {
|
|
18127
|
+
"what_would_have_worked": "Patch or replace the device, isolate it from untrusted networks, and rotate any credentials reachable from it; reflash firmware on indicators of a malicious-update compromise.",
|
|
18128
|
+
"was_this_required": true,
|
|
18129
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
18130
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated device flaw; firmware implants survive a reboot without a reflash."
|
|
18131
|
+
}
|
|
17804
18132
|
},
|
|
17805
18133
|
"framework_coverage": {
|
|
17806
18134
|
"NIST-800-53-SI-2": {
|
|
17807
18135
|
"covered": true,
|
|
17808
18136
|
"adequate": false,
|
|
17809
|
-
"gap": "30-day SLA
|
|
18137
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated network-device/service flaw; CISA KEV due dates are days."
|
|
17810
18138
|
},
|
|
17811
18139
|
"ISO-27001-2022-A.8.8": {
|
|
17812
18140
|
"covered": true,
|
|
17813
18141
|
"adequate": false,
|
|
17814
|
-
"gap": "
|
|
18142
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing device — and end-of-life consumer devices have no patch at all, so the only control is replacement/isolation."
|
|
18143
|
+
},
|
|
18144
|
+
"NIS2-Art21-network-security": {
|
|
18145
|
+
"covered": true,
|
|
18146
|
+
"adequate": false,
|
|
18147
|
+
"gap": "Treats the class as essential-function infrastructure but lacks a compressed remediation SLA; consumer/edge devices in particular are routinely internet-exposed and unpatched."
|
|
18148
|
+
},
|
|
18149
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
18150
|
+
"covered": true,
|
|
18151
|
+
"adequate": false,
|
|
18152
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated flaw on an internet-facing device in or adjacent to the CDE."
|
|
17815
18153
|
}
|
|
17816
18154
|
},
|
|
17817
18155
|
"compliance_exposure_score": {
|
|
17818
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
17819
|
-
"basis": "
|
|
18156
|
+
"percent_audit_passing_orgs_still_exposed": 72,
|
|
18157
|
+
"basis": "Internet-facing Ivanti Endpoint Manager Mobile (EPMM) is routinely run on a standard patch SLA — or, for consumer/EoL devices, not patched at all — which was active exposure for this KEV-listed, actively-exploited flaw.",
|
|
17820
18158
|
"theater_pattern": "patch_management"
|
|
17821
18159
|
},
|
|
17822
18160
|
"ai_discovered_zeroday": false,
|
|
17823
|
-
"ai_discovery_source": "
|
|
17824
|
-
"ai_assist_factor": "none"
|
|
17825
|
-
"_auto_imported": true,
|
|
17826
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
18161
|
+
"ai_discovery_source": "vendor_research",
|
|
18162
|
+
"ai_assist_factor": "none"
|
|
17827
18163
|
},
|
|
17828
18164
|
"CVE-2025-4427": {
|
|
17829
18165
|
"name": "Ivanti Endpoint Manager Mobile (EPMM) Authentication Bypass Vulnerability",
|
|
17830
|
-
"lesson_date": "2026-05-
|
|
18166
|
+
"lesson_date": "2026-05-29",
|
|
17831
18167
|
"attack_vector": {
|
|
17832
|
-
"description": "
|
|
17833
|
-
"privileges_required": "network
|
|
17834
|
-
"complexity": "
|
|
17835
|
-
"ai_factor": "
|
|
18168
|
+
"description": "an authentication bypass (CWE-288) on EPMM that, chained with the code-injection flaw, yields unauthenticated remote code execution. CISA KEV-listed 2025-05-19 with confirmed in-the-wild exploitation.",
|
|
18169
|
+
"privileges_required": "none (unauthenticated network reach to the device/service)",
|
|
18170
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
18171
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
18172
|
+
},
|
|
18173
|
+
"defense_chain": {
|
|
18174
|
+
"prevention": {
|
|
18175
|
+
"what_would_have_worked": "Apply the Ivanti EPMM patch from the advisory; the two flaws are chained for full preauth compromise, so restrict the management surface and review for unauthorized access.",
|
|
18176
|
+
"was_this_required": true,
|
|
18177
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
18178
|
+
"adequacy": "Patch/replace is definitive; the gap is that the affected class is internet-exposed by function and (for consumer/EoL devices) often unpatchable, so network isolation is the load-bearing control."
|
|
18179
|
+
},
|
|
18180
|
+
"detection": {
|
|
18181
|
+
"what_would_have_worked": "Monitoring for the EPMM management surface: exploit-shaped requests, device crashes/reboots, malicious firmware, and outbound botnet/C2 traffic from the device.",
|
|
18182
|
+
"was_this_required": false,
|
|
18183
|
+
"framework_requiring_it": null,
|
|
18184
|
+
"adequacy": "Necessary to catch exploitation of devices not yet patched/replaced; edge devices are frequently recruited into botnets."
|
|
18185
|
+
},
|
|
18186
|
+
"response": {
|
|
18187
|
+
"what_would_have_worked": "Patch or replace the device, isolate it from untrusted networks, and rotate any credentials reachable from it; reflash firmware on indicators of a malicious-update compromise.",
|
|
18188
|
+
"was_this_required": true,
|
|
18189
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
18190
|
+
"adequacy": "Mandatory for a KEV-listed unauthenticated device flaw; firmware implants survive a reboot without a reflash."
|
|
18191
|
+
}
|
|
17836
18192
|
},
|
|
17837
18193
|
"framework_coverage": {
|
|
17838
18194
|
"NIST-800-53-SI-2": {
|
|
17839
18195
|
"covered": true,
|
|
17840
18196
|
"adequate": false,
|
|
17841
|
-
"gap": "30-day SLA
|
|
18197
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated network-device/service flaw; CISA KEV due dates are days."
|
|
17842
18198
|
},
|
|
17843
18199
|
"ISO-27001-2022-A.8.8": {
|
|
17844
18200
|
"covered": true,
|
|
17845
18201
|
"adequate": false,
|
|
17846
|
-
"gap": "
|
|
18202
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an unauthenticated, actively-exploited flaw on an internet-facing device — and end-of-life consumer devices have no patch at all, so the only control is replacement/isolation."
|
|
18203
|
+
},
|
|
18204
|
+
"NIS2-Art21-network-security": {
|
|
18205
|
+
"covered": true,
|
|
18206
|
+
"adequate": false,
|
|
18207
|
+
"gap": "Treats the class as essential-function infrastructure but lacks a compressed remediation SLA; consumer/edge devices in particular are routinely internet-exposed and unpatched."
|
|
18208
|
+
},
|
|
18209
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
18210
|
+
"covered": true,
|
|
18211
|
+
"adequate": false,
|
|
18212
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an unauthenticated flaw on an internet-facing device in or adjacent to the CDE."
|
|
17847
18213
|
}
|
|
17848
18214
|
},
|
|
17849
18215
|
"compliance_exposure_score": {
|
|
17850
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
17851
|
-
"basis": "
|
|
18216
|
+
"percent_audit_passing_orgs_still_exposed": 72,
|
|
18217
|
+
"basis": "Internet-facing Ivanti Endpoint Manager Mobile (EPMM) is routinely run on a standard patch SLA — or, for consumer/EoL devices, not patched at all — which was active exposure for this KEV-listed, actively-exploited flaw.",
|
|
17852
18218
|
"theater_pattern": "patch_management"
|
|
17853
18219
|
},
|
|
17854
18220
|
"ai_discovered_zeroday": false,
|
|
17855
|
-
"ai_discovery_source": "
|
|
17856
|
-
"ai_assist_factor": "none"
|
|
17857
|
-
"_auto_imported": true,
|
|
17858
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
18221
|
+
"ai_discovery_source": "vendor_research",
|
|
18222
|
+
"ai_assist_factor": "none"
|
|
17859
18223
|
},
|
|
17860
18224
|
"CVE-2025-42999": {
|
|
17861
18225
|
"name": "SAP NetWeaver Deserialization Vulnerability",
|