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

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

Overview

CVE-2026-53059 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 24, 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:

dm log: fix out-of-bounds write due to region_count overflow

The local variable region_count in create_log_context() is declared as

unsigned int (32-bit), but dm_sector_div_up() returns sector_t (64-bit).

When a device-mapper target has a sufficiently large ti->len with a small

region_size, the division result can exceed UINT_MAX. The truncated

value is then used to calculate bitset_size, causing clean_bits,

sync_bits, and recovering_bits to be allocated far smaller than needed

for the actual number of regions.

Subsequent log operations (log_set_bit, log_clear_bit, log_test_bit) use

region indices derived from the full untruncated region space, causing

out-of-bounds writes to kernel heap memory allocated by vmalloc.

This can be reproduced by creating a mirror target whose region_count

overflows 32 bits:

dmsetup create bigzero --table '0 8589934594 zero'

dmsetup create mymirror --table '0 8589934594 mirror \

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 >= 2.6.12.1, < 5.10.258 Affected

Frequently Asked Questions

What is CVE-2026-53059?

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

How severe is CVE-2026-53059?

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

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

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