CVE-2021-47082
- EPSS 0.04%
- Veröffentlicht 04.03.2024 18:15:07
- Zuletzt bearbeitet 14.01.2025 15:00:32
In the Linux kernel, the following vulnerability has been resolved: tun: avoid double free in tun_free_netdev Avoid double free in tun_free_netdev() by moving the dev->tstats and tun->security allocs to a new ndo_init routine (tun_net_init()) that ...
CVE-2021-47083
- EPSS 0.02%
- Veröffentlicht 04.03.2024 18:15:07
- Zuletzt bearbeitet 16.01.2025 17:24:59
In the Linux kernel, the following vulnerability has been resolved: pinctrl: mediatek: fix global-out-of-bounds issue When eint virtual eint number is greater than gpio number, it maybe produce 'desc[eint_n]' size globle-out-of-bounds issue.
CVE-2021-47086
- EPSS 0.01%
- Veröffentlicht 04.03.2024 18:15:07
- Zuletzt bearbeitet 16.01.2025 17:13:09
In the Linux kernel, the following vulnerability has been resolved: phonet/pep: refuse to enable an unbound pipe This ioctl() implicitly assumed that the socket was already bound to a valid local socket name, i.e. Phonet object. If the socket was n...
CVE-2021-47087
- EPSS 0.02%
- Veröffentlicht 04.03.2024 18:15:07
- Zuletzt bearbeitet 16.01.2025 17:19:57
In the Linux kernel, the following vulnerability has been resolved: tee: optee: Fix incorrect page free bug Pointer to the allocated pages (struct page *page) has already progressed towards the end of allocation. It is incorrect to perform __free_p...
CVE-2021-47095
- EPSS 0.02%
- Veröffentlicht 04.03.2024 18:15:07
- Zuletzt bearbeitet 07.01.2025 20:15:00
In the Linux kernel, the following vulnerability has been resolved: ipmi: ssif: initialize ssif_info->client early During probe ssif_info->client is dereferenced in error path. However, it is set when some of the error checking has already been don...
CVE-2024-26622
- EPSS 0.01%
- Veröffentlicht 04.03.2024 07:15:11
- Zuletzt bearbeitet 04.11.2025 19:17:02
In the Linux kernel, the following vulnerability has been resolved: tomoyo: fix UAF write bug in tomoyo_write_control() Since tomoyo_write_control() updates head->write_buf when write() of long lines is requested, we need to fetch head->write_buf a...
CVE-2023-52566
- EPSS 0.01%
- Veröffentlicht 02.03.2024 22:15:49
- Zuletzt bearbeitet 08.04.2025 15:08:55
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential use after free in nilfs_gccache_submit_read_data() In nilfs_gccache_submit_read_data(), brelse(bh) is called to drop the reference count of bh when the call t...
CVE-2023-52567
- EPSS 0.01%
- Veröffentlicht 02.03.2024 22:15:49
- Zuletzt bearbeitet 11.12.2024 16:26:16
In the Linux kernel, the following vulnerability has been resolved: serial: 8250_port: Check IRQ data before use In case the leaf driver wants to use IRQ polling (irq = 0) and IIR register shows that an interrupt happened in the 8250 hardware the I...
CVE-2023-52573
- EPSS 0.01%
- Veröffentlicht 02.03.2024 22:15:49
- Zuletzt bearbeitet 11.12.2024 15:20:48
In the Linux kernel, the following vulnerability has been resolved: net: rds: Fix possible NULL-pointer dereference In rds_rdma_cm_event_handler_cmn() check, if conn pointer exists before dereferencing it as rdma_set_service_type() argument Found ...
CVE-2023-52574
- EPSS 0.01%
- Veröffentlicht 02.03.2024 22:15:49
- Zuletzt bearbeitet 11.12.2024 15:30:26
In the Linux kernel, the following vulnerability has been resolved: team: fix null-ptr-deref when team device type is changed Get a null-ptr-deref bug as follows with reproducer [1]. BUG: kernel NULL pointer dereference, address: 0000000000000228 ...