Vulnerability in Fastgpt
CVE-2026-32128
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.
Published · last modified .
CVSS v3 metric
CVSS v3 base score 6.3 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L.
EPSS exploit prediction
EPSS: 0.003 (22.5th percentile), scored .
Very low probability of exploitation in the next 30 days; routine patching cadence is appropriate. 22nd percentile — 22.5% of CVEs in the catalogue have a lower EPSS than this one. How to read EPSS.
EPSS over last 30 days · oldest: 0.003 · newest: 0.003 · change: 0.000
Affected products
- Fastgpt
- Labring Fastgpt — versions <= 4.14.7
Weakness classification (CWE)
Public proof-of-concept exploits
References
- github.com/labring/FastGPT/security/advisories/GHSA-6hw6-mxrm-v6wj (Exploit, Mitigation, Vendor Advisory)
Frequently asked questions
- What is CVE-2026-32128?
- CVE-2026-32128 is a medium-severity vulnerability in Fastgpt, classified under Incomplete List of Disallowed Inputs. CVSS score: 6.3/10. Published 2026-03-11.
- How severe is CVE-2026-32128?
- Medium severity. CVSS v3 base score is 6.3 out of 10.
- Is CVE-2026-32128 known to be exploited?
- 1 public proof-of-concept repositories are indexed. Not currently listed in the CISA KEV catalog.