-

CVE-2025-39685

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.

Verknüpft mit AI von unstrukturierten Daten zu bestehenden CPE der NVD
This information is available to logged-in users.
Daten sind bereitgestellt durch das CVE Programm von einer CVE Numbering Authority (CNA) (Unstrukturiert).
VendorLinux
Product Linux
Default Statusunaffected
Version < bab220b0bb5af652007e278e8e8357f952b0e1ea
Version fff46207245cd9e39c05b638afaee2478e64914b
Status affected
Version < 5a33d07c94ba91306093e823112a7aa9727549f6
Version fff46207245cd9e39c05b638afaee2478e64914b
Status affected
Version < 0eb4ed2aa261dee228f1668dbfa6d87353e8162d
Version fff46207245cd9e39c05b638afaee2478e64914b
Status affected
Version < a3cfcd0c78c80ca7cd80372dc28f77d01be57bf6
Version fff46207245cd9e39c05b638afaee2478e64914b
Status affected
Version < d8992c9a01f81128f36acb7c5755530e21fcd059
Version fff46207245cd9e39c05b638afaee2478e64914b
Status affected
Version < 96cb948408b3adb69df7e451ba7da9d21f814d00
Version fff46207245cd9e39c05b638afaee2478e64914b
Status affected
VendorLinux
Product Linux
Default Statusaffected
Version 3.13
Status affected
Version < 3.13
Version 0
Status unaffected
Version <= 5.15.*
Version 5.15.190
Status unaffected
Version <= 6.1.*
Version 6.1.149
Status unaffected
Version <= 6.6.*
Version 6.6.103
Status unaffected
Version <= 6.12.*
Version 6.12.44
Status unaffected
Version <= 6.16.*
Version 6.16.4
Status unaffected
Version <= *
Version 6.17-rc3
Status unaffected
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 0.04% 0.092
CVSS Metriken
Source Base Score Exploit Score Impact Score Vector string