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

7.5 · HIGH
Published Mar 18, 2024 linux CWE-401 EPSS 0.64% (48th pctl)

Overview

CVE-2023-52610 is a high-severity vulnerability affecting linux linux_kernel. It was published on March 18, 2024 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/sched: act_ct: fix skb leak and crash on ooo frags

act_ct adds skb->users before defragmentation. If frags arrive in order,

the last frag's reference is reset in:

inet_frag_reasm_prepare

skb_morph

which is not straightforward.

However when frags arrive out of order, nobody unref the last frag, and

all frags are leaked. The situation is even worse, as initiating packet

capture can lead to a crash[0] when skb has been cloned and shared at the

same time.

Fix the issue by removing skb_get() before defragmentation. act_ct

returns TC_ACT_CONSUMED when defrag failed or in progress.

[0]:

[ 843.804823] ------------[ cut here ]------------

[ 843.809659] kernel BUG at net/core/skbuff.c:2091!

[ 843.814516] invalid opcode: 0000 [#1] PREEMPT SMP

[ 843.819296] CPU: 7 PID: 0 Comm: swapper/7 Kdump: loaded Tainted: G S 6.7.0-rc3 #2

[ 843.824107] Hardware name: XFUSION 1288H V6/BC13MBSBD, BIOS 1.29 11/25/2022

[ 843

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.3, < 5.15.148 Affected

Frequently Asked Questions

What is CVE-2023-52610?

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

How severe is CVE-2023-52610?

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

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

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