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

7.8 · HIGH
Published Sep 16, 2025 linux CWE-787 EPSS 0.16% (5th pctl)

Overview

CVE-2023-53331 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 16, 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:

pstore/ram: Check start of empty przs during init

After commit 30696378f68a ("pstore/ram: Do not treat empty buffers as

valid"), initialization would assume a prz was valid after seeing that

the buffer_size is zero (regardless of the buffer start position). This

unchecked start value means it could be outside the bounds of the buffer,

leading to future access panics when written to:

sysdump_panic_event+0x3b4/0x5b8

atomic_notifier_call_chain+0x54/0x90

panic+0x1c8/0x42c

die+0x29c/0x2a8

die_kernel_fault+0x68/0x78

__do_kernel_fault+0x1c4/0x1e0

do_bad_area+0x40/0x100

do_translation_fault+0x68/0x80

do_mem_abort+0x68/0xf8

el1_da+0x1c/0xc0

__raw_writeb+0x38/0x174

__memcpy_toio+0x40/0xac

persistent_ram_update+0x44/0x12c

persistent_ram_write+0x1a8/0x1b8

ramoops_pstore_write+0x198/0x1e8

pstore_console_write+0x94/0xe0

...

To avoid this, also check if the prz start is 0 during the initialization

phase. If not,

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.18.133, < 3.19 Affected

Frequently Asked Questions

What is CVE-2023-53331?

CVE-2023-53331 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 16, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2023-53331?

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

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

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