跳转到帖子

Debian: CVE-2023-52619: linux -- security update

recommended_posts

发布于
  • Members

Debian: CVE-2023-52619: linux -- security update

Severity
4
CVSS
(AV:L/AC:M/Au:N/C:P/I:P/A:P)
Published
03/18/2024
Created
05/08/2024
Added
05/08/2024
Modified
07/03/2024

Description

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.

Solution(s)

  • debian-upgrade-linux

References

  • https://attackerkb.com/topics/cve-2023-52619
  • CVE - 2023-52619
  • DSA-5681-1
  • 查看数 701
  • 已创建
  • 最后回复

参与讨论

你可立刻发布并稍后注册。 如果你有帐户,立刻登录发布帖子。
注意:你的帖子需要版主批准后才能看到。

游客
回帖…