CVE-2023-52624
- EPSS 0.37%
- Veröffentlicht 26.03.2024 18:15:08
- Zuletzt bearbeitet 17.03.2025 15:19:42
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Wake DMCUB before executing GPINT commands [Why] DMCUB can be in idle when we attempt to interface with the HW through the GPINT mailbox resulting in a system hang...
CVE-2024-26644
- EPSS 0.23%
- Veröffentlicht 26.03.2024 16:15:12
- Zuletzt bearbeitet 17.07.2025 17:15:33
In the Linux kernel, the following vulnerability has been resolved: btrfs: don't abort filesystem when attempting to snapshot deleted subvolume If the source file descriptor to the snapshot ioctl refers to a deleted subvolume, we get the following ...
CVE-2021-47173
- EPSS 0.23%
- Veröffentlicht 25.03.2024 10:15:09
- Zuletzt bearbeitet 21.11.2024 06:35:33
In the Linux kernel, the following vulnerability has been resolved: misc/uss720: fix memory leak in uss720_probe uss720_probe forgets to decrease the refcount of usbdev in uss720_probe. Fix this by decreasing the refcount of usbdev by usb_put_dev. ...
CVE-2021-47168
- EPSS 0.24%
- Veröffentlicht 25.03.2024 10:15:08
- Zuletzt bearbeitet 17.03.2025 15:03:22
In the Linux kernel, the following vulnerability has been resolved: NFS: fix an incorrect limit in filelayout_decode_layout() The "sizeof(struct nfs_fh)" is two bytes too large and could lead to memory corruption. It should be NFS_MAXFHSIZE becaus...
CVE-2021-47169
- EPSS 0.23%
- Veröffentlicht 25.03.2024 10:15:08
- Zuletzt bearbeitet 03.03.2025 17:33:19
In the Linux kernel, the following vulnerability has been resolved: serial: rp2: use 'request_firmware' instead of 'request_firmware_nowait' In 'rp2_probe', the driver registers 'rp2_uart_interrupt' then calls 'rp2_fw_cb' through 'request_firmware_...
CVE-2021-47170
- EPSS 0.24%
- Veröffentlicht 25.03.2024 10:15:08
- Zuletzt bearbeitet 17.03.2025 15:03:13
In the Linux kernel, the following vulnerability has been resolved: USB: usbfs: Don't WARN about excessively large memory allocations Syzbot found that the kernel generates a WARNing if the user tries to submit a bulk transfer through usbfs with a ...
CVE-2021-47171
- EPSS 0.24%
- Veröffentlicht 25.03.2024 10:15:08
- Zuletzt bearbeitet 21.11.2024 06:35:32
In the Linux kernel, the following vulnerability has been resolved: net: usb: fix memory leak in smsc75xx_bind Syzbot reported memory leak in smsc75xx_bind(). The problem was is non-freed memory in case of errors after memory allocation. backtrace...
CVE-2021-47146
- EPSS 0.24%
- Veröffentlicht 25.03.2024 09:15:09
- Zuletzt bearbeitet 20.12.2024 13:56:08
In the Linux kernel, the following vulnerability has been resolved: mld: fix panic in mld_newpack() mld_newpack() doesn't allow to allocate high order page, only order-0 allocation is allowed. If headroom size is too large, a kernel panic could occ...
CVE-2021-47149
- EPSS 0.23%
- Veröffentlicht 25.03.2024 09:15:09
- Zuletzt bearbeitet 12.12.2024 15:40:48
In the Linux kernel, the following vulnerability has been resolved: net: fujitsu: fix potential null-ptr-deref In fmvj18x_get_hwinfo(), if ioremap fails there will be NULL pointer deref. To fix this, check the return value of ioremap and return -1 ...
CVE-2021-47153
- EPSS 0.23%
- Veröffentlicht 25.03.2024 09:15:09
- Zuletzt bearbeitet 16.09.2025 16:24:46
In the Linux kernel, the following vulnerability has been resolved: i2c: i801: Don't generate an interrupt on bus reset Now that the i2c-i801 driver supports interrupts, setting the KILL bit in a attempt to recover from a timed out transaction trig...