CVE-2023-52760

Severity CVSS v4.0:
Pending analysis
Type:
CWE-416 Use After Free
Publication date:
21/05/2024
Last modified:
03/11/2025

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> gfs2: Fix slab-use-after-free in gfs2_qd_dealloc<br /> <br /> In gfs2_put_super(), whether withdrawn or not, the quota should<br /> be cleaned up by gfs2_quota_cleanup().<br /> <br /> Otherwise, struct gfs2_sbd will be freed before gfs2_qd_dealloc (rcu<br /> callback) has run for all gfs2_quota_data objects, resulting in<br /> use-after-free.<br /> <br /> Also, gfs2_destroy_threads() and gfs2_quota_cleanup() is already called<br /> by gfs2_make_fs_ro(), so in gfs2_put_super(), after calling<br /> gfs2_make_fs_ro(), there is no need to call them again.

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.1.97 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.2 (including) 6.6.3 (excluding)