Skip to main content

Redis CVE-2026-34163

| EUVDEUVD-2026-17447 HIGH
Server-Side Request Forgery (SSRF) (CWE-918)
2026-03-31 GitHub_M
7.7
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
7.7 HIGH
AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N

Primary rating from GitHub Advisory · only source for this CVE.

CVSS VectorGitHub Advisory

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
None
Availability
None

Lifecycle Timeline

6
Analysis Updated
Apr 16, 2026 - 06:10 EUVD-patch-fix
executive_summary
Re-analysis Queued
Apr 16, 2026 - 05:29 backfill_euvd_patch
patch_released
Patch available
Apr 16, 2026 - 05:29 EUVD
4.14.9.5
EUVD ID Assigned
Mar 31, 2026 - 14:30 euvd
EUVD-2026-17447
Analysis Generated
Mar 31, 2026 - 14:30 vuln.today
CVE Published
Mar 31, 2026 - 13:43 nvd
HIGH 7.7

DescriptionGitHub Advisory

FastGPT is an AI Agent building platform. Prior to version 4.14.9.5, FastGPT's MCP (Model Context Protocol) tools endpoints (/api/core/app/mcpTools/getTools and /api/core/app/mcpTools/runTool) accept a user-supplied URL parameter and make server-side HTTP requests to it without validating whether the URL points to an internal/private network address. Although the application has a dedicated isInternalAddress() function for SSRF protection (used in other endpoints like the HTTP workflow node), the MCP tools endpoints do not call this function. An authenticated attacker can use these endpoints to scan internal networks, access cloud metadata services, and interact with internal services such as MongoDB and Redis. This issue has been patched in version 4.14.9.5.

AnalysisAI

Server-Side Request Forgery (SSRF) in FastGPT's Model Context Protocol (MCP) tools endpoints allows authenticated attackers to probe internal networks, access cloud metadata services (e.g., AWS/GCP instance credentials), and interact with backend databases like MongoDB and Redis. Affects FastGPT versions prior to 4.14.9.5. The vulnerability has CVSS 7.7 (High) with scope change indicating potential lateral movement to other system components. EPSS data not available; no confirmed active exploitation (not in CISA KEV). Public exploit code exists via GitHub security advisory GHSA-x9vj-5m4j-9mfv with technical details and proof-of-concept guidance.

Technical ContextAI

FastGPT is an open-source AI Agent building platform (labring:fastgpt) that implements Model Context Protocol (MCP) for external tool integration. The vulnerability stems from insufficient input validation in two API endpoints (/api/core/app/mcpTools/getTools and /api/core/app/mcpTools/runTool) that accept user-controlled URL parameters to initiate server-side HTTP requests. While the application implements an isInternalAddress() function for SSRF protection used elsewhere (e.g., HTTP workflow nodes), the MCP tools endpoints bypass this safeguard entirely. This is a classic CWE-918 Server-Side Request Forgery flaw where the application acts as a proxy for attacker-specified requests without validating destination addresses. The scope change (S:C) in the CVSS vector indicates the vulnerable component can impact resources beyond its security scope, enabling attackers to pivot from the application layer to infrastructure components like databases and cloud metadata services at 169.254.169.254.

RemediationAI

Upgrade immediately to FastGPT version 4.14.9.5 or later, released by the vendor with a complete fix for the SSRF vulnerability. The patch implements proper URL validation using the existing isInternalAddress() function in the MCP tools endpoints, as shown in GitHub pull request #6640 (https://github.com/labring/FastGPT/pull/6640) and commit bc7eae2ed61481a5e322208829be291faec58c00 (https://github.com/labring/FastGPT/commit/bc7eae2ed61481a5e322208829be291faec58c00). Download the patched version from the official release at https://github.com/labring/FastGPT/releases/tag/v4.14.9.5. If immediate patching is not possible, implement network-level controls to restrict outbound HTTP requests from the FastGPT application server, block access to cloud metadata IP ranges (169.254.169.254/32, fd00:ec2::254), and enforce strict authentication on all internal services. Review application logs for suspicious MCP tools API usage patterns targeting internal IP ranges.

More in Redis

View all
CVE-2026-48172 CRITICAL POC
10.0 May 21

LiteSpeed User-End cPanel Plugin before 2.4.5 allows privilege escalation (possibly to root), as exploited in the wild i

CVE-2025-49844 CRITICAL POC
9.9 Oct 03

UAF in Redis 8.2.1 via crafted Lua scripts by authenticated users. EPSS 12.4%. Patch available.

CVE-2022-0543 CRITICAL POC
10.0 Feb 18

It was discovered, that redis, a persistent key-value database, due to a packaging issue, is prone to a (Debian-specific

CVE-2018-11218 CRITICAL POC
9.8 Jun 17

Memory Corruption was discovered in the cmsgpack library in the Lua subsystem in Redis before 3.2.12, 4.x before 4.0.10,

CVE-2025-46817 HIGH POC
7.0 Oct 03

Redis is an open source, in-memory database that persists on disk. Versions 8.2.1 and below allow an authenticated user

CVE-2015-4335 CRITICAL POC
10.0 Jun 09

Redis before 2.8.21 and 3.x before 3.0.2 allows remote attackers to execute arbitrary Lua bytecode via the eval command.

CVE-2016-8339 CRITICAL POC
9.8 Oct 28

A buffer overflow in Redis 3.2.x prior to 3.2.4 causes arbitrary code execution when a crafted command is sent. Rated cr

CVE-2026-27574 CRITICAL POC
9.9 Feb 21

Code injection in OneUptime monitoring via custom JS monitor using vm module. PoC and patch available.

CVE-2021-31649 CRITICAL POC
9.8 Jun 24

In applications using jfinal 4.9.08 and below, there is a deserialization vulnerability when using redis,may be vulnerab

CVE-2020-11981 CRITICAL POC
9.8 Jul 17

An issue was found in Apache Airflow versions 1.10.10 and below. Rated critical severity (CVSS 9.8), this vulnerability

CVE-2018-11219 CRITICAL POC
9.8 Jun 17

An Integer Overflow issue was discovered in the struct library in the Lua subsystem in Redis before 3.2.12, 4.x before 4

CVE-2024-23998 CRITICAL POC
9.6 Jul 05

goanother Another Redis Desktop Manager =<1.6.1 is vulnerable to Cross Site Scripting (XSS) via src/components/Setting.v

Share

CVE-2026-34163 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy