CVE-2026-32128
Last modified
CVE-2026-32128 is a medium-severity vulnerability rated 6.3/10 on the CVSS scale. 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). EPSS estimates a 0.30% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Fastgpt | Fastgpt | <= 4.14.7 |
References
- https://github.com/labring/FastGPT/security/advisories/GHSA-6hw6-mxrm-v6wjExploit, Mitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-32128?
How severe is CVE-2026-32128?
How do I fix CVE-2026-32128?
Are you affected by CVE-2026-32128?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
