2 matches found
CVE-2025-40188
CVE-2025-40188 affects the Linux kernel PWM Berlin driver. The root cause is an incorrect register being used during suspend/resume: the code writes to BERLIN_PWM_ENABLE instead of BERLIN_PWM_EN, causing the driver to access the wrong address. This misaccess leads to a CPU exception and kernel pa...
CVE-2025-40188
In the Linux kernel, the following vulnerability has been resolved: pwm: berlin: Fix wrong register in suspend/resume The 'enable' register should be BERLINPWMEN rather than BERLINPWMENABLE, otherwise, the driver accesses wrong address, there will be cpu exception then kernel panic during...