VDB

DEBIAN-CVE-2025-38482

DEBIAN-CVE-2025-38482 PUBLISHED CVSS 7.099999904632568 HIGH

In the Linux kernel, the following vulnerability has been resolved: comedi: das6402: Fix bit shift out of bounds When checking for a supported IRQ number, the following test is used: /* IRQs 2,3,5,6,7, 10,11,15 are valid for "enhanced" mode */ if ((1 << it->options[1]) & 0x8cec) { However, `it->options[i]` is an unchecked `int` value from userspace, so the shift amount could be negative or out of bounds. Fix the test by requiring `it->options[1]` to be within bounds before proceeding with the original test. Valid `it->options[1]` values that select the IRQ will be in the range [1,15]. The value 0 explicitly disables the use of interrupts.

Risk Scores

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

Affected Products

VendorProductVersions
Debian:11linux-6.10, 6.1.148-1, 6.1.147-1
Debian:12linux6.1.52-1, 6.1.38-3, 6.1.38-4
Debian:13linux6.12.38-1, 0, 6.12.38-1
Debian:11linux5.10.46-4, 5.10.120-1, 5.10.120-1~bpo10+1
Debian:14linux*, *, *

Timeline

  • Jul 28, 2025 CVE Published
  • Apr 28, 2026 CVE Updated
Open in Interactive Console →
$ Console Community · 100/wk Open console ›