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
| ||
|
Message-ID: <2025070416-CVE-2025-38197-0bd2@gregkh> Date: Fri, 4 Jul 2025 15:37:26 +0200 From: Greg Kroah-Hartman <gregkh@...uxfoundation.org> To: linux-cve-announce@...r.kernel.org Cc: Greg Kroah-Hartman <gregkh@...nel.org> Subject: CVE-2025-38197: platform/x86: dell_rbu: Fix list usage From: Greg Kroah-Hartman <gregkh@...nel.org> Description =========== In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell_rbu: Fix list usage Pass the correct list head to list_for_each_entry*() when looping through the packet list. Without this patch, reading the packet data via sysfs will show the data incorrectly (because it starts at the wrong packet), and clearing the packet list will result in a NULL pointer dereference. The Linux kernel CVE team has assigned CVE-2025-38197 to this issue. Affected and fixed versions =========================== Issue introduced in 5.7 with commit d19f359fbdc6b5d49e9b9a0db27a996b28a2ded3 and fixed in 5.10.239 with commit 5e8c658acd1b7c186aeffa46bf08795e121f401a Issue introduced in 5.7 with commit d19f359fbdc6b5d49e9b9a0db27a996b28a2ded3 and fixed in 5.15.186 with commit 07d7b8e7ef7d1f812a6211ed531947c56d09e95e Issue introduced in 5.7 with commit d19f359fbdc6b5d49e9b9a0db27a996b28a2ded3 and fixed in 6.1.142 with commit a7b477b64ef5e37cb08dd536ae07c46f9f28262e Issue introduced in 5.7 with commit d19f359fbdc6b5d49e9b9a0db27a996b28a2ded3 and fixed in 6.6.95 with commit f3b840fb1508a80cd8a0efb5c886ae1995a88b24 Issue introduced in 5.7 with commit d19f359fbdc6b5d49e9b9a0db27a996b28a2ded3 and fixed in 6.12.35 with commit 4d71f2c1e5263a9f042faa71d59515709869dc79 Issue introduced in 5.7 with commit d19f359fbdc6b5d49e9b9a0db27a996b28a2ded3 and fixed in 6.15.4 with commit 32d05e6cc3a7bf6c8f16f7b7ef8fe80eca0c233e Issue introduced in 5.7 with commit d19f359fbdc6b5d49e9b9a0db27a996b28a2ded3 and fixed in 6.16-rc3 with commit 61ce04601e0d8265ec6d2ffa6df5a7e1bce64854 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-2025-38197 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/platform/x86/dell/dell_rbu.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/5e8c658acd1b7c186aeffa46bf08795e121f401a https://git.kernel.org/stable/c/07d7b8e7ef7d1f812a6211ed531947c56d09e95e https://git.kernel.org/stable/c/a7b477b64ef5e37cb08dd536ae07c46f9f28262e https://git.kernel.org/stable/c/f3b840fb1508a80cd8a0efb5c886ae1995a88b24 https://git.kernel.org/stable/c/4d71f2c1e5263a9f042faa71d59515709869dc79 https://git.kernel.org/stable/c/32d05e6cc3a7bf6c8f16f7b7ef8fe80eca0c233e https://git.kernel.org/stable/c/61ce04601e0d8265ec6d2ffa6df5a7e1bce64854
Powered by blists - more mailing lists