@blamejs/exceptd-skills 0.15.19 → 0.15.21
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 +8 -2
- package/data/cve-catalog.json +224 -78
- package/data/zeroday-lessons.json +605 -147
- 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": 425
|
|
21
21
|
},
|
|
22
22
|
"CVE-2026-31431": {
|
|
23
23
|
"name": "Copy Fail",
|
|
@@ -7860,35 +7860,58 @@
|
|
|
7860
7860
|
},
|
|
7861
7861
|
"CVE-2020-9715": {
|
|
7862
7862
|
"name": "Adobe Acrobat Use-After-Free Vulnerability",
|
|
7863
|
-
"lesson_date": "2026-05-
|
|
7863
|
+
"lesson_date": "2026-05-29",
|
|
7864
7864
|
"attack_vector": {
|
|
7865
|
-
"description": "
|
|
7866
|
-
"privileges_required": "
|
|
7867
|
-
"complexity": "
|
|
7868
|
-
"ai_factor": "
|
|
7865
|
+
"description": "a use-after-free (CWE-416) in Adobe Acrobat and Reader, exploitable by an attacker-controlled PDF for code execution in the reader process. CISA KEV-listed 2026-04-13 with confirmed in-the-wild exploitation; the legacy re-listing exists because long-tail unpatched/end-of-life estates remain exposed.",
|
|
7866
|
+
"privileges_required": "none (the victim opens the attacker's document or visits the attacker's web content)",
|
|
7867
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
7868
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization (predates the AI-discovered-zeroday era)."
|
|
7869
|
+
},
|
|
7870
|
+
"defense_chain": {
|
|
7871
|
+
"prevention": {
|
|
7872
|
+
"what_would_have_worked": "Apply the vendor security update for Adobe Acrobat and Reader; enforce centralized patch management on the long tail; harden the client (Acrobat Protected Mode / Office Protected View, ASR rules) and retire end-of-life software such as Internet Explorer.",
|
|
7873
|
+
"was_this_required": true,
|
|
7874
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
7875
|
+
"adequacy": "Patch is definitive on a managed estate; legacy KEV re-listings exist because patch hygiene on the long tail (and continued use of end-of-life browsers) is the failure mode."
|
|
7876
|
+
},
|
|
7877
|
+
"detection": {
|
|
7878
|
+
"what_would_have_worked": "EDR signatures for child-process execution from Acrobat/Reader after attacker-content open, exploit telemetry, and inbound-content filtering (mail/web).",
|
|
7879
|
+
"was_this_required": false,
|
|
7880
|
+
"framework_requiring_it": null,
|
|
7881
|
+
"adequacy": "Backstops endpoints not yet patched on the long tail; necessary for unmanaged or end-of-life estates that cannot be patched promptly."
|
|
7882
|
+
},
|
|
7883
|
+
"response": {
|
|
7884
|
+
"what_would_have_worked": "Force the patch across the estate (or retire the end-of-life client), isolate exploited endpoints, hunt for follow-on payloads (client-RCE chains drop loaders), and review for credential theft.",
|
|
7885
|
+
"was_this_required": true,
|
|
7886
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
7887
|
+
"adequacy": "Mandatory; browser/reader RCE typically leads to credential harvest and lateral movement, which a bare patch does not remediate."
|
|
7888
|
+
}
|
|
7869
7889
|
},
|
|
7870
7890
|
"framework_coverage": {
|
|
7871
7891
|
"NIST-800-53-SI-2": {
|
|
7872
7892
|
"covered": true,
|
|
7873
7893
|
"adequate": false,
|
|
7874
|
-
"gap": "30-day SLA
|
|
7894
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client-side browser/reader RCE; legacy KEV re-listings document organizations still running unpatched or end-of-life builds."
|
|
7875
7895
|
},
|
|
7876
7896
|
"ISO-27001-2022-A.8.8": {
|
|
7877
7897
|
"covered": true,
|
|
7878
7898
|
"adequate": false,
|
|
7879
|
-
"gap": "
|
|
7899
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited client RCE, and the legacy re-listing exists because organizations still run vulnerable browser/reader builds (Internet Explorer is end-of-life and unsupported)."
|
|
7900
|
+
},
|
|
7901
|
+
"AU-ISM-1546": {
|
|
7902
|
+
"covered": true,
|
|
7903
|
+
"adequate": false,
|
|
7904
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is closer to the reality for a client RCE than 30 days, but legacy KEV re-listings show long-tail unpatched estates persist; centralized update management, application hardening (Protected View, ASR rules), and retiring end-of-life software (Internet Explorer) are the load-bearing controls."
|
|
7880
7905
|
}
|
|
7881
7906
|
},
|
|
7882
7907
|
"compliance_exposure_score": {
|
|
7883
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
7884
|
-
"basis": "
|
|
7908
|
+
"percent_audit_passing_orgs_still_exposed": 52,
|
|
7909
|
+
"basis": "Adobe Acrobat and Reader is ubiquitous on endpoints; audited organizations that maintain long-tail legacy estates (end-of-life Internet Explorer, old Acrobat/Reader, unpatched browsers) are exposed even after newer estates are patched, which is why CISA re-lists these older KEV entries.",
|
|
7885
7910
|
"theater_pattern": "patch_management"
|
|
7886
7911
|
},
|
|
7887
7912
|
"ai_discovered_zeroday": false,
|
|
7888
|
-
"ai_discovery_source": "
|
|
7889
|
-
"ai_assist_factor": "none"
|
|
7890
|
-
"_auto_imported": true,
|
|
7891
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
7913
|
+
"ai_discovery_source": "vendor_research",
|
|
7914
|
+
"ai_assist_factor": "none"
|
|
7892
7915
|
},
|
|
7893
7916
|
"CVE-2026-21643": {
|
|
7894
7917
|
"name": "Fortinet FortiClient EMS SQL Injection Vulnerability",
|
|
@@ -13123,35 +13146,63 @@
|
|
|
13123
13146
|
},
|
|
13124
13147
|
"CVE-2025-64328": {
|
|
13125
13148
|
"name": "Sangoma FreePBX OS Command Injection Vulnerability",
|
|
13126
|
-
"lesson_date": "2026-05-
|
|
13149
|
+
"lesson_date": "2026-05-29",
|
|
13127
13150
|
"attack_vector": {
|
|
13128
|
-
"description": "
|
|
13129
|
-
"privileges_required": "
|
|
13130
|
-
"complexity": "
|
|
13131
|
-
"ai_factor": "
|
|
13151
|
+
"description": "an OS command-injection flaw (CWE-78) enabling unauthenticated remote command execution on the telephony server. CISA KEV-listed 2026-02-03 with confirmed in-the-wild exploitation.",
|
|
13152
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the device's network interface)",
|
|
13153
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
13154
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
13155
|
+
},
|
|
13156
|
+
"defense_chain": {
|
|
13157
|
+
"prevention": {
|
|
13158
|
+
"what_would_have_worked": "Apply the Sangoma FreePBX / module update; hunt for web shells and toll-fraud (anomalous outbound SIP/calls), and rotate SIP and administrative credentials — FreePBX compromise is routinely monetized via telephony fraud.",
|
|
13159
|
+
"was_this_required": true,
|
|
13160
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
13161
|
+
"adequacy": "Patch is necessary but, given the device's trust position, an exploited unit must be rebuilt and its secrets rotated — a patch in place does not evict a resident attacker."
|
|
13162
|
+
},
|
|
13163
|
+
"detection": {
|
|
13164
|
+
"what_would_have_worked": "Monitoring of the FreePBX: exploit-shaped requests, toll-fraud call patterns and new admin objects.",
|
|
13165
|
+
"was_this_required": false,
|
|
13166
|
+
"framework_requiring_it": null,
|
|
13167
|
+
"adequacy": "Necessary because device compromise is often silent and persists across reboots in firmware/config."
|
|
13168
|
+
},
|
|
13169
|
+
"response": {
|
|
13170
|
+
"what_would_have_worked": "Rebuild the device from a known-good image, rotate all credentials and secrets it held, and review the network behind it for lateral movement; assume the device's trust is fully compromised.",
|
|
13171
|
+
"was_this_required": true,
|
|
13172
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
13173
|
+
"adequacy": "Mandatory; network-device compromise gives an attacker a durable, trusted position that patching alone does not remove."
|
|
13174
|
+
}
|
|
13132
13175
|
},
|
|
13133
13176
|
"framework_coverage": {
|
|
13134
13177
|
"NIST-800-53-SI-2": {
|
|
13135
13178
|
"covered": true,
|
|
13136
13179
|
"adequate": false,
|
|
13137
|
-
"gap": "30-day SLA
|
|
13180
|
+
"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 device; SOHO routers and edge appliances are mass-exploited into botnets and operational-relay (ORB) networks within days, and many run end-of-life firmware with no available fix."
|
|
13138
13181
|
},
|
|
13139
13182
|
"ISO-27001-2022-A.8.8": {
|
|
13140
13183
|
"covered": true,
|
|
13141
13184
|
"adequate": false,
|
|
13142
|
-
"gap": "
|
|
13185
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited internet-facing device, and unmanaged/EOL devices fall outside most patch programs entirely."
|
|
13186
|
+
},
|
|
13187
|
+
"NIS2-Art21-network-security": {
|
|
13188
|
+
"covered": true,
|
|
13189
|
+
"adequate": false,
|
|
13190
|
+
"gap": "Treats network devices/appliances as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA and does not address end-of-life devices that can only be replaced, not patched."
|
|
13191
|
+
},
|
|
13192
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
13193
|
+
"covered": true,
|
|
13194
|
+
"adequate": false,
|
|
13195
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing network device fronting or bridging the CDE."
|
|
13143
13196
|
}
|
|
13144
13197
|
},
|
|
13145
13198
|
"compliance_exposure_score": {
|
|
13146
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
13147
|
-
"basis": "
|
|
13199
|
+
"percent_audit_passing_orgs_still_exposed": 80,
|
|
13200
|
+
"basis": "Internet-facing Sangoma FreePBX is frequently unmanaged or end-of-life; audited organizations rarely track SOHO/edge-device firmware on a KEV SLA, and the required re-flash/replace and secret rotation are almost never part of a routine patch procedure.",
|
|
13148
13201
|
"theater_pattern": "patch_management"
|
|
13149
13202
|
},
|
|
13150
13203
|
"ai_discovered_zeroday": false,
|
|
13151
|
-
"ai_discovery_source": "
|
|
13152
|
-
"ai_assist_factor": "none"
|
|
13153
|
-
"_auto_imported": true,
|
|
13154
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
13204
|
+
"ai_discovery_source": "vendor_research",
|
|
13205
|
+
"ai_assist_factor": "none"
|
|
13155
13206
|
},
|
|
13156
13207
|
"CVE-2019-19006": {
|
|
13157
13208
|
"name": " Sangoma FreePBX Improper Authentication Vulnerability",
|
|
@@ -14032,35 +14083,63 @@
|
|
|
14032
14083
|
},
|
|
14033
14084
|
"CVE-2025-14733": {
|
|
14034
14085
|
"name": "WatchGuard Firebox Out of Bounds Write Vulnerability",
|
|
14035
|
-
"lesson_date": "2026-05-
|
|
14086
|
+
"lesson_date": "2026-05-29",
|
|
14036
14087
|
"attack_vector": {
|
|
14037
|
-
"description": "
|
|
14038
|
-
"privileges_required": "
|
|
14039
|
-
"complexity": "
|
|
14040
|
-
"ai_factor": "
|
|
14088
|
+
"description": "an out-of-bounds write (CWE-787) exploitable by an unauthenticated attacker for memory-corruption remote code execution on the firewall. CISA KEV-listed 2025-12-19 with confirmed in-the-wild exploitation.",
|
|
14089
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the device's network interface)",
|
|
14090
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
14091
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
14092
|
+
},
|
|
14093
|
+
"defense_chain": {
|
|
14094
|
+
"prevention": {
|
|
14095
|
+
"what_would_have_worked": "Apply the WatchGuard Fireware update; treat an exploited firewall as fully compromised — rebuild it and rotate every credential and VPN/IKE secret it held, since the firewall terminates trust for the network behind it.",
|
|
14096
|
+
"was_this_required": true,
|
|
14097
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
14098
|
+
"adequacy": "Patch is necessary but, given the device's trust position, an exploited unit must be rebuilt and its secrets rotated — a patch in place does not evict a resident attacker."
|
|
14099
|
+
},
|
|
14100
|
+
"detection": {
|
|
14101
|
+
"what_would_have_worked": "Monitoring of the Firebox firewall: exploit-shaped requests, device crashes, new processes, and credential/config changes.",
|
|
14102
|
+
"was_this_required": false,
|
|
14103
|
+
"framework_requiring_it": null,
|
|
14104
|
+
"adequacy": "Necessary because device compromise is often silent and persists across reboots in firmware/config."
|
|
14105
|
+
},
|
|
14106
|
+
"response": {
|
|
14107
|
+
"what_would_have_worked": "Rebuild the device from a known-good image, rotate all credentials and secrets it held, and review the network behind it for lateral movement; assume the device's trust is fully compromised.",
|
|
14108
|
+
"was_this_required": true,
|
|
14109
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
14110
|
+
"adequacy": "Mandatory; network-device compromise gives an attacker a durable, trusted position that patching alone does not remove."
|
|
14111
|
+
}
|
|
14041
14112
|
},
|
|
14042
14113
|
"framework_coverage": {
|
|
14043
14114
|
"NIST-800-53-SI-2": {
|
|
14044
14115
|
"covered": true,
|
|
14045
14116
|
"adequate": false,
|
|
14046
|
-
"gap": "30-day SLA
|
|
14117
|
+
"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 device; SOHO routers and edge appliances are mass-exploited into botnets and operational-relay (ORB) networks within days, and many run end-of-life firmware with no available fix."
|
|
14047
14118
|
},
|
|
14048
14119
|
"ISO-27001-2022-A.8.8": {
|
|
14049
14120
|
"covered": true,
|
|
14050
14121
|
"adequate": false,
|
|
14051
|
-
"gap": "
|
|
14122
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited internet-facing device, and unmanaged/EOL devices fall outside most patch programs entirely."
|
|
14123
|
+
},
|
|
14124
|
+
"NIS2-Art21-network-security": {
|
|
14125
|
+
"covered": true,
|
|
14126
|
+
"adequate": false,
|
|
14127
|
+
"gap": "Treats network devices/appliances as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA and does not address end-of-life devices that can only be replaced, not patched."
|
|
14128
|
+
},
|
|
14129
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
14130
|
+
"covered": true,
|
|
14131
|
+
"adequate": false,
|
|
14132
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing network device fronting or bridging the CDE."
|
|
14052
14133
|
}
|
|
14053
14134
|
},
|
|
14054
14135
|
"compliance_exposure_score": {
|
|
14055
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
14056
|
-
"basis": "
|
|
14136
|
+
"percent_audit_passing_orgs_still_exposed": 80,
|
|
14137
|
+
"basis": "Internet-facing WatchGuard Firebox is frequently unmanaged or end-of-life; audited organizations rarely track SOHO/edge-device firmware on a KEV SLA, and the required re-flash/replace and secret rotation are almost never part of a routine patch procedure.",
|
|
14057
14138
|
"theater_pattern": "patch_management"
|
|
14058
14139
|
},
|
|
14059
14140
|
"ai_discovered_zeroday": false,
|
|
14060
|
-
"ai_discovery_source": "
|
|
14061
|
-
"ai_assist_factor": "none"
|
|
14062
|
-
"_auto_imported": true,
|
|
14063
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
14141
|
+
"ai_discovery_source": "vendor_research",
|
|
14142
|
+
"ai_assist_factor": "none"
|
|
14064
14143
|
},
|
|
14065
14144
|
"CVE-2025-59374": {
|
|
14066
14145
|
"name": "ASUS Live Update Embedded Malicious Code Vulnerability",
|
|
@@ -15010,35 +15089,63 @@
|
|
|
15010
15089
|
},
|
|
15011
15090
|
"CVE-2025-9242": {
|
|
15012
15091
|
"name": "WatchGuard Firebox Out-of-Bounds Write Vulnerability",
|
|
15013
|
-
"lesson_date": "2026-05-
|
|
15092
|
+
"lesson_date": "2026-05-29",
|
|
15014
15093
|
"attack_vector": {
|
|
15015
|
-
"description": "
|
|
15016
|
-
"privileges_required": "
|
|
15017
|
-
"complexity": "
|
|
15018
|
-
"ai_factor": "
|
|
15094
|
+
"description": "an out-of-bounds write (CWE-787) in the Firebox IKE/VPN handling, exploitable by an unauthenticated attacker for memory-corruption remote code execution on the firewall. CISA KEV-listed 2025-11-12 with confirmed in-the-wild exploitation.",
|
|
15095
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the device's network interface)",
|
|
15096
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
15097
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
15098
|
+
},
|
|
15099
|
+
"defense_chain": {
|
|
15100
|
+
"prevention": {
|
|
15101
|
+
"what_would_have_worked": "Apply the WatchGuard Fireware update; treat an exploited firewall as fully compromised — rebuild it and rotate every credential and VPN/IKE secret it held, since the firewall terminates trust for the network behind it.",
|
|
15102
|
+
"was_this_required": true,
|
|
15103
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
15104
|
+
"adequacy": "Patch is necessary but, given the device's trust position, an exploited unit must be rebuilt and its secrets rotated — a patch in place does not evict a resident attacker."
|
|
15105
|
+
},
|
|
15106
|
+
"detection": {
|
|
15107
|
+
"what_would_have_worked": "Monitoring of the Firebox firewall: exploit-shaped requests, device crashes, new processes, and credential/config changes.",
|
|
15108
|
+
"was_this_required": false,
|
|
15109
|
+
"framework_requiring_it": null,
|
|
15110
|
+
"adequacy": "Necessary because device compromise is often silent and persists across reboots in firmware/config."
|
|
15111
|
+
},
|
|
15112
|
+
"response": {
|
|
15113
|
+
"what_would_have_worked": "Rebuild the device from a known-good image, rotate all credentials and secrets it held, and review the network behind it for lateral movement; assume the device's trust is fully compromised.",
|
|
15114
|
+
"was_this_required": true,
|
|
15115
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
15116
|
+
"adequacy": "Mandatory; network-device compromise gives an attacker a durable, trusted position that patching alone does not remove."
|
|
15117
|
+
}
|
|
15019
15118
|
},
|
|
15020
15119
|
"framework_coverage": {
|
|
15021
15120
|
"NIST-800-53-SI-2": {
|
|
15022
15121
|
"covered": true,
|
|
15023
15122
|
"adequate": false,
|
|
15024
|
-
"gap": "30-day SLA
|
|
15123
|
+
"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 device; SOHO routers and edge appliances are mass-exploited into botnets and operational-relay (ORB) networks within days, and many run end-of-life firmware with no available fix."
|
|
15025
15124
|
},
|
|
15026
15125
|
"ISO-27001-2022-A.8.8": {
|
|
15027
15126
|
"covered": true,
|
|
15028
15127
|
"adequate": false,
|
|
15029
|
-
"gap": "
|
|
15128
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited internet-facing device, and unmanaged/EOL devices fall outside most patch programs entirely."
|
|
15129
|
+
},
|
|
15130
|
+
"NIS2-Art21-network-security": {
|
|
15131
|
+
"covered": true,
|
|
15132
|
+
"adequate": false,
|
|
15133
|
+
"gap": "Treats network devices/appliances as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA and does not address end-of-life devices that can only be replaced, not patched."
|
|
15134
|
+
},
|
|
15135
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
15136
|
+
"covered": true,
|
|
15137
|
+
"adequate": false,
|
|
15138
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing network device fronting or bridging the CDE."
|
|
15030
15139
|
}
|
|
15031
15140
|
},
|
|
15032
15141
|
"compliance_exposure_score": {
|
|
15033
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
15034
|
-
"basis": "
|
|
15142
|
+
"percent_audit_passing_orgs_still_exposed": 80,
|
|
15143
|
+
"basis": "Internet-facing WatchGuard Firebox is frequently unmanaged or end-of-life; audited organizations rarely track SOHO/edge-device firmware on a KEV SLA, and the required re-flash/replace and secret rotation are almost never part of a routine patch procedure.",
|
|
15035
15144
|
"theater_pattern": "patch_management"
|
|
15036
15145
|
},
|
|
15037
15146
|
"ai_discovered_zeroday": false,
|
|
15038
|
-
"ai_discovery_source": "
|
|
15039
|
-
"ai_assist_factor": "none"
|
|
15040
|
-
"_auto_imported": true,
|
|
15041
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
15147
|
+
"ai_discovery_source": "vendor_research",
|
|
15148
|
+
"ai_assist_factor": "none"
|
|
15042
15149
|
},
|
|
15043
15150
|
"CVE-2025-21042": {
|
|
15044
15151
|
"name": "Samsung Mobile Devices Out-of-Bounds Write Vulnerability",
|
|
@@ -16263,35 +16370,58 @@
|
|
|
16263
16370
|
},
|
|
16264
16371
|
"CVE-2010-3765": {
|
|
16265
16372
|
"name": "Mozilla Multiple Products Remote Code Execution Vulnerability",
|
|
16266
|
-
"lesson_date": "2026-05-
|
|
16373
|
+
"lesson_date": "2026-05-29",
|
|
16267
16374
|
"attack_vector": {
|
|
16268
|
-
"description": "
|
|
16269
|
-
"privileges_required": "
|
|
16270
|
-
"complexity": "
|
|
16271
|
-
"ai_factor": "
|
|
16375
|
+
"description": "a memory-corruption code-execution flaw (CWE-94) in Mozilla Firefox and related products, exploitable by an attacker-controlled web page for code execution in the browser. CISA KEV-listed 2025-10-06 with confirmed in-the-wild exploitation; the legacy re-listing exists because long-tail unpatched/end-of-life estates remain exposed.",
|
|
16376
|
+
"privileges_required": "none (the victim opens the attacker's document or visits the attacker's web content)",
|
|
16377
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
16378
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization (predates the AI-discovered-zeroday era)."
|
|
16379
|
+
},
|
|
16380
|
+
"defense_chain": {
|
|
16381
|
+
"prevention": {
|
|
16382
|
+
"what_would_have_worked": "Apply the vendor security update for Mozilla Firefox and related products; enforce centralized patch management on the long tail; harden the client (Acrobat Protected Mode / Office Protected View, ASR rules) and retire end-of-life software such as Internet Explorer.",
|
|
16383
|
+
"was_this_required": true,
|
|
16384
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
16385
|
+
"adequacy": "Patch is definitive on a managed estate; legacy KEV re-listings exist because patch hygiene on the long tail (and continued use of end-of-life browsers) is the failure mode."
|
|
16386
|
+
},
|
|
16387
|
+
"detection": {
|
|
16388
|
+
"what_would_have_worked": "EDR signatures for child-process execution from Firefox after attacker-content open, exploit telemetry, and inbound-content filtering (mail/web).",
|
|
16389
|
+
"was_this_required": false,
|
|
16390
|
+
"framework_requiring_it": null,
|
|
16391
|
+
"adequacy": "Backstops endpoints not yet patched on the long tail; necessary for unmanaged or end-of-life estates that cannot be patched promptly."
|
|
16392
|
+
},
|
|
16393
|
+
"response": {
|
|
16394
|
+
"what_would_have_worked": "Force the patch across the estate (or retire the end-of-life client), isolate exploited endpoints, hunt for follow-on payloads (client-RCE chains drop loaders), and review for credential theft.",
|
|
16395
|
+
"was_this_required": true,
|
|
16396
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
16397
|
+
"adequacy": "Mandatory; browser/reader RCE typically leads to credential harvest and lateral movement, which a bare patch does not remediate."
|
|
16398
|
+
}
|
|
16272
16399
|
},
|
|
16273
16400
|
"framework_coverage": {
|
|
16274
16401
|
"NIST-800-53-SI-2": {
|
|
16275
16402
|
"covered": true,
|
|
16276
16403
|
"adequate": false,
|
|
16277
|
-
"gap": "30-day SLA
|
|
16404
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client-side browser/reader RCE; legacy KEV re-listings document organizations still running unpatched or end-of-life builds."
|
|
16278
16405
|
},
|
|
16279
16406
|
"ISO-27001-2022-A.8.8": {
|
|
16280
16407
|
"covered": true,
|
|
16281
16408
|
"adequate": false,
|
|
16282
|
-
"gap": "
|
|
16409
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited client RCE, and the legacy re-listing exists because organizations still run vulnerable browser/reader builds (Internet Explorer is end-of-life and unsupported)."
|
|
16410
|
+
},
|
|
16411
|
+
"AU-ISM-1546": {
|
|
16412
|
+
"covered": true,
|
|
16413
|
+
"adequate": false,
|
|
16414
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is closer to the reality for a client RCE than 30 days, but legacy KEV re-listings show long-tail unpatched estates persist; centralized update management, application hardening (Protected View, ASR rules), and retiring end-of-life software (Internet Explorer) are the load-bearing controls."
|
|
16283
16415
|
}
|
|
16284
16416
|
},
|
|
16285
16417
|
"compliance_exposure_score": {
|
|
16286
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
16287
|
-
"basis": "
|
|
16418
|
+
"percent_audit_passing_orgs_still_exposed": 52,
|
|
16419
|
+
"basis": "Mozilla Firefox and related products is ubiquitous on endpoints; audited organizations that maintain long-tail legacy estates (end-of-life Internet Explorer, old Acrobat/Reader, unpatched browsers) are exposed even after newer estates are patched, which is why CISA re-lists these older KEV entries.",
|
|
16288
16420
|
"theater_pattern": "patch_management"
|
|
16289
16421
|
},
|
|
16290
16422
|
"ai_discovered_zeroday": false,
|
|
16291
|
-
"ai_discovery_source": "
|
|
16292
|
-
"ai_assist_factor": "none"
|
|
16293
|
-
"_auto_imported": true,
|
|
16294
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
16423
|
+
"ai_discovery_source": "vendor_research",
|
|
16424
|
+
"ai_assist_factor": "none"
|
|
16295
16425
|
},
|
|
16296
16426
|
"CVE-2025-61882": {
|
|
16297
16427
|
"name": "Oracle E-Business Suite Unspecified Vulnerability",
|
|
@@ -16919,67 +17049,123 @@
|
|
|
16919
17049
|
},
|
|
16920
17050
|
"CVE-2023-50224": {
|
|
16921
17051
|
"name": "TP-Link TL-WR841N Authentication Bypass by Spoofing Vulnerability",
|
|
16922
|
-
"lesson_date": "2026-05-
|
|
17052
|
+
"lesson_date": "2026-05-29",
|
|
16923
17053
|
"attack_vector": {
|
|
16924
|
-
"description": "
|
|
16925
|
-
"privileges_required": "
|
|
16926
|
-
"complexity": "
|
|
16927
|
-
"ai_factor": "
|
|
17054
|
+
"description": "an authentication-bypass-by-spoofing flaw (CWE-290) letting an unauthenticated attacker bypass authentication on the router. CISA KEV-listed 2025-09-03 with confirmed in-the-wild exploitation.",
|
|
17055
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the device's network interface)",
|
|
17056
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
17057
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
17058
|
+
},
|
|
17059
|
+
"defense_chain": {
|
|
17060
|
+
"prevention": {
|
|
17061
|
+
"what_would_have_worked": "Apply the vendor firmware update; for end-of-life devices with no fix, replace the device. After any suspected compromise, factory-reset and re-flash — router compromise persists in firmware/config, and these devices are recruited into botnets and operational-relay (ORB) infrastructure.",
|
|
17062
|
+
"was_this_required": true,
|
|
17063
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
17064
|
+
"adequacy": "Patch is necessary but EOL firmware often has no fix, making replacement the only remediation; compromised devices need re-flash, not just patch."
|
|
17065
|
+
},
|
|
17066
|
+
"detection": {
|
|
17067
|
+
"what_would_have_worked": "Monitoring of the TL-WR841N router: exploit-shaped requests, anomalous outbound/botnet traffic and config drift.",
|
|
17068
|
+
"was_this_required": false,
|
|
17069
|
+
"framework_requiring_it": null,
|
|
17070
|
+
"adequacy": "Necessary because device compromise is often silent and persists across reboots in firmware/config."
|
|
17071
|
+
},
|
|
17072
|
+
"response": {
|
|
17073
|
+
"what_would_have_worked": "Factory-reset and re-flash or replace the device, rotate all credentials and secrets it held, and review the network behind it for lateral movement; assume the device's trust is fully compromised.",
|
|
17074
|
+
"was_this_required": true,
|
|
17075
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
17076
|
+
"adequacy": "Mandatory; network-device compromise gives an attacker a durable, trusted position that patching alone does not remove."
|
|
17077
|
+
}
|
|
16928
17078
|
},
|
|
16929
17079
|
"framework_coverage": {
|
|
16930
17080
|
"NIST-800-53-SI-2": {
|
|
16931
17081
|
"covered": true,
|
|
16932
17082
|
"adequate": false,
|
|
16933
|
-
"gap": "30-day SLA
|
|
17083
|
+
"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 device; SOHO routers and edge appliances are mass-exploited into botnets and operational-relay (ORB) networks within days, and many run end-of-life firmware with no available fix."
|
|
16934
17084
|
},
|
|
16935
17085
|
"ISO-27001-2022-A.8.8": {
|
|
16936
17086
|
"covered": true,
|
|
16937
17087
|
"adequate": false,
|
|
16938
|
-
"gap": "
|
|
17088
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited internet-facing device, and unmanaged/EOL devices fall outside most patch programs entirely."
|
|
17089
|
+
},
|
|
17090
|
+
"NIS2-Art21-network-security": {
|
|
17091
|
+
"covered": true,
|
|
17092
|
+
"adequate": false,
|
|
17093
|
+
"gap": "Treats network devices/appliances as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA and does not address end-of-life devices that can only be replaced, not patched."
|
|
17094
|
+
},
|
|
17095
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
17096
|
+
"covered": true,
|
|
17097
|
+
"adequate": false,
|
|
17098
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing network device fronting or bridging the CDE."
|
|
16939
17099
|
}
|
|
16940
17100
|
},
|
|
16941
17101
|
"compliance_exposure_score": {
|
|
16942
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
16943
|
-
"basis": "
|
|
17102
|
+
"percent_audit_passing_orgs_still_exposed": 80,
|
|
17103
|
+
"basis": "Internet-facing TP-Link TL-WR841N router is frequently unmanaged or end-of-life; audited organizations rarely track SOHO/edge-device firmware on a KEV SLA, and the required re-flash/replace and secret rotation are almost never part of a routine patch procedure.",
|
|
16944
17104
|
"theater_pattern": "patch_management"
|
|
16945
17105
|
},
|
|
16946
17106
|
"ai_discovered_zeroday": false,
|
|
16947
|
-
"ai_discovery_source": "
|
|
16948
|
-
"ai_assist_factor": "none"
|
|
16949
|
-
"_auto_imported": true,
|
|
16950
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
17107
|
+
"ai_discovery_source": "vendor_research",
|
|
17108
|
+
"ai_assist_factor": "none"
|
|
16951
17109
|
},
|
|
16952
17110
|
"CVE-2025-9377": {
|
|
16953
17111
|
"name": "TP-Link Archer C7(EU) and TL-WR841N/ND(MS) OS Command Injection Vulnerability",
|
|
16954
|
-
"lesson_date": "2026-05-
|
|
17112
|
+
"lesson_date": "2026-05-29",
|
|
16955
17113
|
"attack_vector": {
|
|
16956
|
-
"description": "
|
|
16957
|
-
"privileges_required": "
|
|
16958
|
-
"complexity": "
|
|
16959
|
-
"ai_factor": "
|
|
17114
|
+
"description": "an OS command-injection flaw (CWE-78) enabling unauthenticated remote command execution on the router. CISA KEV-listed 2025-09-03 with confirmed in-the-wild exploitation.",
|
|
17115
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the device's network interface)",
|
|
17116
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
17117
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
17118
|
+
},
|
|
17119
|
+
"defense_chain": {
|
|
17120
|
+
"prevention": {
|
|
17121
|
+
"what_would_have_worked": "Apply the vendor firmware update; for end-of-life devices with no fix, replace the device. After any suspected compromise, factory-reset and re-flash — router compromise persists in firmware/config, and these devices are recruited into botnets and operational-relay (ORB) infrastructure.",
|
|
17122
|
+
"was_this_required": true,
|
|
17123
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
17124
|
+
"adequacy": "Patch is necessary but EOL firmware often has no fix, making replacement the only remediation; compromised devices need re-flash, not just patch."
|
|
17125
|
+
},
|
|
17126
|
+
"detection": {
|
|
17127
|
+
"what_would_have_worked": "Monitoring of the TP-Link router: exploit-shaped requests, anomalous outbound/botnet traffic and config drift.",
|
|
17128
|
+
"was_this_required": false,
|
|
17129
|
+
"framework_requiring_it": null,
|
|
17130
|
+
"adequacy": "Necessary because device compromise is often silent and persists across reboots in firmware/config."
|
|
17131
|
+
},
|
|
17132
|
+
"response": {
|
|
17133
|
+
"what_would_have_worked": "Factory-reset and re-flash or replace the device, rotate all credentials and secrets it held, and review the network behind it for lateral movement; assume the device's trust is fully compromised.",
|
|
17134
|
+
"was_this_required": true,
|
|
17135
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
17136
|
+
"adequacy": "Mandatory; network-device compromise gives an attacker a durable, trusted position that patching alone does not remove."
|
|
17137
|
+
}
|
|
16960
17138
|
},
|
|
16961
17139
|
"framework_coverage": {
|
|
16962
17140
|
"NIST-800-53-SI-2": {
|
|
16963
17141
|
"covered": true,
|
|
16964
17142
|
"adequate": false,
|
|
16965
|
-
"gap": "30-day SLA
|
|
17143
|
+
"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 device; SOHO routers and edge appliances are mass-exploited into botnets and operational-relay (ORB) networks within days, and many run end-of-life firmware with no available fix."
|
|
16966
17144
|
},
|
|
16967
17145
|
"ISO-27001-2022-A.8.8": {
|
|
16968
17146
|
"covered": true,
|
|
16969
17147
|
"adequate": false,
|
|
16970
|
-
"gap": "
|
|
16971
|
-
}
|
|
16972
|
-
|
|
16973
|
-
|
|
16974
|
-
|
|
16975
|
-
|
|
17148
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited internet-facing device, and unmanaged/EOL devices fall outside most patch programs entirely."
|
|
17149
|
+
},
|
|
17150
|
+
"NIS2-Art21-network-security": {
|
|
17151
|
+
"covered": true,
|
|
17152
|
+
"adequate": false,
|
|
17153
|
+
"gap": "Treats network devices/appliances as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA and does not address end-of-life devices that can only be replaced, not patched."
|
|
17154
|
+
},
|
|
17155
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
17156
|
+
"covered": true,
|
|
17157
|
+
"adequate": false,
|
|
17158
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing network device fronting or bridging the CDE."
|
|
17159
|
+
}
|
|
17160
|
+
},
|
|
17161
|
+
"compliance_exposure_score": {
|
|
17162
|
+
"percent_audit_passing_orgs_still_exposed": 80,
|
|
17163
|
+
"basis": "Internet-facing TP-Link Archer C7 and TL-WR841N/ND routers is frequently unmanaged or end-of-life; audited organizations rarely track SOHO/edge-device firmware on a KEV SLA, and the required re-flash/replace and secret rotation are almost never part of a routine patch procedure.",
|
|
16976
17164
|
"theater_pattern": "patch_management"
|
|
16977
17165
|
},
|
|
16978
17166
|
"ai_discovered_zeroday": false,
|
|
16979
|
-
"ai_discovery_source": "
|
|
16980
|
-
"ai_assist_factor": "none"
|
|
16981
|
-
"_auto_imported": true,
|
|
16982
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
17167
|
+
"ai_discovery_source": "vendor_research",
|
|
17168
|
+
"ai_assist_factor": "none"
|
|
16983
17169
|
},
|
|
16984
17170
|
"CVE-2020-24363": {
|
|
16985
17171
|
"name": "TP-link TL-WA855RE Missing Authentication for Critical Function Vulnerability",
|
|
@@ -17047,35 +17233,63 @@
|
|
|
17047
17233
|
},
|
|
17048
17234
|
"CVE-2025-57819": {
|
|
17049
17235
|
"name": "Sangoma FreePBX Authentication Bypass Vulnerability",
|
|
17050
|
-
"lesson_date": "2026-05-
|
|
17236
|
+
"lesson_date": "2026-05-29",
|
|
17051
17237
|
"attack_vector": {
|
|
17052
|
-
"description": "
|
|
17053
|
-
"privileges_required": "
|
|
17054
|
-
"complexity": "
|
|
17055
|
-
"ai_factor": "
|
|
17238
|
+
"description": "an authentication bypass combined with SQL injection (CWE-89/CWE-288), letting an unauthenticated attacker reach administrative functionality and the database. CISA KEV-listed 2025-08-29 with confirmed in-the-wild exploitation.",
|
|
17239
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the device's network interface)",
|
|
17240
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
17241
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
17242
|
+
},
|
|
17243
|
+
"defense_chain": {
|
|
17244
|
+
"prevention": {
|
|
17245
|
+
"what_would_have_worked": "Apply the Sangoma FreePBX / module update; hunt for web shells and toll-fraud (anomalous outbound SIP/calls), and rotate SIP and administrative credentials — FreePBX compromise is routinely monetized via telephony fraud.",
|
|
17246
|
+
"was_this_required": true,
|
|
17247
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
17248
|
+
"adequacy": "Patch is necessary but, given the device's trust position, an exploited unit must be rebuilt and its secrets rotated — a patch in place does not evict a resident attacker."
|
|
17249
|
+
},
|
|
17250
|
+
"detection": {
|
|
17251
|
+
"what_would_have_worked": "Monitoring of the FreePBX: exploit-shaped requests, toll-fraud call patterns and new admin objects.",
|
|
17252
|
+
"was_this_required": false,
|
|
17253
|
+
"framework_requiring_it": null,
|
|
17254
|
+
"adequacy": "Necessary because device compromise is often silent and persists across reboots in firmware/config."
|
|
17255
|
+
},
|
|
17256
|
+
"response": {
|
|
17257
|
+
"what_would_have_worked": "Rebuild the device from a known-good image, rotate all credentials and secrets it held, and review the network behind it for lateral movement; assume the device's trust is fully compromised.",
|
|
17258
|
+
"was_this_required": true,
|
|
17259
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
17260
|
+
"adequacy": "Mandatory; network-device compromise gives an attacker a durable, trusted position that patching alone does not remove."
|
|
17261
|
+
}
|
|
17056
17262
|
},
|
|
17057
17263
|
"framework_coverage": {
|
|
17058
17264
|
"NIST-800-53-SI-2": {
|
|
17059
17265
|
"covered": true,
|
|
17060
17266
|
"adequate": false,
|
|
17061
|
-
"gap": "30-day SLA
|
|
17267
|
+
"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 device; SOHO routers and edge appliances are mass-exploited into botnets and operational-relay (ORB) networks within days, and many run end-of-life firmware with no available fix."
|
|
17062
17268
|
},
|
|
17063
17269
|
"ISO-27001-2022-A.8.8": {
|
|
17064
17270
|
"covered": true,
|
|
17065
17271
|
"adequate": false,
|
|
17066
|
-
"gap": "
|
|
17272
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited internet-facing device, and unmanaged/EOL devices fall outside most patch programs entirely."
|
|
17273
|
+
},
|
|
17274
|
+
"NIS2-Art21-network-security": {
|
|
17275
|
+
"covered": true,
|
|
17276
|
+
"adequate": false,
|
|
17277
|
+
"gap": "Treats network devices/appliances as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA and does not address end-of-life devices that can only be replaced, not patched."
|
|
17278
|
+
},
|
|
17279
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
17280
|
+
"covered": true,
|
|
17281
|
+
"adequate": false,
|
|
17282
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing network device fronting or bridging the CDE."
|
|
17067
17283
|
}
|
|
17068
17284
|
},
|
|
17069
17285
|
"compliance_exposure_score": {
|
|
17070
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
17071
|
-
"basis": "
|
|
17286
|
+
"percent_audit_passing_orgs_still_exposed": 80,
|
|
17287
|
+
"basis": "Internet-facing Sangoma FreePBX is frequently unmanaged or end-of-life; audited organizations rarely track SOHO/edge-device firmware on a KEV SLA, and the required re-flash/replace and secret rotation are almost never part of a routine patch procedure.",
|
|
17072
17288
|
"theater_pattern": "patch_management"
|
|
17073
17289
|
},
|
|
17074
17290
|
"ai_discovered_zeroday": false,
|
|
17075
|
-
"ai_discovery_source": "
|
|
17076
|
-
"ai_assist_factor": "none"
|
|
17077
|
-
"_auto_imported": true,
|
|
17078
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
17291
|
+
"ai_discovery_source": "vendor_research",
|
|
17292
|
+
"ai_assist_factor": "none"
|
|
17079
17293
|
},
|
|
17080
17294
|
"CVE-2025-7775": {
|
|
17081
17295
|
"name": "Citrix NetScaler Memory Overflow Vulnerability",
|
|
@@ -17474,35 +17688,58 @@
|
|
|
17474
17688
|
},
|
|
17475
17689
|
"CVE-2013-3893": {
|
|
17476
17690
|
"name": "Microsoft Internet Explorer Resource Management Errors Vulnerability",
|
|
17477
|
-
"lesson_date": "2026-05-
|
|
17691
|
+
"lesson_date": "2026-05-29",
|
|
17478
17692
|
"attack_vector": {
|
|
17479
|
-
"description": "
|
|
17480
|
-
"privileges_required": "
|
|
17481
|
-
"complexity": "
|
|
17482
|
-
"ai_factor": "
|
|
17693
|
+
"description": "a resource-management memory-corruption use-after-free (CWE-399) in Internet Explorer (the SetMouseCapture flaw used in watering-hole attacks), exploitable by an attacker-controlled web page for code execution in the browser. CISA KEV-listed 2025-08-12 with confirmed in-the-wild exploitation; the legacy re-listing exists because long-tail unpatched/end-of-life estates remain exposed.",
|
|
17694
|
+
"privileges_required": "none (the victim opens the attacker's document or visits the attacker's web content)",
|
|
17695
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
17696
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization (predates the AI-discovered-zeroday era)."
|
|
17697
|
+
},
|
|
17698
|
+
"defense_chain": {
|
|
17699
|
+
"prevention": {
|
|
17700
|
+
"what_would_have_worked": "Apply the vendor security update for Microsoft Internet Explorer; enforce centralized patch management on the long tail; harden the client (Acrobat Protected Mode / Office Protected View, ASR rules) and retire end-of-life software such as Internet Explorer.",
|
|
17701
|
+
"was_this_required": true,
|
|
17702
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
17703
|
+
"adequacy": "Patch is definitive on a managed estate; legacy KEV re-listings exist because patch hygiene on the long tail (and continued use of end-of-life browsers) is the failure mode."
|
|
17704
|
+
},
|
|
17705
|
+
"detection": {
|
|
17706
|
+
"what_would_have_worked": "EDR signatures for child-process execution from Internet Explorer after attacker-content open, exploit telemetry, and inbound-content filtering (mail/web).",
|
|
17707
|
+
"was_this_required": false,
|
|
17708
|
+
"framework_requiring_it": null,
|
|
17709
|
+
"adequacy": "Backstops endpoints not yet patched on the long tail; necessary for unmanaged or end-of-life estates that cannot be patched promptly."
|
|
17710
|
+
},
|
|
17711
|
+
"response": {
|
|
17712
|
+
"what_would_have_worked": "Force the patch across the estate (or retire the end-of-life client), isolate exploited endpoints, hunt for follow-on payloads (client-RCE chains drop loaders), and review for credential theft.",
|
|
17713
|
+
"was_this_required": true,
|
|
17714
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
17715
|
+
"adequacy": "Mandatory; browser/reader RCE typically leads to credential harvest and lateral movement, which a bare patch does not remediate."
|
|
17716
|
+
}
|
|
17483
17717
|
},
|
|
17484
17718
|
"framework_coverage": {
|
|
17485
17719
|
"NIST-800-53-SI-2": {
|
|
17486
17720
|
"covered": true,
|
|
17487
17721
|
"adequate": false,
|
|
17488
|
-
"gap": "30-day SLA
|
|
17722
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client-side browser/reader RCE; legacy KEV re-listings document organizations still running unpatched or end-of-life builds."
|
|
17489
17723
|
},
|
|
17490
17724
|
"ISO-27001-2022-A.8.8": {
|
|
17491
17725
|
"covered": true,
|
|
17492
17726
|
"adequate": false,
|
|
17493
|
-
"gap": "
|
|
17727
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited client RCE, and the legacy re-listing exists because organizations still run vulnerable browser/reader builds (Internet Explorer is end-of-life and unsupported)."
|
|
17728
|
+
},
|
|
17729
|
+
"AU-ISM-1546": {
|
|
17730
|
+
"covered": true,
|
|
17731
|
+
"adequate": false,
|
|
17732
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is closer to the reality for a client RCE than 30 days, but legacy KEV re-listings show long-tail unpatched estates persist; centralized update management, application hardening (Protected View, ASR rules), and retiring end-of-life software (Internet Explorer) are the load-bearing controls."
|
|
17494
17733
|
}
|
|
17495
17734
|
},
|
|
17496
17735
|
"compliance_exposure_score": {
|
|
17497
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
17498
|
-
"basis": "
|
|
17736
|
+
"percent_audit_passing_orgs_still_exposed": 52,
|
|
17737
|
+
"basis": "Microsoft Internet Explorer is ubiquitous on endpoints; audited organizations that maintain long-tail legacy estates (end-of-life Internet Explorer, old Acrobat/Reader, unpatched browsers) are exposed even after newer estates are patched, which is why CISA re-lists these older KEV entries.",
|
|
17499
17738
|
"theater_pattern": "patch_management"
|
|
17500
17739
|
},
|
|
17501
17740
|
"ai_discovered_zeroday": false,
|
|
17502
|
-
"ai_discovery_source": "
|
|
17503
|
-
"ai_assist_factor": "none"
|
|
17504
|
-
"_auto_imported": true,
|
|
17505
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
17741
|
+
"ai_discovery_source": "vendor_research",
|
|
17742
|
+
"ai_assist_factor": "none"
|
|
17506
17743
|
},
|
|
17507
17744
|
"CVE-2020-25078": {
|
|
17508
17745
|
"name": "D-Link DCS-2530L and DCS-2670L Devices Unspecified Vulnerability",
|
|
@@ -18835,35 +19072,63 @@
|
|
|
18835
19072
|
},
|
|
18836
19073
|
"CVE-2023-33538": {
|
|
18837
19074
|
"name": "TP-Link Multiple Routers Command Injection Vulnerability",
|
|
18838
|
-
"lesson_date": "2026-05-
|
|
19075
|
+
"lesson_date": "2026-05-29",
|
|
18839
19076
|
"attack_vector": {
|
|
18840
|
-
"description": "
|
|
18841
|
-
"privileges_required": "
|
|
18842
|
-
"complexity": "
|
|
18843
|
-
"ai_factor": "
|
|
19077
|
+
"description": "a command-injection flaw (CWE-77) enabling unauthenticated remote command execution on the router. CISA KEV-listed 2025-06-16 with confirmed in-the-wild exploitation.",
|
|
19078
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the device's network interface)",
|
|
19079
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
19080
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
19081
|
+
},
|
|
19082
|
+
"defense_chain": {
|
|
19083
|
+
"prevention": {
|
|
19084
|
+
"what_would_have_worked": "Apply the vendor firmware update; for end-of-life devices with no fix, replace the device. After any suspected compromise, factory-reset and re-flash — router compromise persists in firmware/config, and these devices are recruited into botnets and operational-relay (ORB) infrastructure.",
|
|
19085
|
+
"was_this_required": true,
|
|
19086
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
19087
|
+
"adequacy": "Patch is necessary but EOL firmware often has no fix, making replacement the only remediation; compromised devices need re-flash, not just patch."
|
|
19088
|
+
},
|
|
19089
|
+
"detection": {
|
|
19090
|
+
"what_would_have_worked": "Monitoring of the TP-Link router: exploit-shaped requests, anomalous outbound/botnet traffic and config drift.",
|
|
19091
|
+
"was_this_required": false,
|
|
19092
|
+
"framework_requiring_it": null,
|
|
19093
|
+
"adequacy": "Necessary because device compromise is often silent and persists across reboots in firmware/config."
|
|
19094
|
+
},
|
|
19095
|
+
"response": {
|
|
19096
|
+
"what_would_have_worked": "Factory-reset and re-flash or replace the device, rotate all credentials and secrets it held, and review the network behind it for lateral movement; assume the device's trust is fully compromised.",
|
|
19097
|
+
"was_this_required": true,
|
|
19098
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
19099
|
+
"adequacy": "Mandatory; network-device compromise gives an attacker a durable, trusted position that patching alone does not remove."
|
|
19100
|
+
}
|
|
18844
19101
|
},
|
|
18845
19102
|
"framework_coverage": {
|
|
18846
19103
|
"NIST-800-53-SI-2": {
|
|
18847
19104
|
"covered": true,
|
|
18848
19105
|
"adequate": false,
|
|
18849
|
-
"gap": "30-day SLA
|
|
19106
|
+
"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 device; SOHO routers and edge appliances are mass-exploited into botnets and operational-relay (ORB) networks within days, and many run end-of-life firmware with no available fix."
|
|
18850
19107
|
},
|
|
18851
19108
|
"ISO-27001-2022-A.8.8": {
|
|
18852
19109
|
"covered": true,
|
|
18853
19110
|
"adequate": false,
|
|
18854
|
-
"gap": "
|
|
19111
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited internet-facing device, and unmanaged/EOL devices fall outside most patch programs entirely."
|
|
19112
|
+
},
|
|
19113
|
+
"NIS2-Art21-network-security": {
|
|
19114
|
+
"covered": true,
|
|
19115
|
+
"adequate": false,
|
|
19116
|
+
"gap": "Treats network devices/appliances as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA and does not address end-of-life devices that can only be replaced, not patched."
|
|
19117
|
+
},
|
|
19118
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
19119
|
+
"covered": true,
|
|
19120
|
+
"adequate": false,
|
|
19121
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing network device fronting or bridging the CDE."
|
|
18855
19122
|
}
|
|
18856
19123
|
},
|
|
18857
19124
|
"compliance_exposure_score": {
|
|
18858
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
18859
|
-
"basis": "
|
|
19125
|
+
"percent_audit_passing_orgs_still_exposed": 80,
|
|
19126
|
+
"basis": "Internet-facing TP-Link routers (multiple models) is frequently unmanaged or end-of-life; audited organizations rarely track SOHO/edge-device firmware on a KEV SLA, and the required re-flash/replace and secret rotation are almost never part of a routine patch procedure.",
|
|
18860
19127
|
"theater_pattern": "patch_management"
|
|
18861
19128
|
},
|
|
18862
19129
|
"ai_discovered_zeroday": false,
|
|
18863
|
-
"ai_discovery_source": "
|
|
18864
|
-
"ai_assist_factor": "none"
|
|
18865
|
-
"_auto_imported": true,
|
|
18866
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
19130
|
+
"ai_discovery_source": "vendor_research",
|
|
19131
|
+
"ai_assist_factor": "none"
|
|
18867
19132
|
},
|
|
18868
19133
|
"CVE-2025-43200": {
|
|
18869
19134
|
"name": "Apple Multiple Products Unspecified Vulnerability (variant: CVE-2025-43200)",
|
|
@@ -19826,35 +20091,63 @@
|
|
|
19826
20091
|
},
|
|
19827
20092
|
"CVE-2024-12987": {
|
|
19828
20093
|
"name": "DrayTek Vigor Routers OS Command Injection Vulnerability",
|
|
19829
|
-
"lesson_date": "2026-05-
|
|
20094
|
+
"lesson_date": "2026-05-29",
|
|
19830
20095
|
"attack_vector": {
|
|
19831
|
-
"description": "
|
|
19832
|
-
"privileges_required": "
|
|
19833
|
-
"complexity": "
|
|
19834
|
-
"ai_factor": "
|
|
20096
|
+
"description": "an OS command-injection flaw (CWE-78) enabling unauthenticated remote command execution on the router. CISA KEV-listed 2025-05-15 with confirmed in-the-wild exploitation.",
|
|
20097
|
+
"privileges_required": "none (the flaw is reachable by an unauthenticated attacker on the device's network interface)",
|
|
20098
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
20099
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization."
|
|
20100
|
+
},
|
|
20101
|
+
"defense_chain": {
|
|
20102
|
+
"prevention": {
|
|
20103
|
+
"what_would_have_worked": "Apply the vendor firmware update; for end-of-life devices with no fix, replace the device. After any suspected compromise, factory-reset and re-flash — router compromise persists in firmware/config, and these devices are recruited into botnets and operational-relay (ORB) infrastructure.",
|
|
20104
|
+
"was_this_required": true,
|
|
20105
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
20106
|
+
"adequacy": "Patch is necessary but EOL firmware often has no fix, making replacement the only remediation; compromised devices need re-flash, not just patch."
|
|
20107
|
+
},
|
|
20108
|
+
"detection": {
|
|
20109
|
+
"what_would_have_worked": "Monitoring of the DrayTek Vigor router: exploit-shaped requests, anomalous outbound/botnet traffic and config drift.",
|
|
20110
|
+
"was_this_required": false,
|
|
20111
|
+
"framework_requiring_it": null,
|
|
20112
|
+
"adequacy": "Necessary because device compromise is often silent and persists across reboots in firmware/config."
|
|
20113
|
+
},
|
|
20114
|
+
"response": {
|
|
20115
|
+
"what_would_have_worked": "Factory-reset and re-flash or replace the device, rotate all credentials and secrets it held, and review the network behind it for lateral movement; assume the device's trust is fully compromised.",
|
|
20116
|
+
"was_this_required": true,
|
|
20117
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
20118
|
+
"adequacy": "Mandatory; network-device compromise gives an attacker a durable, trusted position that patching alone does not remove."
|
|
20119
|
+
}
|
|
19835
20120
|
},
|
|
19836
20121
|
"framework_coverage": {
|
|
19837
20122
|
"NIST-800-53-SI-2": {
|
|
19838
20123
|
"covered": true,
|
|
19839
20124
|
"adequate": false,
|
|
19840
|
-
"gap": "30-day SLA
|
|
20125
|
+
"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 device; SOHO routers and edge appliances are mass-exploited into botnets and operational-relay (ORB) networks within days, and many run end-of-life firmware with no available fix."
|
|
19841
20126
|
},
|
|
19842
20127
|
"ISO-27001-2022-A.8.8": {
|
|
19843
20128
|
"covered": true,
|
|
19844
20129
|
"adequate": false,
|
|
19845
|
-
"gap": "
|
|
20130
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited internet-facing device, and unmanaged/EOL devices fall outside most patch programs entirely."
|
|
20131
|
+
},
|
|
20132
|
+
"NIS2-Art21-network-security": {
|
|
20133
|
+
"covered": true,
|
|
20134
|
+
"adequate": false,
|
|
20135
|
+
"gap": "Treats network devices/appliances as essential-function infrastructure but lacks a CISA-KEV-style compressed remediation SLA and does not address end-of-life devices that can only be replaced, not patched."
|
|
20136
|
+
},
|
|
20137
|
+
"PCI-DSS-4.0-6.3.3": {
|
|
20138
|
+
"covered": true,
|
|
20139
|
+
"adequate": false,
|
|
20140
|
+
"gap": "The 30-day critical-patch window is exploitation acceptance for an internet-facing network device fronting or bridging the CDE."
|
|
19846
20141
|
}
|
|
19847
20142
|
},
|
|
19848
20143
|
"compliance_exposure_score": {
|
|
19849
|
-
"percent_audit_passing_orgs_still_exposed":
|
|
19850
|
-
"basis": "
|
|
20144
|
+
"percent_audit_passing_orgs_still_exposed": 80,
|
|
20145
|
+
"basis": "Internet-facing DrayTek Vigor routers is frequently unmanaged or end-of-life; audited organizations rarely track SOHO/edge-device firmware on a KEV SLA, and the required re-flash/replace and secret rotation are almost never part of a routine patch procedure.",
|
|
19851
20146
|
"theater_pattern": "patch_management"
|
|
19852
20147
|
},
|
|
19853
20148
|
"ai_discovered_zeroday": false,
|
|
19854
|
-
"ai_discovery_source": "
|
|
19855
|
-
"ai_assist_factor": "none"
|
|
19856
|
-
"_auto_imported": true,
|
|
19857
|
-
"_intake_method": "v0.13.17-bulk-cisa-kev-import"
|
|
20149
|
+
"ai_discovery_source": "vendor_research",
|
|
20150
|
+
"ai_assist_factor": "none"
|
|
19858
20151
|
},
|
|
19859
20152
|
"CVE-2025-32756": {
|
|
19860
20153
|
"name": "Fortinet Multiple Products Stack-Based Buffer Overflow Vulnerability",
|
|
@@ -21267,5 +21560,170 @@
|
|
|
21267
21560
|
"ai_discovered_zeroday": false,
|
|
21268
21561
|
"ai_discovery_source": "vendor_research",
|
|
21269
21562
|
"ai_assist_factor": "none"
|
|
21563
|
+
},
|
|
21564
|
+
"CVE-2009-3459": {
|
|
21565
|
+
"name": "Adobe Acrobat and Reader Heap-Based Buffer Overflow",
|
|
21566
|
+
"lesson_date": "2026-05-29",
|
|
21567
|
+
"attack_vector": {
|
|
21568
|
+
"description": "a heap-based buffer overflow (CWE-122) in Adobe Acrobat and Reader, exploitable by an attacker-controlled PDF for code execution in the reader process. CISA KEV-listed 2026-05-20 with confirmed in-the-wild exploitation; the legacy re-listing exists because long-tail unpatched/end-of-life estates remain exposed.",
|
|
21569
|
+
"privileges_required": "none (the victim opens the attacker's document or visits the attacker's web content)",
|
|
21570
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
21571
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization (predates the AI-discovered-zeroday era)."
|
|
21572
|
+
},
|
|
21573
|
+
"defense_chain": {
|
|
21574
|
+
"prevention": {
|
|
21575
|
+
"what_would_have_worked": "Apply the vendor security update for Adobe Acrobat and Reader; enforce centralized patch management on the long tail; harden the client (Acrobat Protected Mode / Office Protected View, ASR rules) and retire end-of-life software such as Internet Explorer.",
|
|
21576
|
+
"was_this_required": true,
|
|
21577
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
21578
|
+
"adequacy": "Patch is definitive on a managed estate; legacy KEV re-listings exist because patch hygiene on the long tail (and continued use of end-of-life browsers) is the failure mode."
|
|
21579
|
+
},
|
|
21580
|
+
"detection": {
|
|
21581
|
+
"what_would_have_worked": "EDR signatures for child-process execution from Acrobat/Reader after attacker-content open, exploit telemetry, and inbound-content filtering (mail/web).",
|
|
21582
|
+
"was_this_required": false,
|
|
21583
|
+
"framework_requiring_it": null,
|
|
21584
|
+
"adequacy": "Backstops endpoints not yet patched on the long tail; necessary for unmanaged or end-of-life estates that cannot be patched promptly."
|
|
21585
|
+
},
|
|
21586
|
+
"response": {
|
|
21587
|
+
"what_would_have_worked": "Force the patch across the estate (or retire the end-of-life client), isolate exploited endpoints, hunt for follow-on payloads (client-RCE chains drop loaders), and review for credential theft.",
|
|
21588
|
+
"was_this_required": true,
|
|
21589
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
21590
|
+
"adequacy": "Mandatory; browser/reader RCE typically leads to credential harvest and lateral movement, which a bare patch does not remediate."
|
|
21591
|
+
}
|
|
21592
|
+
},
|
|
21593
|
+
"framework_coverage": {
|
|
21594
|
+
"NIST-800-53-SI-2": {
|
|
21595
|
+
"covered": true,
|
|
21596
|
+
"adequate": false,
|
|
21597
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client-side browser/reader RCE; legacy KEV re-listings document organizations still running unpatched or end-of-life builds."
|
|
21598
|
+
},
|
|
21599
|
+
"ISO-27001-2022-A.8.8": {
|
|
21600
|
+
"covered": true,
|
|
21601
|
+
"adequate": false,
|
|
21602
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited client RCE, and the legacy re-listing exists because organizations still run vulnerable browser/reader builds (Internet Explorer is end-of-life and unsupported)."
|
|
21603
|
+
},
|
|
21604
|
+
"AU-ISM-1546": {
|
|
21605
|
+
"covered": true,
|
|
21606
|
+
"adequate": false,
|
|
21607
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is closer to the reality for a client RCE than 30 days, but legacy KEV re-listings show long-tail unpatched estates persist; centralized update management, application hardening (Protected View, ASR rules), and retiring end-of-life software (Internet Explorer) are the load-bearing controls."
|
|
21608
|
+
}
|
|
21609
|
+
},
|
|
21610
|
+
"compliance_exposure_score": {
|
|
21611
|
+
"percent_audit_passing_orgs_still_exposed": 52,
|
|
21612
|
+
"basis": "Adobe Acrobat and Reader is ubiquitous on endpoints; audited organizations that maintain long-tail legacy estates (end-of-life Internet Explorer, old Acrobat/Reader, unpatched browsers) are exposed even after newer estates are patched, which is why CISA re-lists these older KEV entries.",
|
|
21613
|
+
"theater_pattern": "patch_management"
|
|
21614
|
+
},
|
|
21615
|
+
"ai_discovered_zeroday": false,
|
|
21616
|
+
"ai_discovery_source": "vendor_research",
|
|
21617
|
+
"ai_assist_factor": "none"
|
|
21618
|
+
},
|
|
21619
|
+
"CVE-2010-0249": {
|
|
21620
|
+
"name": "Microsoft Internet Explorer Use-After-Free (Operation Aurora)",
|
|
21621
|
+
"lesson_date": "2026-05-29",
|
|
21622
|
+
"attack_vector": {
|
|
21623
|
+
"description": "a use-after-free (CWE-416) in Internet Explorer (the 'Operation Aurora' zero-day), exploitable by an attacker-controlled web page for code execution in the browser. CISA KEV-listed 2026-05-20 with confirmed in-the-wild exploitation; the legacy re-listing exists because long-tail unpatched/end-of-life estates remain exposed.",
|
|
21624
|
+
"privileges_required": "none (the victim opens the attacker's document or visits the attacker's web content)",
|
|
21625
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
21626
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization (predates the AI-discovered-zeroday era)."
|
|
21627
|
+
},
|
|
21628
|
+
"defense_chain": {
|
|
21629
|
+
"prevention": {
|
|
21630
|
+
"what_would_have_worked": "Apply the vendor security update for Microsoft Internet Explorer; enforce centralized patch management on the long tail; harden the client (Acrobat Protected Mode / Office Protected View, ASR rules) and retire end-of-life software such as Internet Explorer.",
|
|
21631
|
+
"was_this_required": true,
|
|
21632
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
21633
|
+
"adequacy": "Patch is definitive on a managed estate; legacy KEV re-listings exist because patch hygiene on the long tail (and continued use of end-of-life browsers) is the failure mode."
|
|
21634
|
+
},
|
|
21635
|
+
"detection": {
|
|
21636
|
+
"what_would_have_worked": "EDR signatures for child-process execution from Internet Explorer after attacker-content open, exploit telemetry, and inbound-content filtering (mail/web).",
|
|
21637
|
+
"was_this_required": false,
|
|
21638
|
+
"framework_requiring_it": null,
|
|
21639
|
+
"adequacy": "Backstops endpoints not yet patched on the long tail; necessary for unmanaged or end-of-life estates that cannot be patched promptly."
|
|
21640
|
+
},
|
|
21641
|
+
"response": {
|
|
21642
|
+
"what_would_have_worked": "Force the patch across the estate (or retire the end-of-life client), isolate exploited endpoints, hunt for follow-on payloads (client-RCE chains drop loaders), and review for credential theft.",
|
|
21643
|
+
"was_this_required": true,
|
|
21644
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
21645
|
+
"adequacy": "Mandatory; browser/reader RCE typically leads to credential harvest and lateral movement, which a bare patch does not remediate."
|
|
21646
|
+
}
|
|
21647
|
+
},
|
|
21648
|
+
"framework_coverage": {
|
|
21649
|
+
"NIST-800-53-SI-2": {
|
|
21650
|
+
"covered": true,
|
|
21651
|
+
"adequate": false,
|
|
21652
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client-side browser/reader RCE; legacy KEV re-listings document organizations still running unpatched or end-of-life builds."
|
|
21653
|
+
},
|
|
21654
|
+
"ISO-27001-2022-A.8.8": {
|
|
21655
|
+
"covered": true,
|
|
21656
|
+
"adequate": false,
|
|
21657
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited client RCE, and the legacy re-listing exists because organizations still run vulnerable browser/reader builds (Internet Explorer is end-of-life and unsupported)."
|
|
21658
|
+
},
|
|
21659
|
+
"AU-ISM-1546": {
|
|
21660
|
+
"covered": true,
|
|
21661
|
+
"adequate": false,
|
|
21662
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is closer to the reality for a client RCE than 30 days, but legacy KEV re-listings show long-tail unpatched estates persist; centralized update management, application hardening (Protected View, ASR rules), and retiring end-of-life software (Internet Explorer) are the load-bearing controls."
|
|
21663
|
+
}
|
|
21664
|
+
},
|
|
21665
|
+
"compliance_exposure_score": {
|
|
21666
|
+
"percent_audit_passing_orgs_still_exposed": 52,
|
|
21667
|
+
"basis": "Microsoft Internet Explorer is ubiquitous on endpoints; audited organizations that maintain long-tail legacy estates (end-of-life Internet Explorer, old Acrobat/Reader, unpatched browsers) are exposed even after newer estates are patched, which is why CISA re-lists these older KEV entries.",
|
|
21668
|
+
"theater_pattern": "patch_management"
|
|
21669
|
+
},
|
|
21670
|
+
"ai_discovered_zeroday": false,
|
|
21671
|
+
"ai_discovery_source": "vendor_research",
|
|
21672
|
+
"ai_assist_factor": "none"
|
|
21673
|
+
},
|
|
21674
|
+
"CVE-2010-0806": {
|
|
21675
|
+
"name": "Microsoft Internet Explorer Use-After-Free (iepeers)",
|
|
21676
|
+
"lesson_date": "2026-05-29",
|
|
21677
|
+
"attack_vector": {
|
|
21678
|
+
"description": "a use-after-free (CWE-416) in the Internet Explorer iepeers component, exploitable by an attacker-controlled web page for code execution in the browser. CISA KEV-listed 2026-05-20 with confirmed in-the-wild exploitation; the legacy re-listing exists because long-tail unpatched/end-of-life estates remain exposed.",
|
|
21679
|
+
"privileges_required": "none (the victim opens the attacker's document or visits the attacker's web content)",
|
|
21680
|
+
"complexity": "low — KEV-listed, actively exploited; treat as weaponized",
|
|
21681
|
+
"ai_factor": "No AI involvement documented in discovery or weaponization (predates the AI-discovered-zeroday era)."
|
|
21682
|
+
},
|
|
21683
|
+
"defense_chain": {
|
|
21684
|
+
"prevention": {
|
|
21685
|
+
"what_would_have_worked": "Apply the vendor security update for Microsoft Internet Explorer; enforce centralized patch management on the long tail; harden the client (Acrobat Protected Mode / Office Protected View, ASR rules) and retire end-of-life software such as Internet Explorer.",
|
|
21686
|
+
"was_this_required": true,
|
|
21687
|
+
"framework_requiring_it": "CISA BOD 22-01 (KEV remediation)",
|
|
21688
|
+
"adequacy": "Patch is definitive on a managed estate; legacy KEV re-listings exist because patch hygiene on the long tail (and continued use of end-of-life browsers) is the failure mode."
|
|
21689
|
+
},
|
|
21690
|
+
"detection": {
|
|
21691
|
+
"what_would_have_worked": "EDR signatures for child-process execution from Internet Explorer after attacker-content open, exploit telemetry, and inbound-content filtering (mail/web).",
|
|
21692
|
+
"was_this_required": false,
|
|
21693
|
+
"framework_requiring_it": null,
|
|
21694
|
+
"adequacy": "Backstops endpoints not yet patched on the long tail; necessary for unmanaged or end-of-life estates that cannot be patched promptly."
|
|
21695
|
+
},
|
|
21696
|
+
"response": {
|
|
21697
|
+
"what_would_have_worked": "Force the patch across the estate (or retire the end-of-life client), isolate exploited endpoints, hunt for follow-on payloads (client-RCE chains drop loaders), and review for credential theft.",
|
|
21698
|
+
"was_this_required": true,
|
|
21699
|
+
"framework_requiring_it": "NIST 800-53 IR-4",
|
|
21700
|
+
"adequacy": "Mandatory; browser/reader RCE typically leads to credential harvest and lateral movement, which a bare patch does not remediate."
|
|
21701
|
+
}
|
|
21702
|
+
},
|
|
21703
|
+
"framework_coverage": {
|
|
21704
|
+
"NIST-800-53-SI-2": {
|
|
21705
|
+
"covered": true,
|
|
21706
|
+
"adequate": false,
|
|
21707
|
+
"gap": "The 30-day flaw-remediation SLA is far longer than the observed exploitation window for a KEV-listed, actively-exploited client-side browser/reader RCE; legacy KEV re-listings document organizations still running unpatched or end-of-life builds."
|
|
21708
|
+
},
|
|
21709
|
+
"ISO-27001-2022-A.8.8": {
|
|
21710
|
+
"covered": true,
|
|
21711
|
+
"adequate": false,
|
|
21712
|
+
"gap": "'Appropriate timescales' is undefined; the standard reading is unsafe for an actively-exploited client RCE, and the legacy re-listing exists because organizations still run vulnerable browser/reader builds (Internet Explorer is end-of-life and unsupported)."
|
|
21713
|
+
},
|
|
21714
|
+
"AU-ISM-1546": {
|
|
21715
|
+
"covered": true,
|
|
21716
|
+
"adequate": false,
|
|
21717
|
+
"gap": "Essential 8 patch-applications (48h at ML3) is closer to the reality for a client RCE than 30 days, but legacy KEV re-listings show long-tail unpatched estates persist; centralized update management, application hardening (Protected View, ASR rules), and retiring end-of-life software (Internet Explorer) are the load-bearing controls."
|
|
21718
|
+
}
|
|
21719
|
+
},
|
|
21720
|
+
"compliance_exposure_score": {
|
|
21721
|
+
"percent_audit_passing_orgs_still_exposed": 52,
|
|
21722
|
+
"basis": "Microsoft Internet Explorer is ubiquitous on endpoints; audited organizations that maintain long-tail legacy estates (end-of-life Internet Explorer, old Acrobat/Reader, unpatched browsers) are exposed even after newer estates are patched, which is why CISA re-lists these older KEV entries.",
|
|
21723
|
+
"theater_pattern": "patch_management"
|
|
21724
|
+
},
|
|
21725
|
+
"ai_discovered_zeroday": false,
|
|
21726
|
+
"ai_discovery_source": "vendor_research",
|
|
21727
|
+
"ai_assist_factor": "none"
|
|
21270
21728
|
}
|
|
21271
21729
|
}
|