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

7.8 · HIGH
Published Oct 22, 2025 EPSS 0.14% (4th pctl)

Overview

CVE-2023-53718 is a high-severity vulnerability. It was published on October 22, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

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

ring-buffer: Do not swap cpu_buffer during resize process

When ring_buffer_swap_cpu was called during resize process,

the cpu buffer was swapped in the middle, resulting in incorrect state.

Continuing to run in the wrong state will result in oops.

This issue can be easily reproduced using the following two scripts:

/tmp # cat test1.sh

//#! /bin/sh

for i in `seq 0 100000`

do

echo 2000 > /sys/kernel/debug/tracing/buffer_size_kb

sleep 0.5

echo 5000 > /sys/kernel/debug/tracing/buffer_size_kb

sleep 0.5

done

/tmp # cat test2.sh

//#! /bin/sh

for i in `seq 0 100000`

do

echo irqsoff > /sys/kernel/debug/tracing/current_tracer

sleep 1

echo nop > /sys/kernel/debug/tracing/current_tracer

sleep 1

done

/tmp # ./test1.sh &

/tmp # ./test2.sh &

A typical oops log is as follows, sometimes with other different oops logs.

[ 231.711293] WARNING: CPU: 0 PID: 9 at kerne

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. 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.

Frequently Asked Questions

What is CVE-2023-53718?

CVE-2023-53718 is a high-severity vulnerability. It was published on October 22, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2023-53718?

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

Check the references section for vendor advisories, patches, and mitigation guidance. 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-53718?

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