cve/2024/CVE-2024-2379.md
2024-08-10 19:04:30 +00:00

852 B

CVE-2024-2379

Description

libcurl skips the certificate verification for a QUIC connection under certain conditions, when built to use wolfSSL. If told to use an unknown/bad cipher or curve, the error path accidentally skips the verification and returns OK, thus ignoring any certificate problems.

POC

Reference

Github

No PoCs found on GitHub currently.