CVE Catalog

CVE-2026-49421

Low risk· EPSS 3%
Published: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.13%

3th percentile - higher than 3% of all known CVEs

Summary

The kernel function that implements unlinkat(2) and funlinkat(2) validated the AT_RESOLVE_BENEATH flag but failed to pass it through to the underlying path lookup. The flag was silently dropped, so path resolution was not actually restricted. A process that uses AT_RESOLVE_BENEATH with unlinkat(2) or funlinkat(2) to confine path resolution can in fact resolve paths above the starting directory. A caller relying on this flag for path containment may delete files outside the intended directory tree.

Risk Assessment

Bypassing path restrictions may allow deletion of files outside the intended directory, potentially leading to unauthorized data loss or system integrity compromise.

Recommendation

Apply the vendor patch that ensures the AT_RESOLVE_BENEATH flag is passed to the path lookup. Update the system to a patched version.

Original NVD description (English source)

The kernel function that implements unlinkat(2) and funlinkat(2) validated the AT_RESOLVE_BENEATH flag but failed to pass it through to the underlying path lookup. The flag was silently dropped, so path resolution was not actually restricted. A process that uses AT_RESOLVE_BENEATH with unlinkat(2) or funlinkat(2) to confine path resolution can in fact resolve paths above the starting directory. A caller relying on this flag for path containment may delete files outside the intended directory tree.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS