CVE-2025-68293
Last modified
CVE-2025-68293 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: mm/huge_memory: fix NULL pointer deference when splitting folio Commit c010d47f107f ("mm: thp: split huge page to any lower order pages") introduced an early check on the folio's order via mapping->flags before proceeding with the split work. This check introduced a bug: for shmem folios in the swap cache and truncated folios, the mapping pointer can be NULL. Accessing mapping->flags in this state leads directly to a NULL pointer dereference. This commit fixes the issue by moving the check for mapping != NULL before any attempt to access mapping->flags.. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: mm/huge_memory: fix NULL pointer deference when splitting folio Commit c010d47f107f ("mm: thp: split huge page to any lower order pages") introduced an early check on the folio's order via mapping->flags before proceeding with the split work. This check introduced a bug: for shmem folios in the swap cache and truncated folios, the mapping pointer can be NULL. Accessing mapping->flags in this state leads directly to a NULL pointer dereference. This commit fixes the issue by moving the check for mapping != NULL before any attempt to access mapping->flags.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= c010d47f107f609b9f4d6a103b6dfc53889049e9, < 592db83615a9f0164472ec789c2ed34ad35f732f; >= c010d47f107f609b9f4d6a103b6dfc53889049e9, < d1b83fbacd4397a1d2f8c6b13427a8636ae2b307; >= c010d47f107f609b9f4d6a103b6dfc53889049e9, < cff47b9e39a6abf03dde5f4f156f841b0c54bba0 |
| Linux | Linux | 6.9 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-68293?
How severe is CVE-2025-68293?
How do I fix CVE-2025-68293?
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-68288In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68289In the Linux kernel, the following vulnerability has been re…
- CVE-2025-6829A vulnerability was found in aaluoxiang oa_system up to c3a0…8.8
- CVE-2025-68290In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68291In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68292In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68294In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-68295In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68296In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68297In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68298In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68299In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2025-68293?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
