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

7.8 · HIGH
Published Dec 9, 2025 EPSS 0.16% (6th pctl)

Overview

CVE-2022-50650 is a high-severity vulnerability. It was published on December 9, 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:

bpf: Fix reference state management for synchronous callbacks

Currently, verifier verifies callback functions (sync and async) as if

they will be executed once, (i.e. it explores execution state as if the

function was being called once). The next insn to explore is set to

start of subprog and the exit from nested frame is handled using

curframe > 0 and prepare_func_exit. In case of async callback it uses a

customized variant of push_stack simulating a kind of branch to set up

custom state and execution context for the async callback.

While this approach is simple and works when callback really will be

executed only once, it is unsafe for all of our current helpers which

are for_each style, i.e. they execute the callback multiple times.

A callback releasing acquired references of the caller may do so

multiple times, but currently verifier sees it as one call inside the

frame, which then returns to caller. Hence, it

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. 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.

Frequently Asked Questions

What is CVE-2022-50650?

CVE-2022-50650 is a high-severity vulnerability. It was published on December 9, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2022-50650?

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

Check the references section for vendor advisories, patches, and mitigation guidance. 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-50650?

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