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

7.5 · HIGH
Published Dec 9, 2025 EPSS 0.93% (58th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callbacks()

syzbot is reporting lockdep warning at rds_tcp_reset_callbacks() [1], for

commit ac3615e7f3cffe2a ("RDS: TCP: Reduce code duplication in

rds_tcp_reset_callbacks()") added cancel_delayed_work_sync() into a section

protected by lock_sock() without realizing that rds_send_xmit() might call

lock_sock().

We don't need to protect cancel_delayed_work_sync() using lock_sock(), for

even if rds_{send,recv}_worker() re-queued this work while __flush_work()

from cancel_delayed_work_sync() was waiting for this work to complete,

retried rds_{send,recv}_worker() is no-op due to the absence of RDS_CONN_UP

bit.

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

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

How severe is CVE-2022-50676?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2022-50676?

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

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