First published: Tue May 21 2024(Updated: )
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'.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Linux kernel | >=2.6.24<5.4.232 | |
Linux Linux kernel | >=5.5<5.10.169 | |
Linux Linux kernel | >=5.11<5.15.95 | |
Linux Linux kernel | >=5.16<6.1.13 | |
Linux Linux kernel | =6.2-rc1 | |
Linux Linux kernel | =6.2-rc2 | |
Linux Linux kernel | =6.2-rc3 | |
Linux Linux kernel | =6.2-rc4 | |
Linux Linux kernel | =6.2-rc5 | |
Linux Linux kernel | =6.2-rc6 | |
Linux Linux kernel | =6.2-rc7 | |
Linux Linux kernel | =6.2-rc8 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.