MCPNews

The Model Context Protocol ecosystem, verified

Current spec 2026-07-28

Model Context Protocol project

Thirty-three further MCP security records landed between September 3 and 15; here is each one

Between 2026-09-03 and 2026-09-15, thirty-three more MCP security records were published or entered a GitHub/NVD listing outside the AWS Labs, IBM ContextForge, Langflow, firecrawl-mcp-server, and CKAN MCP Server stories already covered this cycle. They range from a same-day critical authorization bypass in Casdoor's /api/mcp endpoint, unpatched as of this fetch, to a coordinated VulnCheck batch of path-traversal and injection findings against several single-purpose stdio servers published within about thirty minutes on 2026-09-04. A third Kotlin SDK advisory, a ninth MCPHub CVE, a fifth SiYuan record, and a second three-CVE PraisonAI batch extend stories already running. Severity below is stated exactly as each discloser framed it.

Thirty-three more MCP security records were published, or entered a GitHub Advisory Database or NVD listing, between 2026-09-03 and 2026-09-15, beyond the AWS Labs, IBM ContextForge, Langflow, firecrawl-mcp-server, and CKAN MCP Server stories already covered this cycle. Severity below is exactly as each discloser, whether VulnCheck, GitHub's CNA, JFROG, VulDB, MITRE itself, Patchstack, Google, or the Apache Software Foundation, framed it.

The official Kotlin SDK's third distinct advisory this cycle, CVE-2026-53937 (6.2 medium, GitHub's CNA), covers an unbounded line buffer. ReadBuffer.append writes every chunk from a stdio peer into a buffer with no size cap and extracts frames only on a newline byte, so a peer that never sends one exhausts memory. It affects kotlin-sdk before 0.13.0 and was fixed in that release on 2026-06-02, about fourteen weeks before the 2026-09-08 record. This is separate from the already-covered pair fixed one release later, in 0.14.0; three Kotlin SDK denial-of-service advisories are now on record.

Three records landed against servers already in the catalog. DollhouseMCP's @dollhousemcp/safety package carried a critical AppleScript injection (GHSA-x8w3-wqcf-6p5c, no CVE assigned): its macOS verification-dialog code escaped the outer shell invocation but not the AppleScript string embedded inside it, allowing arbitrary shell commands via do shell script; fixed in @dollhousemcp/safety 1.0.2 and mcp-server 2.0.42, released 2026-09-05, three minutes before the advisory. mcp-searxng drew two more medium advisories beyond the three already covered, both in its web_url_read SSRF guard: one missed IPv6 site-local addresses (GHSA-q9wf-wwq5-qmjf, medium), the other missed IPv4-in-IPv6 notations including the NAT64 prefix 64:ff9b::/96 (GHSA-f653-hpvm-8rfh, medium, 6.8); both are fixed in 2.2.0, released 2026-09-09, four days before either advisory, which brings the server's advisory count to five. warp-agent-mcp had four related validation and output-escaping gaps bundled into one medium advisory (GHSA-7cc5-q98r-rjwj): a commodity denylist enforced on only two of eight quote tools, missing zip-code and address validation on its booking tools, and unescaped address fields in its booking-confirmation widget; fixed in 0.19.3, released 2026-09-02, about three and a half hours before the advisory.

Casdoor's /api/mcp endpoint carried the highest severity of the batch: CVE-2026-91998, 9.9 critical per VulnCheck (also CVSS 4.0 9.4), an authorization bypass in which any application's clientId and clientSecret unlocked user administration across every organization on the instance, including password-salt and email enumeration and account creation. Reserved and published the same day, 2026-09-15, it has no fix as of this fetch; v4.4.0, the affected and still-latest release, shipped the day before. Bifrost's MCP gateway had its own unauthenticated critical, CVE-2026-90898 (9.8, JFROG): registering a stdio MCP client starts the given command immediately with no MCP handshake, and the gateway's default configuration runs with authentication off, so one unauthenticated request could run an arbitrary program as the gateway's process user; fixed in transports/v2.1.0, released 2026-09-08, six days before the 2026-09-14 record.

