cve/2024/CVE-2024-56570.md
2025-09-29 21:09:30 +02:00

955 B

CVE-2024-56570

Description

In the Linux kernel, the following vulnerability has been resolved:ovl: Filter invalid inodes with missing lookup functionAdd a check to the ovl_dentry_weird() function to prevent theprocessing of directory inodes that lack the lookup function.This is important because such inodes can cause errors in overlayfswhen passed to the lowerstack.

POC

Reference

No PoCs from references.

Github