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-2026-46253

7.8 · HIGH
Published Jun 3, 2026 linux CWE-787 EPSS 0.14% (3th pctl)

Overview

CVE-2026-46253 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 3, 2026 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: fix buffer overflow in persistent_ram_save_old()

persistent_ram_save_old() can be called multiple times for the same

persistent_ram_zone (e.g., via ramoops_pstore_read -> ramoops_get_next_prz

for PSTORE_TYPE_DMESG records).

Currently, the function only allocates prz->old_log when it is NULL,

but it unconditionally updates prz->old_log_size to the current buffer

size and then performs memcpy_fromio() using this new size. If the

buffer size has grown since the first allocation (which can happen

across different kernel boot cycles), this leads to:

1. A heap buffer overflow (OOB write) in the memcpy_fromio() calls

2. A subsequent OOB read when ramoops_pstore_read() accesses the buffer

using the incorrect (larger) old_log_size

The KASAN splat would look similar to:

BUG: KASAN: slab-out-of-bounds in ramoops_pstore_read+0x...

Read of size N at addr ... by task ...

The conditions are likely extremely h

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.5.1, < 5.10.252 Affected

Frequently Asked Questions

What is CVE-2026-46253?

CVE-2026-46253 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 3, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-46253?

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-2026-46253?

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-2026-46253?

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