Bug 2265650 (CVE-2023-52451) - CVE-2023-52451 kernel: powerpc: Fix access beyond end of drmem array
Summary: CVE-2023-52451 kernel: powerpc: Fix access beyond end of drmem array
Keywords:
Status: NEW
Alias: CVE-2023-52451
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: 2292519
Blocks: 2265643
TreeView+ depends on / blocked
 
Reported: 2024-02-23 13:47 UTC by Patrick Del Bello
Modified: 2024-11-20 15:45 UTC (History)
49 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 RHBA-2024:5117 0 None None None 2024-08-08 08:32:37 UTC
Red Hat Product Errata RHBA-2024:5207 0 None None None 2024-08-12 07:52:17 UTC
Red Hat Product Errata RHBA-2024:5208 0 None None None 2024-08-12 08:32:44 UTC
Red Hat Product Errata RHBA-2024:5233 0 None None None 2024-08-12 13:50:42 UTC
Red Hat Product Errata RHBA-2024:5235 0 None None None 2024-08-12 14:23:04 UTC
Red Hat Product Errata RHBA-2024:5236 0 None None None 2024-08-12 14:39:09 UTC
Red Hat Product Errata RHBA-2024:5237 0 None None None 2024-08-12 14:44:05 UTC
Red Hat Product Errata RHBA-2024:5386 0 None None None 2024-08-14 10:47:01 UTC
Red Hat Product Errata RHBA-2024:5866 0 None None None 2024-08-26 14:38:34 UTC
Red Hat Product Errata RHSA-2024:5101 0 None None None 2024-08-08 04:52:04 UTC
Red Hat Product Errata RHSA-2024:9315 0 None None None 2024-11-12 09:18:34 UTC

Description Patrick Del Bello 2024-02-23 13:47:19 UTC
powerpc/pseries/memhp: Fix access beyond end of drmem array

dlpar_memory_remove_by_index() may access beyond the bounds of the
drmem lmb array when the LMB lookup fails to match an entry with the
given DRC index. When the search fails, the cursor is left pointing to
&drmem_info->lmbs[drmem_info->n_lmbs], which is one element past the
last valid entry in the array. The debug message at the end of the
function then dereferences this pointer:

        pr_debug("Failed to hot-remove memory at %llx\n",
                 lmb->base_addr);

This was found by inspection and confirmed with KASAN:

  pseries-hotplug-mem: Attempting to hot-remove LMB, drc index 1234
  ==================================================================
  BUG: KASAN: slab-out-of-bounds in dlpar_memory+0x298/0x1658
  Read of size 8 at addr c000000364e97fd0 by task bash/949

  dump_stack_lvl+0xa4/0xfc (unreliable)
  print_report+0x214/0x63c
  kasan_report+0x140/0x2e0
  __asan_load8+0xa8/0xe0
  dlpar_memory+0x298/0x1658
  handle_dlpar_errorlog+0x130/0x1d0
  dlpar_store+0x18c/0x3e0
  kobj_attr_store+0x68/0xa0
  sysfs_kf_write+0xc4/0x110
  kernfs_fop_write_iter+0x26c/0x390
  vfs_write+0x2d4/0x4e0
  ksys_write+0xac/0x1a0
  system_call_exception+0x268/0x530
  system_call_vectored_common+0x15c/0x2ec

  Allocated by task 1:
   kasan_save_stack+0x48/0x80
   kasan_set_track+0x34/0x50
   kasan_save_alloc_info+0x34/0x50
   __kasan_kmalloc+0xd0/0x120
   __kmalloc+0x8c/0x320
   kmalloc_array.constprop.0+0x48/0x5c
   drmem_init+0x2a0/0x41c
   do_one_initcall+0xe0/0x5c0
   kernel_init_freeable+0x4ec/0x5a0
   kernel_init+0x30/0x1e0
   ret_from_kernel_user_thread+0x14/0x1c

  The buggy address belongs to the object at c000000364e80000
   which belongs to the cache kmalloc-128k of size 131072
  The buggy address is located 0 bytes to the right of
   allocated 98256-byte region [c000000364e80000, c000000364e97fd0)

  ==================================================================
  pseries-hotplug-mem: Failed to hot-remove memory at 0

Log failed lookups with a separate message and dereference the
cursor only when it points to a valid entry.

Comment 5 Alex 2024-06-09 15:09:43 UTC
The result of automatic check (that is developed by Alexander Larkin) for this CVE-2023-52451 is: CHECK	Maybe valid. Check manually. with impact MODERATE (that is approximation based on flags READ KASAN OOB  ; these flags parsed automatically based on patche data). Such automatic check happens only for Low/Moderates (and only when not from reporter, but parsing already existing CVE). Highs always checked manually (I check it myself and then we check it again in Remediation team). In rare cases some of the Moderates could be increased to High later.

Comment 7 Keith Grant 2024-06-15 18:27:06 UTC
Created kernel tracking bugs for this issue:

Affects: fedora-all [bug 2292519]

Comment 10 errata-xmlrpc 2024-08-08 04:52:01 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2024:5101 https://access.redhat.com/errata/RHSA-2024:5101

Comment 11 errata-xmlrpc 2024-11-12 09:18:31 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9

Via RHSA-2024:9315 https://access.redhat.com/errata/RHSA-2024:9315


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