CVE-2023-52633
Last modified
CVE-2023-52633 is a medium-severity vulnerability rated 5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: um: time-travel: fix time corruption In 'basic' time-travel mode (without =inf-cpu or =ext), we still get timer interrupts. These can happen at arbitrary points in time, i.e. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: um: time-travel: fix time corruption In 'basic' time-travel mode (without =inf-cpu or =ext), we still get timer interrupts. These can happen at arbitrary points in time, i.e. while in timer_read(), which pushes time forward just a little bit. Then, if we happen to get the interrupt after calculating the new time to push to, but before actually finishing that, the interrupt will set the time to a value that's incompatible with the forward, and we'll crash because time goes backwards when we do the forwarding. Fix this by reading the time_travel_time, calculating the adjustment, and doing the adjustment all with interrupts disabled.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | < 5.15.149 |
| Linux | Linux Kernel | >= 5.16, < 6.1.77 |
| Linux | Linux Kernel | >= 6.2, < 6.6.16 |
| Linux | Linux Kernel | >= 6.7, < 6.7.4 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2023-52633?
How severe is CVE-2023-52633?
How do I fix CVE-2023-52633?
Are you affected by CVE-2023-52633?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
