@blamejs/exceptd-skills 0.13.73 → 0.13.75

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.
@@ -1037,7 +1037,10 @@
1037
1037
  ],
1038
1038
  "reference_url": "https://atlas.mitre.org/techniques/AML.T0104",
1039
1039
  "stix_id": "attack-pattern--04842d98-bb69-586e-9765-6ff1f56ef722",
1040
- "is_subtechnique": false
1040
+ "is_subtechnique": false,
1041
+ "cve_refs": [
1042
+ "CVE-2025-54136"
1043
+ ]
1041
1044
  },
1042
1045
  "AML.T0105": {
1043
1046
  "id": "AML.T0105",
@@ -2379,7 +2382,10 @@
2379
2382
  "ATLAS"
2380
2383
  ],
2381
2384
  "stix_id": "attack-pattern--b1b2cc5a-7312-5f26-93d3-8b8ee1baf97d",
2382
- "is_subtechnique": false
2385
+ "is_subtechnique": false,
2386
+ "cve_refs": [
2387
+ "CVE-2025-54136"
2388
+ ]
2383
2389
  },
2384
2390
  "AML.T0111": {
2385
2391
  "id": "AML.T0111",
@@ -274,8 +274,11 @@
274
274
  "CVE-2025-34291",
275
275
  "CVE-2025-49596",
276
276
  "CVE-2025-53773",
277
+ "CVE-2025-54136",
277
278
  "CVE-2025-55319",
278
279
  "CVE-2025-68664",
280
+ "CVE-2026-22252",
281
+ "CVE-2026-22688",
279
282
  "CVE-2026-22778",
280
283
  "CVE-2026-25592",
281
284
  "CVE-2026-30615",
@@ -944,6 +947,8 @@
944
947
  "CVE-2026-21525",
945
948
  "CVE-2026-21533",
946
949
  "CVE-2026-21643",
950
+ "CVE-2026-22252",
951
+ "CVE-2026-22688",
947
952
  "CVE-2026-22719",
948
953
  "CVE-2026-22769",
949
954
  "CVE-2026-22778",
@@ -1003,6 +1008,9 @@
1003
1008
  "description": "Adversaries may manipulate products or product delivery mechanisms prior to receipt by a final consumer for the purpose of data or system compromise.",
1004
1009
  "tactic": [
1005
1010
  "Initial Access"
1011
+ ],
1012
+ "cve_refs": [
1013
+ "CVE-2025-54136"
1006
1014
  ]
1007
1015
  },
1008
1016
  "T1195.001": {
@@ -9698,6 +9698,318 @@
9698
9698
  "_intake_method": "manual-verified-curation",
9699
9699
  "_kev_short_description": "Anthropic MCP Inspector lacks authentication between its client and proxy, allowing browser-driven unauthenticated remote code execution over stdio."
9700
9700
  },
