VDB
DEBIAN-CVE-2025-38483
DEBIAN-CVE-2025-38483
PUBLISHED
CVSS 7.099999904632568 HIGH
In the Linux kernel, the following vulnerability has been resolved: comedi: das16m1: Fix bit shift out of bounds When checking for a supported IRQ number, the following test is used: /* only irqs 2, 3, 4, 5, 6, 7, 10, 11, 12, 14, and 15 are valid */ 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.
Risk Scores
CVSS v3.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.158-2, 5.10.84-1, 5.10.70-1 |
| Debian:11 | linux-6.1 | 6.1.128-1, 6.1.119-1, 6.1.112-1 |
| Debian:14 | linux | 6.14.6-1, 6.12.41-1, 6.12.43-1 |
| Debian:13 | linux | 6.12.38-1, 0, 6.12.38-1 |
| Debian:12 | linux | 6.1.137-1, 6.1.69-1, 6.1.99-1 |
Timeline
- Jul 28, 2025 CVE Published
- Apr 28, 2026 CVE Updated