CVE-2024-27069: ovl: relax WARN_ON in ovl_verify_area()
In the Linux kernel, the following vulnerability has been resolved:
ovl: relax WARNON in ovlverifyarea()
syzbot hit an assertion in copy up data loop which looks like it is the result of a lower file whose size is being changed underneath overlayfs.
This type of use case is documented to cause undefined behavior, so returning EIO error for the copy up makes sense, but it should not be causing a WARNON assertion.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-27069?
CVE-2024-27069 has been classified as a medium severity vulnerability within the Linux kernel.
How does CVE-2024-27069 affect users?
CVE-2024-27069 can lead to potential data inconsistencies when using overlayfs due to changes in lower file sizes.
How do I fix CVE-2024-27069?
To resolve CVE-2024-27069, upgrade your Linux kernel to the patched versions: 5.10.223-1, 5.10.226-1, 6.1.119-1, 6.1.123-1, 6.12.10-1, or 6.12.11-1.
Is CVE-2024-27069 present in all Linux distributions?
CVE-2024-27069 is specifically noted in Debian's package of the Linux kernel and may affect other distributions depending on their kernel version.
What is the primary cause of CVE-2024-27069?
CVE-2024-27069 is caused by a race condition in the overlayfs implementation when a lower file's size is modified during file copy operations.