• CVE-2023-52458

发布时间: 2024年3月29日

修改时间: 2024年11月30日

概要

In the Linux kernel, the following vulnerability has been resolved: block: add check that partition length needs to be aligned with block size Before calling add partition or resize partition, there is no check on whether the length is aligned with the logical block size. If the logical block size of the disk is larger than 512 bytes, then the partition size maybe not the multiple of the logical block size, and when the last sector is read, bio_truncate() will adjust the bio size, resulting in an IO error if the size of the read command is smaller than the logical block size.If integrity data is supported, this will also result in a null pointer dereference when calling bio_integrity_free.

CVSS v3 指标

NVD openEuler
Confidentiality None None
Attack Vector Local Local
CVSS评分 5.5 4.2
Attack Complexity Low Low
Privileges Required Low High
Scope Unchanged Unchanged
Integrity None None
User Interaction None Required
Availability High High

安全公告

公告名 概要 发布时间
KylinSec-SA-2024-1538 kernel security update 2024年3月29日
KylinSec-SA-2024-4769 kernel security update 2024年3月29日

影响产品

产品 状态
KY3.4-4A kernel Fixed
KY3.4-5A kernel Fixed
KY3.5.1 kernel Fixed
KY3.5.2 kernel Fixed