CVE-2025-37982
- EPSS 0.15%
- Veröffentlicht 20.05.2025 16:58:23
- Zuletzt bearbeitet 16.12.2025 20:31:22
In the Linux kernel, the following vulnerability has been resolved: wifi: wl1251: fix memory leak in wl1251_tx_work The skb dequeued from tx_queue is lost when wl1251_ps_elp_wakeup fails with a -ETIMEDOUT error. Fix that by queueing the skb back to...
CVE-2025-37979
- EPSS 0.17%
- Veröffentlicht 20.05.2025 16:58:22
- Zuletzt bearbeitet 16.12.2025 20:31:16
In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: Fix sc7280 lpass potential buffer overflow Case values introduced in commit 5f78e1fb7a3e ("ASoC: qcom: Add driver support for audioreach solution") cause out of bounds ...
CVE-2025-37972
- EPSS 0.15%
- Veröffentlicht 20.05.2025 16:47:18
- Zuletzt bearbeitet 16.12.2025 20:31:09
In the Linux kernel, the following vulnerability has been resolved: Input: mtk-pmic-keys - fix possible null pointer dereference In mtk_pmic_keys_probe, the regs parameter is only set if the button is parsed in the device tree. However, on hardware...
CVE-2025-37970
- EPSS 0.13%
- Veröffentlicht 20.05.2025 16:47:17
- Zuletzt bearbeitet 16.12.2025 20:31:02
In the Linux kernel, the following vulnerability has been resolved: iio: imu: st_lsm6dsx: fix possible lockup in st_lsm6dsx_read_fifo Prevent st_lsm6dsx_read_fifo from falling in an infinite loop in case pattern_len is equal to zero and the device ...
CVE-2025-37968
- EPSS 0.13%
- Veröffentlicht 20.05.2025 16:47:16
- Zuletzt bearbeitet 12.05.2026 13:16:41
In the Linux kernel, the following vulnerability has been resolved: iio: light: opt3001: fix deadlock due to concurrent flag access The threaded IRQ function in this driver is reading the flag twice: once to lock a mutex and once to unlock it. Even...
CVE-2025-37969
- EPSS 0.13%
- Veröffentlicht 20.05.2025 16:47:16
- Zuletzt bearbeitet 16.12.2025 20:30:57
In the Linux kernel, the following vulnerability has been resolved: iio: imu: st_lsm6dsx: fix possible lockup in st_lsm6dsx_read_tagged_fifo Prevent st_lsm6dsx_read_tagged_fifo from falling in an infinite loop in case pattern_len is equal to zero a...
CVE-2025-37967
- EPSS 0.12%
- Veröffentlicht 20.05.2025 16:47:15
- Zuletzt bearbeitet 16.12.2025 20:30:17
In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: displayport: Fix deadlock This patch introduces the ucsi_con_mutex_lock / ucsi_con_mutex_unlock functions to the UCSI driver. ucsi_con_mutex_lock ensures the conn...
CVE-2025-37958
- EPSS 0.17%
- Veröffentlicht 20.05.2025 16:15:34
- Zuletzt bearbeitet 16.12.2025 20:37:53
In the Linux kernel, the following vulnerability has been resolved: mm/huge_memory: fix dereferencing invalid pmd migration entry When migrating a THP, concurrent access to the PMD migration entry during a deferred split scan can lead to an invalid...
CVE-2025-37959
- EPSS 0.15%
- Veröffentlicht 20.05.2025 16:15:34
- Zuletzt bearbeitet 16.12.2025 20:38:15
In the Linux kernel, the following vulnerability has been resolved: bpf: Scrub packet on bpf_redirect_peer When bpf_redirect_peer is used to redirect packets to a device in another network namespace, the skb isn't scrubbed. That can lead skb inform...
CVE-2025-37961
- EPSS 0.15%
- Veröffentlicht 20.05.2025 16:15:34
- Zuletzt bearbeitet 16.12.2025 20:38:32
In the Linux kernel, the following vulnerability has been resolved: ipvs: fix uninit-value for saddr in do_output_route4 syzbot reports for uninit-value for the saddr argument [1]. commit 4754957f04f5 ("ipvs: do not use random local source address ...