@blamejs/exceptd-skills 0.15.23 → 0.15.26
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/_indexes/activity-feed.json +1 -1
- package/data/_indexes/catalog-summaries.json +1 -1
- package/data/attack-techniques.json +11 -0
- package/data/cve-catalog.json +216 -75
- package/data/zeroday-lessons.json +559 -163
- package/manifest.json +44 -44
- package/package.json +1 -1
- package/sbom.cdx.json +18 -18
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"rebuild_after_days": 365,
|
|
18
18
|
"note": "Per-entry last_verified governs decay. Skills depending on this catalog must check entry freshness before high-stakes use."
|
|
19
19
|
},
|
|
20
|
-
"entry_count":
|
|
20
|
+
"entry_count": 427
|
|
21
21
|
},
|
|
22
22
|
"CVE-2026-31431": {
|
|
23
23
|
"name": "Copy Fail",
|
|
@@ -6991,99 +6991,183 @@
|
|
|
6991
6991
|
},
|
|
6992
6992
|
"CVE-2024-7399": {
|
|
6993
6993
|
"name": "Samsung MagicINFO 9 Server Path Traversal Vulnerability",
|
|
6994
|
-
"lesson_date": "2026-05-
|
|
6994
|
+
"lesson_date": "2026-05-29",
|
|
6995
6995
|
"attack_vector": {
|
|
6996
|
-
"description": "
|
|
6997
|
-
"privileges_required": "
|
|
6998
|
-
"complexity": "
|
|
6999
|
-
"ai_factor": "
|
|
6996
|
+
"description": "a path-traversal plus unrestricted-file-upload flaw (CWE-22/CWE-434), letting an unauthenticated attacker upload a file (e.g. a web shell) and traverse to it for code execution. CISA KEV-listed 2026-04-24 with confirmed in-the-wild exploitation.",
|
|
6997
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the service's public interface)",
|
|
6998
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
6999
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
7000
|
+
},
|
|
7001
|
+
"defense_chain": {
|
|
7002
|
+
"prevention": {
|
|
7003
|
+
"what_would_have_worked": "Apply the Samsung MagicINFO 9 Server security update; hunt for web shells under the service's root and rotate service credentials — an upload/injection primitive leaves resident persistence the patch does not remove.",
|
|
7004
|
+
"was_this_required": true,
|
|
7005
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
7006
|
+
"adequacy": "Patch is necessary; the recurring failure is the SLA gap and the lack of web-shell-hunt / rebuild cleanup, plus long-tail unpatched estates (the MS08-067 lesson)."
|
|
7007
|
+
},
|
|
7008
|
+
"detection": {
|
|
7009
|
+
"what_would_have_worked": "Monitoring on the MagicINFO Server: exploit-shaped requests, new web-shell files, unexpected process execution, and service crashes consistent with memory corruption.",
|
|
7010
|
+
"was_this_required": false,
|
|
7011
|
+
"framework_requiring_it": null,
|
|
7012
|
+
"adequacy": "Necessary to catch exploitation and resident persistence on an internet-facing service."
|
|
7013
|
+
},
|
|
7014
|
+
"response": {
|
|
7015
|
+
"what_would_have_worked": "Patch immediately; for the upload/injection variants hunt and remove web shells and rotate credentials, for the memory-corruption variants rebuild the host; review for lateral movement.",
|
|
7016
|
+
"was_this_required": true,
|
|
7017
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
7018
|
+
"adequacy": "Mandatory; an internet-facing RCE typically yields persistence and a pivot, which a bare patch does not remediate."
|
|
7019
|
+
}
|
|
7000
7020
|
},
|
|
7001
7021
|
"framework_coverage": {
|
|
7002
7022
|
"NIST-800-53-SI-2": {
|
|
7003
7023
|
"covered": true,
|
|
7004
7024
|
"adequate": false,
|
|
7005
|
-
"gap": "30-day SLA
|
|
7025
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated flaw on an internet-facing network service; these are mass-exploited within days, and MS08-067/Conficker is the canonical example of long-tail exposure persisting for years on unpatched estates."
|
|
7006
7026
|
},
|
|
7007
7027
|
"ISO-27001-2022-A.8.8": {
|
|
7008
7028
|
"covered": true,
|
|
7009
7029
|
"adequate": false,
|
|
7010
|
-
"gap": "
|
|
7030
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing service, and legacy KEV re-listings show unpatched long-tail estates remain exposed."
|
|
7031
|
+
},
|
|
7032
|
+
"NIS2-Art21-network-security": {
|
|
7033
|
+
"covered": true,
|
|
7034
|
+
"adequate": false,
|
|
7035
|
+
"gap": "Treats internet-facing services as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / rebuild cleanup these RCEs need."
|
|
7036
|
+
},
|
|
7037
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
7038
|
+
"covered": true,
|
|
7039
|
+
"adequate": false,
|
|
7040
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing network service in or adjacent to the CDE."
|
|
7011
7041
|
}
|
|
7012
7042
|
},
|
|
7013
7043
|
"compliance_exposure_score": {
|
|
7014
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
7015
|
-
"basis": "
|
|
7044
|
+
"percent_audit_passing_orgs_still_exposed": 73,
|
|
7045
|
+
"basis": "Internet-facing Samsung MagicINFO 9 Server is run by audited organizations on a standard patch SLA and is mass-exploited within days of disclosure; the required web-shell hunt / rebuild is rarely part of the documented patch procedure, and long-tail unpatched estates persist (the MS08-067 pattern).",
|
|
7016
7046
|
"theater_pattern": "patch_management"
|
|
7017
7047
|
},
|
|
7018
7048
|
"ai_discovered_zeroday": false,
|
|
7019
|
-
"ai_discovery_source": "
|
|
7020
|
-
"ai_assist_factor": "none"
|
|
7021
|
-
"_auto_imported": true,
|
|
7022
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
7049
|
+
"ai_discovery_source": "vendor_research",
|
|
7050
|
+
"ai_assist_factor": "none"
|
|
7023
7051
|
},
|
|
7024
7052
|
"CVE-2024-57728": {
|
|
7025
7053
|
"name": "SimpleHelp Path Traversal Vulnerability",
|
|
7026
|
-
"lesson_date": "2026-05-
|
|
7054
|
+
"lesson_date": "2026-05-29",
|
|
7027
7055
|
"attack_vector": {
|
|
7028
|
-
"description": "
|
|
7029
|
-
"privileges_required": "
|
|
7030
|
-
"complexity": "
|
|
7031
|
-
"ai_factor": "
|
|
7056
|
+
"description": "a path-traversal flaw (CWE-22) letting an unauthenticated attacker read or write files outside the intended directory on the remote-support server. CISA KEV-listed 2026-04-24 with confirmed in-the-wild exploitation.",
|
|
7057
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the platform's public interface)",
|
|
7058
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
7059
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
7060
|
+
},
|
|
7061
|
+
"defense_chain": {
|
|
7062
|
+
"prevention": {
|
|
7063
|
+
"what_would_have_worked": "Apply the SimpleHelp security update; hunt for web shells, rotate credentials and secrets, and review downstream managed/integrated systems — management platforms reach the whole estate, so treat compromise as fleet-wide.",
|
|
7064
|
+
"was_this_required": true,
|
|
7065
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
7066
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells, stolen credentials, and pushed tasking survive the patch and require explicit cleanup across managed systems."
|
|
7067
|
+
},
|
|
7068
|
+
"detection": {
|
|
7069
|
+
"what_would_have_worked": "Monitoring on the SimpleHelp: exploit-shaped requests, new web-shell files, unexpected process execution, administrative actions without a matching session, and anomalous jobs/scripts pushed to managed endpoints.",
|
|
7070
|
+
"was_this_required": false,
|
|
7071
|
+
"framework_requiring_it": null,
|
|
7072
|
+
"adequacy": "Necessary to catch resident persistence and downstream tasking after patching."
|
|
7073
|
+
},
|
|
7074
|
+
"response": {
|
|
7075
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate all platform and integration credentials, and audit every action the platform pushed to managed systems during the exposure window; assume downstream compromise.",
|
|
7076
|
+
"was_this_required": true,
|
|
7077
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
7078
|
+
"adequacy": "Mandatory; a management-platform compromise can re-establish itself through the very systems it administers, so downstream review is non-negotiable."
|
|
7079
|
+
}
|
|
7032
7080
|
},
|
|
7033
7081
|
"framework_coverage": {
|
|
7034
7082
|
"NIST-800-53-SI-2": {
|
|
7035
7083
|
"covered": true,
|
|
7036
7084
|
"adequate": false,
|
|
7037
|
-
"gap": "30-day SLA
|
|
7085
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated IT-management/enterprise platform RCE; these are mass-exploited within days, and RMM/ITSM/endpoint-management compromise reaches the entire managed estate."
|
|
7038
7086
|
},
|
|
7039
7087
|
"ISO-27001-2022-A.8.8": {
|
|
7040
7088
|
"covered": true,
|
|
7041
7089
|
"adequate": false,
|
|
7042
|
-
"gap": "
|
|
7090
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing management platform whose compromise is fleet-wide."
|
|
7091
|
+
},
|
|
7092
|
+
"NIS2-Art21-network-security": {
|
|
7093
|
+
"covered": true,
|
|
7094
|
+
"adequate": false,
|
|
7095
|
+
"gap": "Treats management platforms as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / credential-rotation / downstream-review cleanup these RCEs need given their managed-estate reach."
|
|
7096
|
+
},
|
|
7097
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
7098
|
+
"covered": true,
|
|
7099
|
+
"adequate": false,
|
|
7100
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing management platform that can administer systems in or adjacent to the CDE."
|
|
7043
7101
|
}
|
|
7044
7102
|
},
|
|
7045
7103
|
"compliance_exposure_score": {
|
|
7046
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
7047
|
-
"basis": "
|
|
7104
|
+
"percent_audit_passing_orgs_still_exposed": 79,
|
|
7105
|
+
"basis": "Internet-facing SimpleHelp is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream-estate review are rarely part of the documented patch procedure, and the management reach amplifies the blast radius.",
|
|
7048
7106
|
"theater_pattern": "patch_management"
|
|
7049
7107
|
},
|
|
7050
7108
|
"ai_discovered_zeroday": false,
|
|
7051
|
-
"ai_discovery_source": "
|
|
7052
|
-
"ai_assist_factor": "none"
|
|
7053
|
-
"_auto_imported": true,
|
|
7054
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
7109
|
+
"ai_discovery_source": "vendor_research",
|
|
7110
|
+
"ai_assist_factor": "none"
|
|
7055
7111
|
},
|
|
7056
7112
|
"CVE-2024-57726": {
|
|
7057
7113
|
"name": "SimpleHelp Missing Authorization Vulnerability",
|
|
7058
|
-
"lesson_date": "2026-05-
|
|
7114
|
+
"lesson_date": "2026-05-29",
|
|
7059
7115
|
"attack_vector": {
|
|
7060
|
-
"description": "
|
|
7061
|
-
"privileges_required": "
|
|
7062
|
-
"complexity": "
|
|
7063
|
-
"ai_factor": "
|
|
7116
|
+
"description": "a missing-authorization flaw (CWE-862) letting a low-privileged or unauthenticated attacker reach privileged functionality on the remote-support server. CISA KEV-listed 2026-04-24 with confirmed in-the-wild exploitation.",
|
|
7117
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the platform's public interface)",
|
|
7118
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
7119
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
7120
|
+
},
|
|
7121
|
+
"defense_chain": {
|
|
7122
|
+
"prevention": {
|
|
7123
|
+
"what_would_have_worked": "Apply the SimpleHelp security update; hunt for web shells, rotate credentials and secrets, and review downstream managed/integrated systems — management platforms reach the whole estate, so treat compromise as fleet-wide.",
|
|
7124
|
+
"was_this_required": true,
|
|
7125
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
7126
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells, stolen credentials, and pushed tasking survive the patch and require explicit cleanup across managed systems."
|
|
7127
|
+
},
|
|
7128
|
+
"detection": {
|
|
7129
|
+
"what_would_have_worked": "Monitoring on the SimpleHelp: exploit-shaped requests, new web-shell files, unexpected process execution, administrative actions without a matching session, and anomalous jobs/scripts pushed to managed endpoints.",
|
|
7130
|
+
"was_this_required": false,
|
|
7131
|
+
"framework_requiring_it": null,
|
|
7132
|
+
"adequacy": "Necessary to catch resident persistence and downstream tasking after patching."
|
|
7133
|
+
},
|
|
7134
|
+
"response": {
|
|
7135
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate all platform and integration credentials, and audit every action the platform pushed to managed systems during the exposure window; assume downstream compromise.",
|
|
7136
|
+
"was_this_required": true,
|
|
7137
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
7138
|
+
"adequacy": "Mandatory; a management-platform compromise can re-establish itself through the very systems it administers, so downstream review is non-negotiable."
|
|
7139
|
+
}
|
|
7064
7140
|
},
|
|
7065
7141
|
"framework_coverage": {
|
|
7066
7142
|
"NIST-800-53-SI-2": {
|
|
7067
7143
|
"covered": true,
|
|
7068
7144
|
"adequate": false,
|
|
7069
|
-
"gap": "30-day SLA
|
|
7145
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated IT-management/enterprise platform RCE; these are mass-exploited within days, and RMM/ITSM/endpoint-management compromise reaches the entire managed estate."
|
|
7070
7146
|
},
|
|
7071
7147
|
"ISO-27001-2022-A.8.8": {
|
|
7072
7148
|
"covered": true,
|
|
7073
7149
|
"adequate": false,
|
|
7074
|
-
"gap": "
|
|
7150
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing management platform whose compromise is fleet-wide."
|
|
7151
|
+
},
|
|
7152
|
+
"NIS2-Art21-network-security": {
|
|
7153
|
+
"covered": true,
|
|
7154
|
+
"adequate": false,
|
|
7155
|
+
"gap": "Treats management platforms as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / credential-rotation / downstream-review cleanup these RCEs need given their managed-estate reach."
|
|
7156
|
+
},
|
|
7157
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
7158
|
+
"covered": true,
|
|
7159
|
+
"adequate": false,
|
|
7160
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing management platform that can administer systems in or adjacent to the CDE."
|
|
7075
7161
|
}
|
|
7076
7162
|
},
|
|
7077
7163
|
"compliance_exposure_score": {
|
|
7078
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
7079
|
-
"basis": "
|
|
7164
|
+
"percent_audit_passing_orgs_still_exposed": 79,
|
|
7165
|
+
"basis": "Internet-facing SimpleHelp is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream-estate review are rarely part of the documented patch procedure, and the management reach amplifies the blast radius.",
|
|
7080
7166
|
"theater_pattern": "patch_management"
|
|
7081
7167
|
},
|
|
7082
7168
|
"ai_discovered_zeroday": false,
|
|
7083
|
-
"ai_discovery_source": "
|
|
7084
|
-
"ai_assist_factor": "none"
|
|
7085
|
-
"_auto_imported": true,
|
|
7086
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
7169
|
+
"ai_discovery_source": "vendor_research",
|
|
7170
|
+
"ai_assist_factor": "none"
|
|
7087
7171
|
},
|
|
7088
7172
|
"CVE-2026-20122": {
|
|
7089
7173
|
"name": "Cisco Catalyst SD-WAN Manager Incorrect Use of Privileged APIs Vulnerability",
|
|
@@ -7419,35 +7503,63 @@
|
|
|
7419
7503
|
},
|
|
7420
7504
|
"CVE-2025-32975": {
|
|
7421
7505
|
"name": "Quest KACE Systems Management Appliance (SMA) Improper Authentication Vulnerability",
|
|
7422
|
-
"lesson_date": "2026-05-
|
|
7506
|
+
"lesson_date": "2026-05-29",
|
|
7423
7507
|
"attack_vector": {
|
|
7424
|
-
"description": "
|
|
7425
|
-
"privileges_required": "
|
|
7426
|
-
"complexity": "
|
|
7427
|
-
"ai_factor": "
|
|
7508
|
+
"description": "an improper-authentication flaw (CWE-287) letting an unauthenticated attacker bypass authentication on the endpoint-management appliance. CISA KEV-listed 2026-04-20 with confirmed in-the-wild exploitation.",
|
|
7509
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the platform's public interface)",
|
|
7510
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
7511
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
7512
|
+
},
|
|
7513
|
+
"defense_chain": {
|
|
7514
|
+
"prevention": {
|
|
7515
|
+
"what_would_have_worked": "Apply the Quest KACE Systems Management Appliance security update; hunt for web shells, rotate credentials and secrets, and review downstream managed/integrated systems — management platforms reach the whole estate, so treat compromise as fleet-wide.",
|
|
7516
|
+
"was_this_required": true,
|
|
7517
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
7518
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells, stolen credentials, and pushed tasking survive the patch and require explicit cleanup across managed systems."
|
|
7519
|
+
},
|
|
7520
|
+
"detection": {
|
|
7521
|
+
"what_would_have_worked": "Monitoring on the Quest KACE SMA: exploit-shaped requests, new web-shell files, unexpected process execution, administrative actions without a matching session, and anomalous jobs/scripts pushed to managed endpoints.",
|
|
7522
|
+
"was_this_required": false,
|
|
7523
|
+
"framework_requiring_it": null,
|
|
7524
|
+
"adequacy": "Necessary to catch resident persistence and downstream tasking after patching."
|
|
7525
|
+
},
|
|
7526
|
+
"response": {
|
|
7527
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate all platform and integration credentials, and audit every action the platform pushed to managed systems during the exposure window; assume downstream compromise.",
|
|
7528
|
+
"was_this_required": true,
|
|
7529
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
7530
|
+
"adequacy": "Mandatory; a management-platform compromise can re-establish itself through the very systems it administers, so downstream review is non-negotiable."
|
|
7531
|
+
}
|
|
7428
7532
|
},
|
|
7429
7533
|
"framework_coverage": {
|
|
7430
7534
|
"NIST-800-53-SI-2": {
|
|
7431
7535
|
"covered": true,
|
|
7432
7536
|
"adequate": false,
|
|
7433
|
-
"gap": "30-day SLA
|
|
7537
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated IT-management/enterprise platform RCE; these are mass-exploited within days, and RMM/ITSM/endpoint-management compromise reaches the entire managed estate."
|
|
7434
7538
|
},
|
|
7435
7539
|
"ISO-27001-2022-A.8.8": {
|
|
7436
7540
|
"covered": true,
|
|
7437
7541
|
"adequate": false,
|
|
7438
|
-
"gap": "
|
|
7542
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing management platform whose compromise is fleet-wide."
|
|
7543
|
+
},
|
|
7544
|
+
"NIS2-Art21-network-security": {
|
|
7545
|
+
"covered": true,
|
|
7546
|
+
"adequate": false,
|
|
7547
|
+
"gap": "Treats management platforms as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / credential-rotation / downstream-review cleanup these RCEs need given their managed-estate reach."
|
|
7548
|
+
},
|
|
7549
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
7550
|
+
"covered": true,
|
|
7551
|
+
"adequate": false,
|
|
7552
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing management platform that can administer systems in or adjacent to the CDE."
|
|
7439
7553
|
}
|
|
7440
7554
|
},
|
|
7441
7555
|
"compliance_exposure_score": {
|
|
7442
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
7443
|
-
"basis": "
|
|
7556
|
+
"percent_audit_passing_orgs_still_exposed": 79,
|
|
7557
|
+
"basis": "Internet-facing Quest KACE Systems Management Appliance is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream-estate review are rarely part of the documented patch procedure, and the management reach amplifies the blast radius.",
|
|
7444
7558
|
"theater_pattern": "patch_management"
|
|
7445
7559
|
},
|
|
7446
7560
|
"ai_discovered_zeroday": false,
|
|
7447
|
-
"ai_discovery_source": "
|
|
7448
|
-
"ai_assist_factor": "none"
|
|
7449
|
-
"_auto_imported": true,
|
|
7450
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
7561
|
+
"ai_discovery_source": "vendor_research",
|
|
7562
|
+
"ai_assist_factor": "none"
|
|
7451
7563
|
},
|
|
7452
7564
|
"CVE-2024-27199": {
|
|
7453
7565
|
"name": "JetBrains TeamCity Relative Path Traversal Vulnerability",
|
|
@@ -13790,35 +13902,63 @@
|
|
|
13790
13902
|
},
|
|
13791
13903
|
"CVE-2024-37079": {
|
|
13792
13904
|
"name": "Broadcom VMware vCenter Server Out-of-bounds Write Vulnerability",
|
|
13793
|
-
"lesson_date": "2026-05-
|
|
13905
|
+
"lesson_date": "2026-05-29",
|
|
13794
13906
|
"attack_vector": {
|
|
13795
|
-
"description": "
|
|
13796
|
-
"privileges_required": "
|
|
13797
|
-
"complexity": "
|
|
13798
|
-
"ai_factor": "
|
|
13907
|
+
"description": "an out-of-bounds write (CWE-787) in the vCenter Server DCE/RPC protocol implementation, exploitable by an unauthenticated attacker for remote code execution. CISA KEV-listed 2026-01-23 with confirmed in-the-wild exploitation.",
|
|
13908
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the service's public interface)",
|
|
13909
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
13910
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
13911
|
+
},
|
|
13912
|
+
"defense_chain": {
|
|
13913
|
+
"prevention": {
|
|
13914
|
+
"what_would_have_worked": "Apply the VMware vCenter Server security update; for a memory-corruption RCE on a network service, treat an exploited host as compromised and rebuild, rotating any credentials it held.",
|
|
13915
|
+
"was_this_required": true,
|
|
13916
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
13917
|
+
"adequacy": "Patch is necessary; the recurring failure is the SLA gap and the lack of web-shell-hunt / rebuild cleanup, plus long-tail unpatched estates (the MS08-067 lesson)."
|
|
13918
|
+
},
|
|
13919
|
+
"detection": {
|
|
13920
|
+
"what_would_have_worked": "Monitoring on the vCenter Server: exploit-shaped requests, new web-shell files, unexpected process execution, and service crashes consistent with memory corruption.",
|
|
13921
|
+
"was_this_required": false,
|
|
13922
|
+
"framework_requiring_it": null,
|
|
13923
|
+
"adequacy": "Necessary to catch exploitation and resident persistence on an internet-facing service."
|
|
13924
|
+
},
|
|
13925
|
+
"response": {
|
|
13926
|
+
"what_would_have_worked": "Patch immediately; for the upload/injection variants hunt and remove web shells and rotate credentials, for the memory-corruption variants rebuild the host; review for lateral movement.",
|
|
13927
|
+
"was_this_required": true,
|
|
13928
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
13929
|
+
"adequacy": "Mandatory; an internet-facing RCE typically yields persistence and a pivot, which a bare patch does not remediate."
|
|
13930
|
+
}
|
|
13799
13931
|
},
|
|
13800
13932
|
"framework_coverage": {
|
|
13801
13933
|
"NIST-800-53-SI-2": {
|
|
13802
13934
|
"covered": true,
|
|
13803
13935
|
"adequate": false,
|
|
13804
|
-
"gap": "30-day SLA
|
|
13936
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated flaw on an internet-facing network service; these are mass-exploited within days, and MS08-067/Conficker is the canonical example of long-tail exposure persisting for years on unpatched estates."
|
|
13805
13937
|
},
|
|
13806
13938
|
"ISO-27001-2022-A.8.8": {
|
|
13807
13939
|
"covered": true,
|
|
13808
13940
|
"adequate": false,
|
|
13809
|
-
"gap": "
|
|
13941
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing service, and legacy KEV re-listings show unpatched long-tail estates remain exposed."
|
|
13942
|
+
},
|
|
13943
|
+
"NIS2-Art21-network-security": {
|
|
13944
|
+
"covered": true,
|
|
13945
|
+
"adequate": false,
|
|
13946
|
+
"gap": "Treats internet-facing services as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / rebuild cleanup these RCEs need."
|
|
13947
|
+
},
|
|
13948
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
13949
|
+
"covered": true,
|
|
13950
|
+
"adequate": false,
|
|
13951
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing network service in or adjacent to the CDE."
|
|
13810
13952
|
}
|
|
13811
13953
|
},
|
|
13812
13954
|
"compliance_exposure_score": {
|
|
13813
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
13814
|
-
"basis": "
|
|
13955
|
+
"percent_audit_passing_orgs_still_exposed": 73,
|
|
13956
|
+
"basis": "Internet-facing VMware vCenter Server is run by audited organizations on a standard patch SLA and is mass-exploited within days of disclosure; the required web-shell hunt / rebuild is rarely part of the documented patch procedure, and long-tail unpatched estates persist (the MS08-067 pattern).",
|
|
13815
13957
|
"theater_pattern": "patch_management"
|
|
13816
13958
|
},
|
|
13817
13959
|
"ai_discovered_zeroday": false,
|
|
13818
|
-
"ai_discovery_source": "
|
|
13819
|
-
"ai_assist_factor": "none"
|
|
13820
|
-
"_auto_imported": true,
|
|
13821
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
13960
|
+
"ai_discovery_source": "vendor_research",
|
|
13961
|
+
"ai_assist_factor": "none"
|
|
13822
13962
|
},
|
|
13823
13963
|
"CVE-2025-68645": {
|
|
13824
13964
|
"name": "Synacor Zimbra Collaboration Suite (ZCS) PHP Remote File Inclusion Vulnerability",
|
|
@@ -16632,35 +16772,63 @@
|
|
|
16632
16772
|
},
|
|
16633
16773
|
"CVE-2025-61882": {
|
|
16634
16774
|
"name": "Oracle E-Business Suite Unspecified Vulnerability",
|
|
16635
|
-
"lesson_date": "2026-05-
|
|
16775
|
+
"lesson_date": "2026-05-29",
|
|
16636
16776
|
"attack_vector": {
|
|
16637
|
-
"description": "
|
|
16638
|
-
"privileges_required": "
|
|
16639
|
-
"complexity": "
|
|
16640
|
-
"ai_factor": "
|
|
16777
|
+
"description": "an unauthenticated code-injection / remote code execution flaw (CWE-94), mass-exploited in a data-theft extortion campaign. CISA KEV-listed 2025-10-06 with confirmed in-the-wild exploitation.",
|
|
16778
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the platform's public interface)",
|
|
16779
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
16780
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
16781
|
+
},
|
|
16782
|
+
"defense_chain": {
|
|
16783
|
+
"prevention": {
|
|
16784
|
+
"what_would_have_worked": "Apply the Oracle E-Business Suite security update; hunt for web shells, rotate credentials and secrets, and review downstream managed/integrated systems — management platforms reach the whole estate, so treat compromise as fleet-wide.",
|
|
16785
|
+
"was_this_required": true,
|
|
16786
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
16787
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells, stolen credentials, and pushed tasking survive the patch and require explicit cleanup across managed systems."
|
|
16788
|
+
},
|
|
16789
|
+
"detection": {
|
|
16790
|
+
"what_would_have_worked": "Monitoring on the Oracle E-Business Suite: exploit-shaped requests, new web-shell files, unexpected process execution, administrative actions without a matching session, and anomalous jobs/scripts pushed to managed endpoints.",
|
|
16791
|
+
"was_this_required": false,
|
|
16792
|
+
"framework_requiring_it": null,
|
|
16793
|
+
"adequacy": "Necessary to catch resident persistence and downstream tasking after patching."
|
|
16794
|
+
},
|
|
16795
|
+
"response": {
|
|
16796
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate all platform and integration credentials, and audit every action the platform pushed to managed systems during the exposure window; assume downstream compromise.",
|
|
16797
|
+
"was_this_required": true,
|
|
16798
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
16799
|
+
"adequacy": "Mandatory; a management-platform compromise can re-establish itself through the very systems it administers, so downstream review is non-negotiable."
|
|
16800
|
+
}
|
|
16641
16801
|
},
|
|
16642
16802
|
"framework_coverage": {
|
|
16643
16803
|
"NIST-800-53-SI-2": {
|
|
16644
16804
|
"covered": true,
|
|
16645
16805
|
"adequate": false,
|
|
16646
|
-
"gap": "30-day SLA
|
|
16806
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated IT-management/enterprise platform RCE; these are mass-exploited within days, and RMM/ITSM/endpoint-management compromise reaches the entire managed estate."
|
|
16647
16807
|
},
|
|
16648
16808
|
"ISO-27001-2022-A.8.8": {
|
|
16649
16809
|
"covered": true,
|
|
16650
16810
|
"adequate": false,
|
|
16651
|
-
"gap": "
|
|
16811
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing management platform whose compromise is fleet-wide."
|
|
16812
|
+
},
|
|
16813
|
+
"NIS2-Art21-network-security": {
|
|
16814
|
+
"covered": true,
|
|
16815
|
+
"adequate": false,
|
|
16816
|
+
"gap": "Treats management platforms as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / credential-rotation / downstream-review cleanup these RCEs need given their managed-estate reach."
|
|
16817
|
+
},
|
|
16818
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
16819
|
+
"covered": true,
|
|
16820
|
+
"adequate": false,
|
|
16821
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing management platform that can administer systems in or adjacent to the CDE."
|
|
16652
16822
|
}
|
|
16653
16823
|
},
|
|
16654
16824
|
"compliance_exposure_score": {
|
|
16655
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
16656
|
-
"basis": "
|
|
16825
|
+
"percent_audit_passing_orgs_still_exposed": 79,
|
|
16826
|
+
"basis": "Internet-facing Oracle E-Business Suite is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream-estate review are rarely part of the documented patch procedure, and the management reach amplifies the blast radius.",
|
|
16657
16827
|
"theater_pattern": "patch_management"
|
|
16658
16828
|
},
|
|
16659
16829
|
"ai_discovered_zeroday": false,
|
|
16660
|
-
"ai_discovery_source": "
|
|
16661
|
-
"ai_assist_factor": "none"
|
|
16662
|
-
"_auto_imported": true,
|
|
16663
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
16830
|
+
"ai_discovery_source": "vendor_research",
|
|
16831
|
+
"ai_assist_factor": "none"
|
|
16664
16832
|
},
|
|
16665
16833
|
"CVE-2014-6278": {
|
|
16666
16834
|
"name": "GNU Bash OS Command Injection Vulnerability",
|
|
@@ -17744,67 +17912,123 @@
|
|
|
17744
17912
|
},
|
|
17745
17913
|
"CVE-2025-8876": {
|
|
17746
17914
|
"name": "N-able N-Central Command Injection Vulnerability",
|
|
17747
|
-
"lesson_date": "2026-05-
|
|
17915
|
+
"lesson_date": "2026-05-29",
|
|
17748
17916
|
"attack_vector": {
|
|
17749
|
-
"description": "
|
|
17750
|
-
"privileges_required": "
|
|
17751
|
-
"complexity": "
|
|
17752
|
-
"ai_factor": "
|
|
17917
|
+
"description": "a command-injection flaw (CWE-94) enabling unauthenticated remote command execution on the RMM server. CISA KEV-listed 2025-08-13 with confirmed in-the-wild exploitation.",
|
|
17918
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the platform's public interface)",
|
|
17919
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
17920
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
17753
17921
|
},
|
|
17754
|
-
"
|
|
17755
|
-
"
|
|
17756
|
-
"
|
|
17757
|
-
"
|
|
17758
|
-
"
|
|
17922
|
+
"defense_chain": {
|
|
17923
|
+
"prevention": {
|
|
17924
|
+
"what_would_have_worked": "Apply the N-able N-Central security update; hunt for web shells, rotate credentials and secrets, and review downstream managed/integrated systems — management platforms reach the whole estate, so treat compromise as fleet-wide.",
|
|
17925
|
+
"was_this_required": true,
|
|
17926
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
17927
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells, stolen credentials, and pushed tasking survive the patch and require explicit cleanup across managed systems."
|
|
17928
|
+
},
|
|
17929
|
+
"detection": {
|
|
17930
|
+
"what_would_have_worked": "Monitoring on the N-Central: exploit-shaped requests, new web-shell files, unexpected process execution, administrative actions without a matching session, and anomalous jobs/scripts pushed to managed endpoints.",
|
|
17931
|
+
"was_this_required": false,
|
|
17932
|
+
"framework_requiring_it": null,
|
|
17933
|
+
"adequacy": "Necessary to catch resident persistence and downstream tasking after patching."
|
|
17934
|
+
},
|
|
17935
|
+
"response": {
|
|
17936
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate all platform and integration credentials, and audit every action the platform pushed to managed systems during the exposure window; assume downstream compromise.",
|
|
17937
|
+
"was_this_required": true,
|
|
17938
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
17939
|
+
"adequacy": "Mandatory; a management-platform compromise can re-establish itself through the very systems it administers, so downstream review is non-negotiable."
|
|
17940
|
+
}
|
|
17941
|
+
},
|
|
17942
|
+
"framework_coverage": {
|
|
17943
|
+
"NIST-800-53-SI-2": {
|
|
17944
|
+
"covered": true,
|
|
17945
|
+
"adequate": false,
|
|
17946
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated IT-management/enterprise platform RCE; these are mass-exploited within days, and RMM/ITSM/endpoint-management compromise reaches the entire managed estate."
|
|
17759
17947
|
},
|
|
17760
17948
|
"ISO-27001-2022-A.8.8": {
|
|
17761
17949
|
"covered": true,
|
|
17762
17950
|
"adequate": false,
|
|
17763
|
-
"gap": "
|
|
17951
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing management platform whose compromise is fleet-wide."
|
|
17952
|
+
},
|
|
17953
|
+
"NIS2-Art21-network-security": {
|
|
17954
|
+
"covered": true,
|
|
17955
|
+
"adequate": false,
|
|
17956
|
+
"gap": "Treats management platforms as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / credential-rotation / downstream-review cleanup these RCEs need given their managed-estate reach."
|
|
17957
|
+
},
|
|
17958
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
17959
|
+
"covered": true,
|
|
17960
|
+
"adequate": false,
|
|
17961
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing management platform that can administer systems in or adjacent to the CDE."
|
|
17764
17962
|
}
|
|
17765
17963
|
},
|
|
17766
17964
|
"compliance_exposure_score": {
|
|
17767
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
17768
|
-
"basis": "
|
|
17965
|
+
"percent_audit_passing_orgs_still_exposed": 79,
|
|
17966
|
+
"basis": "Internet-facing N-able N-Central is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream-estate review are rarely part of the documented patch procedure, and the management reach amplifies the blast radius.",
|
|
17769
17967
|
"theater_pattern": "patch_management"
|
|
17770
17968
|
},
|
|
17771
17969
|
"ai_discovered_zeroday": false,
|
|
17772
|
-
"ai_discovery_source": "
|
|
17773
|
-
"ai_assist_factor": "none"
|
|
17774
|
-
"_auto_imported": true,
|
|
17775
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
17970
|
+
"ai_discovery_source": "vendor_research",
|
|
17971
|
+
"ai_assist_factor": "none"
|
|
17776
17972
|
},
|
|
17777
17973
|
"CVE-2025-8875": {
|
|
17778
17974
|
"name": "N-able N-Central Insecure Deserialization Vulnerability",
|
|
17779
|
-
"lesson_date": "2026-05-
|
|
17975
|
+
"lesson_date": "2026-05-29",
|
|
17780
17976
|
"attack_vector": {
|
|
17781
|
-
"description": "
|
|
17782
|
-
"privileges_required": "
|
|
17783
|
-
"complexity": "
|
|
17784
|
-
"ai_factor": "
|
|
17977
|
+
"description": "an insecure-deserialization flaw (CWE-94) enabling unauthenticated remote code execution on the RMM server. CISA KEV-listed 2025-08-13 with confirmed in-the-wild exploitation.",
|
|
17978
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the platform's public interface)",
|
|
17979
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
17980
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
17981
|
+
},
|
|
17982
|
+
"defense_chain": {
|
|
17983
|
+
"prevention": {
|
|
17984
|
+
"what_would_have_worked": "Apply the N-able N-Central security update; hunt for web shells, rotate credentials and secrets, and review downstream managed/integrated systems — management platforms reach the whole estate, so treat compromise as fleet-wide.",
|
|
17985
|
+
"was_this_required": true,
|
|
17986
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
17987
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells, stolen credentials, and pushed tasking survive the patch and require explicit cleanup across managed systems."
|
|
17988
|
+
},
|
|
17989
|
+
"detection": {
|
|
17990
|
+
"what_would_have_worked": "Monitoring on the N-Central: exploit-shaped requests, new web-shell files, unexpected process execution, administrative actions without a matching session, and anomalous jobs/scripts pushed to managed endpoints.",
|
|
17991
|
+
"was_this_required": false,
|
|
17992
|
+
"framework_requiring_it": null,
|
|
17993
|
+
"adequacy": "Necessary to catch resident persistence and downstream tasking after patching."
|
|
17994
|
+
},
|
|
17995
|
+
"response": {
|
|
17996
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate all platform and integration credentials, and audit every action the platform pushed to managed systems during the exposure window; assume downstream compromise.",
|
|
17997
|
+
"was_this_required": true,
|
|
17998
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
17999
|
+
"adequacy": "Mandatory; a management-platform compromise can re-establish itself through the very systems it administers, so downstream review is non-negotiable."
|
|
18000
|
+
}
|
|
17785
18001
|
},
|
|
17786
18002
|
"framework_coverage": {
|
|
17787
18003
|
"NIST-800-53-SI-2": {
|
|
17788
18004
|
"covered": true,
|
|
17789
18005
|
"adequate": false,
|
|
17790
|
-
"gap": "30-day SLA
|
|
18006
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated IT-management/enterprise platform RCE; these are mass-exploited within days, and RMM/ITSM/endpoint-management compromise reaches the entire managed estate."
|
|
17791
18007
|
},
|
|
17792
18008
|
"ISO-27001-2022-A.8.8": {
|
|
17793
18009
|
"covered": true,
|
|
17794
18010
|
"adequate": false,
|
|
17795
|
-
"gap": "
|
|
18011
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing management platform whose compromise is fleet-wide."
|
|
18012
|
+
},
|
|
18013
|
+
"NIS2-Art21-network-security": {
|
|
18014
|
+
"covered": true,
|
|
18015
|
+
"adequate": false,
|
|
18016
|
+
"gap": "Treats management platforms as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / credential-rotation / downstream-review cleanup these RCEs need given their managed-estate reach."
|
|
18017
|
+
},
|
|
18018
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
18019
|
+
"covered": true,
|
|
18020
|
+
"adequate": false,
|
|
18021
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing management platform that can administer systems in or adjacent to the CDE."
|
|
17796
18022
|
}
|
|
17797
18023
|
},
|
|
17798
18024
|
"compliance_exposure_score": {
|
|
17799
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
17800
|
-
"basis": "
|
|
18025
|
+
"percent_audit_passing_orgs_still_exposed": 79,
|
|
18026
|
+
"basis": "Internet-facing N-able N-Central is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream-estate review are rarely part of the documented patch procedure, and the management reach amplifies the blast radius.",
|
|
17801
18027
|
"theater_pattern": "patch_management"
|
|
17802
18028
|
},
|
|
17803
18029
|
"ai_discovered_zeroday": false,
|
|
17804
|
-
"ai_discovery_source": "
|
|
17805
|
-
"ai_assist_factor": "none"
|
|
17806
|
-
"_auto_imported": true,
|
|
17807
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
18030
|
+
"ai_discovery_source": "vendor_research",
|
|
18031
|
+
"ai_assist_factor": "none"
|
|
17808
18032
|
},
|
|
17809
18033
|
"CVE-2025-8088": {
|
|
17810
18034
|
"name": "RARLAB WinRAR Path Traversal Vulnerability",
|
|
@@ -18282,67 +18506,123 @@
|
|
|
18282
18506
|
},
|
|
18283
18507
|
"CVE-2025-2775": {
|
|
18284
18508
|
"name": "SysAid On-Prem Improper Restriction of XML External Entity Reference Vulnerability",
|
|
18285
|
-
"lesson_date": "2026-05-
|
|
18509
|
+
"lesson_date": "2026-05-29",
|
|
18286
18510
|
"attack_vector": {
|
|
18287
|
-
"description": "
|
|
18288
|
-
"privileges_required": "
|
|
18289
|
-
"complexity": "
|
|
18290
|
-
"ai_factor": "
|
|
18511
|
+
"description": "an XML external entity (XXE) flaw (CWE-611) letting an unauthenticated attacker read server files and coerce server-side requests (a step toward administrator takeover and code execution). CISA KEV-listed 2025-07-22 with confirmed in-the-wild exploitation.",
|
|
18512
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the platform's public interface)",
|
|
18513
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
18514
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
18515
|
+
},
|
|
18516
|
+
"defense_chain": {
|
|
18517
|
+
"prevention": {
|
|
18518
|
+
"what_would_have_worked": "Apply the SysAid On-Prem security update; hunt for web shells, rotate credentials and secrets, and review downstream managed/integrated systems — management platforms reach the whole estate, so treat compromise as fleet-wide.",
|
|
18519
|
+
"was_this_required": true,
|
|
18520
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
18521
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells, stolen credentials, and pushed tasking survive the patch and require explicit cleanup across managed systems."
|
|
18522
|
+
},
|
|
18523
|
+
"detection": {
|
|
18524
|
+
"what_would_have_worked": "Monitoring on the SysAid: exploit-shaped requests, new web-shell files, unexpected process execution, administrative actions without a matching session, and anomalous jobs/scripts pushed to managed endpoints.",
|
|
18525
|
+
"was_this_required": false,
|
|
18526
|
+
"framework_requiring_it": null,
|
|
18527
|
+
"adequacy": "Necessary to catch resident persistence and downstream tasking after patching."
|
|
18528
|
+
},
|
|
18529
|
+
"response": {
|
|
18530
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate all platform and integration credentials, and audit every action the platform pushed to managed systems during the exposure window; assume downstream compromise.",
|
|
18531
|
+
"was_this_required": true,
|
|
18532
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
18533
|
+
"adequacy": "Mandatory; a management-platform compromise can re-establish itself through the very systems it administers, so downstream review is non-negotiable."
|
|
18534
|
+
}
|
|
18291
18535
|
},
|
|
18292
18536
|
"framework_coverage": {
|
|
18293
18537
|
"NIST-800-53-SI-2": {
|
|
18294
18538
|
"covered": true,
|
|
18295
18539
|
"adequate": false,
|
|
18296
|
-
"gap": "30-day SLA
|
|
18540
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated IT-management/enterprise platform RCE; these are mass-exploited within days, and RMM/ITSM/endpoint-management compromise reaches the entire managed estate."
|
|
18297
18541
|
},
|
|
18298
18542
|
"ISO-27001-2022-A.8.8": {
|
|
18299
18543
|
"covered": true,
|
|
18300
18544
|
"adequate": false,
|
|
18301
|
-
"gap": "
|
|
18545
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing management platform whose compromise is fleet-wide."
|
|
18546
|
+
},
|
|
18547
|
+
"NIS2-Art21-network-security": {
|
|
18548
|
+
"covered": true,
|
|
18549
|
+
"adequate": false,
|
|
18550
|
+
"gap": "Treats management platforms as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / credential-rotation / downstream-review cleanup these RCEs need given their managed-estate reach."
|
|
18551
|
+
},
|
|
18552
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
18553
|
+
"covered": true,
|
|
18554
|
+
"adequate": false,
|
|
18555
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing management platform that can administer systems in or adjacent to the CDE."
|
|
18302
18556
|
}
|
|
18303
18557
|
},
|
|
18304
18558
|
"compliance_exposure_score": {
|
|
18305
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
18306
|
-
"basis": "
|
|
18559
|
+
"percent_audit_passing_orgs_still_exposed": 79,
|
|
18560
|
+
"basis": "Internet-facing SysAid On-Prem is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream-estate review are rarely part of the documented patch procedure, and the management reach amplifies the blast radius.",
|
|
18307
18561
|
"theater_pattern": "patch_management"
|
|
18308
18562
|
},
|
|
18309
18563
|
"ai_discovered_zeroday": false,
|
|
18310
|
-
"ai_discovery_source": "
|
|
18311
|
-
"ai_assist_factor": "none"
|
|
18312
|
-
"_auto_imported": true,
|
|
18313
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
18564
|
+
"ai_discovery_source": "vendor_research",
|
|
18565
|
+
"ai_assist_factor": "none"
|
|
18314
18566
|
},
|
|
18315
18567
|
"CVE-2025-2776": {
|
|
18316
|
-
"name": "SysAid On-Prem Improper Restriction of XML External Entity Reference Vulnerability",
|
|
18317
|
-
"lesson_date": "2026-05-
|
|
18568
|
+
"name": "SysAid On-Prem Improper Restriction of XML External Entity Reference Vulnerability (variant: CVE-2025-2776)",
|
|
18569
|
+
"lesson_date": "2026-05-29",
|
|
18318
18570
|
"attack_vector": {
|
|
18319
|
-
"description": "
|
|
18320
|
-
"privileges_required": "
|
|
18321
|
-
"complexity": "
|
|
18322
|
-
"ai_factor": "
|
|
18571
|
+
"description": "an XML external entity (XXE) flaw (CWE-611) at a second injection point, letting an unauthenticated attacker read server files and coerce server-side requests. CISA KEV-listed 2025-07-22 with confirmed in-the-wild exploitation.",
|
|
18572
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the platform's public interface)",
|
|
18573
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
18574
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
18575
|
+
},
|
|
18576
|
+
"defense_chain": {
|
|
18577
|
+
"prevention": {
|
|
18578
|
+
"what_would_have_worked": "Apply the SysAid On-Prem security update; hunt for web shells, rotate credentials and secrets, and review downstream managed/integrated systems — management platforms reach the whole estate, so treat compromise as fleet-wide.",
|
|
18579
|
+
"was_this_required": true,
|
|
18580
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
18581
|
+
"adequacy": "Patch is necessary but insufficient alone — web shells, stolen credentials, and pushed tasking survive the patch and require explicit cleanup across managed systems."
|
|
18582
|
+
},
|
|
18583
|
+
"detection": {
|
|
18584
|
+
"what_would_have_worked": "Monitoring on the SysAid: exploit-shaped requests, new web-shell files, unexpected process execution, administrative actions without a matching session, and anomalous jobs/scripts pushed to managed endpoints.",
|
|
18585
|
+
"was_this_required": false,
|
|
18586
|
+
"framework_requiring_it": null,
|
|
18587
|
+
"adequacy": "Necessary to catch resident persistence and downstream tasking after patching."
|
|
18588
|
+
},
|
|
18589
|
+
"response": {
|
|
18590
|
+
"what_would_have_worked": "Patch immediately, hunt and remove web shells, rotate all platform and integration credentials, and audit every action the platform pushed to managed systems during the exposure window; assume downstream compromise.",
|
|
18591
|
+
"was_this_required": true,
|
|
18592
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
18593
|
+
"adequacy": "Mandatory; a management-platform compromise can re-establish itself through the very systems it administers, so downstream review is non-negotiable."
|
|
18594
|
+
}
|
|
18323
18595
|
},
|
|
18324
18596
|
"framework_coverage": {
|
|
18325
18597
|
"NIST-800-53-SI-2": {
|
|
18326
18598
|
"covered": true,
|
|
18327
18599
|
"adequate": false,
|
|
18328
|
-
"gap": "30-day SLA
|
|
18600
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, unauthenticated IT-management/enterprise platform RCE; these are mass-exploited within days, and RMM/ITSM/endpoint-management compromise reaches the entire managed estate."
|
|
18329
18601
|
},
|
|
18330
18602
|
"ISO-27001-2022-A.8.8": {
|
|
18331
18603
|
"covered": true,
|
|
18332
18604
|
"adequate": false,
|
|
18333
|
-
"gap": "
|
|
18605
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing management platform whose compromise is fleet-wide."
|
|
18606
|
+
},
|
|
18607
|
+
"NIS2-Art21-network-security": {
|
|
18608
|
+
"covered": true,
|
|
18609
|
+
"adequate": false,
|
|
18610
|
+
"gap": "Treats management platforms as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / credential-rotation / downstream-review cleanup these RCEs need given their managed-estate reach."
|
|
18611
|
+
},
|
|
18612
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
18613
|
+
"covered": true,
|
|
18614
|
+
"adequate": false,
|
|
18615
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing management platform that can administer systems in or adjacent to the CDE."
|
|
18334
18616
|
}
|
|
18335
18617
|
},
|
|
18336
18618
|
"compliance_exposure_score": {
|
|
18337
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
18338
|
-
"basis": "
|
|
18619
|
+
"percent_audit_passing_orgs_still_exposed": 79,
|
|
18620
|
+
"basis": "Internet-facing SysAid On-Prem is run by audited organizations on a standard patch SLA and is mass-exploited within days; the required web-shell hunt, credential rotation, and downstream-estate review are rarely part of the documented patch procedure, and the management reach amplifies the blast radius.",
|
|
18339
18621
|
"theater_pattern": "patch_management"
|
|
18340
18622
|
},
|
|
18341
18623
|
"ai_discovered_zeroday": false,
|
|
18342
|
-
"ai_discovery_source": "
|
|
18343
|
-
"ai_assist_factor": "none"
|
|
18344
|
-
"_auto_imported": true,
|
|
18345
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
18624
|
+
"ai_discovery_source": "vendor_research",
|
|
18625
|
+
"ai_assist_factor": "none"
|
|
18346
18626
|
},
|
|
18347
18627
|
"CVE-2025-6558": {
|
|
18348
18628
|
"name": "Google Chromium ANGLE and GPU Improper Input Validation Vulnerability",
|
|
@@ -18673,35 +18953,63 @@
|
|
|
18673
18953
|
},
|
|
18674
18954
|
"CVE-2025-47812": {
|
|
18675
18955
|
"name": "Wing FTP Server Improper Neutralization of Null Byte or NUL Character Vulnerability",
|
|
18676
|
-
"lesson_date": "2026-05-
|
|
18956
|
+
"lesson_date": "2026-05-29",
|
|
18677
18957
|
"attack_vector": {
|
|
18678
|
-
"description": "
|
|
18679
|
-
"privileges_required": "
|
|
18680
|
-
"complexity": "
|
|
18681
|
-
"ai_factor": "
|
|
18958
|
+
"description": "an improper-neutralization null-byte flaw (CWE-158) letting an unauthenticated attacker inject Lua/commands for remote code execution (exploitable even via anonymous login). CISA KEV-listed 2025-07-14 with confirmed in-the-wild exploitation.",
|
|
18959
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the service's public interface)",
|
|
18960
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
18961
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
18962
|
+
},
|
|
18963
|
+
"defense_chain": {
|
|
18964
|
+
"prevention": {
|
|
18965
|
+
"what_would_have_worked": "Apply the Wing FTP Server security update; hunt for web shells under the service's root and rotate service credentials — an upload/injection primitive leaves resident persistence the patch does not remove.",
|
|
18966
|
+
"was_this_required": true,
|
|
18967
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
18968
|
+
"adequacy": "Patch is necessary; the recurring failure is the SLA gap and the lack of web-shell-hunt / rebuild cleanup, plus long-tail unpatched estates (the MS08-067 lesson)."
|
|
18969
|
+
},
|
|
18970
|
+
"detection": {
|
|
18971
|
+
"what_would_have_worked": "Monitoring on the Wing FTP Server: exploit-shaped requests, new web-shell files, unexpected process execution, and service crashes consistent with memory corruption.",
|
|
18972
|
+
"was_this_required": false,
|
|
18973
|
+
"framework_requiring_it": null,
|
|
18974
|
+
"adequacy": "Necessary to catch exploitation and resident persistence on an internet-facing service."
|
|
18975
|
+
},
|
|
18976
|
+
"response": {
|
|
18977
|
+
"what_would_have_worked": "Patch immediately; for the upload/injection variants hunt and remove web shells and rotate credentials, for the memory-corruption variants rebuild the host; review for lateral movement.",
|
|
18978
|
+
"was_this_required": true,
|
|
18979
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
18980
|
+
"adequacy": "Mandatory; an internet-facing RCE typically yields persistence and a pivot, which a bare patch does not remediate."
|
|
18981
|
+
}
|
|
18682
18982
|
},
|
|
18683
18983
|
"framework_coverage": {
|
|
18684
18984
|
"NIST-800-53-SI-2": {
|
|
18685
18985
|
"covered": true,
|
|
18686
18986
|
"adequate": false,
|
|
18687
|
-
"gap": "30-day SLA
|
|
18987
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated flaw on an internet-facing network service; these are mass-exploited within days, and MS08-067/Conficker is the canonical example of long-tail exposure persisting for years on unpatched estates."
|
|
18688
18988
|
},
|
|
18689
18989
|
"ISO-27001-2022-A.8.8": {
|
|
18690
18990
|
"covered": true,
|
|
18691
18991
|
"adequate": false,
|
|
18692
|
-
"gap": "
|
|
18992
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing service, and legacy KEV re-listings show unpatched long-tail estates remain exposed."
|
|
18993
|
+
},
|
|
18994
|
+
"NIS2-Art21-network-security": {
|
|
18995
|
+
"covered": true,
|
|
18996
|
+
"adequate": false,
|
|
18997
|
+
"gap": "Treats internet-facing services as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / rebuild cleanup these RCEs need."
|
|
18998
|
+
},
|
|
18999
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
19000
|
+
"covered": true,
|
|
19001
|
+
"adequate": false,
|
|
19002
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing network service in or adjacent to the CDE."
|
|
18693
19003
|
}
|
|
18694
19004
|
},
|
|
18695
19005
|
"compliance_exposure_score": {
|
|
18696
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
18697
|
-
"basis": "
|
|
19006
|
+
"percent_audit_passing_orgs_still_exposed": 73,
|
|
19007
|
+
"basis": "Internet-facing Wing FTP Server is run by audited organizations on a standard patch SLA and is mass-exploited within days of disclosure; the required web-shell hunt / rebuild is rarely part of the documented patch procedure, and long-tail unpatched estates persist (the MS08-067 pattern).",
|
|
18698
19008
|
"theater_pattern": "patch_management"
|
|
18699
19009
|
},
|
|
18700
19010
|
"ai_discovered_zeroday": false,
|
|
18701
|
-
"ai_discovery_source": "
|
|
18702
|
-
"ai_assist_factor": "none"
|
|
18703
|
-
"_auto_imported": true,
|
|
18704
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
19011
|
+
"ai_discovery_source": "vendor_research",
|
|
19012
|
+
"ai_assist_factor": "none"
|
|
18705
19013
|
},
|
|
18706
19014
|
"CVE-2025-5777": {
|
|
18707
19015
|
"name": "Citrix NetScaler ADC and Gateway Out-of-Bounds Read Vulnerability",
|
|
@@ -19957,36 +20265,64 @@
|
|
|
19957
20265
|
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
19958
20266
|
},
|
|
19959
20267
|
"CVE-2025-4632": {
|
|
19960
|
-
"name": "Samsung MagicINFO 9 Server Path Traversal Vulnerability",
|
|
19961
|
-
"lesson_date": "2026-05-
|
|
20268
|
+
"name": "Samsung MagicINFO 9 Server Path Traversal Vulnerability (variant: CVE-2025-4632)",
|
|
20269
|
+
"lesson_date": "2026-05-29",
|
|
19962
20270
|
"attack_vector": {
|
|
19963
|
-
"description": "
|
|
19964
|
-
"privileges_required": "
|
|
19965
|
-
"complexity": "
|
|
19966
|
-
"ai_factor": "
|
|
20271
|
+
"description": "a path-traversal flaw (CWE-22, a patch-bypass variant) letting an unauthenticated attacker write or read files outside the intended directory for code execution. CISA KEV-listed 2025-05-22 with confirmed in-the-wild exploitation.",
|
|
20272
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the service's public interface)",
|
|
20273
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
20274
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
20275
|
+
},
|
|
20276
|
+
"defense_chain": {
|
|
20277
|
+
"prevention": {
|
|
20278
|
+
"what_would_have_worked": "Apply the Samsung MagicINFO 9 Server security update; for a memory-corruption RCE on a network service, treat an exploited host as compromised and rebuild, rotating any credentials it held.",
|
|
20279
|
+
"was_this_required": true,
|
|
20280
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
20281
|
+
"adequacy": "Patch is necessary; the recurring failure is the SLA gap and the lack of web-shell-hunt / rebuild cleanup, plus long-tail unpatched estates (the MS08-067 lesson)."
|
|
20282
|
+
},
|
|
20283
|
+
"detection": {
|
|
20284
|
+
"what_would_have_worked": "Monitoring on the MagicINFO Server: exploit-shaped requests, new web-shell files, unexpected process execution, and service crashes consistent with memory corruption.",
|
|
20285
|
+
"was_this_required": false,
|
|
20286
|
+
"framework_requiring_it": null,
|
|
20287
|
+
"adequacy": "Necessary to catch exploitation and resident persistence on an internet-facing service."
|
|
20288
|
+
},
|
|
20289
|
+
"response": {
|
|
20290
|
+
"what_would_have_worked": "Patch immediately; for the upload/injection variants hunt and remove web shells and rotate credentials, for the memory-corruption variants rebuild the host; review for lateral movement.",
|
|
20291
|
+
"was_this_required": true,
|
|
20292
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
20293
|
+
"adequacy": "Mandatory; an internet-facing RCE typically yields persistence and a pivot, which a bare patch does not remediate."
|
|
20294
|
+
}
|
|
19967
20295
|
},
|
|
19968
20296
|
"framework_coverage": {
|
|
19969
20297
|
"NIST-800-53-SI-2": {
|
|
19970
20298
|
"covered": true,
|
|
19971
20299
|
"adequate": false,
|
|
19972
|
-
"gap": "30-day SLA
|
|
20300
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated flaw on an internet-facing network service; these are mass-exploited within days, and MS08-067/Conficker is the canonical example of long-tail exposure persisting for years on unpatched estates."
|
|
19973
20301
|
},
|
|
19974
20302
|
"ISO-27001-2022-A.8.8": {
|
|
19975
20303
|
"covered": true,
|
|
19976
20304
|
"adequate": false,
|
|
19977
|
-
"gap": "
|
|
20305
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing service, and legacy KEV re-listings show unpatched long-tail estates remain exposed."
|
|
20306
|
+
},
|
|
20307
|
+
"NIS2-Art21-network-security": {
|
|
20308
|
+
"covered": true,
|
|
20309
|
+
"adequate": false,
|
|
20310
|
+
"gap": "Treats internet-facing services as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / rebuild cleanup these RCEs need."
|
|
20311
|
+
},
|
|
20312
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
20313
|
+
"covered": true,
|
|
20314
|
+
"adequate": false,
|
|
20315
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing network service in or adjacent to the CDE."
|
|
19978
20316
|
}
|
|
19979
20317
|
},
|
|
19980
20318
|
"compliance_exposure_score": {
|
|
19981
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
19982
|
-
"basis": "
|
|
20319
|
+
"percent_audit_passing_orgs_still_exposed": 73,
|
|
20320
|
+
"basis": "Internet-facing Samsung MagicINFO 9 Server is run by audited organizations on a standard patch SLA and is mass-exploited within days of disclosure; the required web-shell hunt / rebuild is rarely part of the documented patch procedure, and long-tail unpatched estates persist (the MS08-067 pattern).",
|
|
19983
20321
|
"theater_pattern": "patch_management"
|
|
19984
20322
|
},
|
|
19985
20323
|
"ai_discovered_zeroday": false,
|
|
19986
|
-
"ai_discovery_source": "
|
|
19987
|
-
"ai_assist_factor": "none"
|
|
19988
|
-
"_auto_imported": true,
|
|
19989
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
20324
|
+
"ai_discovery_source": "vendor_research",
|
|
20325
|
+
"ai_assist_factor": "none"
|
|
19990
20326
|
},
|
|
19991
20327
|
"CVE-2023-38950": {
|
|
19992
20328
|
"name": "ZKTeco BioTime Path Traversal Vulnerability",
|
|
@@ -22056,5 +22392,65 @@
|
|
|
22056
22392
|
"ai_discovered_zeroday": false,
|
|
22057
22393
|
"ai_discovery_source": "vendor_research",
|
|
22058
22394
|
"ai_assist_factor": "none"
|
|
22395
|
+
},
|
|
22396
|
+
"CVE-2008-4250": {
|
|
22397
|
+
"name": "Microsoft Windows Server Service RPC Buffer Overflow (MS08-067)",
|
|
22398
|
+
"lesson_date": "2026-05-29",
|
|
22399
|
+
"attack_vector": {
|
|
22400
|
+
"description": "a buffer overflow (CWE-119) in the Windows Server Service RPC handling, exploitable by an unauthenticated attacker for wormable remote code execution (the MS08-067 flaw exploited by Conficker). CISA KEV-listed 2026-05-20 with confirmed in-the-wild exploitation.",
|
|
22401
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the service's public interface)",
|
|
22402
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
22403
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
22404
|
+
},
|
|
22405
|
+
"defense_chain": {
|
|
22406
|
+
"prevention": {
|
|
22407
|
+
"what_would_have_worked": "Apply the Microsoft Windows security update; for a memory-corruption RCE on a network service, treat an exploited host as compromised and rebuild, rotating any credentials it held.",
|
|
22408
|
+
"was_this_required": true,
|
|
22409
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
22410
|
+
"adequacy": "Patch is necessary; the recurring failure is the SLA gap and the lack of web-shell-hunt / rebuild cleanup, plus long-tail unpatched estates (the MS08-067 lesson)."
|
|
22411
|
+
},
|
|
22412
|
+
"detection": {
|
|
22413
|
+
"what_would_have_worked": "Monitoring on the Windows Server Service (RPC): exploit-shaped requests, new web-shell files, unexpected process execution, and service crashes consistent with memory corruption.",
|
|
22414
|
+
"was_this_required": false,
|
|
22415
|
+
"framework_requiring_it": null,
|
|
22416
|
+
"adequacy": "Necessary to catch exploitation and resident persistence on an internet-facing service."
|
|
22417
|
+
},
|
|
22418
|
+
"response": {
|
|
22419
|
+
"what_would_have_worked": "Patch immediately; for the upload/injection variants hunt and remove web shells and rotate credentials, for the memory-corruption variants rebuild the host; review for lateral movement.",
|
|
22420
|
+
"was_this_required": true,
|
|
22421
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
22422
|
+
"adequacy": "Mandatory; an internet-facing RCE typically yields persistence and a pivot, which a bare patch does not remediate."
|
|
22423
|
+
}
|
|
22424
|
+
},
|
|
22425
|
+
"framework_coverage": {
|
|
22426
|
+
"NIST-800-53-SI-2": {
|
|
22427
|
+
"covered": true,
|
|
22428
|
+
"adequate": false,
|
|
22429
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed unauthenticated flaw on an internet-facing network service; these are mass-exploited within days, and MS08-067/Conficker is the canonical example of long-tail exposure persisting for years on unpatched estates."
|
|
22430
|
+
},
|
|
22431
|
+
"ISO-27001-2022-A.8.8": {
|
|
22432
|
+
"covered": true,
|
|
22433
|
+
"adequate": false,
|
|
22434
|
+
"gap": "'Appropriate timescales' is undefined; the standard 30-day reading is unsafe for an actively-exploited, internet-facing service, and legacy KEV re-listings show unpatched long-tail estates remain exposed."
|
|
22435
|
+
},
|
|
22436
|
+
"NIS2-Art21-network-security": {
|
|
22437
|
+
"covered": true,
|
|
22438
|
+
"adequate": false,
|
|
22439
|
+
"gap": "Treats internet-facing services as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA, and does not require the web-shell-hunt / rebuild cleanup these RCEs need."
|
|
22440
|
+
},
|
|
22441
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
22442
|
+
"covered": true,
|
|
22443
|
+
"adequate": false,
|
|
22444
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing network service in or adjacent to the CDE."
|
|
22445
|
+
}
|
|
22446
|
+
},
|
|
22447
|
+
"compliance_exposure_score": {
|
|
22448
|
+
"percent_audit_passing_orgs_still_exposed": 73,
|
|
22449
|
+
"basis": "Internet-facing Microsoft Windows is run by audited organizations on a standard patch SLA and is mass-exploited within days of disclosure; the required web-shell hunt / rebuild is rarely part of the documented patch procedure, and long-tail unpatched estates persist (the MS08-067 pattern).",
|
|
22450
|
+
"theater_pattern": "patch_management"
|
|
22451
|
+
},
|
|
22452
|
+
"ai_discovered_zeroday": false,
|
|
22453
|
+
"ai_discovery_source": "vendor_research",
|
|
22454
|
+
"ai_assist_factor": "none"
|
|
22059
22455
|
}
|
|
22060
22456
|
}
|