VDB
DEBIAN-CVE-2025-38529
DEBIAN-CVE-2025-38529
PUBLISHED
CVSS 7.099999904632568 HIGH
In the Linux kernel, the following vulnerability has been resolved: comedi: aio_iiro_16: Fix bit shift out of bounds When checking for a supported IRQ number, the following test is used: if ((1 << it->options[1]) & 0xdcfc) { 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
| Vendor | Product | Versions |
|---|---|---|
| Debian:11 | linux | 5.10.70-1, 5.10.46-5, 5.10.46-4 |
| Debian:13 | linux | 0, 6.12.38-1, 0 |
| Debian:14 | linux | 6.15-1, 6.12.38-1, 6.12.41-1 |
| Debian:11 | linux-6.1 | 0, 6.1.106-3~deb11u1, 6.1.106-3~deb11u2 |
| Debian:12 | linux | 6.1.38-3, 6.1.38-2, 6.1.38-2 |
Timeline
- Aug 16, 2025 CVE Published
- Apr 28, 2026 CVE Updated