5.5
CVE-2023-52458
- EPSS 0.01%
- Published 23.02.2024 15:15:08
- Last modified 21.11.2024 08:39:48
- Source 416baaa9-dc9f-4396-8d5f-8c081f
- CVE-Watchlists
- Open
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.
Data is provided by the National Vulnerability Database (NVD)
Linux ≫ Linux Kernel Version < 5.10.215
Linux ≫ Linux Kernel Version >= 5.11.0 < 5.15.148
Linux ≫ Linux Kernel Version >= 5.16.0 < 6.1.75
Linux ≫ Linux Kernel Version >= 6.2.0 < 6.6.14
Linux ≫ Linux Kernel Version >= 6.7.0 < 6.7.2
| Type | Source | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.01% | 0.016 |
| Source | Base Score | Exploit Score | Impact Score | Vector string |
|---|---|---|---|---|
| nvd@nist.gov | 5.5 | 1.8 | 3.6 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
|
CWE-476 NULL Pointer Dereference
The product dereferences a pointer that it expects to be valid but is NULL.