CVE-2023-53538
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:16:48
- Zuletzt bearbeitet 25.03.2026 00:40:36
In the Linux kernel, the following vulnerability has been resolved: btrfs: insert tree mod log move in push_node_left There is a fairly unlikely race condition in tree mod log rewind that can result in a kernel panic which has the following trace: ...
CVE-2023-53536
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:16:47
- Zuletzt bearbeitet 25.03.2026 00:38:59
In the Linux kernel, the following vulnerability has been resolved: blk-crypto: make blk_crypto_evict_key() more robust If blk_crypto_evict_key() sees that the key is still in-use (due to a bug) or that ->keyslot_evict failed, it currently just ret...
CVE-2023-53535
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:16:46
- Zuletzt bearbeitet 23.03.2026 18:37:22
In the Linux kernel, the following vulnerability has been resolved: net: bcmgenet: Add a check for oversized packets Occasionnaly we may get oversized packets from the hardware which exceed the nomimal 2KiB buffer size we allocate SKBs with. Add an...
CVE-2023-53533
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:16:45
- Zuletzt bearbeitet 25.03.2026 00:37:53
In the Linux kernel, the following vulnerability has been resolved: Input: raspberrypi-ts - fix refcount leak in rpi_ts_probe rpi_firmware_get() take reference, we need to release it in error paths as well. Use devm_rpi_firmware_get() helper to han...
CVE-2023-53534
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:16:45
- Zuletzt bearbeitet 25.03.2026 00:36:57
In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: mtk_drm_crtc: Add checks for devm_kcalloc As the devm_kcalloc may return NULL, the return value needs to be checked to avoid NULL poineter dereference.
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:16:44
- Zuletzt bearbeitet 10.10.2025 16:15:50
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2022-50485
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:16:43
- Zuletzt bearbeitet 25.03.2026 00:25:42
In the Linux kernel, the following vulnerability has been resolved: ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inode There are many places that will get unhappy (and crash) when ext4_iget() returns a bad inode. However, if iget the boot...
CVE-2022-50486
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:16:43
- Zuletzt bearbeitet 25.03.2026 00:27:12
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: Fix return type of netcp_ndo_start_xmit() With clang's kernel control flow integrity (kCFI, CONFIG_CFI_CLANG), indirect call targets are validated against the ex...
CVE-2022-50484
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:16:42
- Zuletzt bearbeitet 23.01.2026 20:05:06
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix potential memory leaks When the driver hits -ENOMEM at allocating a URB or a buffer, it aborts and goes to the error path that releases the all previously allo...
CVE-2022-50482
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:16:41
- Zuletzt bearbeitet 23.01.2026 20:15:03
In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Clean up si_domain in the init_dmars() error path A splat from kmem_cache_destroy() was seen with a kernel prior to commit ee2653bbe89d ("iommu/vt-d: Remove domain and ...