CVE-2023-52619

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
18/03/2024
Last modified:
10/03/2025

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> pstore/ram: Fix crash when setting number of cpus to an odd number<br /> <br /> When the number of cpu cores is adjusted to 7 or other odd numbers,<br /> the zone size will become an odd number.<br /> The address of the zone will become:<br /> addr of zone0 = BASE<br /> addr of zone1 = BASE + zone_size<br /> addr of zone2 = BASE + zone_size*2<br /> ...<br /> The address of zone1/3/5/7 will be mapped to non-alignment va.<br /> Eventually crashes will occur when accessing these va.<br /> <br /> So, use ALIGN_DOWN() to make sure the zone size is even<br /> to avoid this bug.

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 4.19.307 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 4.20 (including) 5.4.269 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.5 (including) 5.10.210 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.11 (including) 5.15.149 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.16 (including) 6.1.77 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.2 (including) 6.6.16 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.7 (including) 6.7.4 (excluding)
cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*