Impact
The kernel commit introduced a missing Landlock guard for whiteout creation. Whiteouts are used by OverlayFS to mark files as deleted in the upper layer, and can be created from userspace with mknod(2) or renameat2(2). The previous implementation protected whiteout creation with the wrong Landlock permission class, allowing an unprivileged local user to forge or move whiteouts, thereby altering the view of the filesystem and potentially hiding files or misdirecting application logic. This breach of access control is mapped to CWE-1220.
Affected Systems
All Linux kernel installations that expose the OverlayFS feature—both the built‑in kernel overlay and the user‑space fuse-overlayfs daemon—are vulnerable until the Landlock patch is applied. The vulnerability is present in any kernel version prior to the commit that adds the LANDLOCK_ACCESS_FS_MAKE_REG guard; no specific product or version list is published, so administrators should treat all unpatched kernel releases as affected.
Risk and Exploitability
The CVSS score of 5.3 indicates a moderate impact. The EPSS score is < 1% and the issue is not listed in the CISA KEV catalog, suggesting little evidence of active exploitation. The flaw requires local access to an OverlayFS mount point and the ability to issue mknod or renameat2 system calls, making it an installation‑level attack rather than a remote one.
OpenCVE Enrichment