Home

Description

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.

PUBLISHED Reserved 2025-12-10 | Published 2025-12-12 | Updated 2025-12-12 | Assigner GitHub_M




HIGH: 8.7CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

Problem types

CWE-400: Uncontrolled Resource Consumption

Product status

< 1.2
affected

References

github.com/...xpress/security/advisories/GHSA-qgc4-8p88-4w7m

github.com/...ommit/8dff7f56504b356278d849734ef2050e5cd23b61

github.com/Aarondoran/servify-express/releases/tag/V1.2

cve.org (CVE-2025-67731)

nvd.nist.gov (CVE-2025-67731)

Download JSON