Lucene search

K
ubuntucveUbuntu.comUB:CVE-2023-52619
HistoryMar 18, 2024 - 12:00 a.m.

CVE-2023-52619

2024-03-1800:00:00
ubuntu.com
ubuntu.com
7
linux kernel
vulnerability
crash
number of cpu cores
odd number

7.7 High

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

13.2%

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

Notes

Author Note
rodrigo-zaiden USN-6765-1 for linux-oem-6.5 wrongly stated that this CVE was fixed in version 6.5.0-1022.23. The mentioned notice was revoked and the state of the fix for linux-oem-6.5 was recovered to the previous state.
Rows per page:
1-10 of 651

References

7.7 High

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

13.2%