What is CVE-2026-74468?
This vulnerability in the Linux kernel 'gpio: pch' driver involves the use of `spin_lock_irqsave()` in the `pch_irq_type()` function, which can cause deadlocks on real-time systems during IRQ handling. Affected systems should apply the kernel update that replaces it with `raw_spinlock_t`.
Azərbaycanca: Linux kernel-də 'gpio: pch' sürücüsündə aşkar edilmiş bu zəiflik, `pch_irq_type()` funksiyasında `spin_lock_irqsave()` istifadəsi ilə bağlıdır. Bu, real-time sistemlərdə `IRQ` kontekstində ölümcül kilidlənmələrə (deadlock) səbəb ola bilər. Təsirə məruz qalan sistemlərdə kernel yenilənməsi tətbiq edilməlidir.
FAQ2
What is the CVE-2026-74468 vulnerability in the Linux kernel 'gpio: pch' driver related to?
The vulnerability involves the use of `spin_lock_irqsave()` in the `pch_irq_type()` function, which can cause deadlocks on real-time systems during IRQ handling.
What should be done to mitigate CVE-2026-74468?
Affected systems should apply the kernel update that replaces `spin_lock_irqsave()` with `raw_spinlock_t`.
See also6
This explainer is AI-written from source data — skopnix's own reporting on this CVE; CVSS scores, vendors and versions are never invented. See NVD for the official record.