CVE-2026-49457
Last modified
CVE-2026-49457 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. erlang_quic is a pure Erlang QUIC implementation. Prior to version 1.4.4, the QUIC client did not authenticate the server during the TLS 1.3 handshake. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
erlang_quic is a pure Erlang QUIC implementation. Prior to version 1.4.4, the QUIC client did not authenticate the server during the TLS 1.3 handshake. The CertificateVerify signature was not checked, the certificate chain was not validated, and the hostname was not compared against the certificate, so `verify` was effectively a no-op on the client. A man-in-the-middle on the network path could present any certificate and impersonate any server, defeating the confidentiality and integrity of the connection. HTTP/3 uses the same client and was equally affected. Handshakes authenticated by a PSK (session resumption) are not affected, because the peer is authenticated by the PSK binder and no certificate is sent. This is fixed in 1.4.4. The client now verifies the CertificateVerify signature, validates the certificate chain against the trust store (`cacerts` option, the operating system store by default), and checks the hostname. Client `verify` now defaults to on; set `verify => false` to accept any certificate (for example a self-signed test server). No known workarounds are available before 1.4.4. `verify => true` had no effect, and inspecting the certificate after connecting does not help because without the signature check the peer is never proven to own the certificate it presents.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| benoitc | erlang_quic | < 1.4.4 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-49457?
How severe is CVE-2026-49457?
How do I fix CVE-2026-49457?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-49451The OpenAPI.NET SDK contains a useful object model for OpenA…7.5
- CVE-2026-49452WeasyPrint helps web developers to create PDF documents. Pri…6.5
- CVE-2026-49453Joplin is an open source note-taking and to-do application t…7
- CVE-2026-49454Relyra is a strict-by-default SAML 2.0 Service Provider libr…9.1
- CVE-2026-49455Waku is the minimal React framework. Prior to version 1.0.0-…6.5
- CVE-2026-49456Waku is the minimal React framework. Prior to version 1.0.0-…3.1
- CVE-2026-49458DOMPurify is a DOM-only cross-site scripting sanitizer for H…6.1
- CVE-2026-49459DOMPurify is a DOM-only cross-site scripting sanitizer for H…6.1
- CVE-2026-4946Ghidra versions prior to 12.0.3 improperly process annotatio…8.8
- CVE-2026-49460pypdf is a free and open-source pure-python PDF library. Pri…3.3
- CVE-2026-49461pypdf is a free and open-source pure-python PDF library. Pri…5.5
- CVE-2026-49462NL Portal Backend Libraries provide backend components for D…5.3
Are you affected by CVE-2026-49457?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
