← Back

CVE-2026-47778

nvd nist
Published: Jun 26, 2026Modified: Jun 29, 2026

JSON object

Loading...
4.4
Vector
CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N
Exploitability: 0.7 / Impact: 3.6
Source: security-advisories@github.com (Secondary)

Description

Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to 1.35.11, 1.36.7, 1.37.3, and 1.38.1, a structural flaw was identified in DefaultCertValidator::verifySubjectAltName where the extracted DNS SAN string is cast to a C-style string using .c_str() before being passed to the Utility::dnsNameMatch() algorithm. If the attacker serves a certificate with a dNSName SAN containing an embedded NUL byte, the helper Utility::generalNameAsString captures the complete string including the NUL. However, when .c_str() evaluates it, implicit conversion to absl::string_view inside dnsNameMatch relies on strlen(), prematurely truncating the evaluation context. Envoy evaluates trucated string against the exact required config_san match and returns true, thereby successfully validating the string with the Nul byte for an upstream routing. This vulnerability is fixed in 1.35.11, 1.36.7, 1.37.3, and 1.38.1.

Affected (4)

Products: Envoyproxy: Envoy
1 product
Envoy
Configuration A
4 vulnerable
Vulnerable SoftwareAffected Versions
Envoyproxy
Before 1.35.13
From 1.36.0 to 1.36.9
From 1.37.0 to 1.37.5
From 1.38.0 to 1.38.3

References (2)

Source: security-advisories@github.com
ExploitVendor AdvisoryMitigation
Source: 134c704f-9b21-4f2e-91b3-4a467353bcc0
ExploitVendor AdvisoryMitigation

Timeline

No history available yet.