CVE-2026-49457

Source
https://cve.org/CVERecord?id=CVE-2026-49457
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-49457.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-49457
Aliases
Published
2026-08-14T18:27:20.523Z
Modified
2026-08-16T03:48:29.847137552Z
Severity
  • 9.1 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N CVSS Calculator
Summary
QUIC has Broken TLS verification
Details

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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/49xxx/CVE-2026-49457.json",
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-295",
        "CWE-297"
    ]
}
References

Affected packages

Git / github.com/benoitc/erlang_quic

Affected ranges

Type
GIT
Repo
https://github.com/benoitc/erlang_quic
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
Show details
{
    "source": [
        "AFFECTED_FIELD",
        "DESCRIPTION"
    ],
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "1.4.4"
        }
    ]
}

Affected versions

0.*
0.10.0
0.10.1
0.10.2
1.*
1.3.1
1.3.2
1.3.3
1.4.0
1.4.1
1.4.2
1.4.3
v0.*
v0.1.0
v0.10.0
v0.10.1
v0.10.2
v0.11.0
v0.2.0
v0.3.0
v0.4.0
v0.5.0
v0.5.1
v0.6.0
v0.6.1
v0.6.2
v0.6.3
v0.6.5
v0.7.0
v0.7.1
v0.8.0
v0.9.0
v1.*
v1.0.0
v1.0.1
v1.0.2
v1.1.0
v1.2.0
v1.3.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-49457.json"