CVE-2025-38329
- EPSS 0.08%
- Veröffentlicht 10.07.2025 08:15:02
- Zuletzt bearbeitet 18.11.2025 12:53:30
In the Linux kernel, the following vulnerability has been resolved: firmware: cs_dsp: Fix OOB memory read access in KUnit test (wmfw info) KASAN reported out of bounds access - cs_dsp_mock_wmfw_add_info(), because the source string length was round...
CVE-2025-38323
- EPSS 0.05%
- Veröffentlicht 10.07.2025 08:14:58
- Zuletzt bearbeitet 19.12.2025 16:49:58
In the Linux kernel, the following vulnerability has been resolved: net: atm: add lec_mutex syzbot found its way in net/atm/lec.c, and found an error path in lecd_attach() could leave a dangling pointer in dev_lec[]. Add a mutex to protect dev_lec...
CVE-2025-38321
- EPSS 0.05%
- Veröffentlicht 10.07.2025 08:14:57
- Zuletzt bearbeitet 18.11.2025 12:53:57
In the Linux kernel, the following vulnerability has been resolved: smb: Log an error when close_all_cached_dirs fails Under low-memory conditions, close_all_cached_dirs() can't move the dentries to a separate list to dput() them once the locks are...
CVE-2025-38312
- EPSS 0.08%
- Veröffentlicht 10.07.2025 07:42:20
- Zuletzt bearbeitet 12.05.2026 13:16:47
In the Linux kernel, the following vulnerability has been resolved: fbdev: core: fbcvt: avoid division by 0 in fb_cvt_hperiod() In fb_find_mode_cvt(), iff mode->refresh somehow happens to be 0x80000000, cvt.f_refresh will become 0 when multiplying ...
CVE-2025-38305
- EPSS 0.08%
- Veröffentlicht 10.07.2025 07:42:16
- Zuletzt bearbeitet 19.12.2025 17:58:01
In the Linux kernel, the following vulnerability has been resolved: ptp: remove ptp->n_vclocks check logic in ptp_vclock_in_use() There is no disagreement that we should check both ptp->is_virtual_clock and ptp->n_vclocks to check if the ptp virtua...
CVE-2025-38286
- EPSS 0.07%
- Veröffentlicht 10.07.2025 07:42:03
- Zuletzt bearbeitet 18.12.2025 16:44:29
In the Linux kernel, the following vulnerability has been resolved: pinctrl: at91: Fix possible out-of-boundary access at91_gpio_probe() doesn't check that given OF alias is not available or something went wrong when trying to get it. This might ha...
CVE-2025-38269
- EPSS 0.03%
- Veröffentlicht 10.07.2025 07:41:51
- Zuletzt bearbeitet 20.11.2025 16:39:51
In the Linux kernel, the following vulnerability has been resolved: btrfs: exit after state insertion failure at btrfs_convert_extent_bit() If insert_state() state failed it returns an error pointer and we call extent_io_tree_panic() which will tri...
CVE-2025-38264
- EPSS 0.05%
- Veröffentlicht 09.07.2025 10:42:38
- Zuletzt bearbeitet 18.11.2025 18:22:21
In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: sanitize request list handling Validate the request in nvme_tcp_handle_r2t() to ensure it's not part of any list, otherwise a malicious R2T PDU might inject a loop in req...
CVE-2025-38262
- EPSS 0.05%
- Veröffentlicht 09.07.2025 10:42:37
- Zuletzt bearbeitet 18.12.2025 16:59:35
In the Linux kernel, the following vulnerability has been resolved: tty: serial: uartlite: register uart driver in init When two instances of uart devices are probing, a concurrency race can occur. If one thread calls uart_register_driver function,...
CVE-2025-38263
- EPSS 0.07%
- Veröffentlicht 09.07.2025 10:42:37
- Zuletzt bearbeitet 18.12.2025 16:58:38
In the Linux kernel, the following vulnerability has been resolved: bcache: fix NULL pointer in cache_set_flush() 1. LINE#1794 - LINE#1887 is some codes about function of bch_cache_set_alloc(). 2. LINE#2078 - LINE#2142 is some codes about functi...