First published: Sat Mar 02 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: platform/x86: think-lmi: Fix reference leak If a duplicate attribute is found using kset_find_obj(), a reference to that attribute is returned which needs to be disposed accordingly using kobject_put(). Move the setting name validation into a separate function to allow for this change without having to duplicate the cleanup code for this setting. As a side note, a very similar bug was fixed in commit 7295a996fdab ("platform/x86: dell-sysman: Fix reference leak"), so it seems that the bug was copied from that driver. Compile-tested only.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=5.14<5.15.136 | |
Linux Kernel | >=5.16<6.1.59 | |
Linux Kernel | >=6.2<6.5.8 | |
Linux Kernel | =6.6-rc1 | |
Linux Kernel | =6.6-rc2 | |
Linux Kernel | =6.6-rc3 | |
Linux Kernel | =6.6-rc4 | |
redhat/kernel | <5.15.136 | 5.15.136 |
redhat/kernel | <6.1.59 | 6.1.59 |
redhat/kernel | <6.5.8 | 6.5.8 |
redhat/kernel | <6.6 | 6.6 |
IBM Security Verify Governance - Identity Manager | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager Software Stack | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager Virtual Appliance | <=ISVG 10.0.2 | |
IBM Security Verify Governance Identity Manager Container | <=ISVG 10.0.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-52520 affects Linux kernel versions between 5.14 and 5.15.136, 5.16 and 6.1.59, 6.2 and 6.5.8, and includes versions 6.6 and its release candidates.
The severity of CVE-2023-52520 is classified as moderate, as it involves a reference leak that could affect the stability of the system.
To fix CVE-2023-52520, upgrade to Linux kernel version 5.15.136, 6.1.59, 6.5.8, or 6.6.
CVE-2023-52520 is categorized as a reference leak vulnerability in the Linux kernel.
CVE-2023-52520 does not present a direct remote exploitation vector, as it primarily affects local system stability.