CVE-2024-58055
- EPSS 0.01%
- Veröffentlicht 06.03.2025 16:15:51
- Zuletzt bearbeitet 03.11.2025 20:16:59
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_tcm: Don't free command immediately Don't prematurely free the command. Wait for the status completion of the sense status. It can be freed then. Otherwise we will d...
CVE-2022-49733
- EPSS 0.04%
- Veröffentlicht 02.03.2025 15:15:11
- Zuletzt bearbeitet 01.10.2025 20:17:09
In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: oss: Fix race at SNDCTL_DSP_SYNC There is a small race window at snd_pcm_oss_sync() that is called from OSS PCM SNDCTL_DSP_SYNC ioctl; namely the function calls snd_pcm_...
CVE-2025-21823
- EPSS 0.03%
- Veröffentlicht 27.02.2025 20:16:04
- Zuletzt bearbeitet 03.11.2025 21:19:12
In the Linux kernel, the following vulnerability has been resolved: batman-adv: Drop unmanaged ELP metric worker The ELP worker needs to calculate new metric values for all neighbors "reachable" over an interface. Some of the used metric sources re...
CVE-2025-21806
- EPSS 0.03%
- Veröffentlicht 27.02.2025 20:16:03
- Zuletzt bearbeitet 12.05.2026 13:16:37
In the Linux kernel, the following vulnerability has been resolved: net: let net.core.dev_weight always be non-zero The following problem was encountered during stability test: (NULL net_device): NAPI poll function process_backlog+0x0/0x530 \ ret...
CVE-2025-21811
- EPSS 0.03%
- Veröffentlicht 27.02.2025 20:16:03
- Zuletzt bearbeitet 03.11.2025 21:19:11
In the Linux kernel, the following vulnerability has been resolved: nilfs2: protect access to buffers with no active references nilfs_lookup_dirty_data_buffers(), which iterates through the buffers attached to dirty data folios/pages, accesses the ...
CVE-2025-21814
- EPSS 0.03%
- Veröffentlicht 27.02.2025 20:16:03
- Zuletzt bearbeitet 12.05.2026 13:16:37
In the Linux kernel, the following vulnerability has been resolved: ptp: Ensure info->enable callback is always set The ioctl and sysfs handlers unconditionally call the ->enable callback. Not all drivers implement that callback, leading to NULL de...
CVE-2025-21782
- EPSS 0.01%
- Veröffentlicht 27.02.2025 03:15:19
- Zuletzt bearbeitet 03.11.2025 21:19:09
In the Linux kernel, the following vulnerability has been resolved: orangefs: fix a oob in orangefs_debug_write I got a syzbot report: slab-out-of-bounds Read in orangefs_debug_write... several people suggested fixes, I tested Al Viro's suggestion ...
CVE-2025-21785
- EPSS 0.02%
- Veröffentlicht 27.02.2025 03:15:19
- Zuletzt bearbeitet 03.11.2025 21:19:09
In the Linux kernel, the following vulnerability has been resolved: arm64: cacheinfo: Avoid out-of-bounds write to cacheinfo array The loop that detects/populates cache information already has a bounds check on the array size but does not account f...
CVE-2025-21787
- EPSS 0.02%
- Veröffentlicht 27.02.2025 03:15:19
- Zuletzt bearbeitet 12.05.2026 13:16:36
In the Linux kernel, the following vulnerability has been resolved: team: better TEAM_OPTION_TYPE_STRING validation syzbot reported following splat [1] Make sure user-provided data contains one nul byte. [1] BUG: KMSAN: uninit-value in string_no...
CVE-2025-21791
- EPSS 0.02%
- Veröffentlicht 27.02.2025 03:15:19
- Zuletzt bearbeitet 03.11.2025 21:19:10
In the Linux kernel, the following vulnerability has been resolved: vrf: use RCU protection in l3mdev_l3_out() l3mdev_l3_out() can be called without RCU being held: raw_sendmsg() ip_push_pending_frames() ip_send_skb() ip_local_out() __ip...