CVE-2026-32728
Last modified
CVE-2026-32728 is a high-severity vulnerability rated 7.6/10 on the CVSS scale. Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 9.6.0-alpha.15 and 8.6.41, an attacker who is allowed to upload files can bypass the file extension filter by appending a MIME parameter (e.g. EPSS estimates a 0.27% chance of exploitation in the next 30 days.
Description
Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 9.6.0-alpha.15 and 8.6.41, an attacker who is allowed to upload files can bypass the file extension filter by appending a MIME parameter (e.g. `;charset=utf-8`) to the `Content-Type` header. This causes the extension validation to fail matching against the blocklist, allowing active content to be stored and served under the application's domain. In addition, certain XML-based file extensions that can render scripts in web browsers are not included in the default blocklist. This can lead to stored XSS attacks, compromising session tokens, user credentials, or other sensitive data accessible via the browser's local storage. The fix in versions 9.6.0-alpha.15 and 8.6.41 strips MIME parameters from the `Content-Type` header before validating the file extension against the blocklist. The default blocklist has also been extended to include additional XML-based extensions (`xsd`, `rng`, `rdf`, `rdf+xml`, `owl`, `mathml`, `mathml+xml`) that can render active content in web browsers. Note that the `fileUpload.fileExtensions` option is intended to be configured as an allowlist of file extensions that are valid for a specific application, not as a denylist. The default denylist is provided only as a basic default that covers most common problematic extensions. It is not intended to be an exhaustive list of all potentially dangerous extensions. Developers should not rely on the default value, as new extensions that can render active content in browsers might emerge in the future. As a workaround, configure the `fileUpload.fileExtensions` option to use an allowlist of only the file extensions that your application needs, rather than relying on the default blocklist.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:N
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:H/VI:L/VA:N/SC:H/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Parseplatform | Parse-Server | < 8.6.41 | — |
| Parseplatform | Parse-Server | >= 9.0.0, < 9.6.0 | — |
| Parseplatform | Parse-Server | 9.6.0 | Alpha1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-32728?
How severe is CVE-2026-32728?
How do I fix CVE-2026-32728?
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-32722Memray is a memory profiler for Python. Prior to Memray 1.19…6.1
- CVE-2026-32723SandboxJS is a JavaScript sandboxing library. Prior to 0.8.3…4.7
- CVE-2026-32724PX4 autopilot is a flight control solution for drones. Prior…5.3
- CVE-2026-32725SciTokens C++ is a minimal library for creating and using Sc…8.3
- 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-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-32731ApostropheCMS is an open-source content management framework…9.9
- 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
Are you affected by CVE-2026-32728?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
