CVE-2026-64035
In the Linux kernel, the following vulnerability has been resolved:
igc: set tx buffer type for SMD frames
Sashiko pointed out that igcfpeinitsmdframe() initializes
igctxbuffer fields for an SMD skb, but does not set the buffer type:
https://sashiko.dev/#/patchset/20260415025226.114115-1-kohei%40enjuk.jp
Since igctxbuffer entries are reused, a stale XDP or XSK type can
remain and make TX completion use the wrong cleanup path.
Set the buffer type to IGCTXBUFFERTYPESKB.
Package Versions Affected
Automatically patch vulnerabilities without upgrading
CVSS Version



Related Resources
References
https://git.kernel.org/stable/c/1c8587bd025244aa52061f5ceecbf5e68a1063d9, https://git.kernel.org/stable/c/1f83545f432d106d5fc71d3997b2d382104ebcc4, https://git.kernel.org/stable/c/5acc641e590e008caaed480ed9ffae47cf7ecbdf, https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64035.json, https://nvd.nist.gov/vuln/detail/CVE-2026-64035, https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git