Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2022-49842

7.8 · HIGH
Published May 1, 2025 linux CWE-416 EPSS 0.22% (12th pctl)

Overview

CVE-2022-49842 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 1, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

ASoC: core: Fix use-after-free in snd_soc_exit()

KASAN reports a use-after-free:

BUG: KASAN: use-after-free in device_del+0xb5b/0xc60

Read of size 8 at addr ffff888008655050 by task rmmod/387

CPU: 2 PID: 387 Comm: rmmod

Hardware name: QEMU Standard PC (i440FX + PIIX, 1996)

Call Trace:

<TASK>

dump_stack_lvl+0x79/0x9a

print_report+0x17f/0x47b

kasan_report+0xbb/0xf0

device_del+0xb5b/0xc60

platform_device_del.part.0+0x24/0x200

platform_device_unregister+0x2e/0x40

snd_soc_exit+0xa/0x22 [snd_soc_core]

__do_sys_delete_module.constprop.0+0x34f/0x5b0

do_syscall_64+0x3a/0x90

entry_SYSCALL_64_after_hwframe+0x63/0xcd

...

</TASK>

It's bacause in snd_soc_init(), snd_soc_util_init() is possble to fail,

but its ret is ignored, which makes soc_dummy_dev unregistered twice.

snd_soc_init()

snd_soc_util_init()

platform_device_register_simple(soc_dummy_dev)

platform_driver_register() # fail

platform_device_unr

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 3.0, < 4.9.334 Affected

Frequently Asked Questions

What is CVE-2022-49842?

CVE-2022-49842 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 1, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2022-49842?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2022-49842?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2022-49842?

CyberStrike's AI-powered security agents can automatically detect CVE-2022-49842 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.