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-2026-22977

5.5 · MEDIUM
Published Jan 21, 2026 linux CWE-476 EPSS 0.13% (3th pctl)

Overview

CVE-2026-22977 is a medium-severity vulnerability affecting linux linux_kernel. It was published on January 21, 2026 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:

net: sock: fix hardened usercopy panic in sock_recv_errqueue

skbuff_fclone_cache was created without defining a usercopy region,

[1] unlike skbuff_head_cache which properly whitelists the cb[] field.

[2] This causes a usercopy BUG() when CONFIG_HARDENED_USERCOPY is

enabled and the kernel attempts to copy sk_buff.cb data to userspace

via sock_recv_errqueue() -> put_cmsg().

The crash occurs when: 1. TCP allocates an skb using alloc_skb_fclone()

(from skbuff_fclone_cache) [1]

2. The skb is cloned via skb_clone() using the pre-allocated fclone

[3] 3. The cloned skb is queued to sk_error_queue for timestamp

reporting 4. Userspace reads the error queue via recvmsg(MSG_ERRQUEUE)

5. sock_recv_errqueue() calls put_cmsg() to copy serr->ee from skb->cb

[4] 6. __check_heap_object() fails because skbuff_fclone_cache has no

usercopy whitelist [5]

When cloned skbs allocated from skbuff_fclone_cache are used in the

socket er

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.16, < 5.10.248 Affected

Frequently Asked Questions

What is CVE-2026-22977?

CVE-2026-22977 is a medium-severity vulnerability affecting linux linux_kernel. It was published on January 21, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-22977?

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-2026-22977?

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-2026-22977?

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