Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2022-48928
HistoryAug 22, 2024 - 3:31 a.m.

CVE-2022-48928 iio: adc: men_z188_adc: Fix a resource leak in an error handling path

2024-08-2203:31:21
Linux
github.com
2
linux kernel
vulnerability
iio_device_register
ioremap
iounmap

AI Score

6.8

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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.

AI Score

6.8

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial