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

8.0 · HIGH
Published Jun 18, 2025 linux CWE-362 EPSS 0.22% (13th pctl)

Overview

CVE-2022-49968 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 18, 2025 and has a CVSS 3.1 base score of 8.0 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.0, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

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

ieee802154/adf7242: defer destroy_workqueue call

There is a possible race condition (use-after-free) like below

(FREE) | (USE)

adf7242_remove | adf7242_channel

cancel_delayed_work_sync |

destroy_workqueue (1) | adf7242_cmd_rx

| mod_delayed_work (2)

|

The root cause for this race is that the upper layer (ieee802154) is

unaware of this detaching event and the function adf7242_channel can

be called without any checks.

To fix this, we can add a flag write at the beginning of adf7242_remove

and add flag check in adf7242_channel. Or we can just defer the

destructive operation like other commit 3e0588c291d6 ("hamradio: defer

ax25 kfree after unregister_netdev") which let the

ieee802154_unregister_hw() to handle the synchronization. This patch

takes the second option.

runs")

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 >= 4.17.19, < 4.18 Affected

Frequently Asked Questions

What is CVE-2022-49968?

CVE-2022-49968 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 18, 2025 and has a CVSS 3.1 base score of 8.0 (HIGH).

How severe is CVE-2022-49968?

This vulnerability has a CVSS 3.1 base score of 8.0, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

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

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

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