CVE-2026-42764
Reported by openssl · Published June 9, 2026
Issue summary: Receiving a QUIC initial packet with an invalid token may trigger a NULL pointer dereference in the OpenSSL QUIC server with address validation disabled. Impact summary: NULL pointer dereference typically causes abnormal termination of the affected QUIC server process and a Denial of Service. If the address validation is disabled in the OpenSSL QUIC server implementation, an attacker can crash the server by sending an initial packet with an invalid or expired token. By default, the client address validation is enabled in the OpenSSL QUIC server implementation, which makes the default configuration not vulnerable to this issue. However if the SSL_LISTENER_FLAG_NO_VALIDATE is used with the SSL_new_listener() call, the address validation is disabled making the vulnerable code reachable. The FIPS modules in 4.0, 3.6, 3.5, 3.4, and 3.0 are not affected by this issue, as the affected code is outside the OpenSSL FIPS module boundary.
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| OpenSSL | OpenSSL | 4.0.0, 3.6.0, 3.5.0 |
| wolfi | openssl | 0 |
| OpenSSL | OpenSSL | 3.5.0, 3.6.0, 3.5.0 |
| alpine | openssl | 0, 0, 0 |
Timeline
- Jun 9, 2026 CVE Published
- Jun 10, 2026 Coalition ESS Score
- Jun 11, 2026 Distribution Patch
- Jun 11, 2026 Security Advisory
- Jun 11, 2026 Distribution Patch
- Jun 11, 2026 Security Advisory
References
- OpenSSL Advisory vendor-advisory
- 4.0.1 git commit patch
- 3.6.3 git commit patch
- 3.5.7 git commit patch
- 4.0.1 git commit patch
- 3.6.3 git commit patch
- 3.5.7 git commit patch