CVE-2026-44287
Last modified
CVE-2026-44287 is a medium-severity vulnerability rated 6.3/10 on the CVSS scale. 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). EPSS estimates a 0.24% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-44287?
How severe is CVE-2026-44287?
How do I fix CVE-2026-44287?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-4428A logic error in CRL distribution point validation in AWS-LC…9.1
- CVE-2026-44281GLPI is a free asset and IT management software package. Sta…7
- CVE-2026-44283etcd is a distributed key-value store for the data of a dist…4.3
- CVE-2026-44284FastGPT is an AI Agent building platform. Prior to version 4…6.3
- CVE-2026-44285FastGPT is an AI Agent building platform. Prior to 4.15.0-be…7.7
- CVE-2026-44286FastGPT is an AI Agent building platform. Prior to version 4…2.3
- CVE-2026-44288protobufjs compiles protobuf definitions into JavaScript (JS…5.3
- CVE-2026-44289protobufjs compiles protobuf definitions into JavaScript (JS…7.5
- CVE-2026-4429The OSM – OpenStreetMap plugin for WordPress is vulnerable t…6.4
- CVE-2026-44290protobufjs compiles protobuf definitions into JavaScript (JS…7.5
- CVE-2026-44291protobufjs compiles protobuf definitions into JavaScript (JS…8.1
- CVE-2026-44292protobufjs compiles protobuf definitions into JavaScript (JS…5.3
Are you affected by CVE-2026-44287?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
