CVE-2026-93075
Last modified
CVE-2026-93075 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: dax/fsdev: clear pgmap ops and owner on unbind fsdev_dax_probe() sets pgmap->ops = &fsdev_pagemap_ops and pgmap->owner = dev_dax, but nothing ever clears them. For a dynamic device the pgmap is devm-allocated and freed on unbind, so this is harmless.
Description
In the Linux kernel, the following vulnerability has been resolved: dax/fsdev: clear pgmap ops and owner on unbind fsdev_dax_probe() sets pgmap->ops = &fsdev_pagemap_ops and pgmap->owner = dev_dax, but nothing ever clears them. For a dynamic device the pgmap is devm-allocated and freed on unbind, so this is harmless. For a static device the pgmap is the shared, long-lived one owned by the dax bus (kill_dev_dax() only NULLs dev_dax->pgmap for the non-static case), and device.c's probe sets only pgmap->type, never clearing ops/owner. So after fsdev unbinds a static device the stale fsdev_pagemap_ops survives on the shared pgmap. If the device is then rebound to device_dax (MEMORY_DEVICE_GENERIC, which installs no ->memory_failure), or the fsdev_dax module is unloaded, a subsequent memory_failure on that pgmap dispatches through the stale -- and possibly freed -- handler. Register a devm action that clears pgmap->ops and pgmap->owner on unbind, symmetric with setting them at probe, so the pgmap carries no fsdev state once fsdev is detached.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= d5406bd458b0ac10b1301a4d5801d85c8f648637, < 9b0f91dc9147a8601cec3d4d83cf13c6aaf71b27; >= d5406bd458b0ac10b1301a4d5801d85c8f648637, < f48884ac31b6bfc99f36b3f207b8c0cbe5d54bd7 |
| Linux | Linux | 7.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93075?
How severe is CVE-2026-93075?
How do I fix CVE-2026-93075?
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 2026
- CVE-2026-9307A sensitive information disclosure security issue exists wit…6.3
- CVE-2026-93070In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93071In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93072In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93073In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93074In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93076In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93077In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93078In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93079In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-9308Firefox for iOS Reader View replaced page content in its HTM…5.4
- CVE-2026-93080In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93075?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
