cbcvebase.
CVE-2025-37850
published 2025-05-09

CVE-2025-37850: In the Linux kernel, the following vulnerability has been resolved: pwm: mediatek: Prevent divide-by-zero in pwm_mediatek_config() With CONFIG_COMPILE_TEST &&…

PriorityP418medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.26%
17.1th percentile
In the Linux kernel, the following vulnerability has been resolved: pwm: mediatek: Prevent divide-by-zero in pwm_mediatek_config() With CONFIG_COMPILE_TEST && !CONFIG_HAVE_CLK, pwm_mediatek_config() has a divide-by-zero in the following line: do_div(resolution, clk_get_rate(pc->clk_pwms[pwm->hwpwm])); due to the fact that the !CONFIG_HAVE_CLK version of clk_get_rate() returns zero. This is presumably just a theoretical problem: COMPILE_TEST overrides the dependency on RALINK which would select COMMON_CLK. Regardless it's a good idea to check for the error explicitly to avoid divide-by-zero. Fixes the following warning: drivers/pwm/pwm-mediatek.o: warning: objtool: .text: unexpected end of section [ukleinek: s/CONFIG_CLK/CONFIG_HAVE_CLK/]

Affected

38 ranges· showing 25
VendorProductVersion rangeFixed in
debiandebian_linux
debianlinux< linux 6.1.135-1 (bookworm)linux 6.1.135-1 (bookworm)
debianlinux-6.1< linux 6.1.135-1 (bookworm)linux 6.1.135-1 (bookworm)
linuxlinux
linuxlinux>= caf065f8fd583b43a3f95d84c8a0a0d07597963b < 8b9f60725d74b72c238e4437c957d0217746b5068b9f60725d74b72c238e4437c957d0217746b506
linuxlinux>= caf065f8fd583b43a3f95d84c8a0a0d07597963b < e1206d8e1651c9f62e5640b69b14d925b1a0a00ae1206d8e1651c9f62e5640b69b14d925b1a0a00a
linuxlinux>= caf065f8fd583b43a3f95d84c8a0a0d07597963b < e3cf0c38d3ce754ad63005102fcfeb0b7ff3290be3cf0c38d3ce754ad63005102fcfeb0b7ff3290b
linuxlinux>= caf065f8fd583b43a3f95d84c8a0a0d07597963b < f3e9cf266c2c103cf071e15d7a17e2c699fff3c5f3e9cf266c2c103cf071e15d7a17e2c699fff3c5
linuxlinux>= caf065f8fd583b43a3f95d84c8a0a0d07597963b < 8ddbec73ea2598d8414e8f7103241b55cf8770108ddbec73ea2598d8414e8f7103241b55cf877010
linuxlinux>= caf065f8fd583b43a3f95d84c8a0a0d07597963b < 4cb15042b5f3ec0474e91cf379120cc597625dbb4cb15042b5f3ec0474e91cf379120cc597625dbb
linuxlinux>= caf065f8fd583b43a3f95d84c8a0a0d07597963b < c343856ff2689ce0afef823592732fc178ef4aacc343856ff2689ce0afef823592732fc178ef4aac
linuxlinux>= caf065f8fd583b43a3f95d84c8a0a0d07597963b < 77fb96dbe350e8a5ae4965ff9f6e7049f3966a6b77fb96dbe350e8a5ae4965ff9f6e7049f3966a6b
linuxlinux>= caf065f8fd583b43a3f95d84c8a0a0d07597963b < 7ca59947b5fcf94e7ea4029d1bd0f7c41500a1617ca59947b5fcf94e7ea4029d1bd0f7c41500a161
linuxlinux_kernel
linuxlinux_kernel>= 0 < 5.10.237-15.10.237-1
linuxlinux_kernel>= 0 < 6.1.135-16.1.135-1
linuxlinux_kernel>= 0 < 6.12.25-16.12.25-1
linuxlinux_kernel>= 0 < 6.12.25-16.12.25-1
linuxlinux_kernel>= 0 < 5.15.0-144.1575.15.0-144.157
linuxlinux_kernel>= 0 < 6.8.0-100.1006.8.0-100.100
linuxlinux_kernel>= 0 < 6.14.0-22.226.14.0-22.22
linuxlinux_kernel>= 4.12 < 5.4.2935.4.293
linuxlinux_kernel>= 5.11 < 5.15.1815.15.181
linuxlinux_kernel>= 5.16 < 6.1.1356.1.135
linuxlinux_kernel>= 5.5 < 5.10.2375.10.237

CVSS provenance

nvdv3.15.5MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
osv8.8HIGH
vendor_ubuntu8.8HIGH
vendor_debian5.5MEDIUM
vendor_redhat5.5MEDIUM
Stop checking back — get the weekly exploitation signal.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.

CVE-2025-37850 — Divide By Zero in Linux | cvebase