HomeDefectsLIN1025-7661
Fixed

LIN1025-7661 : Security Advisory - linux - CVE-2025-71148

Created: Jan 26, 2026    Updated: Jan 28, 2026
Resolved Date: Jan 27, 2026
Found In Version: 10.25.33.2
Severity: Standard
Applicable for: Wind River Linux LTS 25
Component/s: Kernel

Description

In the Linux kernel, the following vulnerability has been resolved:

net/handshake: restore destructor on submit failure

handshake_req_submit() replaces sk->sk_destruct but never restores it when
submission fails before the request is hashed. handshake_sk_destruct() then
returns early and the original destructor never runs, leaking the socket.
Restore sk_destruct on the error path.

CVEs