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

7.8 · HIGH
Published Feb 26, 2025 linux CWE-670 EPSS 0.23% (14th pctl)

Overview

CVE-2022-49393 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.8 (HIGH).

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

misc: fastrpc: fix list iterator in fastrpc_req_mem_unmap_impl

This is another instance of incorrect use of list iterator and

checking it for NULL.

The list iterator value 'map' will *always* be set and non-NULL

by list_for_each_entry(), so it is incorrect to assume that the

iterator value will be NULL if the list is empty (in this case, the

check 'if (!map) {' will always be false and never exit as expected).

To fix the bug, use a new variable 'iter' as the list iterator,

while use the original variable 'map' as a dedicated pointer to

point to the found element.

Without this patch, Kernel crashes with below trace:

Unable to handle kernel access to user memory outside uaccess routines

at virtual address 0000ffff7fb03750

...

Call trace:

fastrpc_map_create+0x70/0x290 [fastrpc]

fastrpc_req_mem_map+0xf0/0x2dc [fastrpc]

fastrpc_device_ioctl+0x138/0xc60 [fastrpc]

__arm64_sys_ioctl+0xa8/0xec

invoke_syscall+0x48/0x

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.18, < 5.18.3 Affected

Frequently Asked Questions

What is CVE-2022-49393?

CVE-2022-49393 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.8 (HIGH).

How severe is CVE-2022-49393?

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

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

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