CVE-2023-53559
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:17:03
- Zuletzt bearbeitet 21.03.2026 01:01:22
In the Linux kernel, the following vulnerability has been resolved: ip_vti: fix potential slab-use-after-free in decode_session6 When ip_vti device is set to the qdisc of the sfb type, the cb field of the sent skb may be modified during enqueuing. ...
CVE-2023-53556
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:17:01
- Zuletzt bearbeitet 21.03.2026 00:59:57
In the Linux kernel, the following vulnerability has been resolved: iavf: Fix use-after-free in free_netdev We do netif_napi_add() for all allocated q_vectors[], but potentially do netif_napi_del() for part of them, then kfree q_vectors and leave i...
CVE-2023-53554
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:16:59
- Zuletzt bearbeitet 23.03.2026 18:40:35
In the Linux kernel, the following vulnerability has been resolved: staging: ks7010: potential buffer overflow in ks_wlan_set_encode_ext() The "exc->key_len" is a u16 that comes from the user. If it's over IW_ENCODING_TOKEN_MAX (64) that could lea...
CVE-2023-53548
- EPSS 0.01%
- Veröffentlicht 04.10.2025 15:16:55
- Zuletzt bearbeitet 21.03.2026 00:31:51
In the Linux kernel, the following vulnerability has been resolved: net: usbnet: Fix WARNING in usbnet_start_xmit/usb_submit_urb The syzbot fuzzer identified a problem in the usbnet driver: usb 1-1: BOGUS urb xfer, pipe 3 != type 1 WARNING: CPU: 0...
CVE-2023-53546
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:16:54
- Zuletzt bearbeitet 21.03.2026 00:26:23
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DR, fix memory leak in mlx5dr_cmd_create_reformat_ctx when mlx5_cmd_exec failed in mlx5dr_cmd_create_reformat_ctx, the memory pointed by 'in' is not released, which will ...
CVE-2023-53542
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:16:51
- Zuletzt bearbeitet 21.03.2026 00:26:12
In the Linux kernel, the following vulnerability has been resolved: ARM: dts: exynos: Use Exynos5420 compatible for the MIPI video phy For some reason, the driver adding support for Exynos5420 MIPI phy back in 2016 wasn't used on Exynos5420, which ...
CVE-2023-53541
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:16:50
- Zuletzt bearbeitet 25.03.2026 00:41:59
In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: brcmnand: Fix potential out-of-bounds access in oob write When the oob buffer length is not in multiple of words, the oob write function does out-of-bounds read on th...
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-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...