First published: Thu Aug 22 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: iio: adc: men_z188_adc: Fix a resource leak in an error handling path If iio_device_register() fails, a previous ioremap() is left unbalanced. Update the error handling path and add the missing iounmap() call, as already done in the remove function.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=3.15<4.9.304 | |
Linux Kernel | >=4.10<4.14.269 | |
Linux Kernel | >=4.15<4.19.232 | |
Linux Kernel | >=4.20<5.4.182 | |
Linux Kernel | >=5.5<5.10.103 | |
Linux Kernel | >=5.11<5.15.26 | |
Linux Kernel | >=5.16<5.16.12 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-48928 has been classified with a medium severity level due to the potential resource leak in the Linux kernel.
To address CVE-2022-48928, ensure that you update the Linux kernel to a version that includes the fix for the resource leak.
CVE-2022-48928 affects multiple versions of the Linux kernel, particularly those between 3.15 and 5.16.
CVE-2022-48928 was disclosed as part of a routine update to the Linux kernel's security documentation.
There are no official workarounds for CVE-2022-48928; updating the kernel is the recommended approach.