9701
+ "CVE-2025-54136": {
9702
+ "name": "Cursor MCPoison — Persistent RCE via Modified Already-Trusted MCP Config",
9703
+ "type": "RCE",
9704
+ "cvss_score": 8.8,
9705
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
9706
+ "cvss_note": "NVD CVSS v3.1 base 8.8 (HIGH). The 'trust-on-first-use, never-re-validated' design lets a one-time approval become silent persistent code execution.",
9707
+ "cisa_kev": false,
9708
+ "poc_available": true,
9709
+ "poc_description": "Check Point Research ('MCPoison') publicly documented the technique: after a user approves an MCP server entry in a project's .cursor/mcp.json, Cursor does not re-validate the config on subsequent edits, so an attacker who later modifies that already-trusted entry (e.g. in a shared / pulled repository) gets their command executed silently each time the project is opened — persistent RCE with no re-prompt.",
9710
+ "ai_discovered": false,
9711
+ "ai_discovery_source": "human_researcher",
9712
+ "ai_discovery_notes": "Disclosed by Check Point Research. The affected component is a leading AI coding IDE (Cursor) and the abused trust boundary is its MCP tool configuration — squarely AI-agent-tool-poisoning territory.",
9713
+ "ai_assisted_weaponization": false,
9714
+ "ai_assisted_notes": "No AI-assisted weaponization; the attack is a configuration-trust bypass.",
9715
+ "active_exploitation": "none",
9716
+ "active_exploitation_notes": "Research disclosure with a coordinated fix (Cursor 1.3); no confirmed in-the-wild exploitation reported as of curation. The shared-repo persistence and Cursor's large install base elevate the watch posture.",
9717
+ "affected": "Cursor (AI code editor) versions 1.2.4 and below; fixed in 1.3.",
9718
+ "affected_versions": [
9719
+ "Cursor <= 1.2.4"
9720
+ ],
9721
+ "vector": "Cursor establishes trust in an MCP server entry when the user first approves it, but does not re-validate the .cursor/mcp.json entry when it is subsequently modified. An attacker who can change that already-trusted entry — by committing to a shared repository the victim pulls, or with local access — substitutes malicious commands (CWE-78 OS command injection via the MCP launch command) that Cursor then executes silently and persistently on every project open. The vulnerability class is AI-agent tool poisoning (ATLAS AML.T0110): a previously-approved tool is mutated into a malicious one with no fresh consent.",
9722
+ "complexity": "low",
9723
+ "complexity_notes": "NVD AC:L / PR:L. Requires the victim to have approved an MCP entry once and the attacker to modify it (shared-repo collaboration or local access); no further interaction is needed thereafter.",
9724
+ "patch_available": true,
9725
+ "patch_required_reboot": false,
9726
+ "live_patch_available": false,
9727
+ "live_patch_tools": [],
9728
+ "live_patch_notes": "Remediation is an application upgrade to Cursor 1.3 or later (which re-validates MCP config changes); no reboot.",
9729
+ "vendor_update_paths": [
9730
+ "Upgrade Cursor to 1.3 or later. Until then, treat .cursor/mcp.json as untrusted in shared repositories, review MCP entries on every pull, and avoid auto-approving MCP servers."
9731
+ ],
9732
+ "framework_control_gaps": {
9733
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track the AI IDE / agent tooling on developer workstations as managed, RCE-bearing software.",
9734
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates AI coding assistants and their tool-config trust model as in-scope.",
9735
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach the trust-on-first-use model of an AI IDE's MCP configuration.",
9736
+ "DORA-Art-9": "ICT protection measures do not model an approved-once-then-mutated tool config as a persistent code-execution channel.",
9737
+ "UK-CAF-B4": "System Security objective has no objective for re-validating AI-tool configurations after first approval.",
9738
+ "AU-ISM-1546": "Patch-application control does not address the AI-IDE tool-trust class.",
9739
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats an AI agent's tool-approval state as a control plane requiring re-validation on change; trust-on-first-use turns a shared-repo config edit into silent persistent RCE across every developer who pulls it."
9740
+ },
9741
+ "atlas_refs": [
9742
+ "AML.T0110",
9743
+ "AML.T0104"
9744
+ ],
9745
+ "attack_refs": [
9746
+ "T1059",
9747
+ "T1195"
9748
+ ],
9749
+ "rwep_score": 30,
9750
+ "rwep_factors": {
9751
+ "cisa_kev": 0,
9752
+ "poc_available": 20,
9753
+ "ai_factor": 0,
9754
+ "active_exploitation": 0,
9755
+ "blast_radius": 25,
9756
+ "patch_available": -15,
9757
+ "live_patch_available": 0,
9758
+ "reboot_required": 0
9759
+ },
9760
+ "rwep_notes": "P3 (RWEP 30 per lib/scoring.js). Not KEV-listed, no confirmed in-the-wild exploitation, patched at disclosure (Hard Rule #3). poc_available=20 (public Check Point technique) + blast_radius=25 (Cursor is a leading AI IDE; shared-repo persistence reaches every developer who pulls) − patch 15. Escalates on observed exploitation; representative of the AI-agent tool-poisoning class.",
9761
+ "epss_score": null,
9762
+ "epss_date": "2026-05-25",
9763
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
9764
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2025-54136",
9765
+ "cwe_refs": [
9766
+ "CWE-78",
9767
+ "CWE-829"
9768
+ ],
9769
+ "iocs": {
9770
+ "behavioral": [
9771
+ "A change to a project's .cursor/mcp.json MCP server `command` / `args` between commits or pulls, especially in a shared repository, without a corresponding fresh in-IDE approval prompt.",
9772
+ "Cursor (or its MCP host process) spawning a command from an MCP entry that differs from the command the user originally approved.",
9773
+ "An MCP server entry whose launch command invokes a shell, downloader, or interpreter rather than a legitimate MCP server binary.",
9774
+ "Cursor version 1.2.4 or below in use on a developer machine that opens shared/untrusted repositories — the exposed precondition."
9775
+ ],
9776
+ "supply_chain_entry_vectors": [
9777
+ "Delivery is a modification to an already-approved .cursor/mcp.json in a shared repository (a malicious commit / PR the victim pulls) or via local file access; the trust was established at first approval and never re-checked."
9778
+ ],
9779
+ "_ioc_source_note": "Behavioral signatures derived from NVD CVE-2025-54136 (CWE-78) and Check Point Research's 'MCPoison' disclosure describing persistent RCE via modification of an already-trusted Cursor MCP configuration."
9780
+ },
9781
+ "source_verified": "2026-05-25",
9782
+ "verification_sources": [
9783
+ "https://nvd.nist.gov/vuln/detail/CVE-2025-54136",
9784
+ "https://research.checkpoint.com/2025/cursor-mcpoison-cve-2025-54136/"
9785
+ ],
9786
+ "vendor_advisories": [
9787
+ {
9788
+ "vendor": "Check Point Research",
9789
+ "advisory_id": "CVE-2025-54136",
9790
+ "url": "https://research.checkpoint.com/2025/cursor-mcpoison-cve-2025-54136/",
9791
+ "severity": "high",
9792
+ "published_date": "2025-08-05"
9793
+ },
9794
+ {
9795
+ "vendor": "NVD",
9796
+ "advisory_id": "CVE-2025-54136",
9797
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-54136",
9798
+ "severity": "high",
9799
+ "published_date": "2025-08-05"
9800
+ }
9801
+ ],
9802
+ "last_updated": "2026-05-25",
9803
+ "discovery_attribution_note": "Manually curated from NVD (CWE-78, CVSS 8.8) + Check Point Research 'MCPoison'. Cursor does not re-validate an MCP config entry after first approval, so a later modification of the trusted entry yields persistent silent RCE (ATLAS AML.T0110 AI Agent Tool Poisoning); fixed in Cursor 1.3.",
9804
+ "_auto_imported": false,
9805
+ "_intake_method": "manual-verified-curation",
9806
+ "_kev_short_description": "Cursor does not re-validate a previously-approved MCP configuration entry, so modifying the trusted entry yields persistent silent remote code execution."
9807
+ },
9808
+ "CVE-2026-22252": {
9809
+ "name": "LibreChat MCP stdio Transport — Authenticated Arbitrary Command Execution as Root",
9810
+ "type": "RCE",
9811
+ "cvss_score": 9.9,
9812
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
9813
+ "cvss_note": "NVD CVSS v3.1 base 9.9 (CRITICAL), Scope:Changed (the GitHub CNA scored 9.1 with PR:H). The MCP stdio transport runs the supplied command as root inside the container, so any authenticated user reaches host-class execution.",
9814
+ "cisa_kev": false,
9815
+ "poc_available": true,
9816
+ "poc_description": "Documented in the 2026 MCP supply-chain advisory family (OX Security et al.) and the GitHub security advisory: LibreChat's MCP stdio transport accepts an arbitrary command and runs it without validation, so a single authenticated API request executes shell commands as root inside the container.",
9817
+ "ai_discovered": false,
9818
+ "ai_discovery_source": "human_researcher",
9819
+ "ai_discovery_notes": "Disclosed via coordinated advisory; LibreChat is a widely-used open-source AI chat platform and the abused surface is its MCP tool transport.",
9820
+ "ai_assisted_weaponization": false,
9821
+ "ai_assisted_notes": "No AI-assisted weaponization; the flaw is missing authorization / command validation on the MCP stdio transport.",
9822
+ "active_exploitation": "none",
9823
+ "active_exploitation_notes": "Research / advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
9824
+ "affected": "LibreChat (open-source AI chat platform) versions prior to 0.8.2-rc2.",
9825
+ "affected_versions": [
9826
+ "LibreChat < 0.8.2-rc2"
9827
+ ],
9828
+ "vector": "LibreChat's MCP stdio transport accepts an arbitrary command/args without authorization or validation (CWE-285 improper authorization). Any authenticated user can therefore issue a single API request that makes the server spawn that command — executing shell commands as root inside the LibreChat container. This is the 'MCP stdio transport runs whatever it is told' class applied to a multi-user AI platform, where ordinary user authentication is the only barrier.",
9829
+ "complexity": "low",
9830
+ "complexity_notes": "NVD AV:N / AC:L / PR:L — any authenticated user, one API request. Scope:Changed (container-root execution).",
9831
+ "patch_available": true,
9832
+ "patch_required_reboot": false,
9833
+ "live_patch_available": false,
9834
+ "live_patch_tools": [],
9835
+ "live_patch_notes": "Remediation is an application upgrade to LibreChat 0.8.2-rc2 or later (adds authorization / validation on the MCP stdio transport); redeploy, no host reboot.",
9836
+ "vendor_update_paths": [
9837
+ "Upgrade LibreChat to 0.8.2-rc2 or later. Until then, restrict who can configure / invoke MCP servers and run LibreChat with a least-privilege (non-root) container user and a read-only filesystem where possible."
9838
+ ],
9839
+ "framework_control_gaps": {
9840
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track self-hosted AI chat platforms and their MCP transports as managed, RCE-bearing software.",
9841
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the AI platform's MCP tool transport as an in-scope, authorization-critical surface.",
9842
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach the MCP stdio transport as a privileged command-execution control plane.",
9843
+ "DORA-Art-9": "ICT protection measures do not model 'any authenticated user can run commands as container root via the AI tool transport'.",
9844
+ "UK-CAF-B4": "System Security objective has no objective for authorizing and validating commands handed to an AI platform's MCP transport.",
9845
+ "AU-ISM-1546": "Patch-application control does not single out AI-platform MCP transports, whose flaws are container-root RCE.",
9846
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats the MCP stdio transport — which by design launches commands — as a boundary that must enforce authorization and command validation; without it, ordinary user auth becomes container-root RCE."
9847
+ },
9848
+ "atlas_refs": [],
9849
+ "attack_refs": [
9850
+ "T1190",
9851
+ "T1059"
9852
+ ],
9853
+ "rwep_score": 30,
9854
+ "rwep_factors": {
9855
+ "cisa_kev": 0,
9856
+ "poc_available": 20,
9857
+ "ai_factor": 0,
9858
+ "active_exploitation": 0,
9859
+ "blast_radius": 25,
9860
+ "patch_available": -15,
9861
+ "live_patch_available": 0,
9862
+ "reboot_required": 0
9863
+ },
9864
+ "rwep_notes": "P3 (RWEP 30 per lib/scoring.js). Not KEV, no confirmed in-the-wild exploitation, patched at disclosure (Hard Rule #3). poc_available=20 (documented technique) + blast_radius=25 (LibreChat is widely self-hosted; container-root scope) − patch 15.",
9865
+ "epss_score": null,
9866
+ "epss_date": "2026-05-25",
9867
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
9868
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-22252",
9869
+ "cwe_refs": [
9870
+ "CWE-285",
9871
+ "CWE-78"
9872
+ ],
9873
+ "iocs": {
9874
+ "behavioral": [
9875
+ "LibreChat MCP stdio transport spawning a process whose command/args were supplied via an API request rather than a pinned server configuration.",
9876
+ "The LibreChat container (running as root) spawning a shell, interpreter, or downloader as a child of the MCP host process.",
9877
+ "An authenticated, non-admin LibreChat user configuring or invoking an MCP server with an arbitrary command string.",
9878
+ "LibreChat version below 0.8.2-rc2 — the exposed precondition."
9879
+ ],
9880
+ "supply_chain_entry_vectors": [
9881
+ "Any authenticated LibreChat account (including a low-privilege or self-registered user where open registration is enabled) is the entry point; no admin role required."
9882
+ ],
9883
+ "_ioc_source_note": "Behavioral signatures derived from NVD CVE-2026-22252 (CWE-285 improper authorization; MCP stdio transport executes arbitrary commands as root) and the 2026 MCP supply-chain advisory describing the unvalidated-stdio-command class."
9884
+ },
9885
+ "source_verified": "2026-05-25",
9886
+ "verification_sources": [
9887
+ "https://nvd.nist.gov/vuln/detail/CVE-2026-22252",
9888
+ "https://www.ox.security/blog/mcp-supply-chain-advisory-rce-vulnerabilities-across-the-ai-ecosystem/"
9889
+ ],
9890
+ "vendor_advisories": [
9891
+ {
9892
+ "vendor": "GitHub Security Advisory",
9893
+ "advisory_id": "CVE-2026-22252",
9894
+ "url": "https://github.com/danny-avila/LibreChat/security/advisories/GHSA-cxhj-j78r-p88f",
9895
+ "severity": "critical",
9896
+ "published_date": "2026-01-12"
9897
+ },
9898
+ {
9899
+ "vendor": "NVD",
9900
+ "advisory_id": "CVE-2026-22252",
9901
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22252",
9902
+ "severity": "critical",
9903
+ "published_date": "2026-01-12"
9904
+ }
9905
+ ],
9906
+ "last_updated": "2026-05-25",
9907
+ "discovery_attribution_note": "Manually curated from NVD (CWE-285; NIST CVSS 9.9, CNA 9.1) + the 2026 MCP supply-chain advisory family. LibreChat's MCP stdio transport runs arbitrary commands without authorization, giving any authenticated user container-root RCE; fixed in 0.8.2-rc2.",
9908
+ "_auto_imported": false,
9909
+ "_intake_method": "manual-verified-curation",
9910
+ "_kev_short_description": "LibreChat's MCP stdio transport accepts arbitrary commands without validation, letting any authenticated user execute shell commands as root in the container."
9911
+ },
9912
+ "CVE-2026-22688": {
9913
+ "name": "Tencent WeKnora MCP stdio Command Injection",
9914
+ "type": "RCE",
9915
+ "cvss_score": 8.8,
9916
+ "cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
9917
+ "cvss_note": "NVD CVSS v3.1 base 8.8 (HIGH); the GitHub CNA scored 9.9 (Scope:Changed). Authenticated command injection through the MCP stdio settings.",
9918
+ "cisa_kev": false,
9919
+ "poc_available": true,
9920
+ "poc_description": "Documented in the 2026 MCP supply-chain advisory family and the GitHub security advisory: authenticated users can inject stdio_config.command / args into WeKnora's MCP stdio settings, causing the server to spawn subprocesses with the injected values (command injection).",
9921
+ "ai_discovered": false,
9922
+ "ai_discovery_source": "human_researcher",
9923
+ "ai_discovery_notes": "Disclosed via coordinated advisory; WeKnora is Tencent's open-source RAG / knowledge-base platform and the abused surface is its MCP stdio configuration.",
9924
+ "ai_assisted_weaponization": false,
9925
+ "ai_assisted_notes": "No AI-assisted weaponization; classic command injection via the MCP stdio settings.",
9926
+ "active_exploitation": "none",
9927
+ "active_exploitation_notes": "Research / advisory disclosure with a coordinated fix; no confirmed in-the-wild exploitation reported as of curation.",
9928
+ "affected": "Tencent WeKnora (open-source RAG / knowledge-base platform) versions prior to 0.2.5.",
9929
+ "affected_versions": [
9930
+ "Tencent WeKnora < 0.2.5"
9931
+ ],
9932
+ "vector": "WeKnora lets authenticated users set the MCP stdio_config.command and args, which the server then executes as a subprocess without neutralizing special elements (CWE-77 command injection). An authenticated user can therefore inject a command that the server runs, achieving code execution on the WeKnora host.",
9933
+ "complexity": "low",
9934
+ "complexity_notes": "NVD AV:N / AC:L / PR:L — authenticated, low-complexity command injection.",
9935
+ "patch_available": true,
9936
+ "patch_required_reboot": false,
9937
+ "live_patch_available": false,
9938
+ "live_patch_tools": [],
9939
+ "live_patch_notes": "Remediation is an application upgrade to WeKnora 0.2.5 or later; redeploy, no host reboot.",
9940
+ "vendor_update_paths": [
9941
+ "Upgrade Tencent WeKnora to 0.2.5 or later. Until then, restrict who can edit MCP stdio settings and run WeKnora as a least-privilege container user."
9942
+ ],
9943
+ "framework_control_gaps": {
9944
+ "NIST-800-53-SI-2": "Flaw-remediation cadence does not track self-hosted RAG / knowledge-base AI platforms and their MCP transports as managed, RCE-bearing software.",
9945
+ "ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates the AI platform's MCP stdio settings as an in-scope command-execution surface.",
9946
+ "NIS2-Art21-patch-management": "Article 21 measures do not reach the MCP stdio settings as a privileged command-execution control plane.",
9947
+ "DORA-Art-9": "ICT protection measures do not model authenticated command injection via an AI platform's MCP configuration.",
9948
+ "UK-CAF-B4": "System Security objective has no objective for neutralizing command input handed to an AI platform's MCP transport.",
9949
+ "AU-ISM-1546": "Patch-application control does not single out AI-platform MCP transports.",
9950
+ "ALL-AI-PIPELINE-INTEGRITY": "No framework treats user-supplied MCP stdio command/args as untrusted input requiring neutralization; the MCP transport's by-design command execution makes injection a direct RCE."
9951
+ },
9952
+ "atlas_refs": [],
9953
+ "attack_refs": [
9954
+ "T1190",
9955
+ "T1059"
9956
+ ],
9957
+ "rwep_score": 30,
9958
+ "rwep_factors": {
9959
+ "cisa_kev": 0,
9960
+ "poc_available": 20,
9961
+ "ai_factor": 0,
9962
+ "active_exploitation": 0,
9963
+ "blast_radius": 25,
9964
+ "patch_available": -15,
9965
+ "live_patch_available": 0,
9966
+ "reboot_required": 0
9967
+ },
9968
+ "rwep_notes": "P3 (RWEP 30 per lib/scoring.js). Not KEV, no confirmed in-the-wild exploitation, patched at disclosure (Hard Rule #3). poc_available=20 (documented technique) + blast_radius=25 (Tencent-backed open-source RAG platform) − patch 15.",
9969
+ "epss_score": null,
9970
+ "epss_date": "2026-05-25",
9971
+ "epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
9972
+ "epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-22688",
9973
+ "cwe_refs": [
9974
+ "CWE-77",
9975
+ "CWE-78"
9976
+ ],
9977
+ "iocs": {
9978
+ "behavioral": [
9979
+ "WeKnora spawning a subprocess whose command/args came from MCP stdio_config supplied by a user rather than a pinned configuration.",
9980
+ "Shell metacharacters or unexpected binaries in WeKnora MCP stdio_config.command / args values.",
9981
+ "An authenticated WeKnora user editing MCP stdio settings to include a command string.",
9982
+ "WeKnora version below 0.2.5 — the exposed precondition."
9983
+ ],
9984
+ "_ioc_source_note": "Behavioral signatures derived from NVD CVE-2026-22688 (CWE-77 command injection via MCP stdio_config) and the 2026 MCP supply-chain advisory describing the unvalidated-stdio-command class."
9985
+ },
9986
+ "source_verified": "2026-05-25",
9987
+ "verification_sources": [
9988
+ "https://nvd.nist.gov/vuln/detail/CVE-2026-22688",
9989
+ "https://www.ox.security/blog/mcp-supply-chain-advisory-rce-vulnerabilities-across-the-ai-ecosystem/"
9990
+ ],
9991
+ "vendor_advisories": [
9992
+ {
9993
+ "vendor": "GitHub Security Advisory",
9994
+ "advisory_id": "CVE-2026-22688",
9995
+ "url": "https://github.com/Tencent/WeKnora/security/advisories/GHSA-78h3-63c4-5fqc",
9996
+ "severity": "high",
9997
+ "published_date": "2026-01-09"
9998
+ },
9999
+ {
10000
+ "vendor": "NVD",
10001
+ "advisory_id": "CVE-2026-22688",
10002
+ "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22688",
10003
+ "severity": "high",
10004
+ "published_date": "2026-01-09"
10005
+ }
10006
+ ],
10007
+ "last_updated": "2026-05-25",
10008
+ "discovery_attribution_note": "Manually curated from NVD (CWE-77; NIST CVSS 8.8, CNA 9.9) + the 2026 MCP supply-chain advisory family. Authenticated users inject stdio_config.command/args into WeKnora's MCP settings for command execution; fixed in 0.2.5.",
10009
+ "_auto_imported": false,
10010
+ "_intake_method": "manual-verified-curation",
10011
+ "_kev_short_description": "Tencent WeKnora allows authenticated users to inject commands into MCP stdio settings, causing the server to execute attacker-supplied subprocesses."
10012
+ },
9701
10013
  "CVE-2026-41091": {
9702
10014
  "name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
9703
10015
  "type": "LPE",
@@ -146,6 +146,7 @@
146
146
  "CVE-2025-53773",
147
147
  "CVE-2025-55319",
148
148
  "CVE-2025-59689",
149
+ "CVE-2026-22688",
149
150
  "CVE-2026-22719",
150
151
  "MAL-2026-3083"
151
152
  ],
