VDB
DEBIAN-CVE-2025-37968
DEBIAN-CVE-2025-37968
PUBLISHED
CVSS 5.5 MEDIUM
In the Linux kernel, the following vulnerability has been resolved: iio: light: opt3001: fix deadlock due to concurrent flag access The threaded IRQ function in this driver is reading the flag twice: once to lock a mutex and once to unlock it. Even though the code setting the flag is designed to prevent it, there are subtle cases where the flag could be true at the mutex_lock stage and false at the mutex_unlock stage. This results in the mutex not being unlocked, resulting in a deadlock. Fix it by making the opt3001_irq() code generally more robust, reading the flag into a variable and using the variable value at both stages.
Risk Scores
CVSS v3.1
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:11 | linux | 5.10.179-1, 0, 5.10.103-1 |
| Debian:14 | linux | 0, 0 |
| Debian:13 | linux | 0, 0 |
| Debian:11 | linux-6.1 | 6.1.140-1~deb11u1, 6.1.147-1~deb11u1, 6.1.148-1~deb11u1 |
| Debian:12 | linux | 6.1.90-1~bpo11+1, 6.1.94-1, 6.1.98-1 |
Timeline
- May 20, 2025 CVE Published
- Apr 28, 2026 CVE Updated