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

7.8 · HIGH
Published Dec 24, 2025 EPSS 0.16% (5th pctl)

Overview

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

net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failed

When the ops_init() interface is invoked to initialize the net, but

ops->init() fails, data is released. However, the ptr pointer in

net->gen is invalid. In this case, when nfqnl_nf_hook_drop() is invoked

to release the net, invalid address access occurs.

The process is as follows:

setup_net()

ops_init()

data = kzalloc(...) ---> alloc "data"

net_assign_generic() ---> assign "date" to ptr in net->gen

...

ops->init() ---> failed

...

kfree(data); ---> ptr in net->gen is invalid

...

ops_exit_list()

...

nfqnl_nf_hook_drop()

*q = nfnl_queue_pernet(net) ---> q is invalid

The following is the Call Trace information:

BUG: KASAN: use-after-free in nfqnl_nf_hook_drop+0x264/0x280

Read of size 8 at addr ffff88810396b240 by task ip/15855

Call Trace:

<TASK>

dump_stack_lvl+0x8e/0xd1

print_report+0x155/0x454

kasan_report+0x

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

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

How severe is CVE-2022-50780?

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

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

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