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

5.5 · MEDIUM
Published Mar 2, 2024 linux EPSS 0.22% (13th pctl)

Overview

CVE-2023-52580 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 2, 2024 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/core: Fix ETH_P_1588 flow dissector

When a PTP ethernet raw frame with a size of more than 256 bytes followed

by a 0xff pattern is sent to __skb_flow_dissect, nhoff value calculation

is wrong. For example: hdr->message_length takes the wrong value (0xffff)

and it does not replicate real header length. In this case, 'nhoff' value

was overridden and the PTP header was badly dissected. This leads to a

kernel crash.

net/core: flow_dissector

net/core flow dissector nhoff = 0x0000000e

net/core flow dissector hdr->message_length = 0x0000ffff

net/core flow dissector nhoff = 0x0001000d (u16 overflow)

...

skb linear: 00000000: 00 a0 c9 00 00 00 00 a0 c9 00 00 00 88

skb frag: 00000000: f7 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff

Using the size of the ptp_header struct will allow the corrected

calculation of the nhoff value.

net/core flow dissector nhoff = 0x0000000e

net/core flow dissector nhoff = 0x00000030 (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 >= 5.12, < 5.15.134 Affected

Frequently Asked Questions

What is CVE-2023-52580?

CVE-2023-52580 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 2, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2023-52580?

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

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

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