CVE-2025-71111
Last modified
CVE-2025-71111 is a medium-severity vulnerability rated 4.7/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: hwmon: (w83791d) Convert macros to functions to avoid TOCTOU The macro FAN_FROM_REG evaluates its arguments multiple times. When used in lockless contexts involving shared driver data, this leads to Time-of-Check to Time-of-Use (TOCTOU) race conditions, potentially causing divide-by-zero errors. Convert the macro to a static function. EPSS estimates a 0.09% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: hwmon: (w83791d) Convert macros to functions to avoid TOCTOU The macro FAN_FROM_REG evaluates its arguments multiple times. When used in lockless contexts involving shared driver data, this leads to Time-of-Check to Time-of-Use (TOCTOU) race conditions, potentially causing divide-by-zero errors. Convert the macro to a static function. This guarantees that arguments are evaluated only once (pass-by-value), preventing the race conditions. Additionally, in store_fan_div, move the calculation of the minimum limit inside the update lock. This ensures that the read-modify-write sequence operates on consistent data. Adhere to the principle of minimal changes by only converting macros that evaluate arguments multiple times and are used in lockless contexts.
Metrics
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 2.6.18.1, < 5.10.248 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.198 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.160 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.120 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.64 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.3 | — |
| Linux | Linux Kernel | 2.6.18 | — |
| Linux | Linux Kernel | 6.19 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-71111?
How severe is CVE-2025-71111?
How do I fix CVE-2025-71111?
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-71106In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71107In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71108In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71109In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-7111A vulnerability has been found in Portabilis i-Educar 2.9.0 …5.4
- CVE-2025-71110In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-71112In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2025-71113In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71114In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71115In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71116In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2025-71117In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2025-71111?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
