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-2023-52881

9.8 · CRITICAL
Published May 29, 2024 linux EPSS 0.62% (47th pctl)

Overview

CVE-2023-52881 is a critical-severity vulnerability affecting linux linux_kernel. It was published on May 29, 2024 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. 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:

tcp: do not accept ACK of bytes we never sent

This patch is based on a detailed report and ideas from Yepeng Pan

and Christian Rossow.

ACK seq validation is currently following RFC 5961 5.2 guidelines:

The ACK value is considered acceptable only if

it is in the range of ((SND.UNA - MAX.SND.WND) <= SEG.ACK <=

SND.NXT). All incoming segments whose ACK value doesn't satisfy the

above condition MUST be discarded and an ACK sent back. It needs to

be noted that RFC 793 on page 72 (fifth check) says: "If the ACK is a

duplicate (SEG.ACK < SND.UNA), it can be ignored. If the ACK

acknowledges something not yet sent (SEG.ACK > SND.NXT) then send an

ACK, drop the segment, and return". The "ignored" above implies that

the processing of the incoming data segment continues, which means

the ACK value is treated as acceptable. This mitigation makes the

ACK check more stringent since any ACK < S

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 >= 3.0.58, < 3.1 Affected

Frequently Asked Questions

What is CVE-2023-52881?

CVE-2023-52881 is a critical-severity vulnerability affecting linux linux_kernel. It was published on May 29, 2024 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2023-52881?

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

How do I fix or remediate CVE-2023-52881?

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-2023-52881?

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