@blamejs/exceptd-skills 0.15.9 → 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 +4 -0
- package/data/_indexes/_meta.json +5 -5
- package/data/attack-techniques.json +5 -1
- package/data/cve-catalog.json +97 -33
- package/data/zeroday-lessons.json +243 -75
- 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",
|
|
@@ -12127,35 +12155,63 @@
|
|
|
12127
12155
|
},
|
|
12128
12156
|
"CVE-2024-43468": {
|
|
12129
12157
|
"name": "Microsoft Configuration Manager SQL Injection Vulnerability",
|
|
12130
|
-
"lesson_date": "2026-05-
|
|
12158
|
+
"lesson_date": "2026-05-29",
|
|
12131
12159
|
"attack_vector": {
|
|
12132
|
-
"description": "
|
|
12133
|
-
"privileges_required": "network
|
|
12134
|
-
"complexity": "
|
|
12135
|
-
"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
|
+
}
|
|
12136
12184
|
},
|
|
12137
12185
|
"framework_coverage": {
|
|
12138
12186
|
"NIST-800-53-SI-2": {
|
|
12139
12187
|
"covered": true,
|
|
12140
12188
|
"adequate": false,
|
|
12141
|
-
"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."
|
|
12142
12190
|
},
|
|
12143
12191
|
"ISO-27001-2022-A.8.8": {
|
|
12144
12192
|
"covered": true,
|
|
12145
12193
|
"adequate": false,
|
|
12146
|
-
"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."
|
|
12147
12205
|
}
|
|
12148
12206
|
},
|
|
12149
12207
|
"compliance_exposure_score": {
|
|
12150
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
12151
|
-
"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.",
|
|
12152
12210
|
"theater_pattern": "patch_management"
|
|
12153
12211
|
},
|
|
12154
12212
|
"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"
|
|
12213
|
+
"ai_discovery_source": "vendor_research",
|
|
12214
|
+
"ai_assist_factor": "none"
|
|
12159
12215
|
},
|
|
12160
12216
|
"CVE-2025-15556": {
|
|
12161
12217
|
"name": "Notepad++ Download of Code Without Integrity Check Vulnerability",
|
|
@@ -14487,35 +14543,63 @@
|
|
|
14487
14543
|
},
|
|
14488
14544
|
"CVE-2025-59287": {
|
|
14489
14545
|
"name": "Microsoft Windows Server Update Service (WSUS) Deserialization of Untrusted Data Vulnerability",
|
|
14490
|
-
"lesson_date": "2026-05-
|
|
14546
|
+
"lesson_date": "2026-05-29",
|
|
14491
14547
|
"attack_vector": {
|
|
14492
|
-
"description": "
|
|
14493
|
-
"privileges_required": "network
|
|
14494
|
-
"complexity": "
|
|
14495
|
-
"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
|
+
}
|
|
14496
14572
|
},
|
|
14497
14573
|
"framework_coverage": {
|
|
14498
14574
|
"NIST-800-53-SI-2": {
|
|
14499
14575
|
"covered": true,
|
|
14500
14576
|
"adequate": false,
|
|
14501
|
-
"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."
|
|
14502
14578
|
},
|
|
14503
14579
|
"ISO-27001-2022-A.8.8": {
|
|
14504
14580
|
"covered": true,
|
|
14505
14581
|
"adequate": false,
|
|
14506
|
-
"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."
|
|
14507
14593
|
}
|
|
14508
14594
|
},
|
|
14509
14595
|
"compliance_exposure_score": {
|
|
14510
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
14511
|
-
"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.",
|
|
14512
14598
|
"theater_pattern": "patch_management"
|
|
14513
14599
|
},
|
|
14514
14600
|
"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"
|
|
14601
|
+
"ai_discovery_source": "vendor_research",
|
|
14602
|
+
"ai_assist_factor": "none"
|
|
14519
14603
|
},
|
|
14520
14604
|
"CVE-2025-61932": {
|
|
14521
14605
|
"name": "Motex LANSCOPE Endpoint Manager Improper Verification of Source of a Communication Channel Vulnerability",
|
|
@@ -16663,99 +16747,183 @@
|
|
|
16663
16747
|
},
|
|
16664
16748
|
"CVE-2025-49704": {
|
|
16665
16749
|
"name": "Microsoft SharePoint Code Injection Vulnerability",
|
|
16666
|
-
"lesson_date": "2026-05-
|
|
16750
|
+
"lesson_date": "2026-05-29",
|
|
16667
16751
|
"attack_vector": {
|
|
16668
|
-
"description": "
|
|
16669
|
-
"privileges_required": "network
|
|
16670
|
-
"complexity": "
|
|
16671
|
-
"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
|
+
}
|
|
16672
16776
|
},
|
|
16673
16777
|
"framework_coverage": {
|
|
16674
16778
|
"NIST-800-53-SI-2": {
|
|
16675
16779
|
"covered": true,
|
|
16676
16780
|
"adequate": false,
|
|
16677
|
-
"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."
|
|
16678
16782
|
},
|
|
16679
16783
|
"ISO-27001-2022-A.8.8": {
|
|
16680
16784
|
"covered": true,
|
|
16681
16785
|
"adequate": false,
|
|
16682
|
-
"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."
|
|
16683
16797
|
}
|
|
16684
16798
|
},
|
|
16685
16799
|
"compliance_exposure_score": {
|
|
16686
16800
|
"percent_audit_passing_orgs_still_exposed": 75,
|
|
16687
|
-
"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.",
|
|
16688
16802
|
"theater_pattern": "patch_management"
|
|
16689
16803
|
},
|
|
16690
16804
|
"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"
|
|
16805
|
+
"ai_discovery_source": "vendor_research",
|
|
16806
|
+
"ai_assist_factor": "none"
|
|
16695
16807
|
},
|
|
16696
16808
|
"CVE-2025-49706": {
|
|
16697
16809
|
"name": "Microsoft SharePoint Improper Authentication Vulnerability",
|
|
16698
|
-
"lesson_date": "2026-05-
|
|
16810
|
+
"lesson_date": "2026-05-29",
|
|
16699
16811
|
"attack_vector": {
|
|
16700
|
-
"description": "
|
|
16701
|
-
"privileges_required": "network
|
|
16702
|
-
"complexity": "
|
|
16703
|
-
"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
|
+
}
|
|
16704
16836
|
},
|
|
16705
16837
|
"framework_coverage": {
|
|
16706
16838
|
"NIST-800-53-SI-2": {
|
|
16707
16839
|
"covered": true,
|
|
16708
16840
|
"adequate": false,
|
|
16709
|
-
"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."
|
|
16710
16842
|
},
|
|
16711
16843
|
"ISO-27001-2022-A.8.8": {
|
|
16712
16844
|
"covered": true,
|
|
16713
16845
|
"adequate": false,
|
|
16714
|
-
"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."
|
|
16715
16857
|
}
|
|
16716
16858
|
},
|
|
16717
16859
|
"compliance_exposure_score": {
|
|
16718
16860
|
"percent_audit_passing_orgs_still_exposed": 75,
|
|
16719
|
-
"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.",
|
|
16720
16862
|
"theater_pattern": "patch_management"
|
|
16721
16863
|
},
|
|
16722
16864
|
"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"
|
|
16865
|
+
"ai_discovery_source": "vendor_research",
|
|
16866
|
+
"ai_assist_factor": "none"
|
|
16727
16867
|
},
|
|
16728
16868
|
"CVE-2025-53770": {
|
|
16729
|
-
"name": "Microsoft SharePoint Deserialization of Untrusted Data Vulnerability",
|
|
16730
|
-
"lesson_date": "2026-05-
|
|
16869
|
+
"name": "Microsoft SharePoint Deserialization of Untrusted Data Vulnerability (variant: CVE-2025-53770)",
|
|
16870
|
+
"lesson_date": "2026-05-29",
|
|
16731
16871
|
"attack_vector": {
|
|
16732
|
-
"description": "
|
|
16733
|
-
"privileges_required": "network
|
|
16734
|
-
"complexity": "
|
|
16735
|
-
"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
|
+
}
|
|
16736
16896
|
},
|
|
16737
16897
|
"framework_coverage": {
|
|
16738
16898
|
"NIST-800-53-SI-2": {
|
|
16739
16899
|
"covered": true,
|
|
16740
16900
|
"adequate": false,
|
|
16741
|
-
"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."
|
|
16742
16902
|
},
|
|
16743
16903
|
"ISO-27001-2022-A.8.8": {
|
|
16744
16904
|
"covered": true,
|
|
16745
16905
|
"adequate": false,
|
|
16746
|
-
"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."
|
|
16747
16917
|
}
|
|
16748
16918
|
},
|
|
16749
16919
|
"compliance_exposure_score": {
|
|
16750
16920
|
"percent_audit_passing_orgs_still_exposed": 75,
|
|
16751
|
-
"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.",
|
|
16752
16922
|
"theater_pattern": "patch_management"
|
|
16753
16923
|
},
|
|
16754
16924
|
"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"
|
|
16925
|
+
"ai_discovery_source": "vendor_research",
|
|
16926
|
+
"ai_assist_factor": "none"
|
|
16759
16927
|
},
|
|
16760
16928
|
"CVE-2025-25257": {
|
|
16761
16929
|
"name": "Fortinet FortiWeb SQL Injection Vulnerability",
|