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-49493

7.8 · HIGH
Published Feb 26, 2025 linux CWE-416 EPSS 0.26% (18th pctl)

Overview

CVE-2022-49493 is a high-severity vulnerability affecting linux linux_kernel. It was published on February 26, 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: rt5645: Fix errorenous cleanup order

There is a logic error when removing rt5645 device as the function

rt5645_i2c_remove() first cancel the &rt5645->jack_detect_work and

delete the &rt5645->btn_check_timer latter. However, since the timer

handler rt5645_btn_check_callback() will re-queue the jack_detect_work,

this cleanup order is buggy.

That is, once the del_timer_sync in rt5645_i2c_remove is concurrently

run with the rt5645_btn_check_callback, the canceled jack_detect_work

will be rescheduled again, leading to possible use-after-free.

This patch fix the issue by placing the del_timer_sync function before

the cancel_delayed_work_sync.

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 >= 0, < 4.9.318 Affected

Frequently Asked Questions

What is CVE-2022-49493?

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

How severe is CVE-2022-49493?

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-49493?

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-49493?

CyberStrike's AI-powered security agents can automatically detect CVE-2022-49493 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.