CVE-2021-47504
- EPSS 0.21%
- Veröffentlicht 24.05.2024 15:15:10
- Zuletzt bearbeitet 29.09.2025 16:31:01
In the Linux kernel, the following vulnerability has been resolved: io_uring: ensure task_work gets run as part of cancelations If we successfully cancel a work item but that work item needs to be processed through task_work, then we can be sleepin...
CVE-2021-47499
- EPSS 0.24%
- Veröffentlicht 24.05.2024 15:15:09
- Zuletzt bearbeitet 06.01.2025 20:45:41
In the Linux kernel, the following vulnerability has been resolved: iio: accel: kxcjk-1013: Fix possible memory leak in probe and remove When ACPI type is ACPI_SMO8500, the data->dready_trig will not be set, the memory allocated by iio_triggered_bu...
CVE-2021-47500
- EPSS 0.24%
- Veröffentlicht 24.05.2024 15:15:09
- Zuletzt bearbeitet 06.01.2025 20:45:22
In the Linux kernel, the following vulnerability has been resolved: iio: mma8452: Fix trigger reference couting The mma8452 driver directly assigns a trigger to the struct iio_dev. The IIO core when done using this trigger will call `iio_trigger_pu...
CVE-2024-36013
- EPSS 0.46%
- Veröffentlicht 23.05.2024 07:15:08
- Zuletzt bearbeitet 01.04.2025 18:40:46
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect() Extend a critical section to prevent chan from early freeing. Also make the l2cap_connect() return type void. Nothing i...
CVE-2021-47493
- EPSS 0.16%
- Veröffentlicht 22.05.2024 09:15:11
- Zuletzt bearbeitet 24.09.2025 19:11:04
In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix race between searching chunks and release journal_head from buffer_head Encountered a race between ocfs2_test_bg_bit_allocatable() and jbd2_journal_put_journal_head() re...
CVE-2021-47495
- EPSS 0.21%
- Veröffentlicht 22.05.2024 09:15:11
- Zuletzt bearbeitet 29.09.2025 16:34:59
In the Linux kernel, the following vulnerability has been resolved: usbnet: sanity check for maxpacket maxpacket of 0 makes no sense and oopses as we need to divide by it. Give up. V2: fixed typo in log and stylistic issues
CVE-2021-47497
- EPSS 0.22%
- Veröffentlicht 22.05.2024 09:15:11
- Zuletzt bearbeitet 24.09.2025 19:16:48
In the Linux kernel, the following vulnerability has been resolved: nvmem: Fix shift-out-of-bound (UBSAN) with byte size cells If a cell has 'nbits' equal to a multiple of BITS_PER_BYTE the logic *p &= GENMASK((cell->nbits%BITS_PER_BYTE) - 1, 0);...
CVE-2021-47498
- EPSS 0.21%
- Veröffentlicht 22.05.2024 09:15:11
- Zuletzt bearbeitet 03.11.2025 18:15:39
In the Linux kernel, the following vulnerability has been resolved: dm rq: don't queue request to blk-mq during DM suspend DM uses blk-mq's quiesce/unquiesce to stop/start device mapper queue. But blk-mq's unquiesce may come from outside events, s...
CVE-2021-47482
- EPSS 0.74%
- Veröffentlicht 22.05.2024 09:15:10
- Zuletzt bearbeitet 02.04.2025 15:09:19
In the Linux kernel, the following vulnerability has been resolved: net: batman-adv: fix error handling Syzbot reported ODEBUG warning in batadv_nc_mesh_free(). The problem was in wrong error handling in batadv_mesh_init(). Before this patch batad...
CVE-2021-47483
- EPSS 0.23%
- Veröffentlicht 22.05.2024 09:15:10
- Zuletzt bearbeitet 06.01.2025 19:52:33
In the Linux kernel, the following vulnerability has been resolved: regmap: Fix possible double-free in regcache_rbtree_exit() In regcache_rbtree_insert_to_block(), when 'present' realloc failed, the 'blk' which is supposed to assign to 'rbnode->bl...