CVE-2022-49435
published 2025-02-26CVE-2022-49435: In the Linux kernel, the following vulnerability has been resolved: mfd: davinci_voicecodec: Fix possible null-ptr-deref davinci_vc_probe() It will cause…
PriorityP420medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.26%
17.3th percentile
In the Linux kernel, the following vulnerability has been resolved:
mfd: davinci_voicecodec: Fix possible null-ptr-deref davinci_vc_probe()
It will cause null-ptr-deref when using 'res', if platform_get_resource()
returns NULL, so move using 'res' after devm_ioremap_resource() that
will check it to avoid null-ptr-deref.
And use devm_platform_get_and_ioremap_resource() to simplify code.
Affected
17 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 | >= b5e29aa880be84c271be8d0726cec4018bfbfd74 < 49c1e32e7b3f301642a60448700ec531df981269 | 49c1e32e7b3f301642a60448700ec531df981269 |
| linux | linux | >= b5e29aa880be84c271be8d0726cec4018bfbfd74 < a1d4941d9a24999f680799f9bbde7f57351ca637 | a1d4941d9a24999f680799f9bbde7f57351ca637 |
| linux | linux | >= b5e29aa880be84c271be8d0726cec4018bfbfd74 < 5289795824b77489803b0802cd9edc13824a2d0b | 5289795824b77489803b0802cd9edc13824a2d0b |
| linux | linux | >= b5e29aa880be84c271be8d0726cec4018bfbfd74 < 2d00158a06efe6bbcd020108634ea0f2ed8b32f7 | 2d00158a06efe6bbcd020108634ea0f2ed8b32f7 |
| linux | linux | >= b5e29aa880be84c271be8d0726cec4018bfbfd74 < 579944b9f38727d9ff570b58f83bc424e8af8398 | 579944b9f38727d9ff570b58f83bc424e8af8398 |
| linux | linux | >= b5e29aa880be84c271be8d0726cec4018bfbfd74 < 311242c7703df0da14c206260b7e855f69cb0264 | 311242c7703df0da14c206260b7e855f69cb0264 |
| 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 | >= 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.4 < 5.4.198 | 5.4.198 |
| linux | linux_kernel | >= 5.5 < 5.10.121 | 5.10.121 |
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.
GHSA
GHSA-v9f5-pcxp-6wvp: In the Linux kernel, the following vulnerability has been resolved:
mfd: davinci_voicecodec: Fix possible null-ptr-deref davinci_vc_probe()
It will
ghsa_unreviewed·2025-10-22
CVE-2022-49435 [MEDIUM] CWE-476 GHSA-v9f5-pcxp-6wvp: In the Linux kernel, the following vulnerability has been resolved:
mfd: davinci_voicecodec: Fix possible null-ptr-deref davinci_vc_probe()
It will
In the Linux kernel, the following vulnerability has been resolved:
mfd: davinci_voicecodec: Fix possible null-ptr-deref davinci_vc_probe()
It will cause null-ptr-deref when using 'res', if platform_get_resource()
returns NULL, so move using 'res' after devm_ioremap_resource() that
will check it to avoid null-ptr-deref.
And use devm_platform_get_and_ioremap_resource() to simplify code.
OSV
CVE-2022-49435: In the Linux kernel, the following vulnerability has been resolved: mfd: davinci_voicecodec: Fix possible null-ptr-deref davinci_vc_probe() It will ca
osv·2025-02-26·CVSS 5.5
CVE-2022-49435 [MEDIUM] CVE-2022-49435: In the Linux kernel, the following vulnerability has been resolved: mfd: davinci_voicecodec: Fix possible null-ptr-deref davinci_vc_probe() It will ca
In the Linux kernel, the following vulnerability has been resolved: mfd: davinci_voicecodec: Fix possible null-ptr-deref davinci_vc_probe() It will cause null-ptr-deref when using 'res', if platform_get_resource() returns NULL, so move using 'res' after devm_ioremap_resource() that will check it to avoid null-ptr-deref. And use devm_platform_get_and_ioremap_resource() to simplify code.
Red Hat
kernel: mfd: davinci_voicecodec: Fix possible null-ptr-deref davinci_vc_probe()
vendor_redhat·2025-02-26·CVSS 5.5
CVE-2022-49435 [MEDIUM] kernel: mfd: davinci_voicecodec: Fix possible null-ptr-deref davinci_vc_probe()
kernel: mfd: davinci_voicecodec: Fix possible null-ptr-deref davinci_vc_probe()
In the Linux kernel, the following vulnerability has been resolved:
mfd: davinci_voicecodec: Fix possible null-ptr-deref davinci_vc_probe()
It will cause null-ptr-deref when using 'res', if platform_get_resource()
returns NULL, so move using 'res' after devm_ioremap_resource() that
will check it to avoid null-ptr-deref.
And use devm_platform_get_and_ioremap_resource() to simplify code.
Package: kernel (Red Hat Enterprise Linux 10) - Not affected
Package: kernel (Red Hat Enterprise Linux 6) - Not affected
Package: kernel (Red Hat Enterprise Linux 7) - Not affected
Package: kernel-rt (Red Hat Enterprise Linux 7) - Not affected
Package: kernel (Red Hat Enterprise Linux 8) - Not affected
Package: kernel-rt (
Debian
CVE-2022-49435: linux - In the Linux kernel, the following vulnerability has been resolved: mfd: davinc...
vendor_debian·2022·CVSS 5.5
CVE-2022-49435 [MEDIUM] CVE-2022-49435: linux - In the Linux kernel, the following vulnerability has been resolved: mfd: davinc...
In the Linux kernel, the following vulnerability has been resolved: mfd: davinci_voicecodec: Fix possible null-ptr-deref davinci_vc_probe() It will cause null-ptr-deref when using 'res', if platform_get_resource() returns NULL, so move using 'res' after devm_ioremap_resource() that will check it to avoid null-ptr-deref. And use devm_platform_get_and_ioremap_resource() to simplify code.
Scope: local
bookworm: resolved (fixed in 5.18.5-1)
bullseye: resolved (fixed in 5.10.127-1)
forky: resolved (fixed in 5.18.5-1)
sid: resolved (fixed in 5.18.5-1)
trixie: resolved (fixed in 5.18.5-1)
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/2d00158a06efe6bbcd020108634ea0f2ed8b32f7https://git.kernel.org/stable/c/311242c7703df0da14c206260b7e855f69cb0264https://git.kernel.org/stable/c/49c1e32e7b3f301642a60448700ec531df981269https://git.kernel.org/stable/c/5289795824b77489803b0802cd9edc13824a2d0bhttps://git.kernel.org/stable/c/579944b9f38727d9ff570b58f83bc424e8af8398https://git.kernel.org/stable/c/a1d4941d9a24999f680799f9bbde7f57351ca637
2025-02-26
Published