PT-2026-79613 · Linux · Linux Kernel
CVE-2026-74608
·
Published
2026-08-22
·
Updated
2026-08-27
CVSS v3.1
9.8
Critical
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A use-after-free issue exists in the SMB client. The
cifs try adding channels() function takes a temporary reference to an interface before releasing the iface lock. If the cifs ses add channel() function fails, the reference is dropped before the weight fulfilled variable of the iface structure is incremented. A concurrent interface list refresh can remove the list reference during channel creation, causing the kref put() function in the failure path to release the final reference and free the iface memory. Subsequent updates to weight fulfilled then result in an access to freed memory.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel