Servify Express is a Node.js package to start an Express server and log the port it's running on. Prior to 1.2, the Express server used express.json() without a size limit, which could allow attackers to send extremely large request bodies. This can cause excessive memory usage, degraded performance, or process crashes, resulting in a Denial of Service (DoS). Any application using the JSON parser without limits and exposed to untrusted clients is affected. The issue is not a flaw in Express itself, but in configuration. This issue is fixed in version 1.2. To work around, consider adding a limit option to the JSON parser, rate limiting at the application or reverse-proxy level, rejecting unusually large requests before parsing, or using a reverse proxy (such as NGINX) to enforce maximum request body sizes.
References
| Link | Resource |
|---|---|
| https://github.com/Aarondoran/servify-express/commit/8dff7f56504b356278d849734ef2050e5cd23b61 | Patch |
| https://github.com/Aarondoran/servify-express/releases/tag/V1.2 | Product Release Notes |
| https://github.com/Aarondoran/servify-express/security/advisories/GHSA-qgc4-8p88-4w7m | Mitigation Vendor Advisory |
Configurations
History
17 Mar 2026, 19:40
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Servify-express.js servify Express
Servify-express.js |
|
| References | () https://github.com/Aarondoran/servify-express/commit/8dff7f56504b356278d849734ef2050e5cd23b61 - Patch | |
| References | () https://github.com/Aarondoran/servify-express/releases/tag/V1.2 - Product, Release Notes | |
| References | () https://github.com/Aarondoran/servify-express/security/advisories/GHSA-qgc4-8p88-4w7m - Mitigation, Vendor Advisory | |
| CPE | cpe:2.3:a:servify-express.js:servify_express:*:*:*:*:*:node.js:*:* | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.5 |
12 Dec 2025, 08:15
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2025-12-12 08:15
Updated : 2026-03-17 19:40
NVD link : CVE-2025-67731
Mitre link : CVE-2025-67731
CVE.ORG link : CVE-2025-67731
JSON object : View
Products Affected
servify-express.js
- servify_express
CWE
CWE-400
Uncontrolled Resource Consumption
