216.73.217.22

CVE-2025-53007

· Published 26/06/2025 15:15 · Modified 26/06/2025 18:57

Labels: CVE-2025-53007 2025-06-26CVE-2025-53007CWE-113[email protected]

Essential information

Published
26/06/2025 15:15
Modified
26/06/2025 18:57
Author
Creator
CVSS
8.9 HIGH (v3) 8.9 HIGH (v4.0)
CISA KEV
No
CWE
CVSS vector

CVSS metrics

Description

arduino-esp32 provides an Arduino core for the ESP32. Versions prior to 3.3.0-RC1 and 3.2.1 contain a HTTP Response Splitting vulnerability. The `sendHeader` function takes arbitrary input for the HTTP header name and value, concatenates them into an HTTP header line, and appends this to the outgoing HTTP response headers. There is no validation or sanitization of the `name` or `value` parameters before they are included in the HTTP response. If an attacker can control the input to `sendHeader` (either directly or indirectly), they could inject carriage return (`\r`) or line feed (`\n`) characters into either the header name or value. This could allow the attacker to inject additional headers, manipulate the structure of the HTTP response, potentially inject an entire new HTTP response (HTTP Response Splitting), and/or ause header confusion or other HTTP protocol attacks. Versions 3.3.0-RC1 and 3.2.1 contain a fix for the issue.

NVD status

Status
Awaiting Analysis — CVE has been recently published to the CVE List and has been received by the NVD.
Source
[email protected]
NVD
View on NVD

Affected products (CPE)

ProductCPE
arduino / arduino-esp32 cpe:2.3:a:arduino:arduino-esp32:<3.3.0-rc1:*:*:*:*:*:*:*
arduino / arduino-esp32 cpe:2.3:a:arduino:arduino-esp32:3.2.1:*:*:*:*:*:*:*

References