Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Weichen Chen

#34261of 56,333
7.8Total CVSS
Vulnerabilities · 1
PT-2024-14660
7.8
2023-02-24
Linux · Linux Kernel · CVE-2023-52619
**Name of the Vulnerable Software and Affected Versions** Linux kernel (affected versions not specified) **Description** The issue occurs when the number of cpu cores is adjusted to an odd number, causing the zone size to become an odd number. This leads to the address of certain zones being mapped to non-alignment va, resulting in crashes when accessing these va. The solution involves using ALIGN DOWN() to ensure the zone size is even. **Recommendations** At the moment, there is no information about a newer version that contains a fix for this vulnerability.