@blamejs/exceptd-skills 0.13.69 → 0.13.71
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 +8 -8
- package/data/_indexes/activity-feed.json +2 -2
- package/data/_indexes/catalog-summaries.json +2 -2
- package/data/_indexes/chains.json +899 -0
- package/data/attack-techniques.json +12 -3
- package/data/cve-catalog.json +518 -1
- package/data/cwe-catalog.json +8 -1
- package/data/framework-control-gaps.json +21 -0
- package/data/zeroday-lessons.json +45 -0
- package/manifest.json +44 -44
- package/package.json +2 -2
- package/sbom.cdx.json +23 -23
|
@@ -1080,6 +1080,10 @@
|
|
|
1080
1080
|
"name": "Exploitation for Client Execution",
|
|
1081
1081
|
"version": "v19",
|
|
1082
1082
|
"cve_refs": [
|
|
1083
|
+
"CVE-2009-1537",
|
|
1084
|
+
"CVE-2009-3459",
|
|
1085
|
+
"CVE-2010-0249",
|
|
1086
|
+
"CVE-2010-0806",
|
|
1083
1087
|
"CVE-2014-3931",
|
|
1084
1088
|
"CVE-2018-14634",
|
|
1085
1089
|
"CVE-2020-9715",
|
|
@@ -1610,7 +1614,8 @@
|
|
|
1610
1614
|
"DS0022"
|
|
1611
1615
|
],
|
|
1612
1616
|
"cve_refs": [
|
|
1613
|
-
"BUG-2026-NIGHTMARE-ECLIPSE-UNDEFEND"
|
|
1617
|
+
"BUG-2026-NIGHTMARE-ECLIPSE-UNDEFEND",
|
|
1618
|
+
"CVE-2026-45498"
|
|
1614
1619
|
],
|
|
1615
1620
|
"description": "Adversaries may modify and/or disable security tools to avoid possible detection of their malware/tools and activities.",
|
|
1616
1621
|
"description_full": "Adversaries may modify and/or disable security tools to avoid possible detection of their malware/tools and activities. This may take many forms, such as killing security software processes or services, modifying / deleting Registry keys or configuration files so that tools do not operate properly, or other methods to interfere with security tools scanning or reporting information. Adversaries may also disable updates to prevent the latest security patches from reaching tools on victim systems.(Citation: SCADAfence_ransomware) Adversaries may trigger a denial-of-service attack via legitimate system processes. It has been previously observed that the Windows Time Travel Debugging (TTD) monitor driver can be used to initiate a debugging session for a security tool (e.g., an EDR) and render the tool non-functional. By hooking the debugger into the EDR process, all child processes from the EDR will be automatically suspended. The attacker can terminate any EDR helper processes (unprotected by Windows Protected Process Light) by abusing the Process Explorer driver. In combination this will halt any attempt to restart services and cause the tool to crash.(Citation: Cocomazzi FIN7 Reboot) Adversaries may also tamper with artifacts deployed and utilized by security tools. Security tools may make dynamic changes to system components in order to maintain visibility into specific events. For example, security products may load their own modules and/or modify those loaded by processes to facilitate data collection. Similar to [Indicator Blocking](https://attack.mitre.org/techniques/T1562/006), adversaries may unhook or otherwise modify these features added by tools (especially those that exist in userland or are otherwise potentially accessible to adversaries) to avoid detection.(Citation: OutFlank System Calls)(Citation: MDSec System Calls) For example, adversaries may abuse the Windows process mitigation policy to block certain endpoint detection and response (EDR) products from loading their user-mode code via DLLs. By spawning a process with the PROCESS_CREATION_MITIGATION_POLICY_BLOCK_NON_MICROSOFT_BINARIES_ALWAYS_ON attribute using API calls like UpdateProcThreadAttribute, adversaries may evade detection by endpoint security solutions that rely on DLLs that are not signed by Microsoft. Alternatively, they may add new directories to an EDR tool’s exclusion list, enabling them to hide malicious files via [File/Path Exclusions](https://attack.mitre.org/techniques/T1564/012).(Citation: BlackBerry WhisperGate 2022)(Citation: Google Cloud Threat Intelligence FIN13 2021) Adversaries may also focus on specific applications such as Sysmon. For example, the “Start” and “Enable” values in <code>HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\WMI\\Autologger\\EventLog-Microsoft-Windows-Sysmon-Operational</code> may be modified to tamper with and potentially disable Sysmon logging.(Citation: disable_win_evt_logging) On network devices, adversaries may attempt to skip digital signature verification checks by altering startup configuration files and effectively disabling firmware verification that typically occurs at boot.(Citation: Fortinet Zero-Day and Custom Malware Used by Suspected Chinese Actor in Espionage Operation)(Citation: Analysis of FG-IR-22-369) In cloud environments, tools disabled by adversaries may include cloud monitoring agents that report back to services such as AWS CloudWatch or Google Cloud Monitor. Furthermore, although defensive tools may have anti-tampering mechanisms, adversaries may abuse tools such as legitimate rootkit removal kits to impair and/or disable these tools.(Citation: chasing_avaddon_ransomware)(Citation: dharma_ransomware)(Citation: demystifying_ryuk)(Citation: doppelpaymer_crowdstrike) For example, adversaries have used tools such as GMER to find and shut down hidden processes and antivirus software on infected systems.(Citation: demystifying_ryuk) Additionally, adversaries may exploit legitimate drivers from anti-virus software to gain access to kernel space (i.e. [Exploitation for Privilege Escalation](https://attack.mitre.org/techniques/T1068)), which may lead to bypassing anti-tampering features.(Citation: avoslocker_ransomware)",
|
|
@@ -2663,7 +2668,8 @@
|
|
|
2663
2668
|
"last_verified": "2026-05-19",
|
|
2664
2669
|
"notes": "Added v0.13.17 to support DoS-class KEV bulk imports.",
|
|
2665
2670
|
"cve_refs": [
|
|
2666
|
-
"CVE-2025-6543"
|
|
2671
|
+
"CVE-2025-6543",
|
|
2672
|
+
"CVE-2026-45498"
|
|
2667
2673
|
],
|
|
2668
2674
|
"description_full": "Adversaries may perform Endpoint Denial of Service (DoS) attacks to degrade or block the availability of services to users. Endpoint DoS can be performed by exhausting the system resources those services are hosted on or exploiting the system to cause a persistent crash condition. Example services include websites, email services, DNS, and web-based applications. Adversaries have been observed conducting DoS attacks for political purposes(Citation: FireEye OpPoisonedHandover February 2016) and to support other malicious activities, including distraction(Citation: FSISAC FraudNetDoS September 2012), hacktivism, and extortion.(Citation: Symantec DDoS October 2014) An Endpoint DoS denies the availability of a service without saturating the network used to provide access to the service. Adversaries can target various layers of the application stack that is hosted on the system used to provide the service. These layers include the Operating Systems (OS), server applications such as web servers, DNS servers, databases, and the (typically web-based) applications that sit on top of them. Attacking each layer requires different techniques that take advantage of bottlenecks that are unique to the respective components. A DoS attack may be generated by a single system or multiple systems spread across the internet, which is commonly referred to as a distributed DoS (DDoS). To perform DoS attacks against endpoint resources, several aspects apply to multiple methods, including IP address spoofing and botnets. Adversaries may use the original IP address of an attacking system, or spoof the source IP address to make the attack traffic more difficult to trace back to the attacking system or to enable reflection. This can increase the difficulty defenders have in defending against the attack by reducing or eliminating the effectiveness of filtering by the source address on network defense devices. Botnets are commonly used to conduct DDoS attacks against networks and services. Large botnets can generate a significant amount of traffic from systems spread across the global internet. Adversaries may have the resources to build out and control their own botnet infrastructure or may rent time on an existing botnet to conduct an attack. In some of the worst cases for DDoS, so many systems are used to generate requests that each one only needs to send out a small amount of traffic to produce enough volume to exhaust the target's resources. In such circumstances, distinguishing DDoS traffic from legitimate clients becomes exceedingly difficult. Botnets have been used in some of the most high-profile DDoS attacks, such as the 2012 series of incidents that targeted major US banks.(Citation: USNYAG IranianBotnet March 2016) In cases where traffic manipulation is used, there may be points in the global network (such as high traffic gateway routers) where packets can be altered and cause legitimate clients to execute code that directs network packets toward a target in high volume. This type of capability was previously used for the purposes of web censorship where client HTTP traffic was modified to include a reference to JavaScript that generated the DDoS code to overwhelm target web servers.(Citation: ArsTechnica Great Firewall of China) For attacks attempting to saturate the providing network, see [Network Denial of Service](https://attack.mitre.org/techniques/T1498).",
|
|
2669
2675
|
"platforms": [
|
|
@@ -4247,7 +4253,10 @@
|
|
|
4247
4253
|
"ESXi"
|
|
4248
4254
|
],
|
|
4249
4255
|
"stix_id": "attack-pattern--9db0cf3a-a3c9-4012-8268-123b9db6fd82",
|
|
4250
|
-
"is_subtechnique": false
|
|
4256
|
+
"is_subtechnique": false,
|
|
4257
|
+
"cve_refs": [
|
|
4258
|
+
"CVE-2008-4250"
|
|
4259
|
+
]
|
|
4251
4260
|
},
|
|
4252
4261
|
"T1211": {
|
|
4253
4262
|
"id": "T1211",
|
package/data/cve-catalog.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"ai_discovery_methodology": {
|
|
56
56
|
"field_added": "2026-05-15",
|
|
57
57
|
"agents_md_target": "Hard Rule #7 — '41% of 2025 zero-days were AI-discovered'. Catalog target rate floor: 0.40.",
|
|
58
|
-
"current_rate": 0.
|
|
58
|
+
"current_rate": 0.037,
|
|
59
59
|
"current_floor_enforced_by_test": 0.03,
|
|
60
60
|
"ladder_to_target": [
|
|
61
61
|
0.03,
|
|
@@ -9698,6 +9698,523 @@
|
|
|
9698
9698
|
"_intake_method": "manual-verified-curation",
|
|
9699
9699
|
"_kev_short_description": "Trend Micro Apex One on-premise contains a directory traversal that lets a pre-authenticated local attacker modify a key table to inject malicious code deployed to agents."
|
|
9700
9700
|
},
|
|
9701
|
+
"CVE-2026-45498": {
|
|
9702
|
+
"name": "Microsoft Defender Remote Denial of Service (Antimalware Platform)",
|
|
9703
|
+
"type": "DoS",
|
|
9704
|
+
"cvss_score": 7.5,
|
|
9705
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
|
|
9706
|
+
"cvss_note": "NVD CVSS v3.1 base 7.5 (HIGH) — network, no-auth, availability-only. (Some early press reported 4.0; NVD's authoritative score is 7.5.) The impact is defense impairment: remotely knocking out Microsoft Defender removes the host's AV/EDR coverage, enabling follow-on intrusion.",
|
|
9707
|
+
"cisa_kev": true,
|
|
9708
|
+
"cisa_kev_date": "2026-05-20",
|
|
9709
|
+
"cisa_kev_due_date": "2026-06-03",
|
|
9710
|
+
"cisa_kev_due_date_note": "CISA KEV (FCEB) remediation deadline for the 2026-05-20 listing; verified against the live KEV catalog (same batch as CVE-2026-41091).",
|
|
9711
|
+
"poc_available": false,
|
|
9712
|
+
"poc_description": "CISA KEV-listed with Microsoft 'Exploitation Detected'. No public proof-of-concept repository verified at curation time.",
|
|
9713
|
+
"ai_discovered": false,
|
|
9714
|
+
"ai_discovery_source": "vendor_research",
|
|
9715
|
+
"ai_discovery_notes": "Reported through Microsoft's MSRC process; no AI-discovery attribution surfaced.",
|
|
9716
|
+
"ai_assisted_weaponization": false,
|
|
9717
|
+
"ai_assisted_notes": "No AI-assisted weaponization reported.",
|
|
9718
|
+
"active_exploitation": "confirmed",
|
|
9719
|
+
"active_exploitation_notes": "Microsoft flagged 'Exploitation Detected'; CISA added the CVE to the KEV catalog on 2026-05-20 alongside CVE-2026-41091 (Defender LPE). Help Net Security and The Hacker News reported active exploitation 2026-05-21.",
|
|
9720
|
+
"affected": "Microsoft Defender Antimalware Platform versions 4.18.26030.3011 through 4.18.26040.7, excluding the fixed build 4.18.26040.7.",
|
|
9721
|
+
"affected_versions": [
|
|
9722
|
+
"Microsoft Defender Antimalware Platform >= 4.18.26030.3011, < 4.18.26040.7"
|
|
9723
|
+
],
|
|
9724
|
+
"vector": "Uncontrolled resource consumption (CWE-400) in the Microsoft Defender antimalware platform, reachable over the network without authentication, lets an attacker crash or hang Defender. Because the result is loss of AV/EDR availability, the bug is a defense-impairment primitive (ATT&CK T1562.001): an attacker can disable endpoint protection ahead of, or during, an intrusion.",
|
|
9725
|
+
"complexity": "low",
|
|
9726
|
+
"complexity_notes": "NVD AV:N / AC:L / PR:N / UI:N — remote, unauthenticated, low-complexity. Availability-only (C:N/I:N/A:H).",
|
|
9727
|
+
"patch_available": true,
|
|
9728
|
+
"patch_required_reboot": false,
|
|
9729
|
+
"live_patch_available": true,
|
|
9730
|
+
"live_patch_tools": [
|
|
9731
|
+
"Microsoft Defender antimalware-platform auto-update (platform updates apply without reboot)"
|
|
9732
|
+
],
|
|
9733
|
+
"live_patch_notes": "Defender's antimalware platform auto-updates; the fixed build is 4.18.26040.7 and applies without reboot. The exposed population is environments that pin or delay platform updates — verify the deployed platform version is >= 4.18.26040.7.",
|
|
9734
|
+
"vendor_update_paths": [
|
|
9735
|
+
"Ensure the Microsoft Defender Antimalware Platform is updated to 4.18.26040.7 or later (auto-update is the default; confirm it is not blocked by a managed-update policy)."
|
|
9736
|
+
],
|
|
9737
|
+
"framework_control_gaps": {
|
|
9738
|
+
"NIST-800-53-SI-2": "30-day flaw-remediation SLA is inadequate for a KEV-listed actively-exploited flaw; the CISA KEV due date (2026-06-03) is the binding clock.",
|
|
9739
|
+
"ISO-27001-2022-A.8.8": "Vulnerability-management clause does not differentiate routinely-disclosed CVEs from KEV-listed ones, nor require monitoring AV/EDR availability as a control whose loss is itself a security event.",
|
|
9740
|
+
"NIS2-Art21-patch-management": "Article 21 measures treat the AV/EDR as a protective control but do not require detecting when that control is remotely disabled — a precondition this DoS creates.",
|
|
9741
|
+
"DORA-Art-9": "ICT protection measures assume endpoint protection is present; remote loss of that protection is outside the typical availability-monitoring narrative for security tooling.",
|
|
9742
|
+
"UK-CAF-B4": "System Security objective expects remediation but does not call out resilience/availability monitoring of the endpoint-protection agent itself.",
|
|
9743
|
+
"AU-ISM-1546": "Patch-application timeframe control is product-agnostic; it does not address remote denial of the security agent as a defense-evasion enabler."
|
|
9744
|
+
},
|
|
9745
|
+
"atlas_refs": [],
|
|
9746
|
+
"attack_refs": [
|
|
9747
|
+
"T1562.001",
|
|
9748
|
+
"T1499"
|
|
9749
|
+
],
|
|
9750
|
+
"rwep_score": 45,
|
|
9751
|
+
"rwep_factors": {
|
|
9752
|
+
"cisa_kev": 25,
|
|
9753
|
+
"poc_available": 0,
|
|
9754
|
+
"ai_factor": 0,
|
|
9755
|
+
"active_exploitation": 20,
|
|
9756
|
+
"blast_radius": 25,
|
|
9757
|
+
"patch_available": -15,
|
|
9758
|
+
"live_patch_available": -10,
|
|
9759
|
+
"reboot_required": 0
|
|
9760
|
+
},
|
|
9761
|
+
"rwep_notes": "P2 (RWEP 45 per lib/scoring.js). KEV-listed with confirmed exploitation; blast_radius=25 — Defender is present on virtually every Windows endpoint and the DoS is remote + unauthenticated. No verified public PoC; auto-update / no-reboot remediation lowers urgency (patch_available -15, live_patch_available -10). The significance is defense impairment: a remotely-disable-able AV is an intrusion enabler.",
|
|
9762
|
+
"epss_score": null,
|
|
9763
|
+
"epss_date": "2026-05-24",
|
|
9764
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
9765
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-45498",
|
|
9766
|
+
"cwe_refs": [
|
|
9767
|
+
"CWE-400"
|
|
9768
|
+
],
|
|
9769
|
+
"iocs": {
|
|
9770
|
+
"behavioral": [
|
|
9771
|
+
"Microsoft Defender service (WinDefend / MsMpEng) crash, hang, or repeated restart loop coinciding with inbound network activity to the host.",
|
|
9772
|
+
"Gaps in Defender / AMSI telemetry forwarding to the SIEM that begin abruptly and are not explained by a sanctioned update or reboot — the host going dark on AV/EDR.",
|
|
9773
|
+
"Deployed Defender antimalware platform version below 4.18.26040.7 on hosts that otherwise receive auto-updates — the exposed precondition."
|
|
9774
|
+
],
|
|
9775
|
+
"_ioc_source_note": "Behavioral signatures derived from the NVD CVE-2026-45498 mechanism (CWE-400 uncontrolled resource consumption, network/no-auth, availability impact on the Defender platform) and Microsoft's advisory; no public packet/payload capture available at curation time."
|
|
9776
|
+
},
|
|
9777
|
+
"source_verified": "2026-05-24",
|
|
9778
|
+
"verification_sources": [
|
|
9779
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2026-45498",
|
|
9780
|
+
"https://www.helpnetsecurity.com/2026/05/21/microsoft-defender-vulnerabilities-cve-2026-41091-cve-2026-45498/",
|
|
9781
|
+
"https://thehackernews.com/2026/05/microsoft-warns-of-two-actively.html",
|
|
9782
|
+
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
|
|
9783
|
+
],
|
|
9784
|
+
"vendor_advisories": [
|
|
9785
|
+
{
|
|
9786
|
+
"vendor": "CISA KEV",
|
|
9787
|
+
"advisory_id": "CVE-2026-45498",
|
|
9788
|
+
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
9789
|
+
"severity": "high",
|
|
9790
|
+
"published_date": "2026-05-20"
|
|
9791
|
+
},
|
|
9792
|
+
{
|
|
9793
|
+
"vendor": "Microsoft (MSRC)",
|
|
9794
|
+
"advisory_id": "CVE-2026-45498",
|
|
9795
|
+
"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-45498",
|
|
9796
|
+
"severity": "high",
|
|
9797
|
+
"published_date": "2026-05-20"
|
|
9798
|
+
},
|
|
9799
|
+
{
|
|
9800
|
+
"vendor": "NVD",
|
|
9801
|
+
"advisory_id": "CVE-2026-45498",
|
|
9802
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45498",
|
|
9803
|
+
"severity": "high",
|
|
9804
|
+
"published_date": "2026-05-20"
|
|
9805
|
+
}
|
|
9806
|
+
],
|
|
9807
|
+
"last_updated": "2026-05-24",
|
|
9808
|
+
"discovery_attribution_note": "Manually curated from NVD (CVSS 7.5, CWE-400) + Microsoft MSRC ('Exploitation Detected') + CISA KEV (added 2026-05-20, due 2026-06-03) + Help Net Security / The Hacker News (2026-05-21). Companion to CVE-2026-41091 in the same Defender advisory. Postdates the v0.13.17 bulk KEV intake (catalog version 2026.05.15).",
|
|
9809
|
+
"_auto_imported": false,
|
|
9810
|
+
"_intake_method": "manual-verified-curation",
|
|
9811
|
+
"_kev_short_description": "Microsoft Defender contains an uncontrolled-resource-consumption flaw allowing a remote, unauthenticated denial of service that disables endpoint protection."
|
|
9812
|
+
},
|
|
9813
|
+
"CVE-2008-4250": {
|
|
9814
|
+
"name": "Microsoft Windows Server Service RPC Buffer Overflow (MS08-067)",
|
|
9815
|
+
"type": "RCE",
|
|
9816
|
+
"cvss_score": 9.3,
|
|
9817
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
|
|
9818
|
+
"cvss_note": "Operator estimate for a legacy CVE re-listed to CISA KEV on 2026-05-20 (CVSSv2 was 10.0). Refine via `exceptd refresh --advisory CVE-2008-4250 --apply`.",
|
|
9819
|
+
"cisa_kev": true,
|
|
9820
|
+
"cisa_kev_date": "2026-05-20",
|
|
9821
|
+
"cisa_kev_due_date": "2026-06-03",
|
|
9822
|
+
"poc_available": true,
|
|
9823
|
+
"poc_description": "Long-public, weaponized RCE (Metasploit ms08_067_netapi; the Conficker worm and later Stuxnet used it). Re-listed to KEV for renewed exploitation against unpatched / legacy Windows hosts.",
|
|
9824
|
+
"ai_discovered": false,
|
|
9825
|
+
"ai_discovery_source": "unknown",
|
|
9826
|
+
"ai_discovery_notes": "Legacy CVE (2008); no AI-discovery provenance.",
|
|
9827
|
+
"ai_assisted_weaponization": false,
|
|
9828
|
+
"ai_assisted_notes": "Legacy weaponization (worm/exploit-kit era); not AI-assisted.",
|
|
9829
|
+
"active_exploitation": "confirmed",
|
|
9830
|
+
"active_exploitation_notes": "CISA KEV re-listing 2026-05-20 attests renewed active exploitation, typically against unpatched / end-of-life Windows in OT and legacy enterprise environments.",
|
|
9831
|
+
"affected": "Microsoft Windows (Server service) — legacy supported builds of the MS08-067 era; see Microsoft MS08-067 for affected versions.",
|
|
9832
|
+
"affected_versions": [
|
|
9833
|
+
"Microsoft Windows 2000 / XP / Server 2003 / Vista / Server 2008 (per MS08-067)"
|
|
9834
|
+
],
|
|
9835
|
+
"vector": "A crafted RPC request to the Windows Server service triggers a buffer overflow allowing unauthenticated remote code execution — wormable. The canonical legacy network RCE.",
|
|
9836
|
+
"complexity": "low",
|
|
9837
|
+
"complexity_notes": "Unauthenticated, network-reachable, reliable public exploit. The patch has existed since 2008; exposure is purely unpatched / legacy systems.",
|
|
9838
|
+
"patch_available": true,
|
|
9839
|
+
"patch_required_reboot": true,
|
|
9840
|
+
"live_patch_available": false,
|
|
9841
|
+
"live_patch_tools": [],
|
|
9842
|
+
"live_patch_notes": "Microsoft patch MS08-067 (2008); requires reboot. No live-patch primitive.",
|
|
9843
|
+
"vendor_update_paths": [
|
|
9844
|
+
"Apply MS08-067; decommission or isolate any remaining unpatched / end-of-life Windows hosts."
|
|
9845
|
+
],
|
|
9846
|
+
"framework_control_gaps": {
|
|
9847
|
+
"NIST-800-53-SI-2": "An 18-year-old patched CVE re-appearing on KEV exposes the gap between 'patch released' and 'patch deployed' across legacy/OT estates; SI-2's flaw-remediation SLA assumes assets are in the managed patch program at all.",
|
|
9848
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely covers end-of-life assets that no longer receive routine scanning; a KEV re-listing of a legacy RCE is the signal that those assets are being hunted.",
|
|
9849
|
+
"NIST-800-53-AC-6": "Least-privilege presumes a working boundary; an unauthenticated wormable RCE on a reachable legacy host has none."
|
|
9850
|
+
},
|
|
9851
|
+
"atlas_refs": [],
|
|
9852
|
+
"attack_refs": [
|
|
9853
|
+
"T1210"
|
|
9854
|
+
],
|
|
9855
|
+
"rwep_score": 70,
|
|
9856
|
+
"rwep_factors": {
|
|
9857
|
+
"cisa_kev": 25,
|
|
9858
|
+
"poc_available": 20,
|
|
9859
|
+
"ai_factor": 0,
|
|
9860
|
+
"active_exploitation": 20,
|
|
9861
|
+
"blast_radius": 15,
|
|
9862
|
+
"patch_available": -15,
|
|
9863
|
+
"live_patch_available": 0,
|
|
9864
|
+
"reboot_required": 5
|
|
9865
|
+
},
|
|
9866
|
+
"rwep_notes": "P1 — KEV-listed, weaponized, confirmed exploitation. blast_radius=15 reflects that exposure is constrained to unpatched / legacy estates rather than the full modern Windows population. Draft (KEV-gap-fill) pending per-CVE enrichment.",
|
|
9867
|
+
"epss_score": null,
|
|
9868
|
+
"epss_date": "2026-05-25",
|
|
9869
|
+
"epss_note": "EPSS not pulled for this KEV-gap-fill draft.",
|
|
9870
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2008-4250",
|
|
9871
|
+
"cwe_refs": [
|
|
9872
|
+
"CWE-119"
|
|
9873
|
+
],
|
|
9874
|
+
"source_verified": "2026-05-25",
|
|
9875
|
+
"verification_sources": [
|
|
9876
|
+
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
9877
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2008-4250"
|
|
9878
|
+
],
|
|
9879
|
+
"vendor_advisories": [
|
|
9880
|
+
{
|
|
9881
|
+
"vendor": "CISA KEV",
|
|
9882
|
+
"advisory_id": "CVE-2008-4250",
|
|
9883
|
+
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
9884
|
+
"severity": "critical",
|
|
9885
|
+
"published_date": "2026-05-20"
|
|
9886
|
+
}
|
|
9887
|
+
],
|
|
9888
|
+
"last_updated": "2026-05-25",
|
|
9889
|
+
"discovery_attribution_note": "Manual KEV-gap-fill: legacy CVE re-listed to CISA KEV 2026-05-20 (renewed exploitation against unpatched / legacy Windows). Draft pending enrichment; postdates the v0.13.17 bulk intake (KEV catalog 2026.05.15).",
|
|
9890
|
+
"_auto_imported": true,
|
|
9891
|
+
"_intake_method": "manual-kev-gap-fill-2026-05-20",
|
|
9892
|
+
"_kev_short_description": "Microsoft Windows Server service contains a buffer overflow allowing unauthenticated wormable remote code execution (MS08-067)."
|
|
9893
|
+
},
|
|
9894
|
+
"CVE-2009-1537": {
|
|
9895
|
+
"name": "Microsoft DirectShow QuickTime Parsing Memory Corruption",
|
|
9896
|
+
"type": "RCE",
|
|
9897
|
+
"cvss_score": 8.8,
|
|
9898
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
|
|
9899
|
+
"cvss_note": "Operator estimate for a legacy CVE re-listed to CISA KEV 2026-05-20. Refine via `exceptd refresh --advisory CVE-2009-1537 --apply`.",
|
|
9900
|
+
"cisa_kev": true,
|
|
9901
|
+
"cisa_kev_date": "2026-05-20",
|
|
9902
|
+
"cisa_kev_due_date": "2026-06-03",
|
|
9903
|
+
"poc_available": true,
|
|
9904
|
+
"poc_description": "Public client-side exploit (malicious media file) from the MS09-028 era; re-listed for renewed exploitation on legacy systems.",
|
|
9905
|
+
"ai_discovered": false,
|
|
9906
|
+
"ai_discovery_source": "unknown",
|
|
9907
|
+
"ai_discovery_notes": "Legacy CVE (2009); no AI-discovery provenance.",
|
|
9908
|
+
"ai_assisted_weaponization": false,
|
|
9909
|
+
"ai_assisted_notes": "Legacy weaponization; not AI-assisted.",
|
|
9910
|
+
"active_exploitation": "confirmed",
|
|
9911
|
+
"active_exploitation_notes": "CISA KEV re-listing 2026-05-20 attests renewed active exploitation against legacy systems.",
|
|
9912
|
+
"affected": "Microsoft DirectX / DirectShow (QuickTime content parsing) on legacy Windows — see MS09-028.",
|
|
9913
|
+
"affected_versions": [
|
|
9914
|
+
"Microsoft Windows 2000 / XP / Server 2003 DirectX (per MS09-028)"
|
|
9915
|
+
],
|
|
9916
|
+
"vector": "Parsing a maliciously crafted QuickTime media file in Microsoft DirectShow corrupts memory (NULL-byte overwrite class), allowing remote code execution when a user opens the file.",
|
|
9917
|
+
"complexity": "low",
|
|
9918
|
+
"complexity_notes": "Client-side: requires the victim to open crafted media. Public exploit; patch since 2009.",
|
|
9919
|
+
"patch_available": true,
|
|
9920
|
+
"patch_required_reboot": true,
|
|
9921
|
+
"live_patch_available": false,
|
|
9922
|
+
"live_patch_tools": [],
|
|
9923
|
+
"live_patch_notes": "Microsoft patch MS09-028 (2009); requires reboot.",
|
|
9924
|
+
"vendor_update_paths": [
|
|
9925
|
+
"Apply MS09-028; decommission or isolate unpatched / end-of-life Windows hosts."
|
|
9926
|
+
],
|
|
9927
|
+
"framework_control_gaps": {
|
|
9928
|
+
"NIST-800-53-SI-2": "Re-listing of a legacy patched client-side RCE exposes the patch-deployment gap on legacy endpoints.",
|
|
9929
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely scans end-of-life client systems where this remains exploitable.",
|
|
9930
|
+
"NIST-800-53-AC-6": "Client-side RCE runs with the victim user's privileges; least-privilege limits but does not prevent it."
|
|
9931
|
+
},
|
|
9932
|
+
"atlas_refs": [],
|
|
9933
|
+
"attack_refs": [
|
|
9934
|
+
"T1203"
|
|
9935
|
+
],
|
|
9936
|
+
"rwep_score": 70,
|
|
9937
|
+
"rwep_factors": {
|
|
9938
|
+
"cisa_kev": 25,
|
|
9939
|
+
"poc_available": 20,
|
|
9940
|
+
"ai_factor": 0,
|
|
9941
|
+
"active_exploitation": 20,
|
|
9942
|
+
"blast_radius": 15,
|
|
9943
|
+
"patch_available": -15,
|
|
9944
|
+
"live_patch_available": 0,
|
|
9945
|
+
"reboot_required": 5
|
|
9946
|
+
},
|
|
9947
|
+
"rwep_notes": "P1 — KEV-listed legacy client-side RCE; blast_radius=15 (legacy-constrained). Draft (KEV-gap-fill).",
|
|
9948
|
+
"epss_score": null,
|
|
9949
|
+
"epss_date": "2026-05-25",
|
|
9950
|
+
"epss_note": "EPSS not pulled for this KEV-gap-fill draft.",
|
|
9951
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2009-1537",
|
|
9952
|
+
"cwe_refs": [
|
|
9953
|
+
"CWE-787"
|
|
9954
|
+
],
|
|
9955
|
+
"source_verified": "2026-05-25",
|
|
9956
|
+
"verification_sources": [
|
|
9957
|
+
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
9958
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2009-1537"
|
|
9959
|
+
],
|
|
9960
|
+
"vendor_advisories": [
|
|
9961
|
+
{
|
|
9962
|
+
"vendor": "CISA KEV",
|
|
9963
|
+
"advisory_id": "CVE-2009-1537",
|
|
9964
|
+
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
9965
|
+
"severity": "high",
|
|
9966
|
+
"published_date": "2026-05-20"
|
|
9967
|
+
}
|
|
9968
|
+
],
|
|
9969
|
+
"last_updated": "2026-05-25",
|
|
9970
|
+
"discovery_attribution_note": "Manual KEV-gap-fill: legacy CVE re-listed to CISA KEV 2026-05-20. Draft pending enrichment.",
|
|
9971
|
+
"_auto_imported": true,
|
|
9972
|
+
"_intake_method": "manual-kev-gap-fill-2026-05-20",
|
|
9973
|
+
"_kev_short_description": "Microsoft DirectShow QuickTime parsing memory corruption allowing remote code execution via a crafted media file."
|
|
9974
|
+
},
|
|
9975
|
+
"CVE-2009-3459": {
|
|
9976
|
+
"name": "Adobe Acrobat and Reader Heap-Based Buffer Overflow",
|
|
9977
|
+
"type": "RCE",
|
|
9978
|
+
"cvss_score": 8.8,
|
|
9979
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
|
|
9980
|
+
"cvss_note": "Operator estimate for a legacy CVE re-listed to CISA KEV 2026-05-20. Refine via `exceptd refresh --advisory CVE-2009-3459 --apply`.",
|
|
9981
|
+
"cisa_kev": true,
|
|
9982
|
+
"cisa_kev_date": "2026-05-20",
|
|
9983
|
+
"cisa_kev_due_date": "2026-06-03",
|
|
9984
|
+
"poc_available": true,
|
|
9985
|
+
"poc_description": "Public client-side exploit (malicious PDF) from the 2009 Adobe Acrobat/Reader era; re-listed for renewed exploitation on unpatched readers.",
|
|
9986
|
+
"ai_discovered": false,
|
|
9987
|
+
"ai_discovery_source": "unknown",
|
|
9988
|
+
"ai_discovery_notes": "Legacy CVE (2009); no AI-discovery provenance.",
|
|
9989
|
+
"ai_assisted_weaponization": false,
|
|
9990
|
+
"ai_assisted_notes": "Legacy weaponization; not AI-assisted.",
|
|
9991
|
+
"active_exploitation": "confirmed",
|
|
9992
|
+
"active_exploitation_notes": "CISA KEV re-listing 2026-05-20 attests renewed active exploitation against unpatched Acrobat/Reader installs.",
|
|
9993
|
+
"affected": "Adobe Acrobat and Reader (2009-era versions) — see Adobe APSB09-15.",
|
|
9994
|
+
"affected_versions": [
|
|
9995
|
+
"Adobe Acrobat / Reader 9.x and earlier (per APSB09-15)"
|
|
9996
|
+
],
|
|
9997
|
+
"vector": "A crafted PDF triggers a heap-based buffer overflow in Adobe Acrobat/Reader, allowing remote code execution when the document is opened.",
|
|
9998
|
+
"complexity": "low",
|
|
9999
|
+
"complexity_notes": "Client-side: requires opening a malicious PDF. Public exploit; patch since 2009.",
|
|
10000
|
+
"patch_available": true,
|
|
10001
|
+
"patch_required_reboot": false,
|
|
10002
|
+
"live_patch_available": false,
|
|
10003
|
+
"live_patch_tools": [],
|
|
10004
|
+
"live_patch_notes": "Adobe patch APSB09-15 (2009); application update.",
|
|
10005
|
+
"vendor_update_paths": [
|
|
10006
|
+
"Update Adobe Acrobat / Reader to a supported version; remove end-of-life installs."
|
|
10007
|
+
],
|
|
10008
|
+
"framework_control_gaps": {
|
|
10009
|
+
"NIST-800-53-SI-2": "Re-listing of a legacy document-handler RCE exposes the patch-deployment gap for client applications on unmanaged endpoints.",
|
|
10010
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management often omits third-party desktop apps (PDF readers) on legacy endpoints.",
|
|
10011
|
+
"NIST-800-53-AC-6": "Document-handler RCE runs with the opening user's privileges."
|
|
10012
|
+
},
|
|
10013
|
+
"atlas_refs": [],
|
|
10014
|
+
"attack_refs": [
|
|
10015
|
+
"T1203"
|
|
10016
|
+
],
|
|
10017
|
+
"rwep_score": 70,
|
|
10018
|
+
"rwep_factors": {
|
|
10019
|
+
"cisa_kev": 25,
|
|
10020
|
+
"poc_available": 20,
|
|
10021
|
+
"ai_factor": 0,
|
|
10022
|
+
"active_exploitation": 20,
|
|
10023
|
+
"blast_radius": 15,
|
|
10024
|
+
"patch_available": -15,
|
|
10025
|
+
"live_patch_available": 0,
|
|
10026
|
+
"reboot_required": 5
|
|
10027
|
+
},
|
|
10028
|
+
"rwep_notes": "P1 — KEV-listed legacy client-side RCE; blast_radius=15 (legacy-constrained). Draft (KEV-gap-fill).",
|
|
10029
|
+
"epss_score": null,
|
|
10030
|
+
"epss_date": "2026-05-25",
|
|
10031
|
+
"epss_note": "EPSS not pulled for this KEV-gap-fill draft.",
|
|
10032
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2009-3459",
|
|
10033
|
+
"cwe_refs": [
|
|
10034
|
+
"CWE-122"
|
|
10035
|
+
],
|
|
10036
|
+
"source_verified": "2026-05-25",
|
|
10037
|
+
"verification_sources": [
|
|
10038
|
+
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
10039
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2009-3459"
|
|
10040
|
+
],
|
|
10041
|
+
"vendor_advisories": [
|
|
10042
|
+
{
|
|
10043
|
+
"vendor": "CISA KEV",
|
|
10044
|
+
"advisory_id": "CVE-2009-3459",
|
|
10045
|
+
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
10046
|
+
"severity": "high",
|
|
10047
|
+
"published_date": "2026-05-20"
|
|
10048
|
+
}
|
|
10049
|
+
],
|
|
10050
|
+
"last_updated": "2026-05-25",
|
|
10051
|
+
"discovery_attribution_note": "Manual KEV-gap-fill: legacy CVE re-listed to CISA KEV 2026-05-20. Draft pending enrichment.",
|
|
10052
|
+
"_auto_imported": true,
|
|
10053
|
+
"_intake_method": "manual-kev-gap-fill-2026-05-20",
|
|
10054
|
+
"_kev_short_description": "Adobe Acrobat and Reader heap-based buffer overflow allowing remote code execution via a crafted PDF."
|
|
10055
|
+
},
|
|
10056
|
+
"CVE-2010-0249": {
|
|
10057
|
+
"name": "Microsoft Internet Explorer Use-After-Free (Operation Aurora)",
|
|
10058
|
+
"type": "RCE",
|
|
10059
|
+
"cvss_score": 8.8,
|
|
10060
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
|
|
10061
|
+
"cvss_note": "Operator estimate for a legacy CVE re-listed to CISA KEV 2026-05-20. The Operation Aurora IE 0-day (2010). Refine via `exceptd refresh --advisory CVE-2010-0249 --apply`.",
|
|
10062
|
+
"cisa_kev": true,
|
|
10063
|
+
"cisa_kev_date": "2026-05-20",
|
|
10064
|
+
"cisa_kev_due_date": "2026-06-03",
|
|
10065
|
+
"poc_available": true,
|
|
10066
|
+
"poc_description": "Public, weaponized (Metasploit ie_aurora) — the original Operation Aurora intrusion set used it against Google and others in 2010. Re-listed for renewed exploitation against legacy IE.",
|
|
10067
|
+
"ai_discovered": false,
|
|
10068
|
+
"ai_discovery_source": "unknown",
|
|
10069
|
+
"ai_discovery_notes": "Legacy CVE (2010); no AI-discovery provenance.",
|
|
10070
|
+
"ai_assisted_weaponization": false,
|
|
10071
|
+
"ai_assisted_notes": "Legacy nation-state weaponization (Aurora); not AI-assisted.",
|
|
10072
|
+
"active_exploitation": "confirmed",
|
|
10073
|
+
"active_exploitation_notes": "CISA KEV re-listing 2026-05-20 attests renewed active exploitation against legacy Internet Explorer installs.",
|
|
10074
|
+
"affected": "Microsoft Internet Explorer 6/7/8 (per MS10-002).",
|
|
10075
|
+
"affected_versions": [
|
|
10076
|
+
"Microsoft Internet Explorer 6 / 7 / 8 (per MS10-002)"
|
|
10077
|
+
],
|
|
10078
|
+
"vector": "A use-after-free in Internet Explorer's HTML rendering allows remote code execution when the victim visits a crafted page — the technique used in the 2010 Operation Aurora campaign.",
|
|
10079
|
+
"complexity": "low",
|
|
10080
|
+
"complexity_notes": "Client-side drive-by: visiting a crafted page. Public weaponized exploit; patch since 2010.",
|
|
10081
|
+
"patch_available": true,
|
|
10082
|
+
"patch_required_reboot": true,
|
|
10083
|
+
"live_patch_available": false,
|
|
10084
|
+
"live_patch_tools": [],
|
|
10085
|
+
"live_patch_notes": "Microsoft patch MS10-002 (2010); requires reboot.",
|
|
10086
|
+
"vendor_update_paths": [
|
|
10087
|
+
"Apply MS10-002; decommission legacy Internet Explorer / end-of-life Windows."
|
|
10088
|
+
],
|
|
10089
|
+
"framework_control_gaps": {
|
|
10090
|
+
"NIST-800-53-SI-2": "Re-listing of the Aurora IE 0-day exposes the gap for legacy browsers still reachable in OT / kiosk / legacy estates.",
|
|
10091
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely tracks end-of-life browsers that remain in use on legacy systems.",
|
|
10092
|
+
"NIST-800-53-AC-6": "Browser RCE runs with the victim user's privileges; an Aurora-class chain then pivots."
|
|
10093
|
+
},
|
|
10094
|
+
"atlas_refs": [],
|
|
10095
|
+
"attack_refs": [
|
|
10096
|
+
"T1203"
|
|
10097
|
+
],
|
|
10098
|
+
"rwep_score": 70,
|
|
10099
|
+
"rwep_factors": {
|
|
10100
|
+
"cisa_kev": 25,
|
|
10101
|
+
"poc_available": 20,
|
|
10102
|
+
"ai_factor": 0,
|
|
10103
|
+
"active_exploitation": 20,
|
|
10104
|
+
"blast_radius": 15,
|
|
10105
|
+
"patch_available": -15,
|
|
10106
|
+
"live_patch_available": 0,
|
|
10107
|
+
"reboot_required": 5
|
|
10108
|
+
},
|
|
10109
|
+
"rwep_notes": "P1 — KEV-listed, historically nation-state-weaponized (Aurora) client-side RCE; blast_radius=15 (legacy-constrained). Draft (KEV-gap-fill).",
|
|
10110
|
+
"epss_score": null,
|
|
10111
|
+
"epss_date": "2026-05-25",
|
|
10112
|
+
"epss_note": "EPSS not pulled for this KEV-gap-fill draft.",
|
|
10113
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2010-0249",
|
|
10114
|
+
"cwe_refs": [
|
|
10115
|
+
"CWE-416"
|
|
10116
|
+
],
|
|
10117
|
+
"source_verified": "2026-05-25",
|
|
10118
|
+
"verification_sources": [
|
|
10119
|
+
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
10120
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2010-0249"
|
|
10121
|
+
],
|
|
10122
|
+
"vendor_advisories": [
|
|
10123
|
+
{
|
|
10124
|
+
"vendor": "CISA KEV",
|
|
10125
|
+
"advisory_id": "CVE-2010-0249",
|
|
10126
|
+
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
10127
|
+
"severity": "high",
|
|
10128
|
+
"published_date": "2026-05-20"
|
|
10129
|
+
}
|
|
10130
|
+
],
|
|
10131
|
+
"last_updated": "2026-05-25",
|
|
10132
|
+
"discovery_attribution_note": "Manual KEV-gap-fill: legacy CVE (Operation Aurora) re-listed to CISA KEV 2026-05-20. Draft pending enrichment.",
|
|
10133
|
+
"_auto_imported": true,
|
|
10134
|
+
"_intake_method": "manual-kev-gap-fill-2026-05-20",
|
|
10135
|
+
"_kev_short_description": "Microsoft Internet Explorer use-after-free allowing remote code execution via a crafted web page (Operation Aurora)."
|
|
10136
|
+
},
|
|
10137
|
+
"CVE-2010-0806": {
|
|
10138
|
+
"name": "Microsoft Internet Explorer Use-After-Free (iepeers)",
|
|
10139
|
+
"type": "RCE",
|
|
10140
|
+
"cvss_score": 8.8,
|
|
10141
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
|
|
10142
|
+
"cvss_note": "Operator estimate for a legacy CVE re-listed to CISA KEV 2026-05-20. Refine via `exceptd refresh --advisory CVE-2010-0806 --apply`.",
|
|
10143
|
+
"cisa_kev": true,
|
|
10144
|
+
"cisa_kev_date": "2026-05-20",
|
|
10145
|
+
"cisa_kev_due_date": "2026-06-03",
|
|
10146
|
+
"poc_available": true,
|
|
10147
|
+
"poc_description": "Public, weaponized (Metasploit ie_iepeers_pointer) — exploited in the wild in 2010. Re-listed for renewed exploitation against legacy IE.",
|
|
10148
|
+
"ai_discovered": false,
|
|
10149
|
+
"ai_discovery_source": "unknown",
|
|
10150
|
+
"ai_discovery_notes": "Legacy CVE (2010); no AI-discovery provenance.",
|
|
10151
|
+
"ai_assisted_weaponization": false,
|
|
10152
|
+
"ai_assisted_notes": "Legacy weaponization; not AI-assisted.",
|
|
10153
|
+
"active_exploitation": "confirmed",
|
|
10154
|
+
"active_exploitation_notes": "CISA KEV re-listing 2026-05-20 attests renewed active exploitation against legacy Internet Explorer installs.",
|
|
10155
|
+
"affected": "Microsoft Internet Explorer 6/7 (per MS10-018).",
|
|
10156
|
+
"affected_versions": [
|
|
10157
|
+
"Microsoft Internet Explorer 6 / 7 (per MS10-018)"
|
|
10158
|
+
],
|
|
10159
|
+
"vector": "A use-after-free in Internet Explorer's iepeers.dll allows remote code execution when the victim visits a crafted page.",
|
|
10160
|
+
"complexity": "low",
|
|
10161
|
+
"complexity_notes": "Client-side drive-by. Public weaponized exploit; patch since 2010.",
|
|
10162
|
+
"patch_available": true,
|
|
10163
|
+
"patch_required_reboot": true,
|
|
10164
|
+
"live_patch_available": false,
|
|
10165
|
+
"live_patch_tools": [],
|
|
10166
|
+
"live_patch_notes": "Microsoft patch MS10-018 (2010); requires reboot.",
|
|
10167
|
+
"vendor_update_paths": [
|
|
10168
|
+
"Apply MS10-018; decommission legacy Internet Explorer / end-of-life Windows."
|
|
10169
|
+
],
|
|
10170
|
+
"framework_control_gaps": {
|
|
10171
|
+
"NIST-800-53-SI-2": "Re-listing of a legacy IE 0-day exposes the patch-deployment gap for end-of-life browsers in legacy estates.",
|
|
10172
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely tracks end-of-life browsers still in use.",
|
|
10173
|
+
"NIST-800-53-AC-6": "Browser RCE runs with the victim user's privileges."
|
|
10174
|
+
},
|
|
10175
|
+
"atlas_refs": [],
|
|
10176
|
+
"attack_refs": [
|
|
10177
|
+
"T1203"
|
|
10178
|
+
],
|
|
10179
|
+
"rwep_score": 70,
|
|
10180
|
+
"rwep_factors": {
|
|
10181
|
+
"cisa_kev": 25,
|
|
10182
|
+
"poc_available": 20,
|
|
10183
|
+
"ai_factor": 0,
|
|
10184
|
+
"active_exploitation": 20,
|
|
10185
|
+
"blast_radius": 15,
|
|
10186
|
+
"patch_available": -15,
|
|
10187
|
+
"live_patch_available": 0,
|
|
10188
|
+
"reboot_required": 5
|
|
10189
|
+
},
|
|
10190
|
+
"rwep_notes": "P1 — KEV-listed legacy client-side RCE; blast_radius=15 (legacy-constrained). Draft (KEV-gap-fill).",
|
|
10191
|
+
"epss_score": null,
|
|
10192
|
+
"epss_date": "2026-05-25",
|
|
10193
|
+
"epss_note": "EPSS not pulled for this KEV-gap-fill draft.",
|
|
10194
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2010-0806",
|
|
10195
|
+
"cwe_refs": [
|
|
10196
|
+
"CWE-416"
|
|
10197
|
+
],
|
|
10198
|
+
"source_verified": "2026-05-25",
|
|
10199
|
+
"verification_sources": [
|
|
10200
|
+
"https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
10201
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2010-0806"
|
|
10202
|
+
],
|
|
10203
|
+
"vendor_advisories": [
|
|
10204
|
+
{
|
|
10205
|
+
"vendor": "CISA KEV",
|
|
10206
|
+
"advisory_id": "CVE-2010-0806",
|
|
10207
|
+
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
|
|
10208
|
+
"severity": "high",
|
|
10209
|
+
"published_date": "2026-05-20"
|
|
10210
|
+
}
|
|
10211
|
+
],
|
|
10212
|
+
"last_updated": "2026-05-25",
|
|
10213
|
+
"discovery_attribution_note": "Manual KEV-gap-fill: legacy CVE re-listed to CISA KEV 2026-05-20. Draft pending enrichment.",
|
|
10214
|
+
"_auto_imported": true,
|
|
10215
|
+
"_intake_method": "manual-kev-gap-fill-2026-05-20",
|
|
10216
|
+
"_kev_short_description": "Microsoft Internet Explorer iepeers.dll use-after-free allowing remote code execution via a crafted web page."
|
|
10217
|
+
},
|
|
9701
10218
|
"CVE-2025-32432": {
|
|
9702
10219
|
"name": "Craft CMS Code Injection Vulnerability",
|
|
9703
10220
|
"type": "RCE",
|
package/data/cwe-catalog.json
CHANGED
|
@@ -1131,6 +1131,8 @@
|
|
|
1131
1131
|
"kernel-lpe-triage"
|
|
1132
1132
|
],
|
|
1133
1133
|
"evidence_cves": [
|
|
1134
|
+
"CVE-2010-0249",
|
|
1135
|
+
"CVE-2010-0806",
|
|
1134
1136
|
"CVE-2020-9715",
|
|
1135
1137
|
"CVE-2023-41974",
|
|
1136
1138
|
"CVE-2023-43000",
|
|
@@ -1554,6 +1556,7 @@
|
|
|
1554
1556
|
"kernel-lpe-triage"
|
|
1555
1557
|
],
|
|
1556
1558
|
"evidence_cves": [
|
|
1559
|
+
"CVE-2009-1537",
|
|
1557
1560
|
"CVE-2021-22555",
|
|
1558
1561
|
"CVE-2023-3519",
|
|
1559
1562
|
"CVE-2024-21762",
|
|
@@ -2210,6 +2213,7 @@
|
|
|
2210
2213
|
],
|
|
2211
2214
|
"related_weaknesses": [],
|
|
2212
2215
|
"evidence_cves": [
|
|
2216
|
+
"CVE-2008-4250",
|
|
2213
2217
|
"CVE-2014-3931",
|
|
2214
2218
|
"CVE-2025-14174",
|
|
2215
2219
|
"CVE-2025-31277",
|
|
@@ -2716,6 +2720,7 @@
|
|
|
2716
2720
|
],
|
|
2717
2721
|
"related_weaknesses": [],
|
|
2718
2722
|
"evidence_cves": [
|
|
2723
|
+
"CVE-2009-3459",
|
|
2719
2724
|
"CVE-2025-32706",
|
|
2720
2725
|
"CVE-2026-22778"
|
|
2721
2726
|
],
|
|
@@ -2888,7 +2893,9 @@
|
|
|
2888
2893
|
"CWE-2000"
|
|
2889
2894
|
],
|
|
2890
2895
|
"related_weaknesses": [],
|
|
2891
|
-
"evidence_cves": [
|
|
2896
|
+
"evidence_cves": [
|
|
2897
|
+
"CVE-2026-45498"
|
|
2898
|
+
],
|
|
2892
2899
|
"last_verified": "2026-05-19",
|
|
2893
2900
|
"notes": "Bulk-imported v0.13.18 from the canonical MITRE Top 25 + commonly-referenced-class expansion.",
|
|
2894
2901
|
"_auto_imported": true,
|