Files
expressjs.com/_posts/2025-07-31-security-releases.md
Ulises Gascón f2633654d5 blog: July 2025 Security Releases (#1994)
Co-authored-by: Linus Unnebäck <linus@folkdatorn.se>
Co-authored-by: Chris de Almeida <ctcpip@users.noreply.github.com>
Co-authored-by: Jon Church <me@jonchurch.com>
2025-07-31 18:06:46 +02:00

2.2 KiB

title, description, tags, authors
title description tags authors
July 2025 Security Releases Security releases for Multer and On-headers has been published. We recommend that all users upgrade as soon as possible. security vulnerabilities
name github
Ulises Gascón UlisesGascon

The Express team has released a new patch version of Multer addressing a high-severity security vulnerability, and a new minor version of on-headers addressing a low-severity security vulnerability.

{% include admonitions/warning.html content="We recommend upgrading to the latest version of Multer and On-headers immediately to secure your applications." %}

The following vulnerabilities have been addressed:

High severity vulnerability CVE-2025-7338 in Multer middleware

Multer versions >=1.4.4-lts.1 and <2.0.2 are vulnerable to denial of service via unhandled exception from malformed request.

This request causes an unhandled exception, leading to a crash of the process.

Affected versions: >=1.4.4-lts.1, <2.0.2
Patched version: 2.0.2

For more details, see GHSA-fjgf-rc76-4x9p.

Low severity vulnerability CVE-2025-7339 in On-header middleware

On-headers versions <1.1.0 is vulnerable to http response header manipulation

A bug in on-headers versions <1.1.0 may result in response headers being inadvertently modified when an array is passed to response.writeHead()

Affected versions: <1.1.0
Patched version: 1.1.0

For more details, see GHSA-76c9-3jph-rj3q.


We recommend upgrading to the latest version of Multer and On-headers immediately to secure your applications.