Lucene search

K
nvd416baaa9-dc9f-4396-8d5f-8c081fb06d67NVD:CVE-2023-52708
HistoryMay 21, 2024 - 4:15 p.m.

CVE-2023-52708

2024-05-2116:15:13
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
3
linux
kernel
vulnerability
fix
error handling
mmc_spi
cve-2023-52708

AI Score

6.4

Confidence

Low

EPSS

0

Percentile

15.5%

In the Linux kernel, the following vulnerability has been resolved:

mmc: mmc_spi: fix error handling in mmc_spi_probe()

If mmc_add_host() fails, it doesn’t need to call mmc_remove_host(),
or it will cause null-ptr-deref, because of deleting a not added
device in mmc_remove_host().

To fix this, goto label ‘fail_glue_init’, if mmc_add_host() fails,
and change the label ‘fail_add_host’ to ‘fail_gpiod_request’.

AI Score

6.4

Confidence

Low

EPSS

0

Percentile

15.5%