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

5.5 · MEDIUM
Published Feb 26, 2025 linux EPSS 0.30% (22th pctl)

Overview

CVE-2022-49520 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 26, 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:

arm64: compat: Do not treat syscall number as ESR_ELx for a bad syscall

If a compat process tries to execute an unknown system call above the

__ARM_NR_COMPAT_END number, the kernel sends a SIGILL signal to the

offending process. Information about the error is printed to dmesg in

compat_arm_syscall() -> arm64_notify_die() -> arm64_force_sig_fault() ->

arm64_show_signal().

arm64_show_signal() interprets a non-zero value for

current->thread.fault_code as an exception syndrome and displays the

message associated with the ESR_ELx.EC field (bits 31:26).

current->thread.fault_code is set in compat_arm_syscall() ->

arm64_notify_die() with the bad syscall number instead of a valid ESR_ELx

value. This means that the ESR_ELx.EC field has the value that the user set

for the syscall number and the kernel can end up printing bogus exception

messages*. For example, for the syscall number 0x68000000, which evaluates

to ESR_ELx.EC v

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 >= 0, < 5.4.198 Affected

Frequently Asked Questions

What is CVE-2022-49520?

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

How severe is CVE-2022-49520?

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

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

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