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

7.1 · HIGH
Published Feb 26, 2025 linux EPSS 0.29% (21th pctl)

Overview

CVE-2022-49687 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.1 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.1, 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:

virtio_net: fix xdp_rxq_info bug after suspend/resume

The following sequence currently causes a driver bug warning

when using virtio_net:

# ip link set eth0 up

# echo mem > /sys/power/state (or e.g. # rtcwake -s 10 -m mem)

<resume>

# ip link set eth0 down

Missing register, driver bug

WARNING: CPU: 0 PID: 375 at net/core/xdp.c:138 xdp_rxq_info_unreg+0x58/0x60

Call trace:

xdp_rxq_info_unreg+0x58/0x60

virtnet_close+0x58/0xac

__dev_close_many+0xac/0x140

__dev_change_flags+0xd8/0x210

dev_change_flags+0x24/0x64

do_setlink+0x230/0xdd0

...

This happens because virtnet_freeze() frees the receive_queue

completely (including struct xdp_rxq_info) but does not call

xdp_rxq_info_unreg(). Similarly, virtnet_restore() sets up the

receive_queue again but does not call xdp_rxq_info_reg().

Actually, parts of virtnet_freeze_down() and virtnet_restore_up()

are almost identical to virtnet_close() and

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.16, < 4.19.250 Affected

Frequently Asked Questions

What is CVE-2022-49687?

CVE-2022-49687 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.1 (HIGH).

How severe is CVE-2022-49687?

This vulnerability has a CVSS 3.1 base score of 7.1, 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-49687?

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

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