CVE-2022-48928
published 2024-08-22CVE-2022-48928: 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…
PriorityP416medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.21%
11.5th percentile
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.
Affected
21 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 5.16.12-1 (bookworm) | linux 5.16.12-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= 74aeac4da66fbfa246edbfc849002eac9b5af9ca < 0f88722313645a903f4d420ba61ddc690ec2481d | 0f88722313645a903f4d420ba61ddc690ec2481d |
| linux | linux | >= 74aeac4da66fbfa246edbfc849002eac9b5af9ca < c5723b422f564af15f2e3bc0592fd6376a0a6c45 | c5723b422f564af15f2e3bc0592fd6376a0a6c45 |
| linux | linux | >= 74aeac4da66fbfa246edbfc849002eac9b5af9ca < 53d43a9c8dd224e66559fe86af1e473802c7130e | 53d43a9c8dd224e66559fe86af1e473802c7130e |
| linux | linux | >= 74aeac4da66fbfa246edbfc849002eac9b5af9ca < ce1076b33e299dc8d270e4450a420a18bfb3e190 | ce1076b33e299dc8d270e4450a420a18bfb3e190 |
| linux | linux | >= 74aeac4da66fbfa246edbfc849002eac9b5af9ca < 1aa12ecfdcbafebc218910ec47acf6262e600cf5 | 1aa12ecfdcbafebc218910ec47acf6262e600cf5 |
| linux | linux | >= 74aeac4da66fbfa246edbfc849002eac9b5af9ca < fe73477802981bd0d0d70f2b22f109bcca801bdb | fe73477802981bd0d0d70f2b22f109bcca801bdb |
| linux | linux | >= 74aeac4da66fbfa246edbfc849002eac9b5af9ca < d6ed5426a7fad36cf928c244483ba24e72359638 | d6ed5426a7fad36cf928c244483ba24e72359638 |
| linux | linux | >= 74aeac4da66fbfa246edbfc849002eac9b5af9ca < e0a2e37f303828d030a83f33ffe14b36cb88d563 | e0a2e37f303828d030a83f33ffe14b36cb88d563 |
| linux | linux_kernel | >= 0 < 5.10.103-1 | 5.10.103-1 |
| linux | linux_kernel | >= 0 < 5.16.12-1 | 5.16.12-1 |
| linux | linux_kernel | >= 0 < 5.16.12-1 | 5.16.12-1 |
| linux | linux_kernel | >= 0 < 5.16.12-1 | 5.16.12-1 |
| linux | linux_kernel | >= 3.15 < 4.9.304 | 4.9.304 |
| linux | linux_kernel | >= 4.10 < 4.14.269 | 4.14.269 |
| linux | linux_kernel | >= 4.15 < 4.19.232 | 4.19.232 |
| linux | linux_kernel | >= 4.20 < 5.4.182 | 5.4.182 |
| linux | linux_kernel | >= 5.11 < 5.15.26 | 5.15.26 |
| linux | linux_kernel | >= 5.16 < 5.16.12 | 5.16.12 |
| linux | linux_kernel | >= 5.5 < 5.10.103 | 5.10.103 |
CVSS provenance
nvdv3.15.5MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
osv5.5MEDIUM
vendor_debian5.5MEDIUM
vendor_redhat5.5MEDIUM
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
Red Hat
kernel: iio: adc: men_z188_adc: Fix a resource leak in an error handling path
vendor_redhat·2024-08-22·CVSS 5.5
CVE-2022-48928 [MEDIUM] CWE-402 kernel: iio: adc: men_z188_adc: Fix a resource leak in an error handling path
kernel: iio: adc: men_z188_adc: Fix a resource leak in an error handling path
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.
A vulnerability was found in the Linux kernel's IIO men_z188_adc.c driver, where a resource leak is present in the error handling path caused by improper cleanup management. This occurs because the function men_z188_probe() uses the function ioremap() to allocate memory, but if the function iio_device_register() fails, the function does not clean up (free) the previously mapped space, resulting in a
Debian
CVE-2022-48928: linux - In the Linux kernel, the following vulnerability has been resolved: iio: adc: m...
vendor_debian·2022·CVSS 5.5
CVE-2022-48928 [MEDIUM] CVE-2022-48928: linux - In the Linux kernel, the following vulnerability has been resolved: iio: adc: m...
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.
Scope: local
bookworm: resolved (fixed in 5.16.12-1)
bullseye: resolved (fixed in 5.10.103-1)
forky: resolved (fixed in 5.16.12-1)
sid: resolved (fixed in 5.16.12-1)
trixie: resolved (fixed in 5.16.12-1)
GHSA
GHSA-rc6x-q5fh-8f53: 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_dev
ghsa_unreviewed·2024-08-22
CVE-2022-48928 [MEDIUM] CWE-401 GHSA-rc6x-q5fh-8f53: 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_dev
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.
OSV
CVE-2022-48928: 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_devic
osv·2024-08-22·CVSS 5.5
CVE-2022-48928 [MEDIUM] CVE-2022-48928: 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_devic
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.
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
https://git.kernel.org/stable/c/0f88722313645a903f4d420ba61ddc690ec2481dhttps://git.kernel.org/stable/c/1aa12ecfdcbafebc218910ec47acf6262e600cf5https://git.kernel.org/stable/c/53d43a9c8dd224e66559fe86af1e473802c7130ehttps://git.kernel.org/stable/c/c5723b422f564af15f2e3bc0592fd6376a0a6c45https://git.kernel.org/stable/c/ce1076b33e299dc8d270e4450a420a18bfb3e190https://git.kernel.org/stable/c/d6ed5426a7fad36cf928c244483ba24e72359638https://git.kernel.org/stable/c/e0a2e37f303828d030a83f33ffe14b36cb88d563https://git.kernel.org/stable/c/fe73477802981bd0d0d70f2b22f109bcca801bdb
2024-08-22
Published