CVE-2023-52458

medium
Published 2024-07-31 · Modified 2024-11-03
CVSS v3
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CVSS v2
VIR risk
5.5

Description

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.

Predictions

Exploit likelihood
55%
Patch ETA

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

vendor Authored 2026-05-27

Vendor advisory: alma — https://errata.almalinux.org/9/ALSA-2024-4928.html

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2293412

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2293316

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2284598

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2284506

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282898

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2282669

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281700

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281647

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2281247

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2278473

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2278435

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2278337

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2275761

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2275690

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2273274

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2273236

vendor Authored 2026-05-27

Vendor advisory: alma — https://bugzilla.redhat.com/2265794

vendor Authored 2026-05-27

Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2023-52458

vendor Authored 2026-05-27

Vendor advisory: rocky — https://errata.rockylinux.org/RLSA-2024:4928

vendor Authored 2026-05-27

Vendor advisory: rocky — https://errata.rockylinux.org/RXSA-2024:4928

vendor Authored 2026-05-27

Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2023-52458.html

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/ef31cc87794731ffcb578a195a2c47d744e25fb8

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/cb16cc1abda18a9514106d2ac8c8d7abc0be5ed8

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/bcdc288e7bc008daf38ef0401b53e4a8bb61bbe5

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/8f6dfa1f1efe6dcca2d43e575491d8fcbe922f62

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/6f64f866aa1ae6975c95d805ed51d7e9433a0016

vendor Authored 2026-05-27

Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/5010c27120962c85d2f421d2cf211791c9603503

vendor Authored 2026-05-27

Vendor advisory: redhat — https://access.redhat.com/errata/RHSA-2024:4928

OS impact

OSVersionStatusFixed in
redhat rhel9fixed
suse slesaffected
rockylinux rocky9fixed
debian debianbookwormfixed6.1.76-1
debian debianbullseyefixed5.10.216-1
debian debianforkyfixed6.6.15-1
debian debiansidfixed6.6.15-1
debian debiantrixiefixed6.6.15-1
linux linux-kernelaffected5.10.215

References

CWEs

CWE-476

Verify integrity in audit chain (admin only). AS-IS.