CVE-2026-64575
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
05/08/2026
Last modified:
19/08/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
bpf: tcp: fix double sock release on batch realloc<br />
<br />
bpf_iter_tcp_batch() releases the current batch via<br />
bpf_iter_tcp_put_batch(), which drops the socket refs and rewrites<br />
each slot with the socket cookie, then grows the batch. cur_sk/end_sk<br />
are kept for bpf_iter_tcp_resume(), but on realloc failure the function<br />
returns ERR_PTR() before resume runs, leaving cur_sk
Impact
Base Score 3.x
7.80
Severity 3.x
HIGH
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/7a6a6d2a127866935f87b55b557bc89693065462
- https://git.kernel.org/stable/c/8a726e9585ffe7bfbfad2b5279277a00973970f3
- https://git.kernel.org/stable/c/980a813452754f8001704744e92f7aa697c53dd3
- https://git.kernel.org/stable/c/9f27c4f0ae35b5390ce4f7a54d3501144e41a54d
- https://git.kernel.org/stable/c/c842882e4c5d2818b858d6baf3fd10958c93f729
- https://git.kernel.org/stable/c/f0c1810320b0dac228103fad7311e89532134d83


