CVE-2026-74749

Source
https://cve.org/CVERecord?id=CVE-2026-74749
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74749.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74749
Downstream
Published
2026-08-26T14:36:57.763Z
Modified
2026-08-28T11:48:23.502742745Z
Summary
rseq: Prevent hard lockup on granted time slice extension
Details

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

rseq: Prevent hard lockup on granted time slice extension

__exittousermodeloop() invokes rseqgranttimesliceextension() with interrupts enabled. If the extension is granted it invokes hrtimerrearmdeferredtif() to ensure that a pending deferred hrtimer rearm is handled before exiting to user space.

Though this invokes __hrtimerrearmdeferred() which expects to be invoked with interrupts disabled as it takes hrtimercpubase::lock with rawspinlock(). That's a livelock waiting to happen and caught by lockdep:

WARNING: ./include/linux/hrtimer_rearm.h:17 at irqentry_exit, CPU#1: slice_test
WARNING: inconsistent lock state
inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage.

Prevent this by disabling interrupts around the invocation of hrtimerrearmdeferredtif() in rseqgranttimesliceextension().

[ tglx: Massaged change log ]

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74749.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
15dd3a9488557d3e6ebcecacab79f4e56b69ab54
Fixed
8bbf4405050bc4f98be68082a20efa081ea8ad9b
Fixed
ada54c2ba652348c590d1ace6a2f4ff77cbbf809

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74749.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
7.1.0
Fixed
7.1.10

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74749.json"