Security Advisory

CVE-2023-53295

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-09-16 08:11:27
Last updated 2026-05-11 19:42:10
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: udf: Do not update file length for failed writes to inline files When write to inline file fails (or happens only partly), we still updated length of inline data as if the whole write succeeded. Fix the update of length of inline data to happen only if the write succeeds.