First published: Mon Dec 18 2023(Updated: )
A Null pointer de-reference problem was found in ida_free in lib/idr.c file when it calls the xas_load function and returns a null value, assigning NULL to the bitmap variable. Therefore, `if (xa_is_value(bitmap))` will fail and jump to the `else` branch. However, in the else branch, the statement `if (!test_bit(bit, bitmap->bitmap))` references the member of bitmap, which triggers a null pointer dereference vulnerability. Reference: <a href="https://github.com/torvalds/linux/commit/af73483f4e8b6f5c68c9aa63257bdd929a9c194a">https://github.com/torvalds/linux/commit/af73483f4e8b6f5c68c9aa63257bdd929a9c194a</a>
Credit: secalert@redhat.com secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <6.7 | |
Linux Kernel | =6.7-rc7 | |
Linux Kernel | =6.7-rc8 | |
Red Hat Enterprise Linux | =8.0 | |
Red Hat Enterprise Linux | =9.0 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.13-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-6915 has a high severity due to its potential for causing system crashes through a null pointer dereference.
To fix CVE-2023-6915, update the Linux Kernel to a version that includes patches, such as those released after 6.7.
CVE-2023-6915 affects several versions of the Linux Kernel and specific Red Hat Enterprise Linux versions.
Exploitation of CVE-2023-6915 could lead to denial of service by crashing the affected system.
There are no known workarounds for CVE-2023-6915, so it is recommended to apply security updates promptly.