CVE-2023-52526

In the Linux kernel, the following vulnerability has been resolved: erofs: fix memory leak of LZMA global compressed deduplication When stressing microLZMA EROFS images with the new global compressed deduplication feature enabled (`-Ededupe`), I found some short-lived temporary pages weren't properly released, which could slowly cause unexpected OOMs hours later. Let's fix it now (LZ4 and DEFLATE don't have this issue.)
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.6:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.6:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.6:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.6:rc4:*:*:*:*:*:*

History

11 Dec 2024, 15:19

Type Values Removed Values Added
CPE cpe:2.3:o:linux:linux_kernel:6.6:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.6:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.6:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.6:rc1:*:*:*:*:*:*
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.5
CWE CWE-401
First Time Linux linux Kernel
Linux
References () https://git.kernel.org/stable/c/6a5a8f0a9740f865693d5aa97a42cc4504538e18 - () https://git.kernel.org/stable/c/6a5a8f0a9740f865693d5aa97a42cc4504538e18 - Patch
References () https://git.kernel.org/stable/c/75a5221630fe5aa3fedba7a06be618db0f79ba1e - () https://git.kernel.org/stable/c/75a5221630fe5aa3fedba7a06be618db0f79ba1e - Patch
References () https://git.kernel.org/stable/c/c955751cbf864cf2055117dd3fe7f780d2a57b56 - () https://git.kernel.org/stable/c/c955751cbf864cf2055117dd3fe7f780d2a57b56 - Patch

21 Nov 2024, 08:39

Type Values Removed Values Added
References () https://git.kernel.org/stable/c/6a5a8f0a9740f865693d5aa97a42cc4504538e18 - () https://git.kernel.org/stable/c/6a5a8f0a9740f865693d5aa97a42cc4504538e18 -
References () https://git.kernel.org/stable/c/75a5221630fe5aa3fedba7a06be618db0f79ba1e - () https://git.kernel.org/stable/c/75a5221630fe5aa3fedba7a06be618db0f79ba1e -
References () https://git.kernel.org/stable/c/c955751cbf864cf2055117dd3fe7f780d2a57b56 - () https://git.kernel.org/stable/c/c955751cbf864cf2055117dd3fe7f780d2a57b56 -

02 Mar 2024, 22:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-03-02 22:15

Updated : 2024-12-11 15:19


NVD link : CVE-2023-52526

Mitre link : CVE-2023-52526

CVE.ORG link : CVE-2023-52526


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-401

Missing Release of Memory after Effective Lifetime