Vulnerability 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 Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Fastgpt | Fastgpt | <= 4.14.7 |
Related Weaknesses (CWE)
References
- https://github.com/labring/FastGPT/security/advisories/GHSA-6hw6-mxrm-v6wjVendor AdvisoryExploitMitigation
FAQ
What is CVE-2026-32128?
CVE-2026-32128 is a vulnerability with a CVSS score of 6.3 (MEDIUM). 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 guar...
How severe is CVE-2026-32128?
CVE-2026-32128 has been rated MEDIUM with a CVSS base score of 6.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-32128?
Check the references section above for vendor advisories and patch information. Affected products include: Fastgpt Fastgpt.