CVE-2025-71148
BaseFortify
Publication date: 2026-01-23
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 | 6.19 |
| linux | linux_kernel | From 6.7 (inc) to 6.12.64 (exc) |
| linux | linux_kernel | From 6.13 (inc) to 6.18.3 (exc) |
| linux | linux_kernel | From 6.4 (inc) to 6.6.120 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's network handshake code where a function called handshake_req_submit() replaces a socket destructor (sk_destruct) but fails to restore it if the submission fails before the request is hashed. As a result, the original destructor never runs, causing the socket to leak.
How can this vulnerability impact me? :
The impact of this vulnerability is that sockets may leak due to the original destructor not being called on submission failure. This can lead to resource leaks in the system, potentially degrading performance or causing denial of service over time.