CVE-2025-37968
Last modified
CVE-2025-37968 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 4.3, < 5.4.299 | — |
| Linux | Linux Kernel | >= 5.5, < 5.10.243 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.192 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.151 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.105 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.30 | — |
| Linux | Linux Kernel | >= 6.13, < 6.14.7 | — |
| Linux | Linux Kernel | 6.15 | Rc1 |
| Debian | Debian Linux | 11.0 | — |
References
- https://lists.debian.org/debian-lts-announce/2025/10/msg00007.htmlThird Party Advisory
- https://lists.debian.org/debian-lts-announce/2025/10/msg00008.htmlThird Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2025-37968?
How severe is CVE-2025-37968?
How do I fix CVE-2025-37968?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-37962In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37963In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37964In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37965In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37966In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37967In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37969In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-3797A vulnerability classified as critical was found in SeaCMS u…7.2
- CVE-2025-37970In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37971In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37972In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37973In the Linux kernel, the following vulnerability has been re…7.1
Are you affected by CVE-2025-37968?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
