CVE-2021-47288
- EPSS 0.23%
- Veröffentlicht 21.05.2024 15:15:16
- Zuletzt bearbeitet 23.12.2024 16:45:23
In the Linux kernel, the following vulnerability has been resolved: media: ngene: Fix out-of-bounds bug in ngene_command_config_free_buf() Fix an 11-year old bug in ngene_command_config_free_buf() while addressing the following warnings caught with...
CVE-2021-47265
- EPSS 0.2%
- Veröffentlicht 21.05.2024 15:15:15
- Zuletzt bearbeitet 30.04.2025 14:57:20
In the Linux kernel, the following vulnerability has been resolved: RDMA: Verify port when creating flow rule Validate port value provided by the user and with that remove no longer needed validation by the driver. The missing check in the mlx5_ib...
CVE-2021-47267
- EPSS 0.68%
- Veröffentlicht 21.05.2024 15:15:15
- Zuletzt bearbeitet 04.04.2025 14:30:02
In the Linux kernel, the following vulnerability has been resolved: usb: fix various gadget panics on 10gbps cabling usb_assign_descriptors() is called with 5 parameters, the last 4 of which are the usb_descriptor_header for: full-speed (USB1.1 -...
CVE-2021-47269
- EPSS 0.26%
- Veröffentlicht 21.05.2024 15:15:15
- Zuletzt bearbeitet 24.12.2024 16:33:36
In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: ep0: fix NULL pointer exception There is no validation of the index from dwc3_wIndex_to_dep() and we might be referring a non-existing ep and trigger a NULL pointer exce...
CVE-2021-47275
- EPSS 0.2%
- Veröffentlicht 21.05.2024 15:15:15
- Zuletzt bearbeitet 30.04.2025 14:49:09
In the Linux kernel, the following vulnerability has been resolved: bcache: avoid oversized read request in cache missing code path In the cache missing code path of cached device, if a proper location from the internal B+ tree is matched for a cac...
CVE-2021-47276
- EPSS 0.24%
- Veröffentlicht 21.05.2024 15:15:15
- Zuletzt bearbeitet 30.04.2025 14:46:07
In the Linux kernel, the following vulnerability has been resolved: ftrace: Do not blindly read the ip address in ftrace_bug() It was reported that a bug on arm64 caused a bad ip address to be used for updating into a nop in ftrace_init(), but the ...
CVE-2021-47252
- EPSS 0.23%
- Veröffentlicht 21.05.2024 15:15:14
- Zuletzt bearbeitet 30.04.2025 15:12:52
In the Linux kernel, the following vulnerability has been resolved: batman-adv: Avoid WARN_ON timing related checks The soft/batadv interface for a queued OGM can be changed during the time the OGM was queued for transmission and when the OGM is ac...
CVE-2021-47253
- EPSS 0.23%
- Veröffentlicht 21.05.2024 15:15:14
- Zuletzt bearbeitet 30.12.2024 18:59:10
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential memory leak in DMUB hw_init [Why] On resume we perform DMUB hw_init which allocates memory: dm_resume->dm_dmub_hw_init->dc_dmub_srv_create->kzalloc T...
CVE-2021-47254
- EPSS 0.24%
- Veröffentlicht 21.05.2024 15:15:14
- Zuletzt bearbeitet 17.03.2026 17:28:18
In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix use-after-free in gfs2_glock_shrink_scan The GLF_LRU flag is checked under lru_lock in gfs2_glock_remove_from_lru() to remove the glock from the lru list in __gfs2_glock_...
CVE-2021-47256
- EPSS 0.23%
- Veröffentlicht 21.05.2024 15:15:14
- Zuletzt bearbeitet 30.04.2025 15:05:57
In the Linux kernel, the following vulnerability has been resolved: mm/memory-failure: make sure wait for page writeback in memory_failure Our syzkaller trigger the "BUG_ON(!list_empty(&inode->i_wb_list))" in clear_inode: kernel BUG at fs/inode....