MCPHub drew a ninth CVE, CVE-2026-90474 (6.8 medium, VulnCheck), an OAuth 2.0 authentication bypass in its embedded authorization server: client authentication was disabled by default and PKCE enforcement optional, so an intercepted authorization code could be redeemed for access tokens outright; fixed in v1.0.32, released 2026-08-23, the same release that closed the eight-CVE batch covered previously. Rowboat's custom-MCP-server configuration failed to validate server and webhook URLs, letting an authenticated user point them at internal services or cloud metadata endpoints (CVE-2026-86122, 5.0 medium, VulnCheck); the record names no fixed version, though v0.9.2 shipped four days before the 2026-09-05 record without an advisory tying it to this fix.

PraisonAI, previously the subject of a three-CVE trio, drew a second batch of three: an unauthenticated POST /api/mcp/connect that started an arbitrary local process (CVE-2026-57124, 9.8 critical), a Basic/OAuth authentication policy that accepted any non-empty Authorization header without validating it (CVE-2026-57134, 8.2 high), and an MCPServer.startHttp() that bound without a host restriction and forwarded every request unauthenticated (CVE-2026-57139, 9.8 critical); all three, GitHub's CNA, fixed in v4.6.59 and v4.6.60, both released 2026-06-17, about three months before the 2026-09-14 and 2026-09-15 records. That makes six CVE records against PraisonAI's MCP surface overall. OGX, the agent platform formerly named Llama Stack, had an unauthenticated SSRF through its MCP tool server_url parameter reaching cloud metadata endpoints (CVE-2026-85666, 7.5 high, VulnCheck); the repository's releases are tagged out of sequence and no changelog entry ties any of them to this fix, so the fix status could not be confirmed. Two older LiteLLM MCP Proxy records re-entered this window through GHSA listing updates rather than new publication: CVE-2026-12798 (SSRF via an unvalidated OpenAPI spec_path, 6.3 medium per VulDB, fixed in 1.82.3 on 2026-03-16) and CVE-2026-12773 (an improper-authentication defect in UserAPIKeyAuth, 7.3 high per VulDB, fixed in 1.59.9 back on 2025-01-29); both were originally published in June 2026 and appear here because their GHSA records were updated on 2026-09-14 and 2026-09-10 respectively.

Seven single-purpose stdio MCP servers were the subject of a VulnCheck batch published within about thirty minutes on 2026-09-04, all path-traversal or injection classes; four remain unpatched as of this fetch. cli-mcp-server's command allowlist could be bypassed with shell substitution syntax like $(...) when ALLOW_SHELL_OPERATORS was enabled (CVE-2026-85660, 8.1 high; the latest PyPI release is still 0.2.5, from 2025-07-04). excel-mcp-server failed to enforce path confinement in stdio mode when EXCEL_FILES_PATH was unset (CVE-2026-85661, 9.8 critical; the latest release is still v0.1.8, from 2026-04-12). git-mcp-server's git_log, git_diff, and git_show tools lacked leading-dash validation on ref and object parameters, letting injected options like --output= write files outside the repository (CVE-2026-85626, 7.5 high; the latest tag is still v2.15.3, the affected version itself). Postgres MCP Pro's restricted mode skipped function-name validation on FROM-clause functions, letting pg_read_file and similar calls through (CVE-2026-85620, 8.6 high; the latest release is still v0.3.0, from 2025-05-16). PentestAgent's MCP HTTP Server carries a separate, still-open command-injection finding in its run_task function (CVE-2026-90617, VulDB rated it 7.3 high on its 3.1 scale; the referenced fix PR remains unmerged). SiYuan drew a fifth MCP-surface record, distinct from the four already covered: a path-guard bypass in its MCP file-access handler used case-sensitive matching on Linux, so requesting a case-variant filename like PublishAccess.json read the protected publishAccess.json configuration (CVE-2026-85580, 6.5 medium, VulnCheck); fixed in v3.8.2, released 2026-08-30, five days before the record. Oraios AI's Serena had its MCP server's default HTTP-mode bind address of 0.0.0.0 recorded as CVE-2026-38924, which MITRE itself rated 2.9 low as a self-disputed finding, noting the project's own documentation recommended a sandboxed environment rather than treating the bind address as the control; a researcher writeup published in July titled the same finding an unauthenticated remote code execution, a materially different severity framing the CNA record does not adopt. Fixed in v1.0.0, released 2026-04-03, five months before the record.

