VDB

DEBIAN-CVE-2025-39685

DEBIAN-CVE-2025-39685 PUBLISHED CVSS 7.099999904632568 HIGH

In the Linux kernel, the following vulnerability has been resolved: comedi: pcl726: Prevent invalid irq number The reproducer passed in an irq number(0x80008000) that was too large, which triggered the oob. Added an interrupt number check to prevent users from passing in an irq number that was too large. If `it->options[1]` is 31, then `1 << it->options[1]` is still invalid because it shifts a 1-bit into the sign bit (which is UB in C). Possible solutions include reducing the upper bound on the `it->options[1]` value to 30 or lower, or using `1U << it->options[1]`. The old code would just not attempt to request the IRQ if the `options[1]` value were invalid. And it would still configure the device without interrupts even if the call to `request_irq` returned an error. So it would be better to combine this test with the test below.

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:13linux6.12.43-1, 6.12.43-1, 6.12.43-1
Debian:11linux6.11.4-1, 6.12.57-1, 6.12.57-1
Debian:14linux6.12.69-1~bpo12+1, 6.12.74-1, 6.12.74-2
Debian:11linux-6.16.1.128-1, 6.1.129-1, 6.1.137-1
Debian:12linux*, *, 6.1.38-1

Exploit Intelligence

Timeline

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