Bugzilla – Bug 1224631
VUL-0: CVE-2023-52688: kernel: wifi: ath12k: fix the error handler of rfkill config
Last modified: 2024-06-10 12:21:43 UTC
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix the error handler of rfkill config When the core rfkill config throws error, it should free the allocated resources. Currently it is not freeing the core pdev create resources. Avoid this issue by calling the core pdev destroy in the error handler of core rfkill config. Found this issue in the code review and it is compile tested only. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-52688 https://git.kernel.org/pub/scm/linux/security/vulns.git/plain/cve/published/2023/CVE-2023-52688.mbox https://git.kernel.org/stable/c/b4e593a7a22fa3c7d0550ef51c90b5c21f790aa8 https://git.kernel.org/stable/c/898d8b3e1414cd900492ee6a0b582f8095ba4a1a https://www.cve.org/CVERecord?id=CVE-2023-52688 https://bugzilla.redhat.com/show_bug.cgi?id=2281307
https://www.suse.com/security/cve/CVE-2023-52688.html cvss 5.5
Does not affect any branch. Nothing to be done
All done, closing.