Denial of Service Vulnerability in Servify Express Node.js Package
CVE-2025-67731
8.7HIGH
What is CVE-2025-67731?
The Servify Express package for Node.js, prior to version 1.2, contains a vulnerability that allows untrusted clients to send excessively large JSON request bodies. This may lead to overwhelming memory usage, reduced performance, or even process crashes, causing a Denial of Service (DoS). The vulnerability arises from a lack of request size limits in the express.json() parser. It is crucial for developers using this package to upgrade to version 1.2 and implement size limits on the JSON parser or utilize reverse proxies to manage request sizes effectively.
Affected Version(s)
servify-express < 1.2
