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

7.1 · HIGH
Published May 1, 2025 linux CWE-125 EPSS 0.19% (9th pctl)

Overview

CVE-2022-49799 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 1, 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:

tracing: Fix wild-memory-access in register_synth_event()

In register_synth_event(), if set_synth_event_print_fmt() failed, then

both trace_remove_event_call() and unregister_trace_event() will be

called, which means the trace_event_call will call

__unregister_trace_event() twice. As the result, the second unregister

will causes the wild-memory-access.

register_synth_event

set_synth_event_print_fmt failed

trace_remove_event_call

event_remove

if call->event.funcs then

__unregister_trace_event (first call)

unregister_trace_event

__unregister_trace_event (second call)

Fix the bug by avoiding to call the second __unregister_trace_event() by

checking if the first one is called.

general protection fault, probably for non-canonical address

0xfbd59c0000000024: 0000 [#1] SMP KASAN PTI

KASAN: maybe wild-memory-access in range

[0xdead000000000120-0xdead000000000127]

CPU: 0

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 >= 4.17, < 5.10.156 Affected

Frequently Asked Questions

What is CVE-2022-49799?

CVE-2022-49799 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 1, 2025 and has a CVSS 3.1 base score of 7.1 (HIGH).

How severe is CVE-2022-49799?

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

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

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