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

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

Overview

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

net: bonding: fix use-after-free after 802.3ad slave unbind

commit 0622cab0341c ("bonding: fix 802.3ad aggregator reselection"),

resolve case, when there is several aggregation groups in the same bond.

bond_3ad_unbind_slave will invalidate (clear) aggregator when

__agg_active_ports return zero. So, ad_clear_agg can be executed even, when

num_of_ports!=0. Than bond_3ad_unbind_slave can be executed again for,

previously cleared aggregator. NOTE: at this time bond_3ad_unbind_slave

will not update slave ports list, because lag_ports==NULL. So, here we

got slave ports, pointing to freed aggregator memory.

Fix with checking actual number of ports in group (as was before

commit 0622cab0341c ("bonding: fix 802.3ad aggregator reselection") ),

before ad_clear_agg().

The KASAN logs are as follows:

[ 767.617392] ==================================================================

[ 767.630776] BUG: KASAN: use-after-free in bo

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.7, < 4.9.322 Affected

Frequently Asked Questions

What is CVE-2022-49667?

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

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

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

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