CVE-2025-68242
Last modified
CVE-2025-68242 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: NFS: Fix LTP test failures when timestamps are delegated The utimes01 and utime06 tests fail when delegated timestamps are enabled, specifically in subtests that modify the atime and mtime fields using the 'nobody' user ID. The problem can be reproduced as follow: # echo "/media *(rw,no_root_squash,sync)" >> /etc/exports # export -ra # mount -o rw,nfsvers=4.2 127.0.0.1:/media /tmpdir # cd /opt/ltp # ./runltp -d /tmpdir -s utimes01 # ./runltp -d /tmpdir -s utime06 This issue occurs because nfs_setattr does not verify the inode's UID against the caller's fsuid when delegated timestamps are permitted for the inode. This patch adds the UID check and if it does not match then the request is sent to the server for permission checking.. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: NFS: Fix LTP test failures when timestamps are delegated The utimes01 and utime06 tests fail when delegated timestamps are enabled, specifically in subtests that modify the atime and mtime fields using the 'nobody' user ID. The problem can be reproduced as follow: # echo "/media *(rw,no_root_squash,sync)" >> /etc/exports # export -ra # mount -o rw,nfsvers=4.2 127.0.0.1:/media /tmpdir # cd /opt/ltp # ./runltp -d /tmpdir -s utimes01 # ./runltp -d /tmpdir -s utime06 This issue occurs because nfs_setattr does not verify the inode's UID against the caller's fsuid when delegated timestamps are permitted for the inode. This patch adds the UID check and if it does not match then the request is sent to the server for permission checking.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= e12912d94137ab36ee704a91f465ff15c8b423da, < b2e4cda71ed062c87573b016d2d956a62f4258ed; >= e12912d94137ab36ee704a91f465ff15c8b423da, < 0e9be902041c6b9f0ed4b72764187eed1067a42f; >= e12912d94137ab36ee704a91f465ff15c8b423da, < b623390045a81fc559decb9bfeb79319721d3dfb |
| Linux | Linux | 6.11 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-68242?
How severe is CVE-2025-68242?
How do I fix CVE-2025-68242?
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-68237In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68238In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68239In the Linux kernel, the following vulnerability has been re…
- CVE-2025-6824A vulnerability classified as critical has been found in TOT…7.5
- CVE-2025-68240In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68241In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2025-68243In the Linux kernel, the following vulnerability has been re…7
- CVE-2025-68244In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68245In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68246In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2025-68247In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68248In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2025-68242?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
