CVE Database
/

CVE-2023-52566

Back to search

CVE-2023-52566

Published: Mar 2, 2024

Modified: May 11, 2026

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential use after free in nilfs_gccache_submit_read_data() In nilfs_gccache_submit_read_data(), brelse(bh) is called to drop the reference count of bh when the call to nilfs_dat_translate() fails. If the reference count hits 0 and its owner page gets unlocked, bh may be freed. However, bh->b_page is dereferenced to put the page after that, which may result in a use-after-free bug. This patch moves the release operation after unlocking and putting the page. NOTE: The function in question is only called in GC, and in combination with current userland tools, address translation using DAT does not occur in that function, so the code path that causes this issue will not be executed. However, it is possible to run that code path by intentionally modifying the userland GC library or by calling the GC ioctl directly. [[email protected]: NOTE added to the commit log]

VendorProductVersions

Linux

Linux

affected
a3d93f709e893187d301aa5458b2248db9f22bd1 - < fb1084e63ee56958b0a56e17a50a4fd86445b9c1
affected
a3d93f709e893187d301aa5458b2248db9f22bd1 - < bb61224f6abc8e71bfdf06d7c984e23460875f5b
affected
a3d93f709e893187d301aa5458b2248db9f22bd1 - < 193b5a1c6c67c36b430989dc063fe7ea4e200a33
affected
a3d93f709e893187d301aa5458b2248db9f22bd1 - < 7130a87ca32396eb9bf48b71a2d42259ae44c6c7
affected
a3d93f709e893187d301aa5458b2248db9f22bd1 - < 3936e8714907cd55e37c7cc50e50229e4a9042e8

+3 more versions

Linux

Linux

affected
2.6.30
unaffected
0 - < 2.6.30
unaffected
4.14.327 - <= 4.14.*
unaffected
4.19.296 - <= 4.19.*
unaffected
5.4.258 - <= 5.4.*

+5 more versions

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now