Files
CVEs-PoC/2020/CVE-2020-24659.md
T
2024-05-25 21:48:12 +02:00

813 B

CVE-2020-24659

Description

An issue was discovered in GnuTLS before 3.6.15. A server can trigger a NULL pointer dereference in a TLS 1.3 client if a no_renegotiation alert is sent with unexpected timing, and then an invalid second handshake occurs. The crash happens in the application's error handling path, where the gnutls_deinit function is called after detecting a handshake failure.

POC

Reference

No PoCs from references.

Github