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

8.1 · HIGH
Published Jul 14, 2024 linux CWE-416 EPSS 0.55% (44th pctl)

Overview

CVE-2023-52885 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 14, 2024 and has a CVSS 3.1 base score of 8.1 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.1, 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:

SUNRPC: Fix UAF in svc_tcp_listen_data_ready()

After the listener svc_sock is freed, and before invoking svc_tcp_accept()

for the established child sock, there is a window that the newsock

retaining a freed listener svc_sock in sk_user_data which cloning from

parent. In the race window, if data is received on the newsock, we will

observe use-after-free report in svc_tcp_listen_data_ready().

Reproduce by two tasks:

1. while :; do rpc.nfsd 0 ; rpc.nfsd; done

2. while :; do echo "" | ncat -4 127.0.0.1 2049 ; done

KASAN report:

==================================================================

BUG: KASAN: slab-use-after-free in svc_tcp_listen_data_ready+0x1cf/0x1f0 [sunrpc]

Read of size 8 at addr ffff888139d96228 by task nc/102553

CPU: 7 PID: 102553 Comm: nc Not tainted 6.3.0+ #18

Hardware name: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 11/12/2020

Call Trace:

<IRQ

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.8, < 4.14.322 Affected

Frequently Asked Questions

What is CVE-2023-52885?

CVE-2023-52885 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 14, 2024 and has a CVSS 3.1 base score of 8.1 (HIGH).

How severe is CVE-2023-52885?

This vulnerability has a CVSS 3.1 base score of 8.1, 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-52885?

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

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