NONE · 0

CVE-2026-93076

In the Linux kernel, the following vulnerability has been resolved: dax/fsdev: clear vmemmap_shift when binding static pgmap Clear pgmap->vmemmap_shift for static DAX devices. When rebinding a stati...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: dax/fsdev: clear vmemmap_shift when binding static pgmap Clear pgmap->vmemmap_shift for static DAX devices. When rebinding a static device from device_dax (which may set vmemmap_shift based on alignment) to fsdev_dax, the stale vmemmap_shift persists on the shared pgmap. Explicitly zero it before devm_memremap_pages() so the vmemmap is built for order-0 folios as fsdev requires.

References

FAQ

What is CVE-2026-93076?

CVE-2026-93076 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: dax/fsdev: clear vmemmap_shift when binding static pgmap Clear pgmap->vmemmap_shift for static DAX devices. When rebinding a stati...

How severe is CVE-2026-93076?

CVSS scoring is not yet available for CVE-2026-93076. Check NVD for updates.

Is there a patch for CVE-2026-93076?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.