lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <2025091516-CVE-2023-53237-7d1b@gregkh>
Date: Mon, 15 Sep 2025 16:22:11 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-cve-announce@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...nel.org>
Subject: CVE-2023-53237: drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v11_0_hw_fini

From: Greg Kroah-Hartman <gregkh@...nel.org>

Description
===========

In the Linux kernel, the following vulnerability has been resolved:

drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v11_0_hw_fini

The gmc.ecc_irq is enabled by firmware per IFWI setting,
and the host driver is not privileged to enable/disable
the interrupt. So, it is meaningless to use the amdgpu_irq_put
function in gmc_v11_0_hw_fini, which also leads to the call
trace.

[  102.980303] Call Trace:
[  102.980303]  <TASK>
[  102.980304]  gmc_v11_0_hw_fini+0x54/0x90 [amdgpu]
[  102.980357]  gmc_v11_0_suspend+0xe/0x20 [amdgpu]
[  102.980409]  amdgpu_device_ip_suspend_phase2+0x240/0x460 [amdgpu]
[  102.980459]  amdgpu_device_ip_suspend+0x3d/0x80 [amdgpu]
[  102.980520]  amdgpu_device_pre_asic_reset+0xd9/0x490 [amdgpu]
[  102.980573]  amdgpu_device_gpu_recover.cold+0x548/0xce6 [amdgpu]
[  102.980687]  amdgpu_debugfs_reset_work+0x4c/0x70 [amdgpu]
[  102.980740]  process_one_work+0x21f/0x3f0
[  102.980741]  worker_thread+0x200/0x3e0
[  102.980742]  ? process_one_work+0x3f0/0x3f0
[  102.980743]  kthread+0xfd/0x130
[  102.980743]  ? kthread_complete_and_exit+0x20/0x20
[  102.980744]  ret_from_fork+0x22/0x30

The Linux kernel CVE team has assigned CVE-2023-53237 to this issue.


Affected and fixed versions
===========================

	Issue introduced in 6.1.26 with commit bef774effb278ff0b65ea2dbaa1ab32ba6a1dc13 and fixed in 6.1.29 with commit 02e6cb9b3aeffc6b0e3955f6e0346293e2415cbc
	Issue introduced in 6.2.13 with commit 56a03f64fedf49a4f81c5605167b6e7bb0300a59 and fixed in 6.2.16 with commit 396401bc035ff5bf0c7b29c67caa10040eb3fb62
	Issue introduced in 6.3 with commit c8b5a95b570949536a2b75cd8fc4f1de0bc60629 and fixed in 6.3.3 with commit 79038b78af931908d6f5d4e279d3afe32e7c840b
	Issue introduced in 6.3 with commit c8b5a95b570949536a2b75cd8fc4f1de0bc60629 and fixed in 6.4 with commit 13af556104fa93b1945c70bbf8a0a62cd2c92879

Please see https://www.kernel.org for a full list of currently supported
kernel versions by the kernel community.

Unaffected versions might change over time as fixes are backported to
older supported kernel versions.  The official CVE entry at
	https://cve.org/CVERecord/?id=CVE-2023-53237
will be updated if fixes are backported, please check that for the most
up to date information about this issue.


Affected files
==============

The file(s) affected by this issue are:
	drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c


Mitigation
==========

The Linux kernel CVE team recommends that you update to the latest
stable kernel version for this, and many other bugfixes.  Individual
changes are never tested alone, but rather are part of a larger kernel
release.  Cherry-picking individual commits is not recommended or
supported by the Linux kernel community at all.  If however, updating to
the latest release is impossible, the individual changes to resolve this
issue can be found at these commits:
	https://git.kernel.org/stable/c/02e6cb9b3aeffc6b0e3955f6e0346293e2415cbc
	https://git.kernel.org/stable/c/396401bc035ff5bf0c7b29c67caa10040eb3fb62
	https://git.kernel.org/stable/c/79038b78af931908d6f5d4e279d3afe32e7c840b
	https://git.kernel.org/stable/c/13af556104fa93b1945c70bbf8a0a62cd2c92879

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