FrontMCP's OpenAPI adapter reopened an already-fixed SSRF: the dependency mcp-from-openapi 2.3.0 still reached loopback addresses through hostname resolution, redirects, or IPv4-mapped IPv6 syntax (GHSA-65h7-9wrw-629c, 8.5 high; CVE-2026-59973 is reserved but not yet published at MITRE), fixed in mcp-from-openapi 2.5.0 and frontmcp/@frontmcp/adapters 1.5.0, both released 2026-06-21. mysql-mcp-server's SSE transport mode constructed its transport without the MCP Python SDK's DNS-rebinding protection, binding unauthenticated to every interface (GHSA-rqfv-2mw9-78g2, critical, CVSS 10.0; CVE-2026-59971 reserved, not yet published); the advisory recorded twenty-five publicly reachable instances found by internet-wide scanning. Fixed in 0.4.2, released 2026-06-20. functype-mcp-server's set_functype_version tool interpolated an unvalidated version string into an npm package specifier installed via pnpm add, letting a file: alias substitute an arbitrary local package (GHSA-wcjj-9m6g-2fr2, 7.8 high; CVE-2026-59176 reserved, not yet published), fixed in 1.4.4, released 2026-06-20.

knowns drew two path-traversal records: its MCP doc and memory tools failed to validate filesystem paths at all (CVE-2026-86439, 8.8 high, fixed in v0.30.0 on 2026-08-16), and its code.find tool failed to confine its path argument to the project root (CVE-2026-88938, 6.5 medium; no fix as of this fetch, with v0.33.0 still the latest release). dbt-mcp's local OAuth helper exposed a GET /dbt_platform_context endpoint with no authentication or Host validation, returning full access and refresh tokens to any process that could reach it, or via DNS rebinding to a victim's browser (CVE-2026-55837, 6.8 medium); fixed in v1.20.0, released 2026-06-03. Google's MCP Toolbox for Databases had a path-traversal defect in its HTTP tool URL builder: dot-segment normalization in Go's ResolveReference let caller-supplied path parameters escape the operator-configured path scope while forwarding the toolbox's own credentials (CVE-2026-11720, 9.3 critical on Google's CVSS 4.0 scale); fixed in v1.3.0, released 2026-05-21, over a month before the record entered this window through a 2026-09-04 GHSA update. Apache Doris MCP Server had a SQL injection that bypassed authorization: a user-controlled database name was interpolated directly into a metadata query and executed without the caller's authorization context (CVE-2025-66336, rated important by the Apache Software Foundation, which assigns no CVSS score); fixed in 0.6.1, released 2026-03-13, over three months before the record, which likewise entered this window only through a 2026-09-11 GHSA update. mikromcp's ping, traceroute, and torch RouterOS tools built commands by interpolating unvalidated parameters and executing them over SSH, so a value like 127.0.0.1; /system reboot ran a second attacker-chosen command (GHSA-q6rp-2cj3-ffmh, high, no CVE assigned); fixed in v1.11.0, released 2026-09-05, nine minutes before the advisory.

Two WordPress plugins drew records. MountDev AI MCP Connector for WordPress had a broken-access-control defect Patchstack rated 6.5 medium (CVE-2026-85306); the CNA text is generic, but the fix, 1.6.6, is confirmed both by the CVE's own version-change field and by the plugin's WordPress.org listing, last updated 2026-09-02, a day before the record. Agentimus - AI SEO, llms.txt & MCP for AI Agents had a Patchstack-rated 8.1 high broken-access-control record (CVE-2026-84779) that the CNA text alone does not explain; the plugin's own changelog names the actual bug, a connection key or an approved assistant's access token accepted on two neighboring admin routes and not only at the MCP endpoint it was issued for, letting one request mint a write key from a read-only one whenever agent writes were enabled. It was fixed in 1.51.1; the next version, 1.51.2, was already live by 2026-09-03, consistent with the record's own publication date.

Related servers and clients

Related publishers

How was this verified, and what are the sources?

Published · confidence 1.00.

  1. CVE-2026-53937 CNA record (GitHub_M) - MCP Kotlin SDK "ReadBuffer.append ... writes every chunk of bytes received from the stdio transport into a kotlinx.io.Buffer with no size cap," an unbounded-memory DoS; CVSS 3.1 6.2 medium; affected kotlin-sdk < 0.13.0, fixed in 0.13.0; published 2026-09-08 - accessed
  2. Kotlin SDK 0.13.0 release, published 2026-06-02T11:31:56Z - the version CVE-2026-53937 names as fixed, about fourteen weeks before the record - accessed
  3. GHSA-x8w3-wqcf-6p5c on DollhouseMCP/mcp-server, published 2026-09-05, severity critical - "AppleScript injection in @dollhousemcp/safety DisplayService"; the outer shell invocation is escaped but the AppleScript string embedded inside it is not, allowing arbitrary AppleScript and shell commands via 'do shell script'; fixed in @dollhousemcp/safety 1.0.2 and @dollhousemcp/mcp-server 2.0.42, no CVE assigned - accessed
  4. GHSA-q9wf-wwq5-qmjf on ihor-sokoliuk/mcp-searxng, published 2026-09-13, severity medium - "web_url_read does not block IPv6 site-local addresses (fec0::/10)," an SSRF gap distinct from the ULA check; no CVE assigned - accessed
  5. GHSA-f653-hpvm-8rfh on ihor-sokoliuk/mcp-searxng, published 2026-09-13, severity medium, CVSS 3.1 6.8 - "web_url_read SSRF filter can be bypassed with IPv4-embedded IPv6," including the NAT64 well-known prefix 64:ff9b::/96; both advisories name first-patched version 2.2.0; no CVE assigned - accessed
  6. mcp-searxng v2.2.0 release, published 2026-09-09T17:25:33Z - the first-patched version both new mcp-searxng advisories name, four days before either was published - accessed
  7. GHSA-7cc5-q98r-rjwj on warpfreight/warp-agent-mcp, published 2026-09-03, severity medium - four related validation/escaping gaps: a commodity denylist enforced on only two of eight quote tools, missing zip-code and address validation on booking tools, and unescaped address fields in the booking-confirmation widget; first-patched version 0.19.3; no CVE assigned - accessed
  8. CVE-2026-91998 CNA record (VulnCheck) - Casdoor "authorization bypass vulnerability in the /api/mcp endpoint that allows attackers with any application's clientId and clientSecret to gain unrestricted access to user administration across all organizations," including password-salt and email enumeration and account creation; CVSS 3.1 9.9 critical (also CVSS 4.0 9.4); affected through 4.4.0; reserved and published same day, 2026-09-15; no fixed version named - accessed
  9. casdoor/casdoor latest release v4.4.0, published 2026-09-14T03:47:42Z - the affected version is also the newest release as of this fetch, one day before the CVE record - accessed
  10. CVE-2026-90898 CNA record (JFROG) - Bifrost "registers MCP clients through its management API. A stdio client is a command plus args. Bifrost starts that program in the gateway the moment the client is added. No MCP handshake required ... Auth off means every caller is a local admin"; CVSS 3.1 9.8 critical; fixed in transports/v2.1.0; published 2026-09-14 - accessed
  11. CVE-2026-90474 CNA record (VulnCheck) - MCPHub "authentication bypass ... in its embedded OAuth 2.0 authorization server where client authentication is disabled by default and PKCE enforcement is optional," letting an intercepted authorization code be redeemed without a client secret or PKCE verifier; CVSS 3.1 6.8 medium; affected < 1.0.32, fixed in 1.0.32; published 2026-09-12 - accessed
  12. CVE-2026-86122 CNA record (VulnCheck) - Rowboat "fails to validate custom MCP server and webhook URLs, allowing authenticated users to configure arbitrary destinations" for SSRF against internal services and cloud metadata endpoints; CVSS 3.1 5.0 medium; affected through 0.9.1; no fixed version named; published 2026-09-05 - accessed
  13. CVE-2026-57124 CNA record (GitHub_M) - PraisonAI "the default UI host applications expose POST /api/mcp/connect without mandatory authentication and accept caller-controlled command and args values that PraisonAIUI passes to StdioMCPClient to start a local process"; CVSS 3.1 9.8 critical; affected < 4.6.59, fixed in 4.6.59; published 2026-09-14 - accessed
  14. CVE-2026-57134 CNA record (GitHub_M) - PraisonAI "MCPSecurity .evaluatePolicy() invokes the configured credential validator only when AuthMethod is api-key or bearer. Basic and OAuth policies accept any non-empty Authorization header without calling auth.validate()"; CVSS 3.1 8.2 high; affected 1.5.1-1.7.2, fixed in 1.7.2 (release v4.6.60); published 2026-09-15 - accessed
  15. CVE-2026-57139 CNA record (GitHub_M) - PraisonAI "MCPServer.startHttp() ... binds without a host restriction and forwards every HTTP POST request to handleRequest() without authentication or authorization"; CVSS 3.1 9.8 critical; affected 1.5.0-1.7.2, fixed in 1.7.2 (release v4.6.60); published 2026-09-15 - accessed
  16. PraisonAI v4.6.59 and v4.6.60 releases, published 2026-06-17T07:24:41Z and 2026-06-17T07:42:29Z - the fixed versions the three CVE records name, about three months before the records - accessed
  17. CVE-2026-85666 CNA record (VulnCheck) - OGX (formerly Llama Stack) "MCP tool definitions accept a server_url parameter ... that is fetched server-side without destination validation; the existing validate_url_not_private() guard ... is not applied to server_url," reaching cloud metadata endpoints on the default unauthenticated configuration; CVSS 3.1 7.5 high; affected through 1.3.1; no fixed version confirmed; published 2026-09-04 - accessed
  18. CVE-2026-12798 CNA record (VulDB) - BerriAI litellm MCP OpenAPI Spec Loader, SSRF via the caller-controlled spec_path argument; CVSS 3.1 6.3 medium; affected 1.82.0-1.82.2, fixed in 1.82.3; published 2026-06-21, GHSA updated 2026-09-14 - accessed
  19. CVE-2026-12773 CNA record (VulDB) - BerriAI litellm MCP Proxy UserAPIKeyAuth "improper authentication"; CVSS 3.1 7.3 high; affected through 1.59.8, fixed in 1.59.9; published 2026-06-21, GHSA updated 2026-09-10 - accessed
  20. litellm PyPI release history - 1.82.3 uploaded 2026-03-16T21:51:26Z, 1.59.9 uploaded 2025-01-29T06:59:09Z, both well before their respective CVE records - accessed
  21. CVE-2026-85660 CNA record (VulnCheck) - cli-mcp-server "command allowlist bypass ... in the _validate_command_with_operators function when ALLOW_SHELL_OPERATORS is enabled. Attackers can use shell command substitution syntax like $(...) or backticks"; CVSS 3.1 8.1 high; affected through 0.2.5; no fixed version named; published 2026-09-04 - accessed
  22. CVE-2026-85661 CNA record (VulnCheck) - excel-mcp-server "fails to enforce path confinement in stdio mode when EXCEL_FILES_PATH is unset, allowing attackers to read and write arbitrary files"; CVSS 3.1 9.8 critical; affected through 0.1.8; no fixed version named; published 2026-09-04 - accessed
  23. CVE-2026-85626 CNA record (VulnCheck) - git-mcp-server "argument injection ... in the ref and object parameters of git_log, git_diff, and git_show tools that lack leading-dash validation," enabling options like --output= to write outside the repository; CVSS 3.1 7.5 high; affected through 2.15.3; no fixed version named; published 2026-09-04 - accessed
  24. CVE-2026-85620 CNA record (VulnCheck) - Postgres MCP Pro "function-name validation is not applied to RangeFunction nodes in FROM clauses. Attackers can execute file-reading functions like pg_read_file through FROM-clause syntax"; CVSS 3.1 8.6 high; affected through 0.3.0; no fixed version named; published 2026-09-04 - accessed
  25. Release/registry checks confirming no fix has shipped for cli-mcp-server (PyPI latest still 0.2.5, uploaded 2025-07-04), excel-mcp-server (latest release v0.1.8, 2026-04-12), and git-mcp-server (latest tag v2.15.3, the affected version) as of 2026-09-15 - accessed
  26. crystaldba/postgres-mcp latest release, v0.3.0 published 2025-05-16T14:45:33Z - the affected version itself, confirming no fix has shipped as of this fetch - accessed
  27. CVE-2026-90617 CNA record (VulDB) - GH05TCREW PentestAgent "affects the function run_task of the file interface/main.py of the component MCP HTTP Server. Performing a manipulation results in os command injection ... possible to be carried out remotely. The exploit is now public"; CVSS 3.1 7.3 high (VulDB also gave 4.0 6.9, 3.0 7.3, 2.0 7.5); the fix PR is unmerged; published 2026-09-14 - accessed
  28. GH05TCREW/pentestagent pull request #101, the referenced fix - state open, merged false, as of this fetch - accessed
  29. CVE-2026-38924 CNA record (mitre) - Oraios AI Serena "the listen address of the MCP server in HTTP mode is 0.0.0.0. NOTE: the Supplier observed that 0.0.0.0 was a 'potential security hazard' but the Serena documentation ... recommended 'use a sandboxed environment for running Serena'"; CVSS 3.1 2.9 low, framed by the record itself as self-disputed; affected < 1.0.0, fixed in 1.0.0; published 2026-09-14 - accessed
  30. Dash Security researcher disclosure, "CVE-2026-38924: Unauthenticated RCE in the Serena MCP Server," by Ziv Eli, July 13 2026 - frames the same finding as unauthenticated remote code execution achievable in four HTTP requests with no credentials, a materially higher severity than the CNA's 2.9 low; states the fix commit landed March 29, 2026 - accessed
  31. oraios/serena v1.0.0 release, published 2026-04-03T14:21:34Z - the version CVE-2026-38924 names as fixed - accessed
  32. GHSA-65h7-9wrw-629c on agentfront/frontmcp, published 2026-06-22, severity high, CVSS 3.1 8.5 - "the latest patched dependency mcp-from-openapi 2.3.0 still makes backend-origin requests to loopback when the target is reached through hostname resolution, redirects, or IPv4-mapped IPv6 syntax," a bypass of an earlier SSRF fix; first-patched versions mcp-from-openapi 2.5.0 and frontmcp/ @frontmcp/adapters 1.5.0; CVE-2026-59973 reserved but not published at MITRE as of this fetch (confirmed 404) - accessed
  33. GHSA-rqfv-2mw9-78g2 on designcomputer/mysql_mcp_server, published 2026-06-21, severity critical, CVSS 3.1 10.0 - "SseServerTransport is constructed without passing security_settings ... the MCP Python SDK's DNS-rebinding protection is disabled ... binds to 0.0.0.0 by default with no authentication"; notes internet-wide scanning found 25 publicly reachable instances; first-patched version 0.4.2; CVE-2026-59971 reserved but not published at MITRE as of this fetch (confirmed 404) - accessed
  34. GHSA-wcjj-9m6g-2fr2 on jordanburke/functype, published 2026-06-20, severity high, CVSS 3.1 7.8 - the set_functype_version MCP tool "interpolates it directly into an npm package specifier ... and installs it via pnpm add without any validation," letting a file: alias substitute an arbitrary package; first-patched version 1.4.4; CVE-2026-59176 reserved but not published at MITRE as of this fetch (confirmed 404) - accessed
  35. Release/registry checks for the three GHSA-only fixes: mcp-from-openapi 2.5.0 (npm, 2026-06-21T21:53:53Z) and frontmcp/@frontmcp/adapters 1.5.0 (git tag commit 2026-06-21T23:01:31Z); mysql-mcp-server 0.4.2 (PyPI, 2026-06-20T15:25:26Z); functype-mcp-server 1.4.4 (git tag commit 2026-06-20T14:02:52Z) - accessed
  36. CVE-2026-86439 CNA record (VulnCheck) - knowns "before 0.30.0 fail to validate filesystem paths in MCP tool arguments, allowing attackers to read, create, overwrite and delete files outside the project directory"; CVSS 3.1 8.8 high; affected < 0.30.0, fixed in 0.30.0; published 2026-09-07 - accessed
  37. CVE-2026-88938 CNA record (VulnCheck) - knowns "through 0.33.0 fails to confine the path argument of the code.find MCP tool to the project root, allowing AI agent sessions to read source files anywhere on the host"; CVSS 3.1 6.5 medium; affected through 0.33.0; no fixed version named; published 2026-09-10 - accessed
  38. knowns-dev/knowns v0.30.0 release (2026-08-16T10:46:05Z, fixes CVE-2026-86439) and latest release v0.33.0 (2026-09-05T16:49:21Z, confirming no newer release exists to fix CVE-2026-88938) - accessed
  39. CVE-2026-55837 CNA record (GitHub_M) - dbt-mcp "the local OAuth helper in src/dbt_mcp/oauth/fastapi_app.py exposes GET /dbt_platform_context without authentication or Host validation ... The endpoint returns the full DbtPlatformContext, including access_token and refresh_token values"; CVSS 3.1 6.8 medium; affected < 1.20.0, fixed in 1.20.0; published 2026-09-14 - accessed
  40. dbt-labs/dbt-mcp v1.20.0 release, published 2026-06-03T22:44:03Z - the version CVE-2026-55837 names as fixed, predating the repository's later v2.x tag renumbering - accessed
  41. CVE-2026-85580 CNA record (VulnCheck) - SiYuan "before v3.8.2 contain a path guard bypass vulnerability in the MCP file-access handler that uses case-sensitive matching on Linux filesystems. Attackers can read the protected publishAccess.json file by requesting case-variant paths"; CVSS 3.1 6.5 medium; affected < 3.8.2, fixed in 3.8.2; published 2026-09-04 - accessed
  42. siyuan-note/siyuan v3.8.2 release, published 2026-08-30T04:36:15Z - the version CVE-2026-85580 names as fixed - accessed
  43. CVE-2026-11720 CNA record (Google) - "path traversal vulnerability exists in the HTTP tool URL builder of googleapis/mcp-toolbox," where dot-segment normalization in ResolveReference lets caller-supplied path parameters escape the operator-configured path scope while forwarding the toolbox's own credentials; CVSS 4.0 9.3 critical; affected < 1.3.0, fixed in 1.3.0; published 2026-06-29, GHSA updated 2026-09-04 - accessed
  44. googleapis/genai-toolbox v1.3.0 release, published 2026-05-21T21:49:59Z - the version CVE-2026-11720 names as fixed, over a month before the record - accessed
  45. CVE-2025-66336 CNA record (apache) - Apache Doris MCP Server "a user-controlled database name is directly interpolated into a SQL query, and the query is executed without passing the caller's authorization context"; severity "important" (Apache assigns no CVSS score); affected 0.1.0 through <0.6.1, fixed in 0.6.1; published 2026-06-22, GHSA updated 2026-09-11 - accessed
  46. apache/doris-mcp-server release 0.6.1, published 2026-03-13T08:20:10Z - the version CVE-2025-66336 names as fixed, over three months before the record - accessed
  47. GHSA-q6rp-2cj3-ffmh on alikarami/mikromcp, published 2026-09-05, severity high - "MikroMCP's ping, traceroute and torch tools built their RouterOS command by interpolating unvalidated string parameters ... and executing the result over SSH. RouterOS treats ; and newline as command separators"; first-patched version 1.11.0; no CVE assigned - accessed
  48. alikarami/mikromcp v1.11.0 release, published 2026-09-05T09:22:59Z - nine minutes before the advisory published - accessed
  49. CVE-2026-85306 CNA record (Patchstack) - "Missing Authorization vulnerability in Cascadia Web Services MountDev AI MCP Connector for WordPress allows Exploiting Incorrectly Configured Access Control Security Levels"; CVSS 3.1 6.5 medium; affected through 1.6.5, fixed in 1.6.6; published 2026-09-03 - accessed
  50. MountDev AI MCP Connector for WordPress, WordPress.org plugin directory record - version 1.6.6, last_updated 2026-09-02 11:12am GMT, a day before the CVE record - accessed
  51. CVE-2026-84779 CNA record (Patchstack) - "Subscriber Broken Access Control in Agentimus - AI SEO, llms.txt & MCP for AI Agents <= 1.51.0 versions"; CVSS 3.1 8.1 high; affected through 1.51.0, fixed in 1.51.1; published 2026-09-03 - accessed
  52. Agentimus WordPress.org plugin directory record - version 1.51.2, last_updated 2026-09-03 6:05am GMT, which bounds the 1.51.1 fix to on or before that timestamp - accessed

← All news