CVE-2026-44287

FastGPT is an AI Agent building platform. Prior to 4.15.0-beta1, the JavaScript sandbox worker at projects/code-sandbox/src/pool/worker.ts:356 blocks dynamic import() with the regex /\bimport\s*\(/.test(code). JavaScript syntax accepts a block comment between import and (; the regex matches only ASCII whitespace, and the bytes /, *, *, / are not in the \s character class. The payload import/**/("child_process") parses as a syntactically valid dynamic import that the regex does not detect. Because import() is not wrapped by the safeRequire Proxy (which only proxies require), the attacker loads child_process and calls execSync - arbitrary command execution as uid=100(sandbox) inside the sandbox container. This vulnerability is fixed in 4.15.0-beta1.
Configurations

No configuration.

History

01 Jun 2026, 15:16

Type Values Removed Values Added
References () https://github.com/labring/FastGPT/security/advisories/GHSA-f5mq-qxm4-5mvc - () https://github.com/labring/FastGPT/security/advisories/GHSA-f5mq-qxm4-5mvc -

29 May 2026, 20:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-29 20:16

Updated : 2026-06-01 15:16


NVD link : CVE-2026-44287

Mitre link : CVE-2026-44287

CVE.ORG link : CVE-2026-44287


JSON object : View

Products Affected

No product.

CWE
CWE-94

Improper Control of Generation of Code ('Code Injection')

CWE-184

Incomplete List of Disallowed Inputs