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

7.8 · HIGH
Published Sep 15, 2025 linux CWE-416 EPSS 0.16% (5th pctl)

Overview

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

sctp: handle the error returned from sctp_auth_asoc_init_active_key

When it returns an error from sctp_auth_asoc_init_active_key(), the

active_key is actually not updated. The old sh_key will be freeed

while it's still used as active key in asoc. Then an use-after-free

will be triggered when sending patckets, as found by syzbot:

sctp_auth_shkey_hold+0x22/0xa0 net/sctp/auth.c:112

sctp_set_owner_w net/sctp/socket.c:132 [inline]

sctp_sendmsg_to_asoc+0xbd5/0x1a20 net/sctp/socket.c:1863

sctp_sendmsg+0x1053/0x1d50 net/sctp/socket.c:2025

inet_sendmsg+0x99/0xe0 net/ipv4/af_inet.c:819

sock_sendmsg_nosec net/socket.c:714 [inline]

sock_sendmsg+0xcf/0x120 net/socket.c:734

This patch is to fix it by not replacing the sh_key when it returns

errors from sctp_auth_asoc_init_active_key() in sctp_auth_set_key().

For sctp_auth_set_active_key(), old active_key_id will be set back

to asoc->active_key_id when the same thin

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.19.199, < 4.19.262 Affected

Frequently Asked Questions

What is CVE-2022-50243?

CVE-2022-50243 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 15, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2022-50243?

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

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

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