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

7.1 · HIGH
Published Feb 26, 2025 linux EPSS 0.27% (19th pctl)

Overview

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

net: ipv4: fix route with nexthop object delete warning

FRR folks have hit a kernel warning[1] while deleting routes[2] which is

caused by trying to delete a route pointing to a nexthop id without

specifying nhid but matching on an interface. That is, a route is found

but we hit a warning while matching it. The warning is from

fib_info_nh() in include/net/nexthop.h because we run it on a fib_info

with nexthop object. The call chain is:

inet_rtm_delroute -> fib_table_delete -> fib_nh_match (called with a

nexthop fib_info and also with fc_oif set thus calling fib_info_nh on

the fib_info and triggering the warning). The fix is to not do any

matching in that branch if the fi has a nexthop object because those are

managed separately. I.e. we should match when deleting without nh spec and

should fail when deleting a nexthop route with old-style nh spec because

nexthop objects are managed separately, e.g.:

$ ip r show 1.2

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 >= 5.3, < 5.4.189 Affected

Frequently Asked Questions

What is CVE-2022-49092?

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

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

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

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