CVE-2024-38607

Updated on 19 Jun 2024

Severity

5.5 Medium severity

Details

CVSS score
5.5
CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Overview

About vulnerability

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

macintosh/via-macii: Fix “BUG: sleeping function called from invalid context”

The via-macii ADB driver calls request_irq() after disabling hard interrupts. But disabling interrupts isn’t necessary here because the VIA shift register interrupt was masked during VIA1 initialization.

Details

Affected packages:
kernel-uek @ 5.4.17 (+14 more)

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

macintosh/via-macii: Fix “BUG: sleeping function called from invalid context”

The via-macii ADB driver calls request_irq() after disabling hard interrupts. But disabling interrupts isn’t necessary here because the VIA shift register interrupt was masked during VIA1 initialization.

Fixes