PT-2026-61435 · Linux · Linux
CVE-2026-64118
·
Published
2026-07-19
·
Updated
2026-07-19
CVSS v3.1
8.4
High
| Vector | AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
In the Linux kernel, the following vulnerability has been resolved:
qed: fix double free in qed cxt tables alloc()
If one of the later PF or VF CID bitmap allocations fails,
qed cid map alloc() jumps to cid map fail and frees the previously
allocated CID bitmaps before returning an error. qed cxt tables alloc()
then calls qed cxt mngr free(), which invokes qed cid map free()
again.
Fix this by setting each CID bitmap pointer to NULL after bitmap free()
to avoid double free.
The bug was first flagged by an experimental analysis tool we are
developing for kernel memory-management bugs while analyzing
v6.13-rc1. The tool is still under development and is not yet publicly
available. Manual inspection confirms that the bug is still
present in v7.1-rc3.
Runtime reproduction was not attempted because exercising the failing
allocation path requires device-specific setup.
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux