CVE-2025-21715
- EPSS 0.03%
- Veröffentlicht 27.02.2025 02:15:15
- Zuletzt bearbeitet 03.11.2025 20:17:11
In the Linux kernel, the following vulnerability has been resolved: net: davicom: fix UAF in dm9000_drv_remove dm is netdev private data and it cannot be used after free_netdev() call. Using dm after free_netdev() can cause UAF bug. Fix it by movin...
- EPSS 0.02%
- Veröffentlicht 27.02.2025 02:15:15
- Zuletzt bearbeitet 03.11.2025 20:17:11
In the Linux kernel, the following vulnerability has been resolved: net: rose: fix timer races against user threads Rose timers only acquire the socket spinlock, without checking if the socket is owned by one user thread. Add a check and rearm the...
CVE-2025-21721
- EPSS 0.02%
- Veröffentlicht 27.02.2025 02:15:15
- Zuletzt bearbeitet 03.11.2025 20:17:11
In the Linux kernel, the following vulnerability has been resolved: nilfs2: handle errors that nilfs_prepare_chunk() may return Patch series "nilfs2: fix issues with rename operations". This series fixes BUG_ON check failures reported by syzbot ar...
CVE-2025-21722
- EPSS 0.03%
- Veröffentlicht 27.02.2025 02:15:15
- Zuletzt bearbeitet 03.11.2025 20:17:12
In the Linux kernel, the following vulnerability has been resolved: nilfs2: do not force clear folio if buffer is referenced Patch series "nilfs2: protect busy buffer heads from being force-cleared". This series fixes the buffer head state inconsi...
CVE-2025-21708
- EPSS 0.03%
- Veröffentlicht 27.02.2025 02:15:14
- Zuletzt bearbeitet 03.11.2025 20:17:10
In the Linux kernel, the following vulnerability has been resolved: net: usb: rtl8150: enable basic endpoint checking Syzkaller reports [1] encountering a common issue of utilizing a wrong usb endpoint type during URB submitting stage. This, in tur...
CVE-2025-21711
- EPSS 0.03%
- Veröffentlicht 27.02.2025 02:15:14
- Zuletzt bearbeitet 12.05.2026 13:16:32
In the Linux kernel, the following vulnerability has been resolved: net/rose: prevent integer overflows in rose_setsockopt() In case of possible unpredictably large arguments passed to rose_setsockopt() and multiplied by extra values on top of that...
CVE-2025-21712
- EPSS 0.02%
- Veröffentlicht 27.02.2025 02:15:14
- Zuletzt bearbeitet 12.05.2026 13:16:33
In the Linux kernel, the following vulnerability has been resolved: md/md-bitmap: Synchronize bitmap_get_stats() with bitmap lifetime After commit ec6bb299c7c3 ("md/md-bitmap: add 'sync_size' into struct md_bitmap_stats"), following panic is report...
CVE-2024-57996
- EPSS 0.01%
- Veröffentlicht 27.02.2025 02:15:13
- Zuletzt bearbeitet 12.05.2026 13:16:25
In the Linux kernel, the following vulnerability has been resolved: net_sched: sch_sfq: don't allow 1 packet limit The current implementation does not work correctly with a limit of 1. iproute2 actually checks for this and this patch adds the check...
CVE-2024-57979
- EPSS 0.02%
- Veröffentlicht 27.02.2025 02:15:11
- Zuletzt bearbeitet 12.05.2026 13:16:25
In the Linux kernel, the following vulnerability has been resolved: pps: Fix a use-after-free On a board running ntpd and gpsd, I'm seeing a consistent use-after-free in sys_exit() from gpsd when rebooting: pps pps1: removed ------------[ ...
CVE-2024-57980
- EPSS 0.02%
- Veröffentlicht 27.02.2025 02:15:11
- Zuletzt bearbeitet 03.11.2025 20:16:56
In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix double free in error path If the uvc_status_init() function fails to allocate the int_urb, it will free the dev->status pointer but doesn't reset the pointer t...