Bugzilla – Bug 1220214
VUL-0: CVE-2024-26582: kernel: net: tls: fix use-after-free with partial reads and async decrypt
Last modified: 2024-07-08 14:31:36 UTC
In the Linux kernel, the following vulnerability has been resolved: net: tls: fix use-after-free with partial reads and async decrypt tls_decrypt_sg doesn't take a reference on the pages from clear_skb, so the put_page() in tls_decrypt_done releases them, and we trigger a use-after-free in process_rx_list when we try to read from the partially-read skb. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-26582 https://www.cve.org/CVERecord?id=CVE-2024-26582 Patch: https://git.kernel.org/stable/c/32b55c5ff9103b8508c1e04bfa5a08c64e7a925f
Tracking as affected: - SLE15-SP6 - stable
Hi Michal, Because this is a issue for net/tls. Could you please help to handle it? If this is not in your area, just reset bug assigner to kernel-bugs@suse.de. Kernel Security Sentinel will find other expert. Thanks a lot!