CVE-2022-50218
published 2025-06-18CVE-2022-50218: In the Linux kernel, the following vulnerability has been resolved: iio: light: isl29028: Fix the warning in isl29028_remove() The driver use the non-managed…
PriorityP419medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.19%
9.3th percentile
In the Linux kernel, the following vulnerability has been resolved:
iio: light: isl29028: Fix the warning in isl29028_remove()
The driver use the non-managed form of the register function in
isl29028_remove(). To keep the release order as mirroring the ordering
in probe, the driver should use non-managed form in probe, too.
The following log reveals it:
[ 32.374955] isl29028 0-0010: remove
[ 32.376861] general protection fault, probably for non-canonical address 0xdffffc0000000006: 0000 [#1] PREEMPT SMP KASAN PTI
[ 32.377676] KASAN: null-ptr-deref in range [0x0000000000000030-0x0000000000000037]
[ 32.379432] RIP: 0010:kernfs_find_and_get_ns+0x28/0xe0
[ 32.385461] Call Trace:
[ 32.385807] sysfs_unmerge_group+0x59/0x110
[ 32.386110] dpm_sysfs_remove+0x58/0xc0
[ 32.386391] device_del+0x296/0xe50
[ 32.386959] cdev_device_del+0x1d/0xd0
[ 32.387231] devm_iio_device_unreg+0x27/0xb0
[ 32.387542] devres_release_group+0x319/0x3d0
[ 32.388162] i2c_device_remove+0x93/0x1f0
Affected
21 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 6.0.2-1 (bookworm) | linux 6.0.2-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= 2db5054ac28d4ab2eaa6c67e2d9f61fa5ba006b8 < ca63d5abf404d2934e2ac03545350de7bb8c8e96 | ca63d5abf404d2934e2ac03545350de7bb8c8e96 |
| linux | linux | >= 2db5054ac28d4ab2eaa6c67e2d9f61fa5ba006b8 < 359f3b150eab30805fe0e4e9d616887d7257a625 | 359f3b150eab30805fe0e4e9d616887d7257a625 |
| linux | linux | >= 2db5054ac28d4ab2eaa6c67e2d9f61fa5ba006b8 < ed43fb20d3d1fca9d79db0d5faf4321a4dd58c23 | ed43fb20d3d1fca9d79db0d5faf4321a4dd58c23 |
| linux | linux | >= 2db5054ac28d4ab2eaa6c67e2d9f61fa5ba006b8 < fb1888205c0782f287e5dd4ffff1f665332e868c | fb1888205c0782f287e5dd4ffff1f665332e868c |
| linux | linux | >= 2db5054ac28d4ab2eaa6c67e2d9f61fa5ba006b8 < fac589fb764699a4bcd288f6656b8cd0408ea968 | fac589fb764699a4bcd288f6656b8cd0408ea968 |
| linux | linux | >= 2db5054ac28d4ab2eaa6c67e2d9f61fa5ba006b8 < 4f0ebfb4b9bfad2326c0b2c3cc7e37f4b9ee9eba | 4f0ebfb4b9bfad2326c0b2c3cc7e37f4b9ee9eba |
| linux | linux | >= 2db5054ac28d4ab2eaa6c67e2d9f61fa5ba006b8 < a1135205b0affd255510775a27df571aca84ab4b | a1135205b0affd255510775a27df571aca84ab4b |
| linux | linux | >= 2db5054ac28d4ab2eaa6c67e2d9f61fa5ba006b8 < 06674fc7c003b9d0aa1d37fef7ab2c24802cc6ad | 06674fc7c003b9d0aa1d37fef7ab2c24802cc6ad |
| linux | linux_kernel | >= 0 < 5.10.140-1 | 5.10.140-1 |
| linux | linux_kernel | >= 0 < 6.0.2-1 | 6.0.2-1 |
| linux | linux_kernel | >= 0 < 6.0.2-1 | 6.0.2-1 |
| linux | linux_kernel | >= 0 < 6.0.2-1 | 6.0.2-1 |
| linux | linux_kernel | >= 4.11 < 4.14.291 | 4.14.291 |
| linux | linux_kernel | >= 4.15 < 4.19.256 | 4.19.256 |
| linux | linux_kernel | >= 4.20 < 5.4.211 | 5.4.211 |
| linux | linux_kernel | >= 5.11 < 5.15.61 | 5.15.61 |
| linux | linux_kernel | >= 5.16 < 5.18.18 | 5.18.18 |
| linux | linux_kernel | >= 5.19 < 5.19.2 | 5.19.2 |
| linux | linux_kernel | >= 5.5 < 5.10.137 | 5.10.137 |
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: light: isl29028: Fix the warning in isl29028_remove()
vendor_redhat·2025-06-18·CVSS 5.5
CVE-2022-50218 [MEDIUM] CWE-20 kernel: iio: light: isl29028: Fix the warning in isl29028_remove()
kernel: iio: light: isl29028: Fix the warning in isl29028_remove()
In the Linux kernel, the following vulnerability has been resolved:
iio: light: isl29028: Fix the warning in isl29028_remove()
The driver use the non-managed form of the register function in
isl29028_remove(). To keep the release order as mirroring the ordering
in probe, the driver should use non-managed form in probe, too.
The following log reveals it:
[ 32.374955] isl29028 0-0010: remove
[ 32.376861] general protection fault, probably for non-canonical address 0xdffffc0000000006: 0000 [#1] PREEMPT SMP KASAN PTI
[ 32.377676] KASAN: null-ptr-deref in range [0x0000000000000030-0x0000000000000037]
[ 32.379432] RIP: 0010:kernfs_find_and_get_ns+0x28/0xe0
[ 32.385461] Call Trace:
[ 32.385807] sysfs_unmerge_group+0x59/0x110
[ 32
Debian
CVE-2022-50218: linux - In the Linux kernel, the following vulnerability has been resolved: iio: light:...
vendor_debian·2022·CVSS 5.5
CVE-2022-50218 [MEDIUM] CVE-2022-50218: linux - In the Linux kernel, the following vulnerability has been resolved: iio: light:...
In the Linux kernel, the following vulnerability has been resolved: iio: light: isl29028: Fix the warning in isl29028_remove() The driver use the non-managed form of the register function in isl29028_remove(). To keep the release order as mirroring the ordering in probe, the driver should use non-managed form in probe, too. The following log reveals it: [ 32.374955] isl29028 0-0010: remove [ 32.376861] general protection fault, probably for non-canonical address 0xdffffc0000000006: 0000 [#1] PREEMPT SMP KASAN PTI [ 32.377676] KASAN: null-ptr-deref in range [0x0000000000000030-0x0000000000000037] [ 32.379432] RIP: 0010:kernfs_find_and_get_ns+0x28/0xe0 [ 32.385461] Call Trace: [ 32.385807] sysfs_unmerge_group+0x59/0x110 [ 32.386110] dpm_sysfs_remove+0x58/0xc0 [ 32.386391] device_del+0x296/0x
GHSA
GHSA-qgpj-59qm-cx5g: In the Linux kernel, the following vulnerability has been resolved:
iio: light: isl29028: Fix the warning in isl29028_remove()
The driver use the no
ghsa_unreviewed·2025-06-18
CVE-2022-50218 [MEDIUM] CWE-476 GHSA-qgpj-59qm-cx5g: In the Linux kernel, the following vulnerability has been resolved:
iio: light: isl29028: Fix the warning in isl29028_remove()
The driver use the no
In the Linux kernel, the following vulnerability has been resolved:
iio: light: isl29028: Fix the warning in isl29028_remove()
The driver use the non-managed form of the register function in
isl29028_remove(). To keep the release order as mirroring the ordering
in probe, the driver should use non-managed form in probe, too.
The following log reveals it:
[ 32.374955] isl29028 0-0010: remove
[ 32.376861] general protection fault, probably for non-canonical address 0xdffffc0000000006: 0000 [#1] PREEMPT SMP KASAN PTI
[ 32.377676] KASAN: null-ptr-deref in range [0x0000000000000030-0x0000000000000037]
[ 32.379432] RIP: 0010:kernfs_find_and_get_ns+0x28/0xe0
[ 32.385461] Call Trace:
[ 32.385807] sysfs_unmerge_group+0x59/0x110
[ 32.386110] dpm_sysfs_remove+0x58/0xc0
[ 32.386391] device_del+0x29
OSV
CVE-2022-50218: In the Linux kernel, the following vulnerability has been resolved: iio: light: isl29028: Fix the warning in isl29028_remove() The driver use the non-
osv·2025-06-18·CVSS 5.5
CVE-2022-50218 [MEDIUM] CVE-2022-50218: In the Linux kernel, the following vulnerability has been resolved: iio: light: isl29028: Fix the warning in isl29028_remove() The driver use the non-
In the Linux kernel, the following vulnerability has been resolved: iio: light: isl29028: Fix the warning in isl29028_remove() The driver use the non-managed form of the register function in isl29028_remove(). To keep the release order as mirroring the ordering in probe, the driver should use non-managed form in probe, too. The following log reveals it: [ 32.374955] isl29028 0-0010: remove [ 32.376861] general protection fault, probably for non-canonical address 0xdffffc0000000006: 0000 [#1] PREEMPT SMP KASAN PTI [ 32.377676] KASAN: null-ptr-deref in range [0x0000000000000030-0x0000000000000037] [ 32.379432] RIP: 0010:kernfs_find_and_get_ns+0x28/0xe0 [ 32.385461] Call Trace: [ 32.385807] sysfs_unmerge_group+0x59/0x110 [ 32.386110] dpm_sysfs_remove+0x58/0xc0 [ 32.386391] device_del+0x296/0x
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/06674fc7c003b9d0aa1d37fef7ab2c24802cc6adhttps://git.kernel.org/stable/c/359f3b150eab30805fe0e4e9d616887d7257a625https://git.kernel.org/stable/c/4f0ebfb4b9bfad2326c0b2c3cc7e37f4b9ee9ebahttps://git.kernel.org/stable/c/a1135205b0affd255510775a27df571aca84ab4bhttps://git.kernel.org/stable/c/ca63d5abf404d2934e2ac03545350de7bb8c8e96https://git.kernel.org/stable/c/ed43fb20d3d1fca9d79db0d5faf4321a4dd58c23https://git.kernel.org/stable/c/fac589fb764699a4bcd288f6656b8cd0408ea968https://git.kernel.org/stable/c/fb1888205c0782f287e5dd4ffff1f665332e868c
2025-06-18
Published