Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Hyuk Lim

#37108of 53,633
7.5Total CVSS
Vulnerabilities · 1
PT-2026-47834
7.5
2026-06-09
Openssl · Openssl · CVE-2026-42764
**Name of the Vulnerable Software and Affected Versions** OpenSSL (affected versions not specified) **Description** A NULL pointer dereference occurs in the OpenSSL QUIC server when receiving a QUIC initial packet containing an invalid or expired token. This issue is triggered specifically when address validation is disabled, which can be achieved by using the `SSL LISTENER FLAG NO VALIDATE` flag within the `SSL new listener()` function. A NULL pointer dereference is a condition where the software attempts to read or write to a memory location that is null, typically resulting in the abnormal termination of the process and a Denial of Service. **Recommendations** Avoid using the `SSL LISTENER FLAG NO VALIDATE` flag in the `SSL new listener()` function to ensure client address validation remains enabled. At the moment, there is no information about a newer version that contains a fix for this vulnerability.