@blamejs/exceptd-skills 0.13.74 → 0.13.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/data/_indexes/_meta.json +8 -8
- package/data/_indexes/activity-feed.json +2 -2
- package/data/_indexes/catalog-summaries.json +2 -2
- package/data/_indexes/chains.json +2695 -0
- package/data/attack-techniques.json +14 -0
- package/data/cve-catalog.json +682 -1
- package/data/cwe-catalog.json +16 -2
- package/data/framework-control-gaps.json +50 -1
- package/data/zeroday-lessons.json +350 -0
- package/manifest.json +44 -44
- package/package.json +2 -2
- package/sbom.cdx.json +23 -23
package/data/cve-catalog.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"ai_discovery_methodology": {
|
|
56
56
|
"field_added": "2026-05-15",
|
|
57
57
|
"agents_md_target": "Hard Rule #7 — '41% of 2025 zero-days were AI-discovered'. Catalog target rate floor: 0.40.",
|
|
58
|
-
"current_rate": 0.
|
|
58
|
+
"current_rate": 0.036,
|
|
59
59
|
"current_floor_enforced_by_test": 0.03,
|
|
60
60
|
"ladder_to_target": [
|
|
61
61
|
0.03,
|
|
@@ -9805,6 +9805,687 @@
|
|
|
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
|
+
},
|
|
10013
|
+
"CVE-2026-40933": {
|
|
10014
|
+
"name": "FlowiseAI Flowise MCP Custom Config Command Injection",
|
|
10015
|
+
"type": "RCE",
|
|
10016
|
+
"cvss_score": 9.9,
|
|
10017
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
|
|
10018
|
+
"cvss_note": "NVD/CNA CVSS v3.1 base 9.9 (CRITICAL, Scope:Changed). Authenticated command injection via the Custom MCP configuration.",
|
|
10019
|
+
"cisa_kev": false,
|
|
10020
|
+
"poc_available": true,
|
|
10021
|
+
"poc_description": "Documented in the 2026 MCP supply-chain advisory family (OX Security) and the NVD record: an attacker who controls the MCP Custom configuration causes the host to execute attacker-influenced commands.",
|
|
10022
|
+
"ai_discovered": false,
|
|
10023
|
+
"ai_discovery_source": "human_researcher",
|
|
10024
|
+
"ai_discovery_notes": "Disclosed via the coordinated 2026 MCP supply-chain advisory; the abused surface is the project's MCP command/transport configuration.",
|
|
10025
|
+
"ai_assisted_weaponization": false,
|
|
10026
|
+
"ai_assisted_notes": "No AI-assisted weaponization; conventional command/argument injection through MCP configuration.",
|
|
10027
|
+
"active_exploitation": "none",
|
|
10028
|
+
"active_exploitation_notes": "Research / advisory disclosure; no confirmed in-the-wild exploitation reported as of curation.",
|
|
10029
|
+
"affected": "FlowiseAI Flowise (low-code LLM orchestration builder) versions prior to 3.1.0.",
|
|
10030
|
+
"affected_versions": [
|
|
10031
|
+
"FlowiseAI Flowise < 3.1.0"
|
|
10032
|
+
],
|
|
10033
|
+
"vector": "Flowise lets an authenticated user define a Custom MCP server configuration whose command/args the server then executes. Sanitization can be bypassed by combining an allow-listed binary (e.g. npx) with execution flags, so the attacker neutralizes special elements (CWE-78) and runs arbitrary OS commands on the Flowise host.",
|
|
10034
|
+
"complexity": "low",
|
|
10035
|
+
"complexity_notes": "NVD AV:N / AC:L: network-reachable, low-complexity command injection through MCP configuration.",
|
|
10036
|
+
"patch_available": true,
|
|
10037
|
+
"patch_required_reboot": false,
|
|
10038
|
+
"live_patch_available": false,
|
|
10039
|
+
"live_patch_tools": [],
|
|
10040
|
+
"live_patch_notes": "Remediation is an application upgrade to 3.1.0 or later; redeploy, no host reboot.",
|
|
10041
|
+
"vendor_update_paths": [
|
|
10042
|
+
"Upgrade FlowiseAI Flowise to 3.1.0 or later. Until then, restrict who can author Custom MCP configurations and run Flowise as a least-privilege container user."
|
|
10043
|
+
],
|
|
10044
|
+
"framework_control_gaps": {
|
|
10045
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track self-hosted AI agent / RAG frameworks and their MCP command surfaces as managed, RCE-bearing software.",
|
|
10046
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates an AI framework's MCP command/transport configuration as an in-scope command-execution surface.",
|
|
10047
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach MCP command configuration as a privileged execution control plane.",
|
|
10048
|
+
"DORA-Art-9": "ICT protection measures do not model command injection via an AI framework's MCP configuration.",
|
|
10049
|
+
"UK-CAF-B4": "System Security objective has no objective for neutralizing command input handed to an AI framework's MCP transport.",
|
|
10050
|
+
"AU-ISM-1546": "Patch-application control does not single out AI-framework MCP command surfaces.",
|
|
10051
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats user-supplied MCP command/args as untrusted input requiring neutralization; the transport's by-design command execution turns injection into direct RCE."
|
|
10052
|
+
},
|
|
10053
|
+
"atlas_refs": [],
|
|
10054
|
+
"attack_refs": [
|
|
10055
|
+
"T1190",
|
|
10056
|
+
"T1059"
|
|
10057
|
+
],
|
|
10058
|
+
"rwep_score": 30,
|
|
10059
|
+
"rwep_factors": {
|
|
10060
|
+
"cisa_kev": 0,
|
|
10061
|
+
"poc_available": 20,
|
|
10062
|
+
"ai_factor": 0,
|
|
10063
|
+
"active_exploitation": 0,
|
|
10064
|
+
"blast_radius": 25,
|
|
10065
|
+
"patch_available": -15,
|
|
10066
|
+
"live_patch_available": 0,
|
|
10067
|
+
"reboot_required": 0
|
|
10068
|
+
},
|
|
10069
|
+
"rwep_notes": "Standard (RWEP 30, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation, patched at/after disclosure (Hard Rule #3). poc_available=20 (documented technique) + blast_radius=25 minus patch 15.",
|
|
10070
|
+
"epss_score": null,
|
|
10071
|
+
"epss_date": "2026-05-25",
|
|
10072
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
10073
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-40933",
|
|
10074
|
+
"cwe_refs": [
|
|
10075
|
+
"CWE-78"
|
|
10076
|
+
],
|
|
10077
|
+
"iocs": {
|
|
10078
|
+
"behavioral": [
|
|
10079
|
+
"Flowise spawning a subprocess whose command/args came from an MCP configuration supplied or influenced by a caller rather than a pinned configuration.",
|
|
10080
|
+
"Shell metacharacters, or allow-listed binaries (npm/npx) carrying execution flags, in MCP command/args values.",
|
|
10081
|
+
"An MCP configuration / management surface reachable by a user who should not control command execution.",
|
|
10082
|
+
"FlowiseAI Flowise < 3.1.0 - the exposed precondition."
|
|
10083
|
+
],
|
|
10084
|
+
"_ioc_source_note": "Behavioral signatures derived from NVD CVE-2026-40933 (CWE-78 command injection via MCP configuration) and the 2026 MCP supply-chain advisory (https://www.ox.security/blog/mcp-supply-chain-advisory-rce-vulnerabilities-across-the-ai-ecosystem/) describing the unvalidated-MCP-command class."
|
|
10085
|
+
},
|
|
10086
|
+
"source_verified": "2026-05-25",
|
|
10087
|
+
"verification_sources": [
|
|
10088
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2026-40933",
|
|
10089
|
+
"https://www.ox.security/blog/mcp-supply-chain-advisory-rce-vulnerabilities-across-the-ai-ecosystem/"
|
|
10090
|
+
],
|
|
10091
|
+
"vendor_advisories": [
|
|
10092
|
+
{
|
|
10093
|
+
"vendor": "GitHub Security Advisory",
|
|
10094
|
+
"advisory_id": "CVE-2026-40933",
|
|
10095
|
+
"url": "https://github.com/FlowiseAI/Flowise/security/advisories/GHSA-c9gw-hvqq-f33r",
|
|
10096
|
+
"severity": "critical",
|
|
10097
|
+
"published_date": "2026-04-21"
|
|
10098
|
+
},
|
|
10099
|
+
{
|
|
10100
|
+
"vendor": "NVD",
|
|
10101
|
+
"advisory_id": "CVE-2026-40933",
|
|
10102
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40933",
|
|
10103
|
+
"severity": "critical",
|
|
10104
|
+
"published_date": "2026-04-21"
|
|
10105
|
+
}
|
|
10106
|
+
],
|
|
10107
|
+
"last_updated": "2026-05-25",
|
|
10108
|
+
"discovery_attribution_note": "Imported from NVD (CWE-78; NIST CVSS 9.9) + the 2026 MCP supply-chain advisory family (OX Security). Member of the MCP command-injection class already curated in depth by CVE-2026-22252 and CVE-2026-22688.",
|
|
10109
|
+
"_auto_imported": false,
|
|
10110
|
+
"_intake_method": "manual-verified-curation",
|
|
10111
|
+
"_kev_short_description": "FlowiseAI Flowise allows an authenticated user to bypass MCP Custom-config command sanitization (e.g. npx with execution flags) and run arbitrary OS commands on the host."
|
|
10112
|
+
},
|
|
10113
|
+
"CVE-2026-30624": {
|
|
10114
|
+
"name": "Agent Zero MCP Server Config Command Injection",
|
|
10115
|
+
"type": "RCE",
|
|
10116
|
+
"cvss_score": 8.6,
|
|
10117
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
|
|
10118
|
+
"cvss_note": "NVD CVSS v3.1 base 8.6 (HIGH). Remote code execution through malicious MCP server configurations executed without adequate validation.",
|
|
10119
|
+
"cisa_kev": false,
|
|
10120
|
+
"poc_available": true,
|
|
10121
|
+
"poc_description": "Documented in the 2026 MCP supply-chain advisory family (OX Security) and the NVD record: an attacker who controls the MCP server configuration causes the host to execute attacker-influenced commands.",
|
|
10122
|
+
"ai_discovered": false,
|
|
10123
|
+
"ai_discovery_source": "human_researcher",
|
|
10124
|
+
"ai_discovery_notes": "Disclosed via the coordinated 2026 MCP supply-chain advisory; the abused surface is the project's MCP command/transport configuration.",
|
|
10125
|
+
"ai_assisted_weaponization": false,
|
|
10126
|
+
"ai_assisted_notes": "No AI-assisted weaponization; conventional command/argument injection through MCP configuration.",
|
|
10127
|
+
"active_exploitation": "none",
|
|
10128
|
+
"active_exploitation_notes": "Research / advisory disclosure; no confirmed in-the-wild exploitation reported as of curation.",
|
|
10129
|
+
"affected": "Agent Zero (autonomous agent framework) version 0.9.8.",
|
|
10130
|
+
"affected_versions": [
|
|
10131
|
+
"Agent Zero 0.9.8"
|
|
10132
|
+
],
|
|
10133
|
+
"vector": "Agent Zero executes MCP server configurations without adequately validating the command/args before spawning the subprocess (CWE-77). An attacker who can supply or influence an MCP server configuration achieves remote code execution on the Agent Zero host.",
|
|
10134
|
+
"complexity": "low",
|
|
10135
|
+
"complexity_notes": "NVD AV:N / AC:L: network-reachable, low-complexity command injection through MCP configuration.",
|
|
10136
|
+
"patch_available": false,
|
|
10137
|
+
"patch_required_reboot": false,
|
|
10138
|
+
"live_patch_available": false,
|
|
10139
|
+
"live_patch_tools": [],
|
|
10140
|
+
"live_patch_notes": "No confirmed fixed release at curation; mitigate by restricting who can configure MCP commands and running the service least-privilege.",
|
|
10141
|
+
"vendor_update_paths": [
|
|
10142
|
+
"Track the Agent Zero project for a fixed release; until one ships, treat MCP server configuration as a privileged surface, restrict who can edit it, and run Agent Zero as a least-privilege user."
|
|
10143
|
+
],
|
|
10144
|
+
"framework_control_gaps": {
|
|
10145
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track self-hosted AI agent / RAG frameworks and their MCP command surfaces as managed, RCE-bearing software.",
|
|
10146
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates an AI framework's MCP command/transport configuration as an in-scope command-execution surface.",
|
|
10147
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach MCP command configuration as a privileged execution control plane.",
|
|
10148
|
+
"DORA-Art-9": "ICT protection measures do not model command injection via an AI framework's MCP configuration.",
|
|
10149
|
+
"UK-CAF-B4": "System Security objective has no objective for neutralizing command input handed to an AI framework's MCP transport.",
|
|
10150
|
+
"AU-ISM-1546": "Patch-application control does not single out AI-framework MCP command surfaces.",
|
|
10151
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats user-supplied MCP command/args as untrusted input requiring neutralization; the transport's by-design command execution turns injection into direct RCE."
|
|
10152
|
+
},
|
|
10153
|
+
"atlas_refs": [],
|
|
10154
|
+
"attack_refs": [
|
|
10155
|
+
"T1190",
|
|
10156
|
+
"T1059"
|
|
10157
|
+
],
|
|
10158
|
+
"rwep_score": 40,
|
|
10159
|
+
"rwep_factors": {
|
|
10160
|
+
"cisa_kev": 0,
|
|
10161
|
+
"poc_available": 20,
|
|
10162
|
+
"ai_factor": 0,
|
|
10163
|
+
"active_exploitation": 0,
|
|
10164
|
+
"blast_radius": 20,
|
|
10165
|
+
"patch_available": 0,
|
|
10166
|
+
"live_patch_available": 0,
|
|
10167
|
+
"reboot_required": 0
|
|
10168
|
+
},
|
|
10169
|
+
"rwep_notes": "Elevated (RWEP 40, \"patch within 7 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation. poc_available=20 (documented technique) + blast_radius=20.",
|
|
10170
|
+
"epss_score": null,
|
|
10171
|
+
"epss_date": "2026-05-25",
|
|
10172
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
10173
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-30624",
|
|
10174
|
+
"cwe_refs": [
|
|
10175
|
+
"CWE-77",
|
|
10176
|
+
"CWE-78"
|
|
10177
|
+
],
|
|
10178
|
+
"iocs": {
|
|
10179
|
+
"behavioral": [
|
|
10180
|
+
"agent-zero spawning a subprocess whose command/args came from an MCP configuration supplied or influenced by a caller rather than a pinned configuration.",
|
|
10181
|
+
"Shell metacharacters, or allow-listed binaries (npm/npx) carrying execution flags, in MCP command/args values.",
|
|
10182
|
+
"An MCP configuration / management surface reachable by a user who should not control command execution.",
|
|
10183
|
+
"Agent Zero 0.9.8 - the exposed precondition."
|
|
10184
|
+
],
|
|
10185
|
+
"_ioc_source_note": "Behavioral signatures derived from NVD CVE-2026-30624 (CWE-77/CWE-78 command injection via MCP configuration) and the 2026 MCP supply-chain advisory (https://www.ox.security/blog/mcp-supply-chain-advisory-rce-vulnerabilities-across-the-ai-ecosystem/) describing the unvalidated-MCP-command class."
|
|
10186
|
+
},
|
|
10187
|
+
"source_verified": "2026-05-25",
|
|
10188
|
+
"verification_sources": [
|
|
10189
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2026-30624",
|
|
10190
|
+
"https://www.ox.security/blog/mcp-supply-chain-advisory-rce-vulnerabilities-across-the-ai-ecosystem/"
|
|
10191
|
+
],
|
|
10192
|
+
"vendor_advisories": [
|
|
10193
|
+
{
|
|
10194
|
+
"vendor": "NVD",
|
|
10195
|
+
"advisory_id": "CVE-2026-30624",
|
|
10196
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30624",
|
|
10197
|
+
"severity": "high",
|
|
10198
|
+
"published_date": "2026-04-15"
|
|
10199
|
+
}
|
|
10200
|
+
],
|
|
10201
|
+
"last_updated": "2026-05-25",
|
|
10202
|
+
"discovery_attribution_note": "Imported from NVD (CWE-77/CWE-78; NIST CVSS 8.6) + the 2026 MCP supply-chain advisory family (OX Security). Member of the MCP command-injection class already curated in depth by CVE-2026-22252 and CVE-2026-22688.",
|
|
10203
|
+
"_auto_imported": false,
|
|
10204
|
+
"_intake_method": "manual-verified-curation",
|
|
10205
|
+
"_kev_short_description": "Agent Zero executes MCP server configurations without validating the command, letting an attacker who controls a configuration run arbitrary commands on the host."
|
|
10206
|
+
},
|
|
10207
|
+
"CVE-2026-30616": {
|
|
10208
|
+
"name": "Jaaz MCP stdio Command Execution RCE",
|
|
10209
|
+
"type": "RCE",
|
|
10210
|
+
"cvss_score": 7.3,
|
|
10211
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
|
|
10212
|
+
"cvss_note": "CISA-ADP CVSS v3.1 base 7.3 (HIGH). Remote code execution in MCP stdio command execution handling.",
|
|
10213
|
+
"cisa_kev": false,
|
|
10214
|
+
"poc_available": true,
|
|
10215
|
+
"poc_description": "Documented in the 2026 MCP supply-chain advisory family (OX Security) and the NVD record: an attacker who controls the MCP stdio configuration causes the host to execute attacker-influenced commands.",
|
|
10216
|
+
"ai_discovered": false,
|
|
10217
|
+
"ai_discovery_source": "human_researcher",
|
|
10218
|
+
"ai_discovery_notes": "Disclosed via the coordinated 2026 MCP supply-chain advisory; the abused surface is the project's MCP command/transport configuration.",
|
|
10219
|
+
"ai_assisted_weaponization": false,
|
|
10220
|
+
"ai_assisted_notes": "No AI-assisted weaponization; conventional command/argument injection through MCP configuration.",
|
|
10221
|
+
"active_exploitation": "none",
|
|
10222
|
+
"active_exploitation_notes": "Research / advisory disclosure; no confirmed in-the-wild exploitation reported as of curation.",
|
|
10223
|
+
"affected": "Jaaz (AI design / agent application) version 1.0.30.",
|
|
10224
|
+
"affected_versions": [
|
|
10225
|
+
"Jaaz 1.0.30"
|
|
10226
|
+
],
|
|
10227
|
+
"vector": "Jaaz mishandles MCP stdio command execution, running command/args from an MCP configuration without neutralizing special elements (CWE-77). An attacker able to set the stdio command achieves code execution on the Jaaz host.",
|
|
10228
|
+
"complexity": "low",
|
|
10229
|
+
"complexity_notes": "NVD AV:N / AC:L: network-reachable, low-complexity command injection through MCP configuration.",
|
|
10230
|
+
"patch_available": false,
|
|
10231
|
+
"patch_required_reboot": false,
|
|
10232
|
+
"live_patch_available": false,
|
|
10233
|
+
"live_patch_tools": [],
|
|
10234
|
+
"live_patch_notes": "No confirmed fixed release at curation; mitigate by restricting who can configure MCP commands and running the service least-privilege.",
|
|
10235
|
+
"vendor_update_paths": [
|
|
10236
|
+
"Track the Jaaz project for a fixed release; until then restrict who can configure MCP stdio servers and run Jaaz as a least-privilege user."
|
|
10237
|
+
],
|
|
10238
|
+
"framework_control_gaps": {
|
|
10239
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track self-hosted AI agent / RAG frameworks and their MCP command surfaces as managed, RCE-bearing software.",
|
|
10240
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates an AI framework's MCP command/transport configuration as an in-scope command-execution surface.",
|
|
10241
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach MCP command configuration as a privileged execution control plane.",
|
|
10242
|
+
"DORA-Art-9": "ICT protection measures do not model command injection via an AI framework's MCP configuration.",
|
|
10243
|
+
"UK-CAF-B4": "System Security objective has no objective for neutralizing command input handed to an AI framework's MCP transport.",
|
|
10244
|
+
"AU-ISM-1546": "Patch-application control does not single out AI-framework MCP command surfaces.",
|
|
10245
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats user-supplied MCP command/args as untrusted input requiring neutralization; the transport's by-design command execution turns injection into direct RCE."
|
|
10246
|
+
},
|
|
10247
|
+
"atlas_refs": [],
|
|
10248
|
+
"attack_refs": [
|
|
10249
|
+
"T1190",
|
|
10250
|
+
"T1059"
|
|
10251
|
+
],
|
|
10252
|
+
"rwep_score": 35,
|
|
10253
|
+
"rwep_factors": {
|
|
10254
|
+
"cisa_kev": 0,
|
|
10255
|
+
"poc_available": 20,
|
|
10256
|
+
"ai_factor": 0,
|
|
10257
|
+
"active_exploitation": 0,
|
|
10258
|
+
"blast_radius": 15,
|
|
10259
|
+
"patch_available": 0,
|
|
10260
|
+
"live_patch_available": 0,
|
|
10261
|
+
"reboot_required": 0
|
|
10262
|
+
},
|
|
10263
|
+
"rwep_notes": "Standard (RWEP 35, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation. poc_available=20 (documented technique) + blast_radius=15.",
|
|
10264
|
+
"epss_score": null,
|
|
10265
|
+
"epss_date": "2026-05-25",
|
|
10266
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
10267
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-30616",
|
|
10268
|
+
"cwe_refs": [
|
|
10269
|
+
"CWE-77",
|
|
10270
|
+
"CWE-78"
|
|
10271
|
+
],
|
|
10272
|
+
"iocs": {
|
|
10273
|
+
"behavioral": [
|
|
10274
|
+
"jaaz spawning a subprocess whose command/args came from an MCP configuration supplied or influenced by a caller rather than a pinned configuration.",
|
|
10275
|
+
"Shell metacharacters, or allow-listed binaries (npm/npx) carrying execution flags, in MCP command/args values.",
|
|
10276
|
+
"An MCP configuration / management surface reachable by a user who should not control command execution.",
|
|
10277
|
+
"Jaaz 1.0.30 - the exposed precondition."
|
|
10278
|
+
],
|
|
10279
|
+
"_ioc_source_note": "Behavioral signatures derived from NVD CVE-2026-30616 (CWE-77/CWE-78 command injection via MCP configuration) and the 2026 MCP supply-chain advisory (https://www.ox.security/blog/mcp-supply-chain-advisory-rce-vulnerabilities-across-the-ai-ecosystem/) describing the unvalidated-MCP-command class."
|
|
10280
|
+
},
|
|
10281
|
+
"source_verified": "2026-05-25",
|
|
10282
|
+
"verification_sources": [
|
|
10283
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2026-30616",
|
|
10284
|
+
"https://www.ox.security/blog/mcp-supply-chain-advisory-rce-vulnerabilities-across-the-ai-ecosystem/"
|
|
10285
|
+
],
|
|
10286
|
+
"vendor_advisories": [
|
|
10287
|
+
{
|
|
10288
|
+
"vendor": "NVD",
|
|
10289
|
+
"advisory_id": "CVE-2026-30616",
|
|
10290
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30616",
|
|
10291
|
+
"severity": "high",
|
|
10292
|
+
"published_date": "2026-04-15"
|
|
10293
|
+
}
|
|
10294
|
+
],
|
|
10295
|
+
"last_updated": "2026-05-25",
|
|
10296
|
+
"discovery_attribution_note": "Imported from NVD (CWE-77/CWE-78; NIST CVSS 7.3) + the 2026 MCP supply-chain advisory family (OX Security). Member of the MCP command-injection class already curated in depth by CVE-2026-22252 and CVE-2026-22688.",
|
|
10297
|
+
"_auto_imported": false,
|
|
10298
|
+
"_intake_method": "manual-verified-curation",
|
|
10299
|
+
"_kev_short_description": "Jaaz mishandles MCP stdio command execution, letting an attacker who sets the stdio command run arbitrary commands on the host."
|
|
10300
|
+
},
|
|
10301
|
+
"CVE-2026-30617": {
|
|
10302
|
+
"name": "Langchain-Chatchat MCP Management Interface stdio RCE",
|
|
10303
|
+
"type": "RCE",
|
|
10304
|
+
"cvss_score": 8.6,
|
|
10305
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
|
|
10306
|
+
"cvss_note": "NVD CVSS v3.1 base 8.6 (HIGH). RCE through an exposed MCP management interface that configures malicious stdio server commands.",
|
|
10307
|
+
"cisa_kev": false,
|
|
10308
|
+
"poc_available": true,
|
|
10309
|
+
"poc_description": "Documented in the 2026 MCP supply-chain advisory family (OX Security) and the NVD record: an attacker who controls the MCP stdio configuration causes the host to execute attacker-influenced commands.",
|
|
10310
|
+
"ai_discovered": false,
|
|
10311
|
+
"ai_discovery_source": "human_researcher",
|
|
10312
|
+
"ai_discovery_notes": "Disclosed via the coordinated 2026 MCP supply-chain advisory; the abused surface is the project's MCP command/transport configuration.",
|
|
10313
|
+
"ai_assisted_weaponization": false,
|
|
10314
|
+
"ai_assisted_notes": "No AI-assisted weaponization; conventional command/argument injection through MCP configuration.",
|
|
10315
|
+
"active_exploitation": "none",
|
|
10316
|
+
"active_exploitation_notes": "Research / advisory disclosure; no confirmed in-the-wild exploitation reported as of curation.",
|
|
10317
|
+
"affected": "Langchain-Chatchat (RAG / knowledge-base assistant) version 0.3.1.",
|
|
10318
|
+
"affected_versions": [
|
|
10319
|
+
"Langchain-Chatchat 0.3.1"
|
|
10320
|
+
],
|
|
10321
|
+
"vector": "Langchain-Chatchat exposes an MCP management interface that lets a caller configure a malicious stdio server command, which the server then executes without neutralizing special elements (CWE-77), yielding remote code execution on the host.",
|
|
10322
|
+
"complexity": "low",
|
|
10323
|
+
"complexity_notes": "NVD AV:N / AC:L: network-reachable, low-complexity command injection through MCP configuration.",
|
|
10324
|
+
"patch_available": false,
|
|
10325
|
+
"patch_required_reboot": false,
|
|
10326
|
+
"live_patch_available": false,
|
|
10327
|
+
"live_patch_tools": [],
|
|
10328
|
+
"live_patch_notes": "No confirmed fixed release at curation; mitigate by restricting who can configure MCP commands and running the service least-privilege.",
|
|
10329
|
+
"vendor_update_paths": [
|
|
10330
|
+
"Track the Langchain-Chatchat project for a fixed release; until then do not expose the MCP management interface to untrusted networks and run the service as a least-privilege user."
|
|
10331
|
+
],
|
|
10332
|
+
"framework_control_gaps": {
|
|
10333
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track self-hosted AI agent / RAG frameworks and their MCP command surfaces as managed, RCE-bearing software.",
|
|
10334
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates an AI framework's MCP command/transport configuration as an in-scope command-execution surface.",
|
|
10335
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach MCP command configuration as a privileged execution control plane.",
|
|
10336
|
+
"DORA-Art-9": "ICT protection measures do not model command injection via an AI framework's MCP configuration.",
|
|
10337
|
+
"UK-CAF-B4": "System Security objective has no objective for neutralizing command input handed to an AI framework's MCP transport.",
|
|
10338
|
+
"AU-ISM-1546": "Patch-application control does not single out AI-framework MCP command surfaces.",
|
|
10339
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats user-supplied MCP command/args as untrusted input requiring neutralization; the transport's by-design command execution turns injection into direct RCE."
|
|
10340
|
+
},
|
|
10341
|
+
"atlas_refs": [],
|
|
10342
|
+
"attack_refs": [
|
|
10343
|
+
"T1190",
|
|
10344
|
+
"T1059"
|
|
10345
|
+
],
|
|
10346
|
+
"rwep_score": 42,
|
|
10347
|
+
"rwep_factors": {
|
|
10348
|
+
"cisa_kev": 0,
|
|
10349
|
+
"poc_available": 20,
|
|
10350
|
+
"ai_factor": 0,
|
|
10351
|
+
"active_exploitation": 0,
|
|
10352
|
+
"blast_radius": 22,
|
|
10353
|
+
"patch_available": 0,
|
|
10354
|
+
"live_patch_available": 0,
|
|
10355
|
+
"reboot_required": 0
|
|
10356
|
+
},
|
|
10357
|
+
"rwep_notes": "Elevated (RWEP 42, \"patch within 7 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation. poc_available=20 (documented technique) + blast_radius=22.",
|
|
10358
|
+
"epss_score": null,
|
|
10359
|
+
"epss_date": "2026-05-25",
|
|
10360
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
10361
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-30617",
|
|
10362
|
+
"cwe_refs": [
|
|
10363
|
+
"CWE-77",
|
|
10364
|
+
"CWE-78"
|
|
10365
|
+
],
|
|
10366
|
+
"iocs": {
|
|
10367
|
+
"behavioral": [
|
|
10368
|
+
"Langchain-Chatchat spawning a subprocess whose command/args came from an MCP configuration supplied or influenced by a caller rather than a pinned configuration.",
|
|
10369
|
+
"Shell metacharacters, or allow-listed binaries (npm/npx) carrying execution flags, in MCP command/args values.",
|
|
10370
|
+
"An MCP configuration / management surface reachable by a user who should not control command execution.",
|
|
10371
|
+
"Langchain-Chatchat 0.3.1 - the exposed precondition."
|
|
10372
|
+
],
|
|
10373
|
+
"_ioc_source_note": "Behavioral signatures derived from NVD CVE-2026-30617 (CWE-77/CWE-78 command injection via MCP configuration) and the 2026 MCP supply-chain advisory (https://www.ox.security/blog/mcp-supply-chain-advisory-rce-vulnerabilities-across-the-ai-ecosystem/) describing the unvalidated-MCP-command class."
|
|
10374
|
+
},
|
|
10375
|
+
"source_verified": "2026-05-25",
|
|
10376
|
+
"verification_sources": [
|
|
10377
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2026-30617",
|
|
10378
|
+
"https://www.ox.security/blog/mcp-supply-chain-advisory-rce-vulnerabilities-across-the-ai-ecosystem/"
|
|
10379
|
+
],
|
|
10380
|
+
"vendor_advisories": [
|
|
10381
|
+
{
|
|
10382
|
+
"vendor": "NVD",
|
|
10383
|
+
"advisory_id": "CVE-2026-30617",
|
|
10384
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30617",
|
|
10385
|
+
"severity": "high",
|
|
10386
|
+
"published_date": "2026-04-15"
|
|
10387
|
+
}
|
|
10388
|
+
],
|
|
10389
|
+
"last_updated": "2026-05-25",
|
|
10390
|
+
"discovery_attribution_note": "Imported from NVD (CWE-77/CWE-78; NIST CVSS 8.6) + the 2026 MCP supply-chain advisory family (OX Security). Member of the MCP command-injection class already curated in depth by CVE-2026-22252 and CVE-2026-22688.",
|
|
10391
|
+
"_auto_imported": false,
|
|
10392
|
+
"_intake_method": "manual-verified-curation",
|
|
10393
|
+
"_kev_short_description": "Langchain-Chatchat exposes an MCP management interface that lets a caller configure a malicious stdio command the server then executes, yielding RCE."
|
|
10394
|
+
},
|
|
10395
|
+
"CVE-2026-30625": {
|
|
10396
|
+
"name": "Upsonic MCP Task Allowed-Command Argument Injection RCE",
|
|
10397
|
+
"type": "RCE",
|
|
10398
|
+
"cvss_score": 9.8,
|
|
10399
|
+
"cvss_vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
|
|
10400
|
+
"cvss_note": "NVD CVSS v3.1 base 9.8 (CRITICAL). RCE via MCP task creation where allow-listed commands (npm, npx) accept flags that enable arbitrary OS command execution.",
|
|
10401
|
+
"cisa_kev": false,
|
|
10402
|
+
"poc_available": true,
|
|
10403
|
+
"poc_description": "Documented in the 2026 MCP supply-chain advisory family (OX Security) and the NVD record: an attacker who controls the MCP task command allow-list arguments causes the host to execute attacker-influenced commands.",
|
|
10404
|
+
"ai_discovered": false,
|
|
10405
|
+
"ai_discovery_source": "human_researcher",
|
|
10406
|
+
"ai_discovery_notes": "Disclosed via the coordinated 2026 MCP supply-chain advisory; the abused surface is the project's MCP command/transport configuration.",
|
|
10407
|
+
"ai_assisted_weaponization": false,
|
|
10408
|
+
"ai_assisted_notes": "No AI-assisted weaponization; conventional command/argument injection through MCP configuration.",
|
|
10409
|
+
"active_exploitation": "none",
|
|
10410
|
+
"active_exploitation_notes": "Research / advisory disclosure; no confirmed in-the-wild exploitation reported as of curation.",
|
|
10411
|
+
"affected": "Upsonic (agent framework) version 0.71.6; a warning was added in 0.72.0 but a full fix is not confirmed.",
|
|
10412
|
+
"affected_versions": [
|
|
10413
|
+
"Upsonic 0.71.6"
|
|
10414
|
+
],
|
|
10415
|
+
"vector": "Upsonic MCP task creation allows certain commands (npm, npx) whose argument flags can be abused to execute arbitrary OS commands (CWE-77 argument injection). An attacker who can create an MCP task achieves code execution on the host. Version 0.72.0 adds a warning rather than a confirmed fix.",
|
|
10416
|
+
"complexity": "low",
|
|
10417
|
+
"complexity_notes": "NVD AV:N / AC:L: network-reachable, low-complexity command injection through MCP configuration.",
|
|
10418
|
+
"patch_available": false,
|
|
10419
|
+
"patch_required_reboot": false,
|
|
10420
|
+
"live_patch_available": false,
|
|
10421
|
+
"live_patch_tools": [],
|
|
10422
|
+
"live_patch_notes": "No confirmed fixed release at curation; mitigate by restricting who can configure MCP commands and running the service least-privilege.",
|
|
10423
|
+
"vendor_update_paths": [
|
|
10424
|
+
"Upgrade to Upsonic 0.72.0+ for the added warning, but treat the allow-list as insufficient: restrict who can create MCP tasks and run Upsonic as a least-privilege user until a confirmed fix ships."
|
|
10425
|
+
],
|
|
10426
|
+
"framework_control_gaps": {
|
|
10427
|
+
"NIST-800-53-SI-2": "Flaw-remediation cadence does not track self-hosted AI agent / RAG frameworks and their MCP command surfaces as managed, RCE-bearing software.",
|
|
10428
|
+
"ISO-27001-2022-A.8.8": "Vulnerability management rarely enumerates an AI framework's MCP command/transport configuration as an in-scope command-execution surface.",
|
|
10429
|
+
"NIS2-Art21-patch-management": "Article 21 measures do not reach MCP command configuration as a privileged execution control plane.",
|
|
10430
|
+
"DORA-Art-9": "ICT protection measures do not model command injection via an AI framework's MCP configuration.",
|
|
10431
|
+
"UK-CAF-B4": "System Security objective has no objective for neutralizing command input handed to an AI framework's MCP transport.",
|
|
10432
|
+
"AU-ISM-1546": "Patch-application control does not single out AI-framework MCP command surfaces.",
|
|
10433
|
+
"ALL-AI-PIPELINE-INTEGRITY": "No framework treats user-supplied MCP command/args as untrusted input requiring neutralization; the transport's by-design command execution turns injection into direct RCE."
|
|
10434
|
+
},
|
|
10435
|
+
"atlas_refs": [],
|
|
10436
|
+
"attack_refs": [
|
|
10437
|
+
"T1190",
|
|
10438
|
+
"T1059"
|
|
10439
|
+
],
|
|
10440
|
+
"rwep_score": 38,
|
|
10441
|
+
"rwep_factors": {
|
|
10442
|
+
"cisa_kev": 0,
|
|
10443
|
+
"poc_available": 20,
|
|
10444
|
+
"ai_factor": 0,
|
|
10445
|
+
"active_exploitation": 0,
|
|
10446
|
+
"blast_radius": 18,
|
|
10447
|
+
"patch_available": 0,
|
|
10448
|
+
"live_patch_available": 0,
|
|
10449
|
+
"reboot_required": 0
|
|
10450
|
+
},
|
|
10451
|
+
"rwep_notes": "Standard (RWEP 38, \"patch within 30 days\" band per lib/scoring.js timeline). Not KEV, no confirmed in-the-wild exploitation. poc_available=20 (documented technique) + blast_radius=18.",
|
|
10452
|
+
"epss_score": null,
|
|
10453
|
+
"epss_date": "2026-05-25",
|
|
10454
|
+
"epss_note": "EPSS not pulled for this entry; retrieve via FIRST EPSS API in a future refresh.",
|
|
10455
|
+
"epss_source": "https://api.first.org/data/v1/epss?cve=CVE-2026-30625",
|
|
10456
|
+
"cwe_refs": [
|
|
10457
|
+
"CWE-77",
|
|
10458
|
+
"CWE-78"
|
|
10459
|
+
],
|
|
10460
|
+
"iocs": {
|
|
10461
|
+
"behavioral": [
|
|
10462
|
+
"Upsonic spawning a subprocess whose command/args came from an MCP configuration supplied or influenced by a caller rather than a pinned configuration.",
|
|
10463
|
+
"Shell metacharacters, or allow-listed binaries (npm/npx) carrying execution flags, in MCP command/args values.",
|
|
10464
|
+
"An MCP configuration / management surface reachable by a user who should not control command execution.",
|
|
10465
|
+
"Upsonic 0.71.6 - the exposed precondition."
|
|
10466
|
+
],
|
|
10467
|
+
"_ioc_source_note": "Behavioral signatures derived from NVD CVE-2026-30625 (CWE-77/CWE-78 command injection via MCP configuration) and the 2026 MCP supply-chain advisory (https://www.ox.security/blog/mcp-supply-chain-advisory-rce-vulnerabilities-across-the-ai-ecosystem/) describing the unvalidated-MCP-command class."
|
|
10468
|
+
},
|
|
10469
|
+
"source_verified": "2026-05-25",
|
|
10470
|
+
"verification_sources": [
|
|
10471
|
+
"https://nvd.nist.gov/vuln/detail/CVE-2026-30625",
|
|
10472
|
+
"https://www.ox.security/blog/mcp-supply-chain-advisory-rce-vulnerabilities-across-the-ai-ecosystem/"
|
|
10473
|
+
],
|
|
10474
|
+
"vendor_advisories": [
|
|
10475
|
+
{
|
|
10476
|
+
"vendor": "NVD",
|
|
10477
|
+
"advisory_id": "CVE-2026-30625",
|
|
10478
|
+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30625",
|
|
10479
|
+
"severity": "critical",
|
|
10480
|
+
"published_date": "2026-04-15"
|
|
10481
|
+
}
|
|
10482
|
+
],
|
|
10483
|
+
"last_updated": "2026-05-25",
|
|
10484
|
+
"discovery_attribution_note": "Imported from NVD (CWE-77/CWE-78; NIST CVSS 9.8) + the 2026 MCP supply-chain advisory family (OX Security). Member of the MCP command-injection class already curated in depth by CVE-2026-22252 and CVE-2026-22688.",
|
|
10485
|
+
"_auto_imported": false,
|
|
10486
|
+
"_intake_method": "manual-verified-curation",
|
|
10487
|
+
"_kev_short_description": "Upsonic allow-lists npm/npx for MCP tasks, but their argument flags enable arbitrary OS command execution, so an attacker who can create a task achieves RCE."
|
|
10488
|
+
},
|
|
9808
10489
|
"CVE-2026-41091": {
|
|
9809
10490
|
"name": "Microsoft Defender (Malware Protection Engine) Link-Following LPE to SYSTEM",
|
|
9810
10491
|
"type": "LPE",
|