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

5.5 · MEDIUM
Published Oct 7, 2025 linux CWE-787 EPSS 0.19% (9th pctl)

Overview

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

tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'

When generate a synthetic event with many params and then create a trace

action for it [1], kernel panic happened [2].

It is because that in trace_action_create() 'data->n_params' is up to

SYNTH_FIELDS_MAX (current value is 64), and array 'data->var_ref_idx'

keeps indices into array 'hist_data->var_refs' for each synthetic event

param, but the length of 'data->var_ref_idx' is TRACING_MAP_VARS_MAX

(current value is 16), so out-of-bound write happened when 'data->n_params'

more than 16. In this case, 'data->match_data.event' is overwritten and

eventually cause the panic.

To solve the issue, adjust the length of 'data->var_ref_idx' to be

SYNTH_FIELDS_MAX and add sanity checks to avoid out-of-bound write.

[1]

# cd /sys/kernel/tracing/

# echo "my_synth_event int v1; int v2; int v3; int v4; int v5; int v6;\

int v7; int v8; int v9; int v10; int v11; int

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.19, < 5.4.229 Affected

Frequently Asked Questions

What is CVE-2022-50553?

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

How severe is CVE-2022-50553?

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

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

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