CVE-2025-68736
Access Control Bypass in Linux Kernel Landlock via Disconnected Directories
Publication date: 2025-12-24
Last updated on: 2026-04-02
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability involves the Linux kernel's Landlock security module mishandling 'disconnected directories'βdirectories that have been moved or renamed out of the scope of a bind mount but are still accessible through it. Previously, access rights for files opened through such disconnected directories were incorrectly calculated by walking the filesystem hierarchy without considering the mount point, leading to inconsistent access results and potential widening of access rights. This could cause security issues and make debugging difficult. The fix ensures that Landlock correctly accounts for the mount point and filesystem hierarchy when evaluating access rights, preventing unauthorized access widening during renames.
How can this vulnerability impact me? :
This vulnerability can lead to inconsistent and potentially widened access rights for sandboxed tasks using Landlock, meaning that a process might gain more permissions than intended when accessing files or directories through disconnected directories. This could result in unauthorized access to files or directories, undermining the security guarantees of the sandbox and potentially exposing sensitive data or allowing unauthorized operations.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, update the Linux kernel to a version that includes the fix for handling disconnected directories in Landlock. This fix ensures that access rights are correctly enforced and prevents access right widening during renames involving disconnected directories.