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

7.5 · HIGH
Published Jul 29, 2024 linux CWE-617 EPSS 0.67% (49th pctl)

Overview

CVE-2023-52887 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 29, 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: can: j1939: enhanced error handling for tightly received RTS messages in xtp_rx_rts_session_new

This patch enhances error handling in scenarios with RTS (Request to

Send) messages arriving closely. It replaces the less informative WARN_ON_ONCE

backtraces with a new error handling method. This provides clearer error

messages and allows for the early termination of problematic sessions.

Previously, sessions were only released at the end of j1939_xtp_rx_rts().

Potentially this could be reproduced with something like:

testj1939 -r vcan0:0x80 &

while true; do

# send first RTS

cansend vcan0 18EC8090#1014000303002301;

# send second RTS

cansend vcan0 18EC8090#1014000303002301;

# send abort

cansend vcan0 18EC8090#ff00000000002301;

done

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.4, < 5.4.279 Affected

Frequently Asked Questions

What is CVE-2023-52887?

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

How severe is CVE-2023-52887?

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

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

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