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

4.7 · MEDIUM
Published Sep 17, 2025 linux CWE-362 EPSS 0.13% (3th pctl)

Overview

CVE-2023-53368 is a medium-severity vulnerability affecting linux linux_kernel. It was published on September 17, 2025 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

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

tracing: Fix race issue between cpu buffer write and swap

Warning happened in rb_end_commit() at code:

if (RB_WARN_ON(cpu_buffer, !local_read(&cpu_buffer->committing)))

WARNING: CPU: 0 PID: 139 at kernel/trace/ring_buffer.c:3142

rb_commit+0x402/0x4a0

Call Trace:

ring_buffer_unlock_commit+0x42/0x250

trace_buffer_unlock_commit_regs+0x3b/0x250

trace_event_buffer_commit+0xe5/0x440

trace_event_buffer_reserve+0x11c/0x150

trace_event_raw_event_sched_switch+0x23c/0x2c0

__traceiter_sched_switch+0x59/0x80

__schedule+0x72b/0x1580

schedule+0x92/0x120

worker_thread+0xa0/0x6f0

It is because the race between writing event into cpu buffer and swapping

cpu buffer through file per_cpu/cpu0/snapshot:

Write on CPU 0 Swap buffer by per_cpu/cpu0/snapshot on CPU 1

-------- --------

tracing_snapshot_write()

[...]

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 >= 3.10, < 5.4.257 Affected

Frequently Asked Questions

What is CVE-2023-53368?

CVE-2023-53368 is a medium-severity vulnerability affecting linux linux_kernel. It was published on September 17, 2025 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

How severe is CVE-2023-53368?

This vulnerability has a CVSS 3.1 base score of 4.7, rated MEDIUM. 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-53368?

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

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