← Back to CVE List

CVE-2024-27069

Published: 2024-05-01T13:15Z
Last Modified: 2024-11-21T09:03Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: ovl: relax WARN_ON in ovl_verify_area() 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 WARN_ON assertion. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt