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

5.5 · MEDIUM
Published May 1, 2025 linux CWE-476 EPSS 0.19% (9th pctl)

Overview

CVE-2022-49863 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 1, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

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

can: af_can: fix NULL pointer dereference in can_rx_register()

It causes NULL pointer dereference when testing as following:

(a) use syscall(__NR_socket, 0x10ul, 3ul, 0) to create netlink socket.

(b) use syscall(__NR_sendmsg, ...) to create bond link device and vxcan

link device, and bind vxcan device to bond device (can also use

ifenslave command to bind vxcan device to bond device).

(c) use syscall(__NR_socket, 0x1dul, 3ul, 1) to create CAN socket.

(d) use syscall(__NR_bind, ...) to bind the bond device to CAN socket.

The bond device invokes the can-raw protocol registration interface to

receive CAN packets. However, ml_priv is not allocated to the dev,

dev_rcv_lists is assigned to NULL in can_rx_register(). In this case,

it will occur the NULL pointer dereference issue.

The following is the stack information:

BUG: kernel NULL pointer dereference, address: 0000000000000008

PGD 122a4067 P4D 122a4067 PUD 12

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.110, < 5.4.225 Affected

Frequently Asked Questions

What is CVE-2022-49863?

CVE-2022-49863 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 1, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2022-49863?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-49863?

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

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