CVE-2025-38434
Last modified
CVE-2025-38434 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: Revert "riscv: Define TASK_SIZE_MAX for __access_ok()" This reverts commit ad5643cf2f69 ("riscv: Define TASK_SIZE_MAX for __access_ok()"). This commit changes TASK_SIZE_MAX to be LONG_MAX to optimize access_ok(), because the previous TASK_SIZE_MAX (default to TASK_SIZE) requires some computation. The reasoning was that all user addresses are less than LONG_MAX, and all kernel addresses are greater than LONG_MAX. Therefore access_ok() can filter kernel addresses. Addresses between TASK_SIZE and LONG_MAX are not valid user addresses, but access_ok() let them pass. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: Revert "riscv: Define TASK_SIZE_MAX for __access_ok()" This reverts commit ad5643cf2f69 ("riscv: Define TASK_SIZE_MAX for __access_ok()"). This commit changes TASK_SIZE_MAX to be LONG_MAX to optimize access_ok(), because the previous TASK_SIZE_MAX (default to TASK_SIZE) requires some computation. The reasoning was that all user addresses are less than LONG_MAX, and all kernel addresses are greater than LONG_MAX. Therefore access_ok() can filter kernel addresses. Addresses between TASK_SIZE and LONG_MAX are not valid user addresses, but access_ok() let them pass. That was thought to be okay, because they are not valid addresses at hardware level. Unfortunately, one case is missed: get_user_pages_fast() happily accepts addresses between TASK_SIZE and LONG_MAX. futex(), for instance, uses get_user_pages_fast(). This causes the problem reported by Robert [1]. Therefore, revert this commit. TASK_SIZE_MAX is changed to the default: TASK_SIZE. This unfortunately reduces performance, because TASK_SIZE is more expensive to compute compared to LONG_MAX. But correctness first, we can think about optimization later, if required.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.10, < 6.12.36 | — |
| Linux | Linux Kernel | >= 6.13, < 6.15.5 | — |
| Linux | Linux Kernel | 6.16 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2025-38434?
How severe is CVE-2025-38434?
How do I fix CVE-2025-38434?
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-38429In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-3843A vulnerability was found in panhainan DS-Java 1.0. It has b…6.5
- CVE-2025-38430In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38431In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38432In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38433In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38435In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38436In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38437In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-38438In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-38439In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-3844The PeproDev Ultimate Profile Solutions plugin for WordPress…9.8
Are you affected by CVE-2025-38434?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
