@blamejs/exceptd-skills 0.13.70 → 0.13.72

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.
@@ -541,6 +541,7 @@
541
541
  "CVE-2025-53773",
542
542
  "CVE-2025-55319",
543
543
  "CVE-2025-68664",
544
+ "CVE-2026-25592",
544
545
  "CVE-2026-30615",
545
546
  "CVE-2026-39884",
546
547
  "CVE-2026-39987"
@@ -276,6 +276,7 @@
276
276
  "CVE-2025-55319",
277
277
  "CVE-2025-68664",
278
278
  "CVE-2026-22778",
279
+ "CVE-2026-25592",
279
280
  "CVE-2026-30615",
280
281
  "CVE-2026-30623",
281
282
  "CVE-2026-32202",
@@ -1080,6 +1081,10 @@
1080
1081
  "name": "Exploitation for Client Execution",
1081
1082
  "version": "v19",
1082
1083
  "cve_refs": [
1084
+ "CVE-2009-1537",
1085
+ "CVE-2009-3459",
1086
+ "CVE-2010-0249",
1087
+ "CVE-2010-0806",
1083
1088
  "CVE-2014-3931",
1084
1089
  "CVE-2018-14634",
1085
1090
  "CVE-2020-9715",
@@ -1100,6 +1105,7 @@
1100
1105
  "CVE-2025-4919",
1101
1106
  "CVE-2026-21385",
1102
1107
  "CVE-2026-2441",
1108
+ "CVE-2026-25592",
1103
1109
  "CVE-2026-5281",
1104
1110
  "MAL-2025-AI-FOUND-FFMPEG-BIGSLEEP"
1105
1111
  ],
@@ -4249,7 +4255,10 @@
4249
4255
  "ESXi"
4250
4256
  ],
4251
4257
  "stix_id": "attack-pattern--9db0cf3a-a3c9-4012-8268-123b9db6fd82",
4252
- "is_subtechnique": false
4258
+ "is_subtechnique": false,
4259
+ "cve_refs": [
4260
+ "CVE-2008-4250"
4261
+ ]
4253
4262
  },
4254
4263
  "T1211": {
4255
4264
  "id": "T1211",
@@ -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.038,
58
+ "current_rate": 0.037,
59
59
  "current_floor_enforced_by_test": 0.03,
60
60
  "ladder_to_target": [
61
61
  0.03,
@@ -9475,6 +9475,123 @@
9475
9475
  "_intake_method": "manual-verified-curation",
9476
9476
  "_kev_short_description": "Langflow contains an origin validation error vulnerability that could allow account takeover and remote code execution."
9477
9477
  },
9478
+ "CVE-2026-25592": {
9479
+ "name": "Microsoft Semantic Kernel SessionsPythonPlugin Path Traversal — Prompt-Injection to Host RCE",
9480
+ "type": "RCE",
9481
+ "cvss_score": 9.9,
9482
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
9483
+ "cvss_note": "NVD CVSS v3.1 base 9.9 (CRITICAL), Scope:Changed. The high score reflects worst-case impact; the RWEP score is intentionally lower (Hard Rule #3) because there is no confirmed in-the-wild exploitation or KEV listing and a patch shipped at disclosure.",
9484
+ "cisa_kev": false,
9485
+ "poc_available": true,
9486
+ "poc_description": "Microsoft published the technique and a working demonstration (a single injected prompt launching calc.exe on the agent host) in the 'Prompts become shells' Security Blog (2026-05-07); GitHub advisory GHSA-2ww3-72rp-wpp4. No standalone public exploit repository, but the chain is fully documented.",
9487
+ "ai_discovered": false,
9488
+ "ai_discovery_source": "vendor_research",
9489
+ "ai_discovery_notes": "Discovered and disclosed by Microsoft (MSRC). Not AI-discovered, but the vulnerability class IS AI-native: the exploitation primitive is LLM prompt injection (ATLAS AML.T0051), turning an agent's tool-use boundary into a code-execution boundary.",
9490
+ "ai_assisted_weaponization": false,
9491
+ "ai_assisted_notes": "Exploit is delivered as an injected prompt to the agent; no separate AI-assisted tooling required to weaponize.",
9492
+ "active_exploitation": "none",
9493
+ "active_exploitation_notes": "Research disclosure with a coordinated patch (1.71.0); no in-the-wild exploitation reported as of curation. The public, documented prompt-injection-to-RCE technique elevates the watch posture — RWEP would jump on any observed exploitation.",
9494
+ "affected": "Microsoft Semantic Kernel — the SessionsPythonPlugin, shipped in the NuGet package Microsoft.SemanticKernel.Plugins.Core (< 1.71.0) and the PyPI package semantic-kernel (< 1.39.3), per GHSA-2ww3-72rp-wpp4.",
9495
+ "affected_versions": [
9496
+ "Microsoft.SemanticKernel.Plugins.Core (NuGet) < 1.71.0",
9497
+ "semantic-kernel (PyPI) < 1.39.3"
9498
+ ],
9499
+ "vector": "The SessionsPythonPlugin in Semantic Kernel's .NET SDK is vulnerable to path traversal (CWE-22), allowing arbitrary file write. Because the plugin executes within an agent wired to tools, an attacker-controlled prompt (indirect or direct LLM prompt injection, AML.T0051) can drive the file write to a location that yields host code execution — escaping the intended Python sandbox. A single injected prompt was shown launching calc.exe on the agent host: prompt injection becomes a remote-code-execution primitive once the model can reach tools.",
9500
+ "complexity": "low",
9501
+ "complexity_notes": "NVD AV:N / AC:L. The precondition is that untrusted content reaches the agent's prompt (the normal operating mode for RAG / tool-using agents); no memory-corruption or browser bug needed.",
9502
+ "patch_available": true,
9503
+ "patch_required_reboot": false,
9504
+ "live_patch_available": false,
9505
+ "live_patch_tools": [],
9506
+ "live_patch_notes": "Remediation is a dependency upgrade to Microsoft.SemanticKernel.Plugins.Core 1.71.0 or later; application rebuild/redeploy, no host reboot.",
9507
+ "vendor_update_paths": [
9508
+ "NuGet: upgrade Microsoft.SemanticKernel.Plugins.Core to 1.71.0 or later.",
9509
+ "PyPI: upgrade semantic-kernel to 1.39.3 or later.",
9510
+ "Until patched: disable or sandbox the SessionsPythonPlugin and treat any tool that performs file writes as a code-execution boundary reachable by prompt injection."
9511
+ ],
9512
+ "framework_control_gaps": {
9513
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track AI-agent-framework SDK dependencies (NuGet/PyPI) with the urgency a prompt-injection-to-RCE warrants; the SDK is often outside the OS/patch-management inventory.",
9514
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the AI-agent framework and its tool plugins as in-scope assets whose flaws are RCE-bearing.",
9515
+ "NIS2-Art21-patch-management": "Article 21 measures do not specifically reach the agent framework's tool-execution sandbox as a control plane.",
9516
+ "DORA-Art-9": "ICT protection measures do not treat the AI agent's tool boundary as an attacker-reachable code-execution surface via prompt injection.",
9517
+ "UK-CAF-B4": "System Security objective has no objective for sandboxing/auditing the code-execution plugins an AI agent can invoke.",
9518
+ "AU-ISM-1546": "Patch-application control is product-agnostic and does not single out AI-agent SDK dependencies.",
9519
+ "ALL-PROMPT-INJECTION-ACCESS-CONTROL": "No compliance framework treats LLM prompt injection as an access-control / code-execution primitive: once an agent can reach a tool that writes files or runs code, injected content crosses from a content-safety problem to host RCE, and no framework requires the tool boundary to be hardened against it."
9520
+ },
9521
+ "atlas_refs": [
9522
+ "AML.T0051"
9523
+ ],
9524
+ "attack_refs": [
9525
+ "T1059",
9526
+ "T1203"
9527
+ ],
9528
+ "rwep_score": 30,
9529
+ "rwep_factors": {
9530
+ "cisa_kev": 0,
9531
+ "poc_available": 20,
9532
+ "ai_factor": 0,
9533
+ "active_exploitation": 0,
9534
+ "blast_radius": 25,
9535
+ "patch_available": -15,
9536
+ "live_patch_available": 0,
9537
+ "reboot_required": 0
9538
+ },
9539
+ "rwep_notes": "P3 (RWEP 30 per lib/scoring.js) despite CVSS 9.9 — the gap is deliberate (Hard Rule #3, real-world-exploit priority): not KEV-listed, no confirmed in-the-wild exploitation, patch available at disclosure. poc_available=20 (documented working technique) + blast_radius=25 (Semantic Kernel is a widely-used .NET agent SDK) − patch 15. The score escalates immediately on any observed exploitation; the prompt-injection-to-RCE chain is the class to watch.",
9540
+ "epss_score": null,
9541
+ "epss_date": "2026-05-25",
9542
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
9543
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-25592",
9544
+ "cwe_refs": [
9545
+ "CWE-22",
9546
+ "CWE-94"
9547
+ ],
9548
+ "iocs": {
9549
+ "behavioral": [
9550
+ "Semantic Kernel SessionsPythonPlugin performing a file write whose resolved path escapes the intended session/sandbox directory (path-traversal sequences in plugin file operations).",
9551
+ "An AI-agent process built on Semantic Kernel spawning unexpected child processes (e.g. a shell, interpreter, or calc.exe-style binary) shortly after handling untrusted/retrieved content.",
9552
+ "Agent tool-invocation logs showing a file-write or code-execution tool called as a downstream effect of injected/retrieved content rather than an operator request.",
9553
+ "Deployed Microsoft.SemanticKernel.Plugins.Core dependency below 1.71.0 — the exposed precondition."
9554
+ ],
9555
+ "supply_chain_entry_vectors": [
9556
+ "Untrusted content reaching the agent's prompt context — retrieved documents (RAG), tool outputs, web content, or user input — is the injection entry point; no direct attacker authentication to the host is required."
9557
+ ],
9558
+ "_ioc_source_note": "Behavioral signatures derived from NVD CVE-2026-25592 (CWE-22 path traversal / arbitrary file write in SessionsPythonPlugin) and the Microsoft 'Prompts become shells' Security Blog (2026-05-07) describing the prompt-injection-to-host-RCE chain and calc.exe demonstration."
9559
+ },
9560
+ "source_verified": "2026-05-25",
9561
+ "verification_sources": [
9562
+ "https://nvd.nist.gov/vuln/detail/CVE-2026-25592",
9563
+ "https://www.microsoft.com/en-us/security/blog/2026/05/07/prompts-become-shells-rce-vulnerabilities-ai-agent-frameworks/",
9564
+ "https://github.com/microsoft/semantic-kernel/security/advisories/GHSA-2ww3-72rp-wpp4"
9565
+ ],
9566
+ "vendor_advisories": [
9567
+ {
9568
+ "vendor": "Microsoft (MSRC)",
9569
+ "advisory_id": "CVE-2026-25592",
9570
+ "url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-25592",
9571
+ "severity": "critical",
9572
+ "published_date": "2026-05-07"
9573
+ },
9574
+ {
9575
+ "vendor": "GitHub Security Advisory",
9576
+ "advisory_id": "GHSA-2ww3-72rp-wpp4",
9577
+ "url": "https://github.com/microsoft/semantic-kernel/security/advisories/GHSA-2ww3-72rp-wpp4",
9578
+ "severity": "critical",
9579
+ "published_date": "2026-05-07"
9580
+ },
9581
+ {
9582
+ "vendor": "NVD",
9583
+ "advisory_id": "CVE-2026-25592",
9584
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25592",
9585
+ "severity": "critical",
9586
+ "published_date": "2026-05-07"
9587
+ }
9588
+ ],
9589
+ "last_updated": "2026-05-25",
9590
+ "discovery_attribution_note": "Manually curated from NVD (CVSS 9.9, CWE-22) + Microsoft 'Prompts become shells' Security Blog (2026-05-07) + GHSA-2ww3-72rp-wpp4. Arbitrary file write via path traversal in the SessionsPythonPlugin, exploitable through LLM prompt injection (AML.T0051) to achieve host RCE. Non-KEV research disclosure; fixed in Microsoft.SemanticKernel.Plugins.Core 1.71.0.",
9591
+ "_auto_imported": false,
9592
+ "_intake_method": "manual-verified-curation",
9593
+ "_kev_short_description": "Microsoft Semantic Kernel SessionsPythonPlugin path traversal enabling arbitrary file write and, via prompt injection, host remote code execution."
9594
+ },
9478
9595
  "CVE-2026-41091": {
9479
9596
  "name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
9480
9597
  "type": "LPE",
@@ -9810,6 +9927,411 @@
9810
9927
  "_intake_method": "manual-verified-curation",
9811
9928
  "_kev_short_description": "Microsoft Defender contains an uncontrolled-resource-consumption flaw allowing a remote, unauthenticated denial of service that disables endpoint protection."
9812
9929
  },
9930
+ "CVE-2008-4250": {
9931
+ "name": "Microsoft Windows Server Service RPC Buffer Overflow (MS08-067)",
9932
+ "type": "RCE",
9933
+ "cvss_score": 9.3,
9934
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
9935
+ "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`.",
9936
+ "cisa_kev": true,
9937
+ "cisa_kev_date": "2026-05-20",
9938
+ "cisa_kev_due_date": "2026-06-03",
9939
+ "poc_available": true,
9940
+ "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.",
9941
+ "ai_discovered": false,
9942
+ "ai_discovery_source": "unknown",
9943
+ "ai_discovery_notes": "Legacy CVE (2008); no AI-discovery provenance.",
9944
+ "ai_assisted_weaponization": false,
9945
+ "ai_assisted_notes": "Legacy weaponization (worm/exploit-kit era); not AI-assisted.",
9946
+ "active_exploitation": "confirmed",
9947
+ "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.",
9948
+ "affected": "Microsoft Windows (Server service) — legacy supported builds of the MS08-067 era; see Microsoft MS08-067 for affected versions.",
9949
+ "affected_versions": [
9950
+ "Microsoft Windows 2000 / XP / Server 2003 / Vista / Server 2008 (per MS08-067)"
9951
+ ],
9952
+ "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.",
9953
+ "complexity": "low",
9954
+ "complexity_notes": "Unauthenticated, network-reachable, reliable public exploit. The patch has existed since 2008; exposure is purely unpatched / legacy systems.",
9955
+ "patch_available": true,
9956
+ "patch_required_reboot": true,
9957
+ "live_patch_available": false,
9958
+ "live_patch_tools": [],
9959
+ "live_patch_notes": "Microsoft patch MS08-067 (2008); requires reboot. No live-patch primitive.",
9960
+ "vendor_update_paths": [
9961
+ "Apply MS08-067; decommission or isolate any remaining unpatched / end-of-life Windows hosts."
9962
+ ],
9963
+ "framework_control_gaps": {
9964
+ "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.",
9965
+ "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.",
9966
+ "NIST-800-53-AC-6": "Least-privilege presumes a working boundary; an unauthenticated wormable RCE on a reachable legacy host has none."
9967
+ },
9968
+ "atlas_refs": [],
9969
+ "attack_refs": [
9970
+ "T1210"
9971
+ ],
9972
+ "rwep_score": 70,
9973
+ "rwep_factors": {
9974
+ "cisa_kev": 25,
9975
+ "poc_available": 20,
9976
+ "ai_factor": 0,
9977
+ "active_exploitation": 20,
9978
+ "blast_radius": 15,
9979
+ "patch_available": -15,
9980
+ "live_patch_available": 0,
9981
+ "reboot_required": 5
9982
+ },
9983
+ "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.",
9984
+ "epss_score": null,
9985
+ "epss_date": "2026-05-25",
9986
+ "epss_note": "EPSS not pulled for this KEV-gap-fill draft.",
9987
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2008-4250",
9988
+ "cwe_refs": [
9989
+ "CWE-119"
9990
+ ],
9991
+ "source_verified": "2026-05-25",
9992
+ "verification_sources": [
9993
+ "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
9994
+ "https://nvd.nist.gov/vuln/detail/CVE-2008-4250"
9995
+ ],
9996
+ "vendor_advisories": [
9997
+ {
9998
+ "vendor": "CISA KEV",
9999
+ "advisory_id": "CVE-2008-4250",
10000
+ "url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
10001
+ "severity": "critical",
10002
+ "published_date": "2026-05-20"
10003
+ }
10004
+ ],
10005
+ "last_updated": "2026-05-25",
10006
+ "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).",
10007
+ "_auto_imported": true,
10008
+ "_intake_method": "manual-kev-gap-fill-2026-05-20",
10009
+ "_kev_short_description": "Microsoft Windows Server service contains a buffer overflow allowing unauthenticated wormable remote code execution (MS08-067)."
10010
+ },
10011
+ "CVE-2009-1537": {
10012
+ "name": "Microsoft DirectShow QuickTime Parsing Memory Corruption",
10013
+ "type": "RCE",
10014
+ "cvss_score": 8.8,
10015
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
10016
+ "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`.",
10017
+ "cisa_kev": true,
10018
+ "cisa_kev_date": "2026-05-20",
10019
+ "cisa_kev_due_date": "2026-06-03",
10020
+ "poc_available": true,
10021
+ "poc_description": "Public client-side exploit (malicious media file) from the MS09-028 era; re-listed for renewed exploitation on legacy systems.",
10022
+ "ai_discovered": false,
10023
+ "ai_discovery_source": "unknown",
10024
+ "ai_discovery_notes": "Legacy CVE (2009); no AI-discovery provenance.",
10025
+ "ai_assisted_weaponization": false,
10026
+ "ai_assisted_notes": "Legacy weaponization; not AI-assisted.",
10027
+ "active_exploitation": "confirmed",
10028
+ "active_exploitation_notes": "CISA KEV re-listing 2026-05-20 attests renewed active exploitation against legacy systems.",
10029
+ "affected": "Microsoft DirectX / DirectShow (QuickTime content parsing) on legacy Windows — see MS09-028.",
10030
+ "affected_versions": [
10031
+ "Microsoft Windows 2000 / XP / Server 2003 DirectX (per MS09-028)"
10032
+ ],
10033
+ "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.",
10034
+ "complexity": "low",
10035
+ "complexity_notes": "Client-side: requires the victim to open crafted media. Public exploit; patch since 2009.",
10036
+ "patch_available": true,
10037
+ "patch_required_reboot": true,
10038
+ "live_patch_available": false,
10039
+ "live_patch_tools": [],
10040
+ "live_patch_notes": "Microsoft patch MS09-028 (2009); requires reboot.",
10041
+ "vendor_update_paths": [
10042
+ "Apply MS09-028; decommission or isolate unpatched / end-of-life Windows hosts."
10043
+ ],
10044
+ "framework_control_gaps": {
10045
+ "NIST-800-53-SI-2": "Re-listing of a legacy patched client-side RCE exposes the patch-deployment gap on legacy endpoints.",
10046
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely scans end-of-life client systems where this remains exploitable.",
10047
+ "NIST-800-53-AC-6": "Client-side RCE runs with the victim user's privileges; least-privilege limits but does not prevent it."
10048
+ },
10049
+ "atlas_refs": [],
10050
+ "attack_refs": [
10051
+ "T1203"
10052
+ ],
10053
+ "rwep_score": 70,
10054
+ "rwep_factors": {
10055
+ "cisa_kev": 25,
10056
+ "poc_available": 20,
10057
+ "ai_factor": 0,
10058
+ "active_exploitation": 20,
10059
+ "blast_radius": 15,
10060
+ "patch_available": -15,
10061
+ "live_patch_available": 0,
10062
+ "reboot_required": 5
10063
+ },
10064
+ "rwep_notes": "P1 — KEV-listed legacy client-side RCE; blast_radius=15 (legacy-constrained). Draft (KEV-gap-fill).",
10065
+ "epss_score": null,
10066
+ "epss_date": "2026-05-25",
10067
+ "epss_note": "EPSS not pulled for this KEV-gap-fill draft.",
10068
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2009-1537",
10069
+ "cwe_refs": [
10070
+ "CWE-787"
10071
+ ],
10072
+ "source_verified": "2026-05-25",
10073
+ "verification_sources": [
10074
+ "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
10075
+ "https://nvd.nist.gov/vuln/detail/CVE-2009-1537"
10076
+ ],
10077
+ "vendor_advisories": [
10078
+ {
10079
+ "vendor": "CISA KEV",
10080
+ "advisory_id": "CVE-2009-1537",
10081
+ "url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
10082
+ "severity": "high",
10083
+ "published_date": "2026-05-20"
10084
+ }
10085
+ ],
10086
+ "last_updated": "2026-05-25",
10087
+ "discovery_attribution_note": "Manual KEV-gap-fill: legacy CVE re-listed to CISA KEV 2026-05-20. Draft pending enrichment.",
10088
+ "_auto_imported": true,
10089
+ "_intake_method": "manual-kev-gap-fill-2026-05-20",
10090
+ "_kev_short_description": "Microsoft DirectShow QuickTime parsing memory corruption allowing remote code execution via a crafted media file."
10091
+ },
10092
+ "CVE-2009-3459": {
10093
+ "name": "Adobe Acrobat and Reader Heap-Based Buffer Overflow",
10094
+ "type": "RCE",
10095
+ "cvss_score": 8.8,
10096
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
10097
+ "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`.",
10098
+ "cisa_kev": true,
10099
+ "cisa_kev_date": "2026-05-20",
10100
+ "cisa_kev_due_date": "2026-06-03",
10101
+ "poc_available": true,
10102
+ "poc_description": "Public client-side exploit (malicious PDF) from the 2009 Adobe Acrobat/Reader era; re-listed for renewed exploitation on unpatched readers.",
10103
+ "ai_discovered": false,
10104
+ "ai_discovery_source": "unknown",
10105
+ "ai_discovery_notes": "Legacy CVE (2009); no AI-discovery provenance.",
10106
+ "ai_assisted_weaponization": false,
10107
+ "ai_assisted_notes": "Legacy weaponization; not AI-assisted.",
10108
+ "active_exploitation": "confirmed",
10109
+ "active_exploitation_notes": "CISA KEV re-listing 2026-05-20 attests renewed active exploitation against unpatched Acrobat/Reader installs.",
10110
+ "affected": "Adobe Acrobat and Reader (2009-era versions) — see Adobe APSB09-15.",
10111
+ "affected_versions": [
10112
+ "Adobe Acrobat / Reader 9.x and earlier (per APSB09-15)"
10113
+ ],
10114
+ "vector": "A crafted PDF triggers a heap-based buffer overflow in Adobe Acrobat/Reader, allowing remote code execution when the document is opened.",
10115
+ "complexity": "low",
10116
+ "complexity_notes": "Client-side: requires opening a malicious PDF. Public exploit; patch since 2009.",
10117
+ "patch_available": true,
10118
+ "patch_required_reboot": false,
10119
+ "live_patch_available": false,
10120
+ "live_patch_tools": [],
10121
+ "live_patch_notes": "Adobe patch APSB09-15 (2009); application update.",
10122
+ "vendor_update_paths": [
10123
+ "Update Adobe Acrobat / Reader to a supported version; remove end-of-life installs."
10124
+ ],
10125
+ "framework_control_gaps": {
10126
+ "NIST-800-53-SI-2": "Re-listing of a legacy document-handler RCE exposes the patch-deployment gap for client applications on unmanaged endpoints.",
10127
+ "ISO-27001-2022-A.8.8": "Vulnerability management often omits third-party desktop apps (PDF readers) on legacy endpoints.",
10128
+ "NIST-800-53-AC-6": "Document-handler RCE runs with the opening user's privileges."
10129
+ },
10130
+ "atlas_refs": [],
10131
+ "attack_refs": [
10132
+ "T1203"
10133
+ ],
10134
+ "rwep_score": 70,
10135
+ "rwep_factors": {
10136
+ "cisa_kev": 25,
10137
+ "poc_available": 20,
10138
+ "ai_factor": 0,
10139
+ "active_exploitation": 20,
10140
+ "blast_radius": 15,
10141
+ "patch_available": -15,
10142
+ "live_patch_available": 0,
10143
+ "reboot_required": 5
10144
+ },
10145
+ "rwep_notes": "P1 — KEV-listed legacy client-side RCE; blast_radius=15 (legacy-constrained). Draft (KEV-gap-fill).",
10146
+ "epss_score": null,
10147
+ "epss_date": "2026-05-25",
10148
+ "epss_note": "EPSS not pulled for this KEV-gap-fill draft.",
10149
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2009-3459",
10150
+ "cwe_refs": [
10151
+ "CWE-122"
10152
+ ],
10153
+ "source_verified": "2026-05-25",
10154
+ "verification_sources": [
10155
+ "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
10156
+ "https://nvd.nist.gov/vuln/detail/CVE-2009-3459"
10157
+ ],
10158
+ "vendor_advisories": [
10159
+ {
10160
+ "vendor": "CISA KEV",
10161
+ "advisory_id": "CVE-2009-3459",
10162
+ "url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
10163
+ "severity": "high",
10164
+ "published_date": "2026-05-20"
10165
+ }
10166
+ ],
10167
+ "last_updated": "2026-05-25",
10168
+ "discovery_attribution_note": "Manual KEV-gap-fill: legacy CVE re-listed to CISA KEV 2026-05-20. Draft pending enrichment.",
10169
+ "_auto_imported": true,
10170
+ "_intake_method": "manual-kev-gap-fill-2026-05-20",
10171
+ "_kev_short_description": "Adobe Acrobat and Reader heap-based buffer overflow allowing remote code execution via a crafted PDF."
10172
+ },
10173
+ "CVE-2010-0249": {
10174
+ "name": "Microsoft Internet Explorer Use-After-Free (Operation Aurora)",
10175
+ "type": "RCE",
10176
+ "cvss_score": 8.8,
10177
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
10178
+ "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`.",
10179
+ "cisa_kev": true,
10180
+ "cisa_kev_date": "2026-05-20",
10181
+ "cisa_kev_due_date": "2026-06-03",
10182
+ "poc_available": true,
10183
+ "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.",
10184
+ "ai_discovered": false,
10185
+ "ai_discovery_source": "unknown",
10186
+ "ai_discovery_notes": "Legacy CVE (2010); no AI-discovery provenance.",
10187
+ "ai_assisted_weaponization": false,
10188
+ "ai_assisted_notes": "Legacy nation-state weaponization (Aurora); not AI-assisted.",
10189
+ "active_exploitation": "confirmed",
10190
+ "active_exploitation_notes": "CISA KEV re-listing 2026-05-20 attests renewed active exploitation against legacy Internet Explorer installs.",
10191
+ "affected": "Microsoft Internet Explorer 6/7/8 (per MS10-002).",
10192
+ "affected_versions": [
10193
+ "Microsoft Internet Explorer 6 / 7 / 8 (per MS10-002)"
10194
+ ],
10195
+ "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.",
10196
+ "complexity": "low",
10197
+ "complexity_notes": "Client-side drive-by: visiting a crafted page. Public weaponized exploit; patch since 2010.",
10198
+ "patch_available": true,
10199
+ "patch_required_reboot": true,
10200
+ "live_patch_available": false,
10201
+ "live_patch_tools": [],
10202
+ "live_patch_notes": "Microsoft patch MS10-002 (2010); requires reboot.",
10203
+ "vendor_update_paths": [
10204
+ "Apply MS10-002; decommission legacy Internet Explorer / end-of-life Windows."
10205
+ ],
10206
+ "framework_control_gaps": {
10207
+ "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.",
10208
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely tracks end-of-life browsers that remain in use on legacy systems.",
10209
+ "NIST-800-53-AC-6": "Browser RCE runs with the victim user's privileges; an Aurora-class chain then pivots."
10210
+ },
10211
+ "atlas_refs": [],
10212
+ "attack_refs": [
10213
+ "T1203"
10214
+ ],
10215
+ "rwep_score": 70,
10216
+ "rwep_factors": {
10217
+ "cisa_kev": 25,
10218
+ "poc_available": 20,
10219
+ "ai_factor": 0,
10220
+ "active_exploitation": 20,
10221
+ "blast_radius": 15,
10222
+ "patch_available": -15,
10223
+ "live_patch_available": 0,
10224
+ "reboot_required": 5
10225
+ },
10226
+ "rwep_notes": "P1 — KEV-listed, historically nation-state-weaponized (Aurora) client-side RCE; blast_radius=15 (legacy-constrained). Draft (KEV-gap-fill).",
10227
+ "epss_score": null,
10228
+ "epss_date": "2026-05-25",
10229
+ "epss_note": "EPSS not pulled for this KEV-gap-fill draft.",
10230
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2010-0249",
10231
+ "cwe_refs": [
10232
+ "CWE-416"
10233
+ ],
10234
+ "source_verified": "2026-05-25",
10235
+ "verification_sources": [
10236
+ "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
10237
+ "https://nvd.nist.gov/vuln/detail/CVE-2010-0249"
10238
+ ],
10239
+ "vendor_advisories": [
10240
+ {
10241
+ "vendor": "CISA KEV",
10242
+ "advisory_id": "CVE-2010-0249",
10243
+ "url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
10244
+ "severity": "high",
10245
+ "published_date": "2026-05-20"
10246
+ }
10247
+ ],
10248
+ "last_updated": "2026-05-25",
10249
+ "discovery_attribution_note": "Manual KEV-gap-fill: legacy CVE (Operation Aurora) re-listed to CISA KEV 2026-05-20. Draft pending enrichment.",
10250
+ "_auto_imported": true,
10251
+ "_intake_method": "manual-kev-gap-fill-2026-05-20",
10252
+ "_kev_short_description": "Microsoft Internet Explorer use-after-free allowing remote code execution via a crafted web page (Operation Aurora)."
10253
+ },
10254
+ "CVE-2010-0806": {
10255
+ "name": "Microsoft Internet Explorer Use-After-Free (iepeers)",
10256
+ "type": "RCE",
10257
+ "cvss_score": 8.8,
10258
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
10259
+ "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`.",
10260
+ "cisa_kev": true,
10261
+ "cisa_kev_date": "2026-05-20",
10262
+ "cisa_kev_due_date": "2026-06-03",
10263
+ "poc_available": true,
10264
+ "poc_description": "Public, weaponized (Metasploit ie_iepeers_pointer) — exploited in the wild in 2010. Re-listed for renewed exploitation against legacy IE.",
10265
+ "ai_discovered": false,
10266
+ "ai_discovery_source": "unknown",
10267
+ "ai_discovery_notes": "Legacy CVE (2010); no AI-discovery provenance.",
10268
+ "ai_assisted_weaponization": false,
10269
+ "ai_assisted_notes": "Legacy weaponization; not AI-assisted.",
10270
+ "active_exploitation": "confirmed",
10271
+ "active_exploitation_notes": "CISA KEV re-listing 2026-05-20 attests renewed active exploitation against legacy Internet Explorer installs.",
10272
+ "affected": "Microsoft Internet Explorer 6/7 (per MS10-018).",
10273
+ "affected_versions": [
10274
+ "Microsoft Internet Explorer 6 / 7 (per MS10-018)"
10275
+ ],
10276
+ "vector": "A use-after-free in Internet Explorer's iepeers.dll allows remote code execution when the victim visits a crafted page.",
10277
+ "complexity": "low",
10278
+ "complexity_notes": "Client-side drive-by. Public weaponized exploit; patch since 2010.",
10279
+ "patch_available": true,
10280
+ "patch_required_reboot": true,
10281
+ "live_patch_available": false,
10282
+ "live_patch_tools": [],
10283
+ "live_patch_notes": "Microsoft patch MS10-018 (2010); requires reboot.",
10284
+ "vendor_update_paths": [
10285
+ "Apply MS10-018; decommission legacy Internet Explorer / end-of-life Windows."
10286
+ ],
10287
+ "framework_control_gaps": {
10288
+ "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.",
10289
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely tracks end-of-life browsers still in use.",
10290
+ "NIST-800-53-AC-6": "Browser RCE runs with the victim user's privileges."
10291
+ },
10292
+ "atlas_refs": [],
10293
+ "attack_refs": [
10294
+ "T1203"
10295
+ ],
10296
+ "rwep_score": 70,
10297
+ "rwep_factors": {
10298
+ "cisa_kev": 25,
10299
+ "poc_available": 20,
10300
+ "ai_factor": 0,
10301
+ "active_exploitation": 20,
10302
+ "blast_radius": 15,
10303
+ "patch_available": -15,
10304
+ "live_patch_available": 0,
10305
+ "reboot_required": 5
10306
+ },
10307
+ "rwep_notes": "P1 — KEV-listed legacy client-side RCE; blast_radius=15 (legacy-constrained). Draft (KEV-gap-fill).",
10308
+ "epss_score": null,
10309
+ "epss_date": "2026-05-25",
10310
+ "epss_note": "EPSS not pulled for this KEV-gap-fill draft.",
10311
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2010-0806",
10312
+ "cwe_refs": [
10313
+ "CWE-416"
10314
+ ],
10315
+ "source_verified": "2026-05-25",
10316
+ "verification_sources": [
10317
+ "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
10318
+ "https://nvd.nist.gov/vuln/detail/CVE-2010-0806"
10319
+ ],
10320
+ "vendor_advisories": [
10321
+ {
10322
+ "vendor": "CISA KEV",
10323
+ "advisory_id": "CVE-2010-0806",
10324
+ "url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
10325
+ "severity": "high",
10326
+ "published_date": "2026-05-20"
10327
+ }
10328
+ ],
10329
+ "last_updated": "2026-05-25",
10330
+ "discovery_attribution_note": "Manual KEV-gap-fill: legacy CVE re-listed to CISA KEV 2026-05-20. Draft pending enrichment.",
10331
+ "_auto_imported": true,
10332
+ "_intake_method": "manual-kev-gap-fill-2026-05-20",
10333
+ "_kev_short_description": "Microsoft Internet Explorer iepeers.dll use-after-free allowing remote code execution via a crafted web page."
10334
+ },
9813
10335
  "CVE-2025-32432": {
9814
10336
  "name": "Craft CMS Code Injection Vulnerability",
9815
10337
  "type": "RCE",
@@ -102,6 +102,7 @@
102
102
  "CVE-2025-4632",
103
103
  "CVE-2025-6218",
104
104
  "CVE-2025-8110",
105
+ "CVE-2026-25592",
105
106
  "CVE-2026-34926"
106
107
  ],
107
108
  "framework_controls_partially_addressing": [
@@ -368,6 +369,7 @@
368
369
  "CVE-2026-1281",
369
370
  "CVE-2026-1340",
370
371
  "CVE-2026-20045",
372
+ "CVE-2026-25592",
371
373
  "CVE-2026-30615",
372
374
  "CVE-2026-33017",
373
375
  "CVE-2026-34197",
@@ -1131,6 +1133,8 @@
1131
1133
  "kernel-lpe-triage"
1132
1134
  ],
1133
1135
  "evidence_cves": [
1136
+ "CVE-2010-0249",
1137
+ "CVE-2010-0806",
1134
1138
  "CVE-2020-9715",
1135
1139
  "CVE-2023-41974",
1136
1140
  "CVE-2023-43000",
@@ -1554,6 +1558,7 @@
1554
1558
  "kernel-lpe-triage"
1555
1559
  ],
1556
1560
  "evidence_cves": [
1561
+ "CVE-2009-1537",
1557
1562
  "CVE-2021-22555",
1558
1563
  "CVE-2023-3519",
1559
1564
  "CVE-2024-21762",
@@ -2210,6 +2215,7 @@
2210
2215
  ],
2211
2216
  "related_weaknesses": [],
2212
2217
  "evidence_cves": [
2218
+ "CVE-2008-4250",
2213
2219
  "CVE-2014-3931",
2214
2220
  "CVE-2025-14174",
2215
2221
  "CVE-2025-31277",
@@ -2716,6 +2722,7 @@
2716
2722
  ],
2717
2723
  "related_weaknesses": [],
2718
2724
  "evidence_cves": [
2725
+ "CVE-2009-3459",
2719
2726
  "CVE-2025-32706",
2720
2727
  "CVE-2026-22778"
2721
2728
  ],