CVE-2026-32128
MEDIUM EPSS 21.2%
Published Mar 11, 20263mo ago · Modified Jun 17, 20262w ago
6.3 CVSS 3.1
Published Mar 11, 2026 3mo ago
Last Modified Jun 17, 2026 2w ago
Description
FastGPT is an AI Agent building platform. In 4.14.7 and earlier, FastGPT's Python Sandbox (fastgpt-sandbox) includes guardrails intended to prevent file writes (static detection + seccomp). These guardrails are bypassable by remapping stdout (fd 1) to an arbitrary writable file descriptor using fcntl. After remapping, writing via sys.stdout.write() still satisfies the seccomp rule write(fd==1), enabling arbitrary file creation/overwrite inside the sandbox container despite the intended no file writes restriction.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L Attack Vector Network
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality Low
Integrity Low
Availability Low
Threat Intelligence
EPSS Exploit Probability
21.2% percentile
Exploit & Patch Status
Public Exploit Known
No Patch Available
Weaknesses 1
CWE-184
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| fastgpt | fastgpt | * | ≤4.14.7 |
References 1
- github.com https://github.com/labring/FastGPT/security/advisories/GHSA-6hw6-mxrm-v6wj
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.