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

9.8 · CRITICAL
Published Feb 26, 2025 linux CWE-362 EPSS 0.47% (39th pctl)

Overview

CVE-2022-49149 is a critical-severity vulnerability affecting linux linux_kernel. It was published on February 26, 2025 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

rxrpc: Fix call timer start racing with call destruction

The rxrpc_call struct has a timer used to handle various timed events

relating to a call. This timer can get started from the packet input

routines that are run in softirq mode with just the RCU read lock held.

Unfortunately, because only the RCU read lock is held - and neither ref or

other lock is taken - the call can start getting destroyed at the same time

a packet comes in addressed to that call. This causes the timer - which

was already stopped - to get restarted. Later, the timer dispatch code may

then oops if the timer got deallocated first.

Fix this by trying to take a ref on the rxrpc_call struct and, if

successful, passing that ref along to the timer. If the timer was already

running, the ref is discarded.

The timer completion routine can then pass the ref along to the call's work

item when it queues it. If the timer or work item where already

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.15.1, < 5.10.110 Affected

Frequently Asked Questions

What is CVE-2022-49149?

CVE-2022-49149 is a critical-severity vulnerability affecting linux linux_kernel. It was published on February 26, 2025 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2022-49149?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

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

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