Linux Kernel TLS (kTLS) Receive Path Use-After-Free Vulnerability

Release Date: 18th September 2026 (Added 21 September 2026)

Impact : CRITICAL

TLP Rating: Clear

The Department of Communications and Digital Transformation (DCDT) through CERT Vanuatu (CERTVU), provides the following advisory.

This alert is relevant to Organizations and System/Network administrators that utilize the above product(s). This alert is intended to be understood by technical users and systems administrators.

What is it?

CVE-2025-39682 is a critical vulnerability in the Linux kernel's software TLS (kTLS) receive path, in net/tls/tls_sw.c. When an application configures a TCP socket with kernel TLS offload (TCP_ULP set to "tls"), the kernel decrypts incoming TLS records directly and delivers plaintext to the application, bypassing userspace libraries such as OpenSSL. This is widely used on high-throughput Linux servers, including content delivery networks, reverse proxies, and database servers.

Reference

  1. https://www.cisa.gov/known-exploited-vulnerabilities-catalog
  2. https://www.cve.org/CVERecord?id=CVE-2025-39682
  3. https://nvd.nist.gov/vuln/detail/CVE-2025-39682