CVE-2025-68814
Last modified
CVE-2025-68814 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: io_uring: fix filename leak in __io_openat_prep() __io_openat_prep() allocates a struct filename using getname(). However, for the condition of the file being installed in the fixed file table as well as having O_CLOEXEC flag set, the function returns early. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: io_uring: fix filename leak in __io_openat_prep() __io_openat_prep() allocates a struct filename using getname(). However, for the condition of the file being installed in the fixed file table as well as having O_CLOEXEC flag set, the function returns early. At that point, the request doesn't have REQ_F_NEED_CLEANUP flag set. Due to this, the memory for the newly allocated struct filename is not cleaned up, causing a memory leak. Fix this by setting the REQ_F_NEED_CLEANUP for the request just after the successful getname() call, so that when the request is torn down, the filename will be cleaned up, along with other resources needing cleanup.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b9445598d8c60a1379887b957024b71343965f74, < 2420ef01b2e836fbc05a0a8c73a1016504eb0458; >= b9445598d8c60a1379887b957024b71343965f74, < 8f44c4a550570cd5903625133f938c6b51310c9b; >= b9445598d8c60a1379887b957024b71343965f74, < 18b99fa603d0df5e1c898699c17d3b92ddc80746; >= b9445598d8c60a1379887b957024b71343965f74, < e232269d511566b1f80872256a48593acc1becf4; >= b9445598d8c60a1379887b957024b71343965f74, < 7fbfb85b05bc960cc50e09d03e5e562131e48d45; >= b9445598d8c60a1379887b957024b71343965f74, < b14fad555302a2104948feaff70503b64c80ac01 |
| Linux | Linux | 5.15 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-68814?
How severe is CVE-2025-68814?
How do I fix CVE-2025-68814?
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-68809In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2025-6881A vulnerability was found in D-Link DI-8100 16.07.21. It has…8.8
- CVE-2025-68810In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-68811In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2025-68812Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2025-68813In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68815In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-68816In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68817In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-68818In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2025-68819In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-6882A vulnerability classified as critical has been found in D-L…8.8
Are you affected by CVE-2025-68814?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
