cbcvebase.
CVE-2025-38538
published 2025-08-16

CVE-2025-38538: In the Linux kernel, the following vulnerability has been resolved: dmaengine: nbpfaxi: Fix memory corruption in probe() The nbpf->chan[] array is allocated…

high7.8CVSS 3.1
AVLACLPRLUINSUCHIHAH
In the Linux kernel, the following vulnerability has been resolved: dmaengine: nbpfaxi: Fix memory corruption in probe() The nbpf->chan[] array is allocated earlier in the nbpf_probe() function and it has "num_channels" elements. These three loops iterate one element farther than they should and corrupt memory. The changes to the second loop are more involved. In this case, we're copying data from the irqbuf[] array into the nbpf->chan[] array. If the data in irqbuf[i] is the error IRQ then we skip it, so the iterators are not in sync. I added a check to ensure that we don't go beyond the end of the irqbuf[] array. I'm pretty sure this can't happen, but it seemed harmless to add a check. On the other hand, after the loop has ended there is a check to ensure that the "chan" iterator is where we expect it to be. In the original code we went one element beyond the end of the array so the iterator wasn't in the correct place and it would always return -EINVAL. However, now it will always be in the correct place. I deleted the check since we know the result.

Affected

39 ranges· showing 25
VendorProductVersion rangeFixed in
debiandebian_linux
debianlinux< linux 6.1.147-1 (bookworm)linux 6.1.147-1 (bookworm)
debianlinux-6.1< linux 6.1.147-1 (bookworm)linux 6.1.147-1 (bookworm)
linuxlinux
linuxlinux>= b45b262cefd5b8eb2ba88d20e5bd295881293894 < 84fff8e6f11b9af1407e273995b5257d99ff0cff84fff8e6f11b9af1407e273995b5257d99ff0cff
linuxlinux>= b45b262cefd5b8eb2ba88d20e5bd295881293894 < aec396b4f736f3f8d2c28a9cd2924a4ada57ae87aec396b4f736f3f8d2c28a9cd2924a4ada57ae87
linuxlinux>= b45b262cefd5b8eb2ba88d20e5bd295881293894 < 24861ef8b517a309a4225f2793be0cd8fa0bec9e24861ef8b517a309a4225f2793be0cd8fa0bec9e
linuxlinux>= b45b262cefd5b8eb2ba88d20e5bd295881293894 < f366b36c5e3ce29c9a3c8eed3d1631908e4fc8bbf366b36c5e3ce29c9a3c8eed3d1631908e4fc8bb
linuxlinux>= b45b262cefd5b8eb2ba88d20e5bd295881293894 < 4bb016438335ec02b01f96bf1367378c2bfe03e54bb016438335ec02b01f96bf1367378c2bfe03e5
linuxlinux>= b45b262cefd5b8eb2ba88d20e5bd295881293894 < 122160289adf8ebf15060f1cbf6265b55a914948122160289adf8ebf15060f1cbf6265b55a914948
linuxlinux>= b45b262cefd5b8eb2ba88d20e5bd295881293894 < d6bbd67ab5de37a74ac85c83c5a26664b62034ddd6bbd67ab5de37a74ac85c83c5a26664b62034dd
linuxlinux>= b45b262cefd5b8eb2ba88d20e5bd295881293894 < 188c6ba1dd925849c5d94885c8bbdeb0b3dcf510188c6ba1dd925849c5d94885c8bbdeb0b3dcf510
linuxlinux_kernel
linuxlinux_kernel>= 0 < 5.10.244-15.10.244-1
linuxlinux_kernel>= 0 < 6.1.147-16.1.147-1
linuxlinux_kernel>= 0 < 6.12.41-16.12.41-1
linuxlinux_kernel>= 0 < 6.16.3-16.16.3-1
linuxlinux_kernel>= 0 < 5.15.0-163.1735.15.0-163.173
linuxlinux_kernel>= 0 < 6.8.0-100.1006.8.0-100.100
linuxlinux_kernel>= 3.17 < 5.4.2975.4.297
linuxlinux_kernel>= 5.11 < 5.15.1905.15.190
linuxlinux_kernel>= 5.16 < 6.1.1476.1.147
linuxlinux_kernel>= 5.5 < 5.10.2415.10.241
linuxlinux_kernel>= 6.13 < 6.15.86.15.8
linuxlinux_kernel>= 6.2 < 6.6.1006.6.100

CVSS provenance

nvdv3.17.8HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
osv7.8HIGH