CVE-2026-44287

MEDIUM EPSS 14.8%
Published May 29, 20261mo ago · Modified Jun 17, 20262w ago
6.3 CVSS 3.1
Medium
Find Similar
Published May 29, 2026 1mo ago
Last Modified Jun 17, 2026 2w ago

Description

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.

CVSS Details

Base Score
6.3
Exploitability
2.8
Impact
3.4
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
14.8% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 2

CWE-184
CWE-94 Improper Control of Generation of Code (Code Injection) Injection

References 1

  • github.com https://github.com/labring/FastGPT/security/advisories/GHSA-f5mq-qxm4-5mvc

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.