CVE-2023-53511: io_uring: fix fget leak when fs don't support nowait buffered read

Published Oct 1, 2025
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

iouring: fix fget leak when fs don't support nowait buffered read

Heming reported a BUG when using iouring doing link-cp on ocfs2. [1]

Do the following steps can reproduce this BUG: mount -t ocfs2 /dev/vdc /mnt/ocfs2 cp testfile /mnt/ocfs2/ ./link-cp /mnt/ocfs2/testfile /mnt/ocfs2/testfile.1 umount /mnt/ocfs2

Then umount will fail, and it outputs: umount: /mnt/ocfs2: target is busy.

While tracing umount, it blames mntgetcount() not return as expected. Do a deep investigation for fget()/fput() on related code flow, I've finally found that fget() leaks since ocfs2 doesn't support nowait buffered read.

ioissuesqe |-ioassignfile // do fget() first |-ioread |-ioiterdoread |-ocfs2filereaditer // return -EOPNOTSUPP |-kiocbdone |-iorwdone |-iocompleterwcommon // set REQFREISSUE |-ioresubmitprep |-ioreqprepasync // override req->file, leak happens

This was introduced by commit a196c78b5443 in v5.18. Fix it by don't re-assign req->file if it has already been assigned.

[1] https://lore.kernel.org/ocfs2-devel/ab580a75-91c8-d68a-3455-40361be1bfa8@linux.alibaba.com/T/#t

Affected Software

7 affected components
Linux Linux kernel
Linux Linux kernel>=5.17.9<5.18
Linux Linux kernel>=5.18.1<6.1.16
Linux Linux kernel>=6.2<6.2.3
Linux Linux kernel=5.18
Linux Linux kernel=5.18-rc6
Linux Linux kernel=5.18-rc7

Event History

Oct 1, 2025
CVE Published
via MITRE·11:46 AM
Data Sourced
via MITRE·11:46 AM
Description
Data Sourced
via NVD·12:15 PM
RemedyDescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2023-53511?

CVE-2023-53511 has a medium severity rating due to a potential fget leak issue in the Linux kernel.

2

How do I fix CVE-2023-53511?

To fix CVE-2023-53511, you should update your Linux kernel to the latest version where the vulnerability has been patched.

3

What systems are affected by CVE-2023-53511?

CVE-2023-53511 affects the Linux kernel, specifically systems using io_uring with ocfs2.

4

What type of vulnerability is CVE-2023-53511?

CVE-2023-53511 is a resource management vulnerability that can lead to a file descriptor leak.

5

Who reported the issue related to CVE-2023-53511?

The issue related to CVE-2023-53511 was reported by a user named Heming.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203