@blamejs/exceptd-skills 0.13.71 → 0.13.73

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"
@@ -272,10 +272,12 @@
272
272
  "CVE-2025-1094",
273
273
  "CVE-2025-11837",
274
274
  "CVE-2025-34291",
275
+ "CVE-2025-49596",
275
276
  "CVE-2025-53773",
276
277
  "CVE-2025-55319",
277
278
  "CVE-2025-68664",
278
279
  "CVE-2026-22778",
280
+ "CVE-2026-25592",
279
281
  "CVE-2026-30615",
280
282
  "CVE-2026-30623",
281
283
  "CVE-2026-32202",
@@ -876,6 +878,7 @@
876
878
  "CVE-2025-48927",
877
879
  "CVE-2025-48928",
878
880
  "CVE-2025-49113",
881
+ "CVE-2025-49596",
879
882
  "CVE-2025-49704",
880
883
  "CVE-2025-49844",
881
884
  "CVE-2025-5086",
@@ -1104,6 +1107,7 @@
1104
1107
  "CVE-2025-4919",
1105
1108
  "CVE-2026-21385",
1106
1109
  "CVE-2026-2441",
1110
+ "CVE-2026-25592",
1107
1111
  "CVE-2026-5281",
1108
1112
  "MAL-2025-AI-FOUND-FFMPEG-BIGSLEEP"
1109
1113
  ],
@@ -9475,6 +9475,229 @@
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
+ },
9595
+ "CVE-2025-49596": {
9596
+ "name": "MCP Inspector Missing Authentication — Unauthenticated RCE via the Inspector Proxy",
9597
+ "type": "RCE",
9598
+ "cvss_score": 8.3,
9599
+ "cvss_vector": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
9600
+ "cvss_note": "Operator v3.1 estimate (NVD has not assessed v3.1; the GitHub CNA published CVSS v4.0 9.4 CRITICAL). Exploitation lures a victim's browser to reach the locally-bound, unauthenticated MCP Inspector proxy (the 0.0.0.0-day / DNS-rebinding class), hence AC:H / UI:R; once reached, commands run over stdio with no auth.",
9601
+ "cisa_kev": false,
9602
+ "poc_available": true,
9603
+ "poc_description": "Publicly documented by Oligo Security (the 0.0.0.0-day / MCP Inspector RCE research): a malicious web page a developer visits can reach the Inspector proxy bound on the loopback/0.0.0.0 and issue unauthenticated requests that launch MCP commands over stdio, yielding RCE on the developer's machine. Technique is fully public; no separate exploit repository required.",
9604
+ "ai_discovered": false,
9605
+ "ai_discovery_source": "human_researcher",
9606
+ "ai_discovery_notes": "Disclosed by Oligo Security via conventional web/SSRF-class research. The affected component is core AI-developer tooling (Anthropic's official MCP Inspector), placing it on the AI/MCP supply-chain surface.",
9607
+ "ai_assisted_weaponization": false,
9608
+ "ai_assisted_notes": "No AI-assisted weaponization; the exploit is a browser-driven cross-origin request chain.",
9609
+ "active_exploitation": "none",
9610
+ "active_exploitation_notes": "Research disclosure with a coordinated fix (0.14.1); no confirmed in-the-wild exploitation reported as of curation. The public technique and the ubiquity of MCP Inspector in agent-developer workflows elevate the watch posture.",
9611
+ "affected": "Anthropic MCP Inspector (the official Model Context Protocol server-testing tool, @modelcontextprotocol/inspector) prior to 0.14.1.",
9612
+ "affected_versions": [
9613
+ "@modelcontextprotocol/inspector < 0.14.1"
9614
+ ],
9615
+ "vector": "The MCP Inspector client and its proxy have no authentication between them, so any unauthenticated request that reaches the proxy can launch MCP commands over stdio — remote code execution on the host running Inspector. Because the proxy is browser-reachable (loopback / 0.0.0.0 binding), a malicious web page a developer visits can drive the requests cross-origin (the 0.0.0.0-day + DNS-rebinding class), with no developer interaction beyond visiting the page.",
9616
+ "complexity": "high",
9617
+ "complexity_notes": "Requires luring the developer's browser to a malicious page and the cross-origin/DNS-rebinding setup (AC:H, UI:R); the missing-auth flaw itself (CWE-306) imposes no further barrier once a request reaches the proxy.",
9618
+ "patch_available": true,
9619
+ "patch_required_reboot": false,
9620
+ "live_patch_available": false,
9621
+ "live_patch_tools": [],
9622
+ "live_patch_notes": "Remediation is a tool upgrade to @modelcontextprotocol/inspector 0.14.1+ (which adds a session-token auth between client and proxy and origin checks); no reboot.",
9623
+ "vendor_update_paths": [
9624
+ "Upgrade @modelcontextprotocol/inspector to 0.14.1 or later (adds proxy auth + origin validation). Until then, do not run MCP Inspector on a machine where a browser may visit untrusted pages, and bind it to loopback only with a firewall."
9625
+ ],
9626
+ "framework_control_gaps": {
9627
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track AI-developer tooling (MCP Inspector and similar) as managed, RCE-bearing software on developer workstations.",
9628
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates locally-run AI/MCP developer tools as in-scope assets.",
9629
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach developer-workstation AI tooling whose loopback services are browser-reachable.",
9630
+ "DORA-Art-9": "ICT protection measures seldom model a developer's locally-bound MCP tooling as an attacker-reachable RCE surface via the browser.",
9631
+ "UK-CAF-B4": "System Security objective has no objective for hardening locally-bound developer AI services against cross-origin / DNS-rebinding access.",
9632
+ "AU-ISM-1546": "Patch-application control does not single out AI/MCP developer tooling, whose RCE flaws compromise the developer's machine and credentials.",
9633
+ "ALL-AI-PIPELINE-INTEGRITY": "MCP — the connective tissue of the agent ecosystem — concentrates RCE risk in its tooling; no framework treats the MCP toolchain (inspector, proxy, servers) as a supply-chain control plane whose compromise reaches every connected agent and credential."
9634
+ },
9635
+ "atlas_refs": [],
9636
+ "attack_refs": [
9637
+ "T1190",
9638
+ "T1059"
9639
+ ],
9640
+ "rwep_score": 30,
9641
+ "rwep_factors": {
9642
+ "cisa_kev": 0,
9643
+ "poc_available": 20,
9644
+ "ai_factor": 0,
9645
+ "active_exploitation": 0,
9646
+ "blast_radius": 25,
9647
+ "patch_available": -15,
9648
+ "live_patch_available": 0,
9649
+ "reboot_required": 0
9650
+ },
9651
+ "rwep_notes": "P3 (RWEP 30 per lib/scoring.js). Not KEV-listed, no confirmed in-the-wild exploitation, patched at disclosure (Hard Rule #3 — the 9.4 CNA CVSS does not by itself drive priority). poc_available=20 (public Oligo technique) + blast_radius=25 (MCP Inspector is the official, widely-used MCP debug tool) − patch 15. Escalates on observed exploitation; representative of the MCP-toolchain RCE class.",
9652
+ "epss_score": null,
9653
+ "epss_date": "2026-05-25",
9654
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
9655
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2025-49596",
9656
+ "cwe_refs": [
9657
+ "CWE-306",
9658
+ "CWE-352",
9659
+ "CWE-346"
9660
+ ],
9661
+ "iocs": {
9662
+ "behavioral": [
9663
+ "The MCP Inspector proxy (default port 6277) receiving requests whose Origin / Referer is an external web page rather than the local Inspector client — the cross-origin driver of the exploit.",
9664
+ "MCP Inspector launching MCP server commands over stdio that were not initiated from the local Inspector UI session.",
9665
+ "An MCP Inspector / Node proxy process spawning unexpected child processes (shell, interpreter) on a developer workstation.",
9666
+ "Deployed @modelcontextprotocol/inspector below 0.14.1 reachable on 0.0.0.0 / loopback while a browser is in use — the exposed precondition."
9667
+ ],
9668
+ "supply_chain_entry_vectors": [
9669
+ "Delivery is a malicious or attacker-controlled web page visited by a developer running MCP Inspector; the developer's browser is the cross-origin entry point, no direct host authentication required."
9670
+ ],
9671
+ "_ioc_source_note": "Behavioral signatures derived from NVD CVE-2025-49596 (CWE-306 missing authentication between Inspector client and proxy enabling stdio command execution) and the Oligo Security primary-source writeup at https://www.oligo.security/blog/critical-rce-vulnerability-in-anthropic-mcp-inspector-cve-2025-49596 (the 0.0.0.0-day / DNS-rebinding MCP Inspector RCE research)."
9672
+ },
9673
+ "source_verified": "2026-05-25",
9674
+ "verification_sources": [
9675
+ "https://nvd.nist.gov/vuln/detail/CVE-2025-49596",
9676
+ "https://www.oligo.security/blog/critical-rce-vulnerability-in-anthropic-mcp-inspector-cve-2025-49596",
9677
+ "https://github.com/modelcontextprotocol/inspector/security/advisories"
9678
+ ],
9679
+ "vendor_advisories": [
9680
+ {
9681
+ "vendor": "GitHub Security Advisory",
9682
+ "advisory_id": "CVE-2025-49596",
9683
+ "url": "https://github.com/modelcontextprotocol/inspector/security/advisories",
9684
+ "severity": "critical",
9685
+ "published_date": "2025-06-13"
9686
+ },
9687
+ {
9688
+ "vendor": "NVD",
9689
+ "advisory_id": "CVE-2025-49596",
9690
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-49596",
9691
+ "severity": "critical",
9692
+ "published_date": "2025-06-13"
9693
+ }
9694
+ ],
9695
+ "last_updated": "2026-05-25",
9696
+ "discovery_attribution_note": "Manually curated from NVD (CWE-306; CNA CVSS v4.0 9.4, v3.1 N/A) + Oligo Security 0.0.0.0-day / MCP Inspector RCE research. Missing authentication between the Inspector client and proxy allows browser-driven, unauthenticated RCE over stdio; fixed in @modelcontextprotocol/inspector 0.14.1. Part of the broader 2026 MCP-toolchain RCE advisory class.",
9697
+ "_auto_imported": false,
9698
+ "_intake_method": "manual-verified-curation",
9699
+ "_kev_short_description": "Anthropic MCP Inspector lacks authentication between its client and proxy, allowing browser-driven unauthenticated remote code execution over stdio."
9700
+ },
9478
9701
  "CVE-2026-41091": {
9479
9702
  "name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
9480
9703
  "type": "LPE",
@@ -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",
@@ -705,6 +707,7 @@
705
707
  "CVE-2020-24363",
706
708
  "CVE-2025-32433",
707
709
  "CVE-2025-4008",
710
+ "CVE-2025-49596",
708
711
  "CVE-2025-61757",
709
712
  "CVE-2026-0300",
710
713
  "CVE-2026-24423",
@@ -1034,7 +1037,8 @@
1034
1037
  ],
1035
1038
  "evidence_cves": [
1036
1039
  "CVE-2023-2533",
1037
- "CVE-2025-34291"
1040
+ "CVE-2025-34291",
1041
+ "CVE-2025-49596"
1038
1042
  ],
1039
1043
  "framework_controls_partially_addressing": [
1040
1044
  "NIST-800-53-SC-23",
@@ -2972,7 +2976,8 @@
2972
2976
  ],
2973
2977
  "related_weaknesses": [],
2974
2978
  "evidence_cves": [
2975
- "CVE-2025-34291"
2979
+ "CVE-2025-34291",
2980
+ "CVE-2025-49596"
2976
2981
  ],
2977
2982
  "last_verified": "2026-05-19",
2978
2983
  "notes": "Bulk-imported v0.13.18 from the canonical MITRE Top 25 + commonly-referenced-class expansion.",
@@ -34,7 +34,8 @@
34
34
  "status": "open",
35
35
  "opened_date": "2026-01-01",
36
36
  "evidence_cves": [
37
- "CVE-2025-34291"
37
+ "CVE-2025-34291",
38
+ "CVE-2025-49596"
38
39
  ],
39
40
  "atlas_refs": [
40
41
  "AML.T0018",
@@ -101,7 +102,9 @@
101
102
  "real_requirement": "Prompt-level access control: each model invocation is constrained to an authorized action scope. Actions outside that scope require explicit user re-authorization. System prompt establishes authority hierarchy.",
102
103
  "status": "open",
103
104
  "opened_date": "2026-01-01",
104
- "evidence_cves": [],
105
+ "evidence_cves": [
106
+ "CVE-2026-25592"
107
+ ],
105
108
  "atlas_refs": [
106
109
  "AML.T0051",
107
110
  "AML.T0054"
@@ -1431,6 +1434,7 @@
1431
1434
  "CVE-2025-48928",
1432
1435
  "CVE-2025-49113",
1433
1436
  "CVE-2025-4919",
1437
+ "CVE-2025-49596",
1434
1438
  "CVE-2025-49704",
1435
1439
  "CVE-2025-49706",
1436
1440
  "CVE-2025-5086",
@@ -1514,6 +1518,7 @@
1514
1518
  "CVE-2026-24423",
1515
1519
  "CVE-2026-24858",
1516
1520
  "CVE-2026-25108",
1521
+ "CVE-2026-25592",
1517
1522
  "CVE-2026-3055",
1518
1523
  "CVE-2026-31431",
1519
1524
  "CVE-2026-31635",
@@ -1720,6 +1725,8 @@
1720
1725
  "CVE-2025-34291",
1721
1726
  "CVE-2025-38352",
1722
1727
  "CVE-2025-43300",
1728
+ "CVE-2025-49596",
1729
+ "CVE-2026-25592",
1723
1730
  "CVE-2026-31431",
1724
1731
  "CVE-2026-34926",
1725
1732
  "CVE-2026-39884",
@@ -2357,6 +2364,7 @@
2357
2364
  "CVE-2025-48928",
2358
2365
  "CVE-2025-49113",
2359
2366
  "CVE-2025-4919",
2367
+ "CVE-2025-49596",
2360
2368
  "CVE-2025-49704",
2361
2369
  "CVE-2025-49706",
2362
2370
  "CVE-2025-5086",
@@ -2444,6 +2452,7 @@
2444
2452
  "CVE-2026-24423",
2445
2453
  "CVE-2026-24858",
2446
2454
  "CVE-2026-25108",
2455
+ "CVE-2026-25592",
2447
2456
  "CVE-2026-3055",
2448
2457
  "CVE-2026-31431",
2449
2458
  "CVE-2026-31635",
@@ -4708,8 +4717,10 @@
4708
4717
  "evidence_cves": [
4709
4718
  "CVE-2024-21762",
4710
4719
  "CVE-2025-34291",
4720
+ "CVE-2025-49596",
4711
4721
  "CVE-2026-0300",
4712
4722
  "CVE-2026-20182",
4723
+ "CVE-2026-25592",
4713
4724
  "CVE-2026-34926",
4714
4725
  "CVE-2026-41091",
4715
4726
  "CVE-2026-42897",
@@ -5204,6 +5215,8 @@
5204
5215
  "evidence_cves": [
5205
5216
  "CVE-2024-21762",
5206
5217
  "CVE-2025-34291",
5218
+ "CVE-2025-49596",
5219
+ "CVE-2026-25592",
5207
5220
  "CVE-2026-34926",
5208
5221
  "CVE-2026-41091",
5209
5222
  "CVE-2026-45498",
@@ -5242,6 +5255,8 @@
5242
5255
  "evidence_cves": [
5243
5256
  "CVE-2024-21762",
5244
5257
  "CVE-2025-34291",
5258
+ "CVE-2025-49596",
5259
+ "CVE-2026-25592",
5245
5260
  "CVE-2026-34926",
5246
5261
  "CVE-2026-41091",
5247
5262
  "CVE-2026-45498",
@@ -5933,6 +5933,106 @@
5933
5933
  "_auto_imported": true,
5934
5934
  "_intake_method": "v0.13.17-bulk-cisa-kev-import"
5935
5935
  },
5936
+ "CVE-2026-25592": {
5937
+ "name": "Microsoft Semantic Kernel SessionsPythonPlugin Path Traversal — Prompt-Injection to Host RCE",
5938
+ "lesson_date": "2026-05-25",
5939
+ "attack_vector": {
5940
+ "description": "Path traversal (CWE-22) in Semantic Kernel's SessionsPythonPlugin allows arbitrary file write; because the plugin runs inside an agent wired to tools, an injected prompt (AML.T0051) drives the write to a location that yields host code execution — a single prompt launched calc.exe on the agent host.",
5941
+ "privileges_required": "the ability to get untrusted content into the agent's prompt (RAG document, tool output, web content, or user input) — the normal operating mode of a tool-using agent; no host authentication required",
5942
+ "complexity": "low (NVD AV:N / AC:L)",
5943
+ "ai_factor": "AI-native exploitation: the primitive is LLM prompt injection, which crosses from a content-safety problem to a remote-code-execution primitive the moment the model can reach a file-writing or code-running tool. The lesson is that an AI agent's tool boundary IS a code-execution boundary and must be sandboxed and treated as attacker-reachable via injection. Surfaced via the Microsoft Security Blog + GHSA feeds."
5944
+ },
5945
+ "framework_coverage": {
5946
+ "NIST-800-53-SI-2": {
5947
+ "covered": true,
5948
+ "adequate": false,
5949
+ "gap": "Flaw-remediation cadence does not track AI-agent-framework SDK dependencies with the urgency a prompt-injection-to-RCE warrants; the SDK is often outside the patch-management inventory."
5950
+ },
5951
+ "ISO-27001-2022-A.8.8": {
5952
+ "covered": true,
5953
+ "adequate": false,
5954
+ "gap": "Vulnerability management rarely enumerates the AI-agent framework and its tool plugins as in-scope, RCE-bearing assets."
5955
+ },
5956
+ "ALL-PROMPT-INJECTION-ACCESS-CONTROL": {
5957
+ "covered": false,
5958
+ "adequate": false,
5959
+ "gap": "No framework treats prompt injection as an access-control / code-execution primitive: once an agent can reach a tool that writes files or runs code, injected content becomes host RCE, and nothing requires the tool boundary to be hardened against it."
5960
+ }
5961
+ },
5962
+ "compliance_exposure_score": {
5963
+ "percent_audit_passing_orgs_still_exposed": 75,
5964
+ "basis": "Organizations deploying AI agents rarely sandbox or audit the file-write / code-execution tools the agent can invoke, and treat prompt injection as a content-safety issue rather than an RCE primitive; SDK dependency currency for agent frameworks is seldom tracked.",
5965
+ "theater_pattern": "ai_pipeline_integrity"
5966
+ },
5967
+ "ai_discovered_zeroday": false,
5968
+ "ai_discovery_source": "vendor_research",
5969
+ "ai_assist_factor": "none",
5970
+ "new_control_requirements": [
5971
+ {
5972
+ "id": "NEW-CTRL-080",
5973
+ "name": "AGENT-TOOL-EXECUTION-SANDBOX",
5974
+ "description": "Any AI agent wired to tools that can write files or execute code must treat its tool boundary as an attacker-reachable remote-code-execution boundary: sandbox file-writing / code-running plugins with strict path and capability confinement, validate and canonicalize all tool-supplied paths against traversal, gate code-execution tools behind out-of-band human approval for untrusted-content-triggered invocations, and track agent-framework SDK dependencies (e.g. Microsoft.SemanticKernel.Plugins.Core >= 1.71.0) as KEV-priority patch targets. Prompt injection must be modeled as a code-execution primitive, not a content-safety nuisance.",
5975
+ "evidence": "https://www.microsoft.com/en-us/security/blog/2026/05/07/prompts-become-shells-rce-vulnerabilities-ai-agent-frameworks/",
5976
+ "gap_closes": [
5977
+ "NIST-800-53-SI-2",
5978
+ "ISO-27001-2022-A.8.8",
5979
+ "ALL-PROMPT-INJECTION-ACCESS-CONTROL"
5980
+ ]
5981
+ }
5982
+ ],
5983
+ "_auto_imported": false,
5984
+ "_intake_method": "manual-verified-curation"
5985
+ },
5986
+ "CVE-2025-49596": {
5987
+ "name": "MCP Inspector Missing Authentication — Unauthenticated RCE via the Inspector Proxy",
5988
+ "lesson_date": "2026-05-25",
5989
+ "attack_vector": {
5990
+ "description": "Anthropic's official MCP Inspector has no authentication between its client and proxy; because the proxy is browser-reachable (loopback / 0.0.0.0), a malicious web page a developer visits can issue unauthenticated cross-origin requests that launch MCP commands over stdio — RCE on the developer's machine (the 0.0.0.0-day / DNS-rebinding class).",
5991
+ "privileges_required": "none on the host — the developer need only run MCP Inspector and visit an attacker-controlled web page",
5992
+ "complexity": "high (browser lure + cross-origin/DNS-rebinding setup), but the missing-auth flaw itself imposes no barrier once a request reaches the proxy",
5993
+ "ai_factor": "The compromised component is core AI/MCP developer tooling. The lesson: MCP — the connective tissue of the agent ecosystem — concentrates RCE risk in its toolchain (inspector, proxy, servers); locally-bound AI dev services are browser-reachable and must authenticate and origin-validate. Surfaced via the MCP supply-chain advisory + GHSA feeds."
5994
+ },
5995
+ "framework_coverage": {
5996
+ "NIST-800-53-SI-2": {
5997
+ "covered": true,
5998
+ "adequate": false,
5999
+ "gap": "Flaw-remediation cadence does not track AI/MCP developer tooling on workstations as managed, RCE-bearing software."
6000
+ },
6001
+ "ISO-27001-2022-A.8.8": {
6002
+ "covered": true,
6003
+ "adequate": false,
6004
+ "gap": "Vulnerability management rarely enumerates locally-run AI/MCP developer tools as in-scope assets."
6005
+ },
6006
+ "ALL-AI-PIPELINE-INTEGRITY": {
6007
+ "covered": false,
6008
+ "adequate": false,
6009
+ "gap": "No framework treats the MCP toolchain as a supply-chain control plane whose compromise reaches every connected agent and credential."
6010
+ }
6011
+ },
6012
+ "compliance_exposure_score": {
6013
+ "percent_audit_passing_orgs_still_exposed": 70,
6014
+ "basis": "Developer-workstation AI/MCP tooling is almost never in the managed vulnerability program; loopback services are assumed unreachable, ignoring browser-driven cross-origin / DNS-rebinding access.",
6015
+ "theater_pattern": "ai_supply_chain_trust"
6016
+ },
6017
+ "ai_discovered_zeroday": false,
6018
+ "ai_discovery_source": "human_researcher",
6019
+ "ai_assist_factor": "none",
6020
+ "new_control_requirements": [
6021
+ {
6022
+ "id": "NEW-CTRL-081",
6023
+ "name": "MCP-TOOLCHAIN-LOCALHOST-AUTH",
6024
+ "description": "Locally-bound AI/MCP developer services (Inspector, proxies, dev servers) must authenticate their own client↔service channel and validate request Origin, never trusting loopback / 0.0.0.0 reachability as an access-control boundary (browsers can reach it cross-origin via the 0.0.0.0-day and DNS rebinding). Track MCP toolchain packages (e.g. @modelcontextprotocol/inspector >= 0.14.1) as managed, patch-prioritized software on developer workstations.",
6025
+ "evidence": "https://nvd.nist.gov/vuln/detail/CVE-2025-49596",
6026
+ "gap_closes": [
6027
+ "NIST-800-53-SI-2",
6028
+ "ISO-27001-2022-A.8.8",
6029
+ "ALL-AI-PIPELINE-INTEGRITY"
6030
+ ]
6031
+ }
6032
+ ],
6033
+ "_auto_imported": false,
6034
+ "_intake_method": "manual-verified-curation"
6035
+ },
5936
6036
  "CVE-2025-34291": {
5937
6037
  "name": "Langflow Account Takeover + RCE (CORS / refresh-token chain)",
5938
6038
  "lesson_date": "2026-05-24",