CVE-2024-42096: x86: stop playing stack games in profile_pc()

Published Jul 29, 2024
·
Updated

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

x86: stop playing stack games in profilepc()

The 'profilepc()' function is used for timer-based profiling, which isn't really all that relevant any more to begin with, but it also ends up making assumptions based on the stack layout that aren't necessarily valid.

Basically, the code tries to account the time spent in spinlocks to the caller rather than the spinlock, and while I support that as a concept, it's not worth the code complexity or the KASAN warnings when no serious profiling is done using timers anyway these days.

And the code really does depend on stack layout that is only true in the simplest of cases. We've lost the comment at some point (I think when the 32-bit and 64-bit code was unified), but it used to say:

Assume the lock function has either no stack frame or a copy of eflags from PUSHF.

which explains why it just blindly loads a word or two straight off the stack pointer and then takes a minimal look at the values to just check if they might be eflags or the return pc:

Eflags always has bits 22 and up cleared unlike kernel addresses

but that basic stack layout assumption assumes that there isn't any lock debugging etc going on that would complicate the code and cause a stack frame.

It causes KASAN unhappiness reported for years by syzkaller [1] and others [2].

With no real practical reason for this any more, just remove the code.

Just for historical interest, here's some background commits relating to this code from 2006:

0cb91a229364 ("i386: Account spinlocks to the caller during profiling for !FP kernels") 31679f38d886 ("Simplify profilepc on x86-64")

and a code unification from 2009:

ef4512882dbe ("x86: time32/64.c unify profilepc")

but the basics of this thing actually goes back to before the git tree.

Affected Software

22 affected componentsFixes available
redhat/kernel<4.19.317
4.19.317
redhat/kernel<5.4.279
5.4.279
redhat/kernel<5.10.221
5.10.221
redhat/kernel<5.15.162
5.15.162
redhat/kernel<6.1.97
6.1.97
redhat/kernel<6.6.37
6.6.37
redhat/kernel<6.9.8
6.9.8
redhat/kernel<6.10
6.10
debian/linux
5.10.223-15.10.234-16.1.129-16.1.135-16.12.25-16.12.27-1
debian/linux-6.1
6.1.129-1~deb11u1
Linux Linux kernel<4.19.317
Linux Linux kernel>=4.20<5.4.279
Linux Linux kernel>=5.5<5.10.221
Linux Linux kernel>=5.11<5.15.162
Linux Linux kernel>=5.16<6.1.97
Linux Linux kernel>=6.2<6.6.37
Linux Linux kernel>=6.7<6.9.8
Linux Linux kernel=6.10-rc1
Linux Linux kernel=6.10-rc2
Linux Linux kernel=6.10-rc3
Linux Linux kernel=6.10-rc4
Linux Linux kernel=6.10-rc5

Event History

Jul 29, 2024
CVE Published
via MITRE·05:39 PM
Data Sourced
via MITRE·05:39 PM
Description
Data Sourced
via NVD·06:15 PM
Description
Data Sourced
via NVD·06:15 PM
RemedySeverityWeaknessAffected Software
Apr 29, 2025
Data Sourced
via Ubuntu·06:21 AM
RemedyDescriptionSeverityAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2024-42096?

The severity of CVE-2024-42096 is currently under review, but it is associated with risks in timer-based profiling in the Linux kernel.

2

How do I fix CVE-2024-42096?

To fix CVE-2024-42096, update your Linux kernel to one of the resolved versions: 4.19.317, 5.4.279, 5.10.221, 5.15.162, 6.1.97, 6.6.37, 6.9.8, 6.10, or specific versions from Debian.

3

Which systems are affected by CVE-2024-42096?

CVE-2024-42096 affects various versions of the Linux kernel across multiple distributions, particularly Red Hat and Debian.

4

What types of environments are impacted by CVE-2024-42096?

CVE-2024-42096 can impact any environment running affected versions of the Linux kernel, including servers and workstations.

5

What should I do if I cannot immediately update to fix CVE-2024-42096?

If immediate updating is not possible for CVE-2024-42096, consider implementing security controls and monitoring to mitigate potential risks.

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