@@ -186,6 +187,7 @@
186
187
  "CVE-2025-11953",
187
188
  "CVE-2025-12686",
188
189
  "CVE-2025-48703",
190
+ "CVE-2025-54136",
189
191
  "CVE-2025-54948",
190
192
  "CVE-2025-58034",
191
193
  "CVE-2025-59389",
@@ -194,6 +196,8 @@
194
196
  "CVE-2025-66644",
195
197
  "CVE-2025-9377",
196
198
  "CVE-2026-1731",
199
+ "CVE-2026-22252",
200
+ "CVE-2026-22688",
197
201
  "CVE-2026-25108",
198
202
  "CVE-2026-30623",
199
203
  "CVE-2026-39987"
@@ -1647,6 +1651,7 @@
1647
1651
  ],
1648
1652
  "evidence_cves": [
1649
1653
  "CVE-2025-32463",
1654
+ "CVE-2025-54136",
1650
1655
  "MAL-2026-NODE-IPC-STEALER",
1651
1656
  "MAL-2026-SHAI-HULUD-OSS"
1652
1657
  ],
@@ -2918,7 +2923,9 @@
2918
2923
  "CWE-2000"
2919
2924
  ],
2920
2925
  "related_weaknesses": [],
2921
- "evidence_cves": [],
2926
+ "evidence_cves": [
2927
+ "CVE-2026-22252"
2928
+ ],
2922
2929
  "last_verified": "2026-05-19",
2923
2930
  "notes": "Bulk-imported v0.13.18 from the canonical MITRE Top 25 + commonly-referenced-class expansion.",
2924
2931
  "_auto_imported": true,
@@ -35,7 +35,10 @@
35
35
  "opened_date": "2026-01-01",
36
36
  "evidence_cves": [
37
37
  "CVE-2025-34291",
38
- "CVE-2025-49596"
38
+ "CVE-2025-49596",
39
+ "CVE-2025-54136",
40
+ "CVE-2026-22252",
41
+ "CVE-2026-22688"
39
42
  ],
40
43
  "atlas_refs": [
41
44
  "AML.T0018",
@@ -1443,6 +1446,7 @@
1443
1446
  "CVE-2025-53690",
1444
1447
  "CVE-2025-53770",
1445
1448
  "CVE-2025-54068",
1449
+ "CVE-2025-54136",
1446
1450
  "CVE-2025-5419",
1447
1451
  "CVE-2025-54236",
1448
1452
  "CVE-2025-54253",
@@ -1510,6 +1514,8 @@
1510
1514
  "CVE-2026-21525",
1511
1515
  "CVE-2026-21533",
1512
1516
  "CVE-2026-21643",
1517
+ "CVE-2026-22252",
1518
+ "CVE-2026-22688",
1513
1519
  "CVE-2026-22719",
1514
1520
  "CVE-2026-22769",
1515
1521
  "CVE-2026-23760",
@@ -1726,6 +1732,9 @@
1726
1732
  "CVE-2025-38352",
1727
1733
  "CVE-2025-43300",
1728
1734
  "CVE-2025-49596",
1735
+ "CVE-2025-54136",
1736
+ "CVE-2026-22252",
1737
+ "CVE-2026-22688",
1729
1738
  "CVE-2026-25592",
1730
1739
  "CVE-2026-31431",
1731
1740
  "CVE-2026-34926",
@@ -2373,6 +2382,7 @@
2373
2382
  "CVE-2025-53690",
2374
2383
  "CVE-2025-53770",
2375
2384
  "CVE-2025-54068",
2385
+ "CVE-2025-54136",
2376
2386
  "CVE-2025-5419",
2377
2387
  "CVE-2025-54236",
2378
2388
  "CVE-2025-54253",
@@ -2444,6 +2454,8 @@
2444
2454
  "CVE-2026-21525",
2445
2455
  "CVE-2026-21533",
2446
2456
  "CVE-2026-21643",
2457
+ "CVE-2026-22252",
2458
+ "CVE-2026-22688",
2447
2459
  "CVE-2026-22719",
2448
2460
  "CVE-2026-22769",
2449
2461
  "CVE-2026-23760",
@@ -4718,8 +4730,11 @@
4718
4730
  "CVE-2024-21762",
4719
4731
  "CVE-2025-34291",
4720
4732
  "CVE-2025-49596",
4733
+ "CVE-2025-54136",
4721
4734
  "CVE-2026-0300",
4722
4735
  "CVE-2026-20182",
4736
+ "CVE-2026-22252",
4737
+ "CVE-2026-22688",
4723
4738
  "CVE-2026-25592",
4724
4739
  "CVE-2026-34926",
4725
4740
  "CVE-2026-41091",
@@ -5216,6 +5231,9 @@
5216
5231
  "CVE-2024-21762",
5217
5232
  "CVE-2025-34291",
5218
5233
  "CVE-2025-49596",
5234
+ "CVE-2025-54136",
5235
+ "CVE-2026-22252",
5236
+ "CVE-2026-22688",
5219
5237
  "CVE-2026-25592",
5220
5238
  "CVE-2026-34926",
5221
5239
  "CVE-2026-41091",
@@ -5256,6 +5274,9 @@
5256
5274
  "CVE-2024-21762",
5257
5275
  "CVE-2025-34291",
5258
5276
  "CVE-2025-49596",
5277
+ "CVE-2025-54136",
5278
+ "CVE-2026-22252",
5279
+ "CVE-2026-22688",
5259
5280
  "CVE-2026-25592",
5260
5281
  "CVE-2026-34926",
5261
5282
  "CVE-2026-41091",