Skip to main content

FastGPT CVE-2026-42343

MEDIUM
Uncontrolled Resource Consumption (CWE-400)
2026-05-08 GitHub_M
6.3
CVSS 4.0 · Vendor: GitHub_M
Share

Severity by source

Vendor (GitHub_M) PRIMARY
6.3 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Primary rating from Vendor (GitHub_M) · only source for this CVE.

CVSS VectorVendor: GitHub_M

CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

4
Analysis Generated
May 09, 2026 - 00:45 vuln.today
CVSS changed
May 08, 2026 - 23:22 NVD
6.3 (MEDIUM)
CVE Published
May 08, 2026 - 22:09 nvd
UNKNOWN (no severity yet)
CVE Published
May 08, 2026 - 22:09 nvd
MEDIUM 6.3

DescriptionCVE.org

FastGPT is an AI Agent building platform. In versions 4.14.13 and prior, the code-sandbox component suffers from insufficient resource isolation and uncontrolled resource consumption. The service relies solely on an application-level soft limit (a 500ms polling interval) for memory management and lacks strict OS-level constraints such as cgroups or kernel-level namespaces. This architectural weakness allows attackers to easily bypass memory checks via time-window attacks, or exhaust the entire JavaScript worker pool via concurrent CPU-intensive requests, resulting in a complete Denial of Service (DoS) for legitimate users. At time of publication, there are no publicly available patches.

AnalysisAI

Denial of service vulnerability in FastGPT 4.14.13 and prior affects the code-sandbox component due to insufficient resource isolation and reliance on weak application-level memory limits. Unauthenticated remote attackers can trigger complete service unavailability by launching time-window memory attacks or exhausting the JavaScript worker pool via concurrent CPU-intensive requests. Attack complexity is reported as low with attack timing considerations (AT:P), and no vendor-released patch is available at time of publication.

Technical ContextAI

FastGPT's code-sandbox component is responsible for safely executing user-provided code in an isolated environment. However, the implementation relies solely on application-level soft limits-specifically a 500ms polling interval for memory management-rather than OS-level resource constraints such as cgroups (Linux control groups) or kernel-level namespaces. This architectural approach leaves the service vulnerable to resource exhaustion attacks. CWE-400 (Uncontrolled Resource Consumption) identifies the root cause: the absence of proper rate limiting, quota enforcement, or hard resource boundaries allows attackers to consume memory and CPU beyond intended limits. The JavaScript worker pool, used to execute sandboxed code, can be completely exhausted by coordinated concurrent requests, leaving no capacity for legitimate users.

RemediationAI

No vendor-released patch is available at time of publication. Immediate mitigation requires implementing OS-level resource constraints independent of the application: deploy FastGPT code-sandbox workers within cgroups-managed containers (Linux) with explicit CPU and memory quotas, use Kubernetes resource requests/limits to enforce pod-level constraints, or isolate workers in separate virtual machines with hard resource boundaries. Additionally, implement application-level rate limiting on code execution requests at the API layer to prevent concurrent request flooding, set strict timeouts (significantly shorter than 500ms) for code execution with immediate worker termination on timeout, and monitor JavaScript worker pool utilization with alerting on threshold breach. Disable or restrict access to the code-sandbox feature entirely if it is not critical to operations, as this provides the strongest mitigation. Each control has trade-offs: OS-level isolation reduces attack surface but increases infrastructure complexity and may increase latency; application-level rate limiting protects availability but may degrade user experience during legitimate load. Users should monitor the GitHub advisory at https://github.com/labring/FastGPT/security/advisories/GHSA-qv7v-r94x-6x3x for patch availability.

CVE-2025-52552 MEDIUM POC
6.1 Jun 21

FastGPT is an AI Agent building platform. Prior to version 4.9.12, the LastRoute Parameter on login page is vulnerable t

CVE-2026-34162 CRITICAL
10.0 Mar 31

Unauthenticated HTTP proxy abuse in FastGPT (AI Agent platform) prior to v4.14.9.5 allows remote attackers to relay arbi

CVE-2026-42302 CRITICAL
9.8 May 08

Remote code execution in FastGPT's agent-sandbox component (versions 4.14.10 through 4.14.12) lets any network-adjacent,

CVE-2026-40351 CRITICAL
9.8 Apr 17

NoSQL injection in FastGPT <4.14.9.5 password authentication allows unauthenticated remote attackers to bypass login con

CVE-2026-50562 CRITICAL
9.3 Jul 15

GitHub Actions artifact-poisoning (pwn request) in labring/FastGPT allows an external attacker who opens a pull request

CVE-2026-40352 HIGH
8.8 Apr 17

NoSQL injection in FastGPT versions before 4.14.9.5 allows authenticated attackers to bypass password verification on th

CVE-2026-61684 HIGH
8.8 Jul 15

Authentication bypass in FastGPT 4.15.0-beta4 lets unauthenticated remote attackers forge JWTs and access internal plugi

CVE-2026-55418 HIGH
8.6 Jul 07

Cross-tenant file disclosure in FastGPT prior to v4.15.0-beta5 allows an attacker to read another team's stored files by

CVE-2026-54607 HIGH
7.7 Jul 07

Server-side request forgery in FastGPT before 4.15.0-beta4 lets an authenticated team member abuse the HTTP-tool OpenAPI

CVE-2026-44285 HIGH
7.7 May 29

Server-Side Request Forgery in Labring FastGPT prior to 4.15.0-beta1 lets an authenticated attacker bypass the platform'

CVE-2026-42345 HIGH
7.7 May 08

Server-side request forgery in FastGPT (labring) versions 4.14.11 and prior lets a low-privileged user coerce the server

CVE-2026-34163 HIGH
7.7 Mar 31

Server-Side Request Forgery (SSRF) in FastGPT's Model Context Protocol (MCP) tools endpoints allows authenticated attack

Share

CVE-2026-42343 vulnerability details – vuln.today

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