Bug 2492277 (CVE-2026-53059) - CVE-2026-53059 kernel: dm log: fix out-of-bounds write due to region_count overflow
Summary: CVE-2026-53059 kernel: dm log: fix out-of-bounds write due to region_count ov...
Keywords:
Status: NEW
Alias: CVE-2026-53059
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-24 18:02 UTC by OSIDB Bzimport
Modified: 2026-09-03 14:31 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2026:45114 0 None None None 2026-07-24 10:04:23 UTC
Red Hat Product Errata RHSA-2026:45115 0 None None None 2026-07-24 09:59:06 UTC
Red Hat Product Errata RHSA-2026:45116 0 None None None 2026-07-24 09:59:09 UTC
Red Hat Product Errata RHSA-2026:45192 0 None None None 2026-07-24 14:31:39 UTC
Red Hat Product Errata RHSA-2026:47248 0 None None None 2026-07-28 21:06:05 UTC
Red Hat Product Errata RHSA-2026:52649 0 None None None 2026-08-10 05:35:29 UTC
Red Hat Product Errata RHSA-2026:53989 0 None None None 2026-08-12 00:41:31 UTC
Red Hat Product Errata RHSA-2026:55445 0 None None None 2026-08-17 04:37:03 UTC
Red Hat Product Errata RHSA-2026:56574 0 None None None 2026-08-19 01:15:46 UTC
Red Hat Product Errata RHSA-2026:59662 0 None None None 2026-08-26 00:44:35 UTC
Red Hat Product Errata RHSA-2026:59663 0 None None None 2026-08-26 00:18:10 UTC
Red Hat Product Errata RHSA-2026:61692 0 None None None 2026-08-31 16:08:41 UTC
Red Hat Product Errata RHSA-2026:63189 0 None None None 2026-09-03 14:31:26 UTC

Description OSIDB Bzimport 2026-06-24 18:02:34 UTC
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 \
    core 2 2 nosync 2 /dev/mapper/bigzero 0 \
    /dev/mapper/bigzero 0'

The status output confirms the truncation (sync_count=1 instead of
4294967297, because 0x100000001 was truncated to 1):

  $ dmsetup status mymirror
  0 8589934594 mirror 2 254:1 254:1 1/4294967297 ...

This leads to a kernel crash in core_in_sync:

  BUG: scheduling while atomic: (udev-worker)/9150/0x00000000
  RIP: 0010:core_in_sync+0x14/0x30 [dm_log]
  CR2: 0000000000000008
  Fixing recursive fault but reboot is needed!

Fix by widening the local region_count to sector_t and adding an
explicit overflow check before the value is assigned to lc->region_count.

Comment 1 Mauro Matteo Cascella 2026-06-25 14:29:26 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2026062401-CVE-2026-53059-f32e@gregkh/T

Comment 4 errata-xmlrpc 2026-07-24 09:59:05 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2026:45115 https://access.redhat.com/errata/RHSA-2026:45115

Comment 5 errata-xmlrpc 2026-07-24 09:59:08 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2026:45116 https://access.redhat.com/errata/RHSA-2026:45116

Comment 6 errata-xmlrpc 2026-07-24 10:04:22 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 10

Via RHSA-2026:45114 https://access.redhat.com/errata/RHSA-2026:45114

Comment 8 errata-xmlrpc 2026-07-24 14:31:37 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9

Via RHSA-2026:45192 https://access.redhat.com/errata/RHSA-2026:45192

Comment 10 errata-xmlrpc 2026-07-28 21:06:04 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support
  Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On

Via RHSA-2026:47248 https://access.redhat.com/errata/RHSA-2026:47248

Comment 11 errata-xmlrpc 2026-08-10 05:35:28 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions
  Red Hat Enterprise Linux 8.8 Telecommunications Update Service

Via RHSA-2026:52649 https://access.redhat.com/errata/RHSA-2026:52649

Comment 12 errata-xmlrpc 2026-08-12 00:41:30 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support
  Red Hat Enterprise Linux 8.6 Extended Update Support Long-Life Add-On

Via RHSA-2026:53989 https://access.redhat.com/errata/RHSA-2026:53989

Comment 13 errata-xmlrpc 2026-08-17 04:37:03 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 10.0 Extended Update Support

Via RHSA-2026:55445 https://access.redhat.com/errata/RHSA-2026:55445

Comment 14 errata-xmlrpc 2026-08-19 01:15:45 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9.6 Extended Update Support

Via RHSA-2026:56574 https://access.redhat.com/errata/RHSA-2026:56574

Comment 15 errata-xmlrpc 2026-08-26 00:18:10 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions

Via RHSA-2026:59663 https://access.redhat.com/errata/RHSA-2026:59663

Comment 16 errata-xmlrpc 2026-08-26 00:44:34 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions

Via RHSA-2026:59662 https://access.redhat.com/errata/RHSA-2026:59662

Comment 17 errata-xmlrpc 2026-08-31 16:08:40 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 7 Extended Lifecycle Support

Via RHSA-2026:61692 https://access.redhat.com/errata/RHSA-2026:61692

Comment 18 errata-xmlrpc 2026-09-03 14:31:25 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 7 Extended Lifecycle Support

Via RHSA-2026:63189 https://access.redhat.com/errata/RHSA-2026:63189


Note You need to log in before you can comment on or make changes to this bug.