ghsa-44fp-w29j-9vj5
Vulnerability from github
Published
2025-05-19 22:04
Modified
2025-05-19 22:04
Severity ?
VLAI Severity ?
Summary
Multer vulnerable to Denial of Service via memory leaks from unclosed streams
Details
Impact
Multer <2.0.0 is vulnerable to a resource exhaustion and memory leak issue due to improper stream handling. When the HTTP request stream emits an error, the internal busboy
stream is not closed, violating Node.js stream safety guidance.
This leads to unclosed streams accumulating over time, consuming memory and file descriptors. Under sustained or repeated failure conditions, this can result in denial of service, requiring manual server restarts to recover. All users of Multer handling file uploads are potentially impacted.
Patches
Users should upgrade to 2.0.0
Workarounds
None
References
- https://github.com/expressjs/multer/pull/1120
- https://github.com/expressjs/multer/commit/2c8505f207d923dd8de13a9f93a4563e59933665
{ "affected": [ { "package": { "ecosystem": "npm", "name": "multer" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "2.0.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2025-47935" ], "database_specific": { "cwe_ids": [ "CWE-401" ], "github_reviewed": true, "github_reviewed_at": "2025-05-19T22:04:17Z", "nvd_published_at": "2025-05-19T20:15:25Z", "severity": "HIGH" }, "details": "### Impact\n\nMulter \u003c2.0.0 is vulnerable to a resource exhaustion and memory leak issue due to improper stream handling. When the HTTP request stream emits an error, the internal `busboy` stream is not closed, violating Node.js stream safety guidance.\n\nThis leads to unclosed streams accumulating over time, consuming memory and file descriptors. Under sustained or repeated failure conditions, this can result in denial of service, requiring manual server restarts to recover. All users of Multer handling file uploads are potentially impacted.\n\n\n### Patches\n\nUsers should upgrade to `2.0.0`\n\n\n### Workarounds\n\nNone\n\n### References\n\n- https://github.com/expressjs/multer/pull/1120\n- https://github.com/expressjs/multer/commit/2c8505f207d923dd8de13a9f93a4563e59933665", "id": "GHSA-44fp-w29j-9vj5", "modified": "2025-05-19T22:04:17Z", "published": "2025-05-19T22:04:17Z", "references": [ { "type": "WEB", "url": "https://github.com/expressjs/multer/security/advisories/GHSA-44fp-w29j-9vj5" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47935" }, { "type": "WEB", "url": "https://github.com/expressjs/multer/pull/1120" }, { "type": "WEB", "url": "https://github.com/expressjs/multer/commit/2c8505f207d923dd8de13a9f93a4563e59933665" }, { "type": "PACKAGE", "url": "https://github.com/expressjs/multer" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ], "summary": "Multer vulnerable to Denial of Service via memory leaks from unclosed streams" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…