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

7.5 · HIGH
Published Feb 26, 2025 linux CWE-476 EPSS 0.69% (50th pctl)

Overview

CVE-2022-49664 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.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. 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:

tipc: move bc link creation back to tipc_node_create

Shuang Li reported a NULL pointer dereference crash:

[] BUG: kernel NULL pointer dereference, address: 0000000000000068

[] RIP: 0010:tipc_link_is_up+0x5/0x10 [tipc]

[] Call Trace:

[] <IRQ>

[] tipc_bcast_rcv+0xa2/0x190 [tipc]

[] tipc_node_bc_rcv+0x8b/0x200 [tipc]

[] tipc_rcv+0x3af/0x5b0 [tipc]

[] tipc_udp_recv+0xc7/0x1e0 [tipc]

It was caused by the 'l' passed into tipc_bcast_rcv() is NULL. When it

creates a node in tipc_node_check_dest(), after inserting the new node

into hashtable in tipc_node_create(), it creates the bc link. However,

there is a gap between this insert and bc link creation, a bc packet

may come in and get the node from the hashtable then try to dereference

its bc link, which is NULL.

This patch is to fix it by moving the bc link creation before inserting

into the hashtable.

Note that for a preliminary node becoming "real",

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.4.287, < 5.10.129 Affected

Frequently Asked Questions

What is CVE-2022-49664?

CVE-2022-49664 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.5 (HIGH).

How severe is CVE-2022-49664?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. 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-49664?

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

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