CVE-2025-39955
BaseFortify
Publication date: 2025-10-09
Last updated on: 2026-02-26
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 6.7 (inc) to 6.12.49 (inc) |
| linux | linux_kernel | 6.17.0-rc5 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is in the Linux kernel's TCP implementation related to TCP Fast Open (TFO). It occurs because the kernel did not clear a specific internal pointer (fastopen_rsk) during the tcp_disconnect() function. This caused a situation where a server-side TFO socket could be reused as a new client socket before the TCP three-way handshake completed. As a result, a retransmit timer triggered a warning and the intended packet was not retransmitted properly, potentially causing unexpected behavior or instability in TCP connections.
How can this vulnerability impact me? :
The vulnerability can lead to improper handling of TCP Fast Open sockets, causing retransmission failures and warnings in the kernel. This may result in unstable or unreliable TCP connections, potentially affecting network communication and application performance on affected Linux systems.