Skip to content

Commit 0989623

Browse files
authored
blog: add "June 2025 Security Releases" (#1944)
1 parent 79665c0 commit 0989623

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: June 2025 Security Releases
3+
description: Security update for Multer released. All users are encouraged to upgrade.
4+
tags: security vulnerabilities
5+
authors:
6+
- name: Ulises Gascón
7+
github: UlisesGascon
8+
---
9+
10+
The Express team has released a new patch version of [Multer](https://www.npmjs.com/package/multer), addressing a high-severity vulnerability that could lead to a Denial of Service (DoS) attack.
11+
12+
{% include admonitions/warning.html
13+
content="We strongly recommend that all users upgrade to Multer v2.0.1 or later immediately."
14+
%}
15+
16+
This release addresses the following vulnerability:
17+
18+
### High severity vulnerability CVE-2025-48997 in Multer middleware
19+
20+
**[Multer](https://www.npmjs.com/package/multer) versions `>=1.4.4-lts.1` and `<2.0.1` are vulnerable to a Denial of Service (DoS) attack.**
21+
22+
An attacker can trigger this vulnerability by sending an upload request with an empty string as the field name. This malformed request causes an unhandled exception, leading to a crash of the server process.
23+
24+
**Affected versions**: `>=1.4.4-lts.1` and `<2.0.1`
25+
**Patched version**: `2.0.1`
26+
27+
For more details, see [GHSA-g5hg-p3ph-g8qg](https://github.com/expressjs/multer/security/advisories/GHSA-g5hg-p3ph-g8qg).
28+
29+

0 commit comments

Comments
 (0)