CVE-2026-32731
Last modified
CVE-2026-32731 is a critical-severity vulnerability rated 9.9/10 on the CVSS scale. ApostropheCMS is an open-source content management framework. Prior to version 3.5.3 of `@apostrophecms/import-export`, The `extract()` function in `gzip.js` constructs file-write paths using `fs.createWriteStream(path.join(exportPath, header.name))`. EPSS estimates a 0.43% chance of exploitation in the next 30 days.
Description
ApostropheCMS is an open-source content management framework. Prior to version 3.5.3 of `@apostrophecms/import-export`, The `extract()` function in `gzip.js` constructs file-write paths using `fs.createWriteStream(path.join(exportPath, header.name))`. `path.join()` does not resolve or sanitise traversal segments such as `../`. It concatenates them as-is, meaning a tar entry named `../../evil.js` resolves to a path outside the intended extraction directory. No canonical-path check is performed before the write stream is opened. This is a textbook Zip Slip vulnerability. Any user who has been granted the Global Content Modify permission — a role routinely assigned to content editors and site managers — can upload a crafted `.tar.gz` file through the standard CMS import UI and write attacker-controlled content to any path the Node.js process can reach on the host filesystem. Version 3.5.3 of `@apostrophecms/import-export` fixes the issue.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Apostrophecms | Import-Export | < 3.5.3 |
References
- https://github.com/apostrophecms/apostrophe/security/advisories/GHSA-mwxc-m426-3f78Exploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-32731?
How severe is CVE-2026-32731?
How do I fix CVE-2026-32731?
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-32726SciTokens C++ is a minimal library for creating and using Sc…8.1
- CVE-2026-32727SciTokens is a reference library for generating and using Sc…6.5
- CVE-2026-32728Parse Server is an open source backend that can be deployed …7.6
- CVE-2026-32729Runtipi is a personal homeserver orchestrator. Prior to 4.8.…8.8
- CVE-2026-3273A vulnerability was identified in Tenda F453 1.0.0.3. Affect…8.8
- CVE-2026-32730ApostropheCMS is an open-source content management framework…8.1
- CVE-2026-32732Lean 4 VS Code Extension is a Visual Studio Code extension f…0
- CVE-2026-32733Halloy is an IRC application written in Rust. Prior to commi…6.5
- CVE-2026-32734baserCMS is a website development framework. Prior to versio…6.1
- CVE-2026-32735openapi-to-java-records-mustache-templates allows users to g…2.3
- CVE-2026-32736The Hytale Modding Wiki is a free service for Hytale mods to…4.3
- CVE-2026-32737Romeo gives the capability to reach high code coverage of Go…10
Are you affected by CVE-2026-32731?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
