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

7.1 · HIGH
Published Jun 25, 2026 linux EPSS 0.17% (6th pctl)

Overview

CVE-2026-53223 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 25, 2026 and has a CVSS 3.1 base score of 7.1 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.1, 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: guard timestamp cmsgs to real error queue skbs

skb_is_err_queue() treats PACKET_OUTGOING as the sole marker for an skb

from sk_error_queue. That assumption is not true for AF_PACKET sockets:

outgoing packet taps are also delivered to packet sockets with

skb->pkt_type == PACKET_OUTGOING, but their skb->cb is owned by AF_PACKET

instead of struct sock_exterr_skb.

If such an skb is received with timestamping enabled, the generic

timestamp cmsg path can read AF_PACKET control-buffer state as

sock_exterr_skb::opt_stats. With SO_RXQ_OVFL enabled, the packet drop

counter overlaps opt_stats. An odd drop count makes the path emit

SCM_TIMESTAMPING_OPT_STATS with skb->len and skb->data. For non-linear

skbs this copies past the linear head and can trigger hardened usercopy or

disclose adjacent heap contents.

Keep skb_is_err_queue() local to net/socket.c, but make it verify that

the PACKET_OUTGOING marker is paired with the

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.10.14, < 4.11 Affected

Frequently Asked Questions

What is CVE-2026-53223?

CVE-2026-53223 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 25, 2026 and has a CVSS 3.1 base score of 7.1 (HIGH).

How severe is CVE-2026-53223?

This vulnerability has a CVSS 3.1 base score of 7.1, 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-2026-53223?

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

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