@blamejs/exceptd-skills 0.13.74 → 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.
@@ -277,6 +277,8 @@
277
277
  "CVE-2025-54136",
278
278
  "CVE-2025-55319",
279
279
  "CVE-2025-68664",
280
+ "CVE-2026-22252",
281
+ "CVE-2026-22688",
280
282
  "CVE-2026-22778",
281
283
  "CVE-2026-25592",
282
284
  "CVE-2026-30615",
@@ -945,6 +947,8 @@
945
947
  "CVE-2026-21525",
946
948
  "CVE-2026-21533",
947
949
  "CVE-2026-21643",
950
+ "CVE-2026-22252",
951
+ "CVE-2026-22688",
948
952
  "CVE-2026-22719",
949
953
  "CVE-2026-22769",
950
954
  "CVE-2026-22778",
@@ -9805,6 +9805,211 @@
9805
9805
  "_intake_method": "manual-verified-curation",
9806
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
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
+ },
9808
10013
  "CVE-2026-41091": {
9809
10014
  "name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
9810
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
  ],
@@ -195,6 +196,8 @@
195
196
  "CVE-2025-66644",
196
197
  "CVE-2025-9377",
197
198
  "CVE-2026-1731",
199
+ "CVE-2026-22252",
200
+ "CVE-2026-22688",
198
201
  "CVE-2026-25108",
199
202
  "CVE-2026-30623",
200
203
  "CVE-2026-39987"
@@ -2920,7 +2923,9 @@
2920
2923
  "CWE-2000"
2921
2924
  ],
2922
2925
  "related_weaknesses": [],
2923
- "evidence_cves": [],
2926
+ "evidence_cves": [
2927
+ "CVE-2026-22252"
2928
+ ],
2924
2929
  "last_verified": "2026-05-19",
2925
2930
  "notes": "Bulk-imported v0.13.18 from the canonical MITRE Top 25 + commonly-referenced-class expansion.",
2926
2931
  "_auto_imported": true,
@@ -36,7 +36,9 @@
36
36
  "evidence_cves": [
37
37
  "CVE-2025-34291",
38
38
  "CVE-2025-49596",
39
- "CVE-2025-54136"
39
+ "CVE-2025-54136",
40
+ "CVE-2026-22252",
41
+ "CVE-2026-22688"
40
42
  ],
41
43
  "atlas_refs": [
42
44
  "AML.T0018",
@@ -1512,6 +1514,8 @@
1512
1514
  "CVE-2026-21525",
1513
1515
  "CVE-2026-21533",
1514
1516
  "CVE-2026-21643",
1517
+ "CVE-2026-22252",
1518
+ "CVE-2026-22688",
1515
1519
  "CVE-2026-22719",
1516
1520
  "CVE-2026-22769",
1517
1521
  "CVE-2026-23760",
@@ -1729,6 +1733,8 @@
1729
1733
  "CVE-2025-43300",
1730
1734
  "CVE-2025-49596",
1731
1735
  "CVE-2025-54136",
1736
+ "CVE-2026-22252",
1737
+ "CVE-2026-22688",
1732
1738
  "CVE-2026-25592",
1733
1739
  "CVE-2026-31431",
1734
1740
  "CVE-2026-34926",
@@ -2448,6 +2454,8 @@
2448
2454
  "CVE-2026-21525",
2449
2455
  "CVE-2026-21533",
2450
2456
  "CVE-2026-21643",
2457
+ "CVE-2026-22252",
2458
+ "CVE-2026-22688",
2451
2459
  "CVE-2026-22719",
2452
2460
  "CVE-2026-22769",
2453
2461
  "CVE-2026-23760",
@@ -4725,6 +4733,8 @@
4725
4733
  "CVE-2025-54136",
4726
4734
  "CVE-2026-0300",
4727
4735
  "CVE-2026-20182",
4736
+ "CVE-2026-22252",
4737
+ "CVE-2026-22688",
4728
4738
  "CVE-2026-25592",
4729
4739
  "CVE-2026-34926",
4730
4740
  "CVE-2026-41091",
@@ -5222,6 +5232,8 @@
5222
5232
  "CVE-2025-34291",
5223
5233
  "CVE-2025-49596",
5224
5234
  "CVE-2025-54136",
5235
+ "CVE-2026-22252",
5236
+ "CVE-2026-22688",
5225
5237
  "CVE-2026-25592",
5226
5238
  "CVE-2026-34926",
5227
5239
  "CVE-2026-41091",
@@ -5263,6 +5275,8 @@
5263
5275
  "CVE-2025-34291",
5264
5276
  "CVE-2025-49596",
5265
5277
  "CVE-2025-54136",
5278
+ "CVE-2026-22252",
5279
+ "CVE-2026-22688",
5266
5280
  "CVE-2026-25592",
5267
5281
  "CVE-2026-34926",
5268
5282
  "CVE-2026-41091",
@@ -6083,6 +6083,106 @@
6083
6083
  "_auto_imported": false,
6084
6084
  "_intake_method": "manual-verified-curation"
6085
6085
  },
6086
+ "CVE-2026-22252": {
6087
+ "name": "LibreChat MCP stdio Transport — Authenticated Arbitrary Command Execution as Root",
6088
+ "lesson_date": "2026-05-25",
6089
+ "attack_vector": {
6090
+ "description": "LibreChat's MCP stdio transport accepts an arbitrary command without authorization or validation (CWE-285), so any authenticated user can make the server run shell commands as root inside the container via a single API request.",
6091
+ "privileges_required": "any authenticated LibreChat user (PR:L) — including self-registered accounts where open registration is enabled",
6092
+ "complexity": "low (NVD AC:L); one API request, container-root scope",
6093
+ "ai_factor": "The abused surface is the MCP tool transport of a multi-user AI platform. The lesson: an MCP stdio transport launches whatever command it is handed, so it must authorize the caller and validate the command — ordinary user authentication is not an execution boundary. Surfaced via the 2026 MCP supply-chain advisory + GHSA feeds."
6094
+ },
6095
+ "framework_coverage": {
6096
+ "NIST-800-53-SI-2": {
6097
+ "covered": true,
6098
+ "adequate": false,
6099
+ "gap": "Does not track self-hosted AI chat platforms and their MCP transports as managed, RCE-bearing software."
6100
+ },
6101
+ "ISO-27001-2022-A.8.8": {
6102
+ "covered": true,
6103
+ "adequate": false,
6104
+ "gap": "Does not enumerate the AI platform's MCP tool transport as an authorization-critical surface."
6105
+ },
6106
+ "ALL-AI-PIPELINE-INTEGRITY": {
6107
+ "covered": false,
6108
+ "adequate": false,
6109
+ "gap": "No framework requires the MCP stdio transport to enforce authorization and command validation; without it, ordinary user auth becomes container-root RCE."
6110
+ }
6111
+ },
6112
+ "compliance_exposure_score": {
6113
+ "percent_audit_passing_orgs_still_exposed": 70,
6114
+ "basis": "Self-hosted AI platforms are rarely in the managed vulnerability program, frequently run as root in their container, and their MCP transports are not audited as command-execution boundaries.",
6115
+ "theater_pattern": "ai_supply_chain_trust"
6116
+ },
6117
+ "ai_discovered_zeroday": false,
6118
+ "ai_discovery_source": "human_researcher",
6119
+ "ai_assist_factor": "none",
6120
+ "new_control_requirements": [
6121
+ {
6122
+ "id": "NEW-CTRL-083",
6123
+ "name": "MCP-STDIO-TRANSPORT-COMMAND-GOVERNANCE",
6124
+ "description": "An MCP stdio transport must not execute caller-supplied commands without authorization and validation: restrict which roles may configure/invoke MCP servers, pin or allow-list the launchable commands rather than accepting arbitrary strings, neutralize command input, and run the host process as a least-privilege (non-root) container user with a read-only filesystem where possible. Track the AI platform (e.g. LibreChat >= 0.8.2-rc2) as managed, patch-prioritized software.",
6125
+ "evidence": "https://nvd.nist.gov/vuln/detail/CVE-2026-22252",
6126
+ "gap_closes": [
6127
+ "NIST-800-53-SI-2",
6128
+ "ISO-27001-2022-A.8.8",
6129
+ "ALL-AI-PIPELINE-INTEGRITY"
6130
+ ]
6131
+ }
6132
+ ],
6133
+ "_auto_imported": false,
6134
+ "_intake_method": "manual-verified-curation"
6135
+ },
6136
+ "CVE-2026-22688": {
6137
+ "name": "Tencent WeKnora MCP stdio Command Injection",
6138
+ "lesson_date": "2026-05-25",
6139
+ "attack_vector": {
6140
+ "description": "WeKnora lets authenticated users set the MCP stdio_config.command/args, which the server executes as a subprocess without neutralizing special elements (CWE-77), yielding command injection / code execution on the host.",
6141
+ "privileges_required": "authenticated WeKnora user (PR:L)",
6142
+ "complexity": "low (NVD AC:L)",
6143
+ "ai_factor": "The abused surface is the MCP stdio configuration of a RAG / knowledge-base AI platform. The lesson is identical to the LibreChat case: user-supplied MCP command/args are untrusted input that the transport must neutralize, because the MCP transport's by-design command execution turns injection into RCE. Surfaced via the 2026 MCP supply-chain advisory + GHSA feeds."
6144
+ },
6145
+ "framework_coverage": {
6146
+ "NIST-800-53-SI-2": {
6147
+ "covered": true,
6148
+ "adequate": false,
6149
+ "gap": "Does not track self-hosted RAG / knowledge-base AI platforms and their MCP transports as managed, RCE-bearing software."
6150
+ },
6151
+ "ISO-27001-2022-A.8.8": {
6152
+ "covered": true,
6153
+ "adequate": false,
6154
+ "gap": "Does not enumerate the AI platform's MCP stdio settings as a command-execution surface."
6155
+ },
6156
+ "ALL-AI-PIPELINE-INTEGRITY": {
6157
+ "covered": false,
6158
+ "adequate": false,
6159
+ "gap": "No framework treats user-supplied MCP stdio command/args as untrusted input requiring neutralization."
6160
+ }
6161
+ },
6162
+ "compliance_exposure_score": {
6163
+ "percent_audit_passing_orgs_still_exposed": 70,
6164
+ "basis": "RAG / knowledge-base AI platforms are rarely in the managed vulnerability program, and their MCP stdio settings are not treated as command-injection-prone input.",
6165
+ "theater_pattern": "ai_supply_chain_trust"
6166
+ },
6167
+ "ai_discovered_zeroday": false,
6168
+ "ai_discovery_source": "human_researcher",
6169
+ "ai_assist_factor": "none",
6170
+ "new_control_requirements": [
6171
+ {
6172
+ "id": "NEW-CTRL-084",
6173
+ "name": "MCP-STDIO-CONFIG-INPUT-NEUTRALIZATION",
6174
+ "description": "User-supplied MCP stdio_config.command/args must be treated as untrusted input: neutralize shell metacharacters, allow-list permissible commands, restrict who may edit MCP stdio settings, and run the AI platform as a least-privilege container user. Track the platform (e.g. Tencent WeKnora >= 0.2.5) as managed, patch-prioritized software. This is the same governance the LibreChat MCP transport flaw (CVE-2026-22252) requires, applied to RAG platforms.",
6175
+ "evidence": "https://nvd.nist.gov/vuln/detail/CVE-2026-22688",
6176
+ "gap_closes": [
6177
+ "NIST-800-53-SI-2",
6178
+ "ISO-27001-2022-A.8.8",
6179
+ "ALL-AI-PIPELINE-INTEGRITY"
6180
+ ]
6181
+ }
6182
+ ],
6183
+ "_auto_imported": false,
6184
+ "_intake_method": "manual-verified-curation"
6185
+ },
6086
6186
  "CVE-2025-34291": {
6087
6187
  "name": "Langflow Account Takeover + RCE (CORS / refresh-token chain)",
6088
6188
  "lesson_date": "2026-05-24",