GHSA-qgc4-8p88-4w7m · Severity: high · Ecosystem: npm — Servify-express rate limit issue
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.
Conclusion & alert: CVE-2025-67731 is rated Moderate Risk (45.9/100): CVSS High severity, with low exploitation likelihood (EPSS 0.13%). Mandatory action: Review affected assets and schedule remediation.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-05-09 | 0.18% | 0.13% | -0.06% |
| 2 | 2026-04-13 | 0.06% | 0.18% | +0.12% |
| 3 | 2025-12-18 | — | 0.06% | — |
Full EPSS history (4 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 8.7 | 4.0 | HIGH |
|
— | — | [email protected] |
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
GHSA-qgc4-8p88-4w7m · Severity: high · Ecosystem: npm — Servify-express rate limit issue
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| servify-express.js | servify_express | < 1.2 | cpe:2.3:a:servify-express.js:servify_express:*:*:*:*:*:node.js:*:* |
| URL | Tags |
|---|---|
| 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 |