Security Advisory

CVE-2022-48928

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-08-22 03:31:21
Last updated 2026-05-11 18:49:51
Assigner Linux
State PUBLISHED

Description

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.