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

7.5 · HIGH
Published Mar 27, 2025 linux CWE-476 EPSS 0.62% (47th pctl)

Overview

CVE-2023-52991 is a high-severity vulnerability affecting linux linux_kernel. It was published on March 27, 2025 and has a CVSS 3.1 base score of 7.5 (HIGH).

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

net: fix NULL pointer in skb_segment_list

Commit 3a1296a38d0c ("net: Support GRO/GSO fraglist chaining.")

introduced UDP listifyed GRO. The segmentation relies on frag_list being

untouched when passing through the network stack. This assumption can be

broken sometimes, where frag_list itself gets pulled into linear area,

leaving frag_list being NULL. When this happens it can trigger

following NULL pointer dereference, and panic the kernel. Reverse the

test condition should fix it.

[19185.577801][ C1] BUG: kernel NULL pointer dereference, address:

...

[19185.663775][ C1] RIP: 0010:skb_segment_list+0x1cc/0x390

...

[19185.834644][ C1] Call Trace:

[19185.841730][ C1] <TASK>

[19185.848563][ C1] __udp_gso_segment+0x33e/0x510

[19185.857370][ C1] inet_gso_segment+0x15b/0x3e0

[19185.866059][ C1] skb_mac_gso_segment+0x97/0x110

[19185.874939][ C1] __skb_gso_segment+0xb2/0x160

[19185.883646][ C1]

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.6, < 5.10.167 Affected

Frequently Asked Questions

What is CVE-2023-52991?

CVE-2023-52991 is a high-severity vulnerability affecting linux linux_kernel. It was published on March 27, 2025 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2023-52991?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. 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-52991?

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

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