Bug 2395661 (CVE-2023-53295) - CVE-2023-53295 kernel: udf: Do not update file length for failed writes to inline files
Summary: CVE-2023-53295 kernel: udf: Do not update file length for failed writes to in...
Keywords:
Status: NEW
Alias: CVE-2023-53295
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-09-16 09:01 UTC by OSIDB Bzimport
Modified: 2025-09-16 13:30 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-16 09:01:44 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.