PT-2026-64739 · Linux · Linux

CVE-2026-64518

·

Published

2026-07-25

·

Updated

2026-07-25

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
tcp: Fix out-of-bounds access for twsk in tcp ao established key().
lockdep sock is held() was added in tcp ao established key() by the cited commit.
It can be called from tcp v[46] timewait ack() with twsk.
Since it does not have sk->sk lock, the lockdep annotation results in out-of-bound access.
$ pahole -C tcp timewait sock vmlinux | grep size /* size: 288, cachelines: 5, members: 8 / $ pahole -C sock vmlinux | grep sk lock socket lock t sk lock; / 440 192 */
Let's not use lockdep sock is held() for TCP TIME WAIT.
Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

CVE-2026-64518

Affected Products

Linux