CVE-2024-35955: kprobes: Fix possible use-after-free issue on kprobe registration

Published May 20, 2024
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

kprobes: Fix possible use-after-free issue on kprobe registration

When unloading a module, its state is changing MODULESTATELIVE -> MODULESTATEGOING -> MODULESTATEUNFORMED. Each change will take a time. ismoduletextaddress() and moduletextaddress() works with MODULESTATELIVE and MODULESTATEGOING. If we use ismoduletextaddress() and moduletextaddress() separately, there is a chance that the first one is succeeded but the next one is failed because module->state becomes MODULESTATEUNFORMED between those operations.

In checkkprobeaddresssafe(), if the second moduletextaddress() is failed, that is ignored because it expected a kerneltext address. But it may have failed simply because module->state has been changed to MODULESTATEUNFORMED. In this case, armkprobe() will try to modify non-exist module text address (use-after-free).

To fix this problem, we should not use separated ismoduletextaddress() and moduletextaddress(), but use only moduletextaddress() once and do trymoduleget(module) which is only available with MODULESTATELIVE.

Affected Software

19 affected componentsFixes available
Linux Linux kernel>=4.14.291<4.15
Linux Linux kernel>=4.19.256<4.19.313
Linux Linux kernel>=5.4.211<5.4.275
Linux Linux kernel>=5.10.137<5.10.216
Linux Linux kernel>=5.15.61<5.15.157
Linux Linux kernel>=5.18.18<5.19
Linux Linux kernel>=5.19.2<6.1.87
Linux Linux kernel>=6.2<6.6.28
Linux Linux kernel>=6.7<6.8.7
Linux Linux kernel=6.9-rc1
Linux Linux kernel=6.9-rc2
Linux Linux kernel=6.9-rc3
Debian Debian Linux=10.0
debian/linux
5.10.223-15.10.234-16.1.129-16.1.135-16.12.27-1
Microsoft cbl2 kernel 5.15.176.3-3
Microsoft cbl2 kernel 5.15.176.3-3
Microsoft azl3 kernel 6.6.28.1-1
Microsoft cbl2 kernel 5.15.157.1-1
Microsoft azl3 kernel 6.6.82.1-1

Event History

May 20, 2024
CVE Published
via MITRE·09:41 AM
Data Sourced
via MITRE·09:41 AM
Description
Data Sourced
via NVD·10:15 AM
RemedyDescriptionSeverityWeaknessAffected Software
Jul 15, 2024
Data Sourced
via Launchpad·07:48 PM
Description
Apr 27, 2025
Data Sourced
via Ubuntu·12:23 AM
RemedyDescriptionSeverityAffected Software
Sep 4, 2025
Data Sourced
via Microsoft·04:25 AM
DescriptionSeverityWeakness
Data Sourced
via Microsoft·04:25 AM
Affected Software
Updated
via Microsoft·04:25 AM
DescriptionSeverity
Updated
via Microsoft·04:25 AM
Description

Frequently Asked Questions

1

What is the severity of CVE-2024-35955?

The severity of CVE-2024-35955 is classified as medium due to possible use-after-free issues in the Linux kernel.

2

How do I fix CVE-2024-35955?

To fix CVE-2024-35955, ensure that your system is updated to the latest patched versions of the Linux kernel: 5.10.223-1, 5.10.226-1, 6.1.119-1, 6.1.123-1, 6.12.10-1, or 6.12.11-1.

3

Which versions of the Linux kernel are affected by CVE-2024-35955?

CVE-2024-35955 affects several versions of the Linux kernel including those prior to the fixed versions 5.10.223-1, 5.10.226-1, 6.1.119-1, 6.1.123-1, 6.12.10-1, and 6.12.11-1.

4

What causes the use-after-free vulnerability in CVE-2024-35955?

The use-after-free vulnerability in CVE-2024-35955 is caused by state change issues during the unloading of kernel modules.

5

Is CVE-2024-35955 exploitable remotely?

CVE-2024-35955 is typically not exploitable remotely as it requires local access to execute kernel module operations.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203