SecBoard
Zurück zur CVE-Übersicht

CVE-2025-39682

CRITICAL(9.8)KEV — Aktiv ausgenutzt

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Risk Signal Score55/100 — HOCH
  • CVSS 9.8 — Kritisch
  • Im CISA KEV-Katalog (aktiv ausgenutzt)

Erwähnungen (letzte 60 Tage)

Artikel

CISA KEV

Bestätigt ausgenutzt

EPSS-Score

0.5%

Exploit-Wahrscheinlichkeit (30 Tage)

CVSS Score

9.8

Technische Schwere

SecBoard-Einordnung

CVE-2025-39682 betrifft den Linux-Kernel und ist eine Schwachstelle in der TLS-Implementierung, die die Handhabung von Zero-Length-Records auf der rx_list betrifft. Diese Schwachstelle kann dazu führen, dass ein bereits entschlüsselter Record, der direkt in den Userspace kopiert wurde, nicht korrekt verarbeitet wird, insbesondere wenn er von der rx_list stammt und eine Länge von Null hat. Die genaue Auswirkung ist eine fehlerhafte Verarbeitung von TLS-Daten. Diese Schwachstelle wird aktiv ausgenutzt, was eine sofortige Reaktion erfordert. Mit einem CVSS-Score von 9.8 (KRITISCH) und der Aufnahme in den KEV-Katalog ist diese Schwachstelle als extrem kritisch einzustufen. Obwohl die EPSS-Wahrscheinlichkeit mit 1% niedrig erscheint, überwiegt die Tatsache der aktiven Ausnutzung die statistische Vorhersage und signalisiert eine hohe reale Bedrohung. Security-Teams sollten umgehend alle betroffenen Linux-Kernel-Systeme, insbesondere Debian Linux 11.0, auf verfügbare Patches prüfen und diese schnellstmöglich einspielen. Eine kontinuierliche Überwachung auf ungewöhnliche Netzwerkaktivitäten oder Systemverhalten im Zusammenhang mit TLS-Verbindungen ist ebenfalls ratsam, um potenzielle Ausnutzungsversuche frühzeitig zu erkennen und abzuwehren.

KI-gestützte Einordnung auf Basis der NVD-Daten.

Beschreibung

In the Linux kernel, the following vulnerability has been resolved: tls: fix handling of zero-length records on the rx_list Each recvmsg() call must process either - only contiguous DATA records (any number of them) - one non-DATA record If the next record has different type than what has already been processed we break out of the main processing loop. If the record has already been decrypted (which may be the case for TLS 1.3 where we don't know type until decryption) we queue the pending record to the rx_list. Next recvmsg() will pick it up from there. Queuing the skb to rx_list after zero-copy decrypt is not possible, since in that case we decrypted directly to the user space buffer, and we don't have an skb to queue (darg.skb points to the ciphertext skb for access to metadata like length). Only data records are allowed zero-copy, and we break the processing loop after each non-data record. So we should never zero-copy and then find out that the record type has changed. The corner case we missed is when the initial record comes from rx_list, and it's zero length.

Betroffene Produkte

  • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17:rc1:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:6.17:rc2:*:*:*:*:*:*
  • cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*

Referenzen