In the Linux kernel, the following vulnerability has been resolved:
iommu/mediatek: Fix NULL pointer deference in mtk_iommu_device_group
Currently, mtk_iommu calls during probe iommu_device_register before
the hw_list from driver data is initialized. Since iommu probing issue
fix, it leads to NULL pointer dereference in mtk_iommu_device_group when
hw_list is accessed with list_first_entry (not null safe).
So, change the call order to ensure iommu_device_register is called
after the driver data are initialized.
References
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
History
04 Nov 2025, 18:07
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Linux linux Kernel
Debian debian Linux Linux Debian |
|
| CWE | CWE-476 | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CPE | cpe:2.3:o:linux:linux_kernel:6.15:rc1:*:*:*:*:*:* cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
|
| References | () https://git.kernel.org/stable/c/2f75cb27bef43c8692b0f5e471e5632f6a9beb99 - Patch | |
| References | () https://git.kernel.org/stable/c/38e8844005e6068f336a3ad45451a562a0040ca1 - Patch | |
| References | () https://git.kernel.org/stable/c/69f9d2d37d1207c5a73dac52a4ce1361ead707f5 - Patch | |
| References | () https://git.kernel.org/stable/c/6abd09bed43b8d83d461e0fb5b9a200a06aa8a27 - Patch | |
| References | () https://git.kernel.org/stable/c/a0842539e8ef9386c070156103aff888e558a60c - Patch | |
| References | () https://git.kernel.org/stable/c/ce7d3b2f6f393fa35f0ea12861b83a1ca28b295c - Patch | |
| References | () https://lists.debian.org/debian-lts-announce/2025/05/msg00045.html - Mailing List |
03 Nov 2025, 20:18
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
02 May 2025, 13:53
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2025-05-01 13:15
Updated : 2025-11-04 18:07
NVD link : CVE-2025-37748
Mitre link : CVE-2025-37748
CVE.ORG link : CVE-2025-37748
JSON object : View
Products Affected
linux
- linux_kernel
debian
- debian_linux
CWE
CWE-476
NULL Pointer Dereference
