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

5.5 · MEDIUM
Published Mar 27, 2025 linux EPSS 0.20% (10th pctl)

Overview

CVE-2023-53007 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 27, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, 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: Make sure trace_printk() can output as soon as it can be used

Currently trace_printk() can be used as soon as early_trace_init() is

called from start_kernel(). But if a crash happens, and

"ftrace_dump_on_oops" is set on the kernel command line, all you get will

be:

[ 0.456075] <idle>-0 0dN.2. 347519us : Unknown type 6

[ 0.456075] <idle>-0 0dN.2. 353141us : Unknown type 6

[ 0.456075] <idle>-0 0dN.2. 358684us : Unknown type 6

This is because the trace_printk() event (type 6) hasn't been registered

yet. That gets done via an early_initcall(), which may be early, but not

early enough.

Instead of registering the trace_printk() event (and other ftrace events,

which are not trace events) via an early_initcall(), have them registered at

the same time that trace_printk() can be used. This way, if there is a

crash before early_initcall(), then the trace_printk()s will ac

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.12, < 4.14.305 Affected

Frequently Asked Questions

What is CVE-2023-53007?

CVE-2023-53007 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 27, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2023-53007?

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

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

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