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

7.8 · HIGH
Published Feb 26, 2025 linux CWE-415 EPSS 0.25% (17th pctl)

Overview

CVE-2022-49290 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:

mac80211: fix potential double free on mesh join

While commit 6a01afcf8468 ("mac80211: mesh: Free ie data when leaving

mesh") fixed a memory leak on mesh leave / teardown it introduced a

potential memory corruption caused by a double free when rejoining the

mesh:

ieee80211_leave_mesh()

-> kfree(sdata->u.mesh.ie);

...

ieee80211_join_mesh()

-> copy_mesh_setup()

-> old_ie = ifmsh->ie;

-> kfree(old_ie);

This double free / kernel panics can be reproduced by using wpa_supplicant

with an encrypted mesh (if set up without encryption via "iw" then

ifmsh->ie is always NULL, which avoids this issue). And then calling:

$ iw dev mesh0 mesh leave

$ iw dev mesh0 mesh join my-mesh

Note that typically these commands are not used / working when using

wpa_supplicant. And it seems that wpa_supplicant or wpa_cli are going

through a NETDEV_DOWN/NETDEV_UP cycle between a mesh leave and mesh join

where the NETDEV

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.4.233, < 4.5 Affected

Frequently Asked Questions

What is CVE-2022-49290?

CVE-2022-49290 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-49290?

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

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

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