CVE-2022-49524
published 2025-02-26CVE-2022-49524: In the Linux kernel, the following vulnerability has been resolved: media: pci: cx23885: Fix the error handling in cx23885_initdev() When the driver fails to…
PriorityP337high7.8CVSS 3.1
AVLACLPRLUINSUCHIHAH
EPSS
0.26%
18.1th percentile
In the Linux kernel, the following vulnerability has been resolved:
media: pci: cx23885: Fix the error handling in cx23885_initdev()
When the driver fails to call the dma_set_mask(), the driver will get
the following splat:
[ 55.853884] BUG: KASAN: use-after-free in __process_removed_driver+0x3c/0x240
[ 55.854486] Read of size 8 at addr ffff88810de60408 by task modprobe/590
[ 55.856822] Call Trace:
[ 55.860327] __process_removed_driver+0x3c/0x240
[ 55.861347] bus_for_each_dev+0x102/0x160
[ 55.861681] i2c_del_driver+0x2f/0x50
This is because the driver has initialized the i2c related resources
in cx23885_dev_setup() but not released them in error handling, fix this
bug by modifying the error path that jumps after failing to call the
dma_set_mask().
Affected
21 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 5.18.5-1 (bookworm) | linux 5.18.5-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= 2bc46b3ad3c15165f91459b07ff8682478683194 < 6041d1a0365baa729b6adfb6ed5386d9388018db | 6041d1a0365baa729b6adfb6ed5386d9388018db |
| linux | linux | >= 2bc46b3ad3c15165f91459b07ff8682478683194 < 7b9978e1c94e569d65a0e7e719abb9340f5db4a0 | 7b9978e1c94e569d65a0e7e719abb9340f5db4a0 |
| linux | linux | >= 2bc46b3ad3c15165f91459b07ff8682478683194 < fa636e9ee4442215cd9a2e079cd5a8e1fe0cb8ba | fa636e9ee4442215cd9a2e079cd5a8e1fe0cb8ba |
| linux | linux | >= 2bc46b3ad3c15165f91459b07ff8682478683194 < ca17e7a532d1a55466cc007b3f4d319541a27493 | ca17e7a532d1a55466cc007b3f4d319541a27493 |
| linux | linux | >= 2bc46b3ad3c15165f91459b07ff8682478683194 < 98106f100f50c487469903b9cf6d966785fc9cc3 | 98106f100f50c487469903b9cf6d966785fc9cc3 |
| linux | linux | >= 2bc46b3ad3c15165f91459b07ff8682478683194 < 86bd6a579c6c60547706cabf299cd2c9feab3332 | 86bd6a579c6c60547706cabf299cd2c9feab3332 |
| linux | linux | >= 2bc46b3ad3c15165f91459b07ff8682478683194 < 453514a874c78df1e7804e6e3aaa60c8d8deb6a8 | 453514a874c78df1e7804e6e3aaa60c8d8deb6a8 |
| linux | linux | >= 2bc46b3ad3c15165f91459b07ff8682478683194 < e8123311cf06d7dae71e8c5fe78e0510d20cd30b | e8123311cf06d7dae71e8c5fe78e0510d20cd30b |
| linux | linux_kernel | < 4.14.283 | 4.14.283 |
| linux | linux_kernel | >= 0 < 5.10.127-1 | 5.10.127-1 |
| linux | linux_kernel | >= 0 < 5.18.5-1 | 5.18.5-1 |
| linux | linux_kernel | >= 0 < 5.18.5-1 | 5.18.5-1 |
| linux | linux_kernel | >= 0 < 5.18.5-1 | 5.18.5-1 |
| linux | linux_kernel | >= 4.15 < 4.19.247 | 4.19.247 |
| linux | linux_kernel | >= 4.20 < 5.4.198 | 5.4.198 |
| linux | linux_kernel | >= 5.11 < 5.15.46 | 5.15.46 |
| linux | linux_kernel | >= 5.16 < 5.17.14 | 5.17.14 |
| linux | linux_kernel | >= 5.18 < 5.18.3 | 5.18.3 |
| linux | linux_kernel | >= 5.5 < 5.10.121 | 5.10.121 |
CVSS provenance
nvdv3.17.8HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
osv7.8HIGH
vendor_debian7.8HIGH
vendor_redhat7.8HIGH
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: media: pci: cx23885: Fix the error handling in cx23885_initdev()
vendor_redhat·2025-02-26·CVSS 7.8
CVE-2022-49524 [HIGH] CWE-825 kernel: media: pci: cx23885: Fix the error handling in cx23885_initdev()
kernel: media: pci: cx23885: Fix the error handling in cx23885_initdev()
In the Linux kernel, the following vulnerability has been resolved:
media: pci: cx23885: Fix the error handling in cx23885_initdev()
When the driver fails to call the dma_set_mask(), the driver will get
the following splat:
[ 55.853884] BUG: KASAN: use-after-free in __process_removed_driver+0x3c/0x240
[ 55.854486] Read of size 8 at addr ffff88810de60408 by task modprobe/590
[ 55.856822] Call Trace:
[ 55.860327] __process_removed_driver+0x3c/0x240
[ 55.861347] bus_for_each_dev+0x102/0x160
[ 55.861681] i2c_del_driver+0x2f/0x50
This is because the driver has initialized the i2c related resources
in cx23885_dev_setup() but not released them in error handling, fix this
bug by modifying the error path that jumps after fail
Debian
CVE-2022-49524: linux - In the Linux kernel, the following vulnerability has been resolved: media: pci:...
vendor_debian·2022·CVSS 7.8
CVE-2022-49524 [HIGH] CVE-2022-49524: linux - In the Linux kernel, the following vulnerability has been resolved: media: pci:...
In the Linux kernel, the following vulnerability has been resolved: media: pci: cx23885: Fix the error handling in cx23885_initdev() When the driver fails to call the dma_set_mask(), the driver will get the following splat: [ 55.853884] BUG: KASAN: use-after-free in __process_removed_driver+0x3c/0x240 [ 55.854486] Read of size 8 at addr ffff88810de60408 by task modprobe/590 [ 55.856822] Call Trace: [ 55.860327] __process_removed_driver+0x3c/0x240 [ 55.861347] bus_for_each_dev+0x102/0x160 [ 55.861681] i2c_del_driver+0x2f/0x50 This is because the driver has initialized the i2c related resources in cx23885_dev_setup() but not released them in error handling, fix this bug by modifying the error path that jumps after failing to call the dma_set_mask().
Scope: local
bookworm: resolved (fixed in
GHSA
GHSA-q2r6-4p8p-594q: In the Linux kernel, the following vulnerability has been resolved:
media: pci: cx23885: Fix the error handling in cx23885_initdev()
When the driver
ghsa_unreviewed·2025-02-27
CVE-2022-49524 [HIGH] CWE-416 GHSA-q2r6-4p8p-594q: In the Linux kernel, the following vulnerability has been resolved:
media: pci: cx23885: Fix the error handling in cx23885_initdev()
When the driver
In the Linux kernel, the following vulnerability has been resolved:
media: pci: cx23885: Fix the error handling in cx23885_initdev()
When the driver fails to call the dma_set_mask(), the driver will get
the following splat:
[ 55.853884] BUG: KASAN: use-after-free in __process_removed_driver+0x3c/0x240
[ 55.854486] Read of size 8 at addr ffff88810de60408 by task modprobe/590
[ 55.856822] Call Trace:
[ 55.860327] __process_removed_driver+0x3c/0x240
[ 55.861347] bus_for_each_dev+0x102/0x160
[ 55.861681] i2c_del_driver+0x2f/0x50
This is because the driver has initialized the i2c related resources
in cx23885_dev_setup() but not released them in error handling, fix this
bug by modifying the error path that jumps after failing to call the
dma_set_mask().
OSV
CVE-2022-49524: In the Linux kernel, the following vulnerability has been resolved: media: pci: cx23885: Fix the error handling in cx23885_initdev() When the driver f
osv·2025-02-26·CVSS 7.8
CVE-2022-49524 [HIGH] CVE-2022-49524: In the Linux kernel, the following vulnerability has been resolved: media: pci: cx23885: Fix the error handling in cx23885_initdev() When the driver f
In the Linux kernel, the following vulnerability has been resolved: media: pci: cx23885: Fix the error handling in cx23885_initdev() When the driver fails to call the dma_set_mask(), the driver will get the following splat: [ 55.853884] BUG: KASAN: use-after-free in __process_removed_driver+0x3c/0x240 [ 55.854486] Read of size 8 at addr ffff88810de60408 by task modprobe/590 [ 55.856822] Call Trace: [ 55.860327] __process_removed_driver+0x3c/0x240 [ 55.861347] bus_for_each_dev+0x102/0x160 [ 55.861681] i2c_del_driver+0x2f/0x50 This is because the driver has initialized the i2c related resources in cx23885_dev_setup() but not released them in error handling, fix this bug by modifying the error path that jumps after failing to call the dma_set_mask().
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/453514a874c78df1e7804e6e3aaa60c8d8deb6a8https://git.kernel.org/stable/c/6041d1a0365baa729b6adfb6ed5386d9388018dbhttps://git.kernel.org/stable/c/7b9978e1c94e569d65a0e7e719abb9340f5db4a0https://git.kernel.org/stable/c/86bd6a579c6c60547706cabf299cd2c9feab3332https://git.kernel.org/stable/c/98106f100f50c487469903b9cf6d966785fc9cc3https://git.kernel.org/stable/c/ca17e7a532d1a55466cc007b3f4d319541a27493https://git.kernel.org/stable/c/e8123311cf06d7dae71e8c5fe78e0510d20cd30bhttps://git.kernel.org/stable/c/fa636e9ee4442215cd9a2e079cd5a8e1fe0cb8ba
2025-02-26
Published