CVE-2023-53433
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:47
- Zuletzt bearbeitet 14.01.2026 20:16:02
In the Linux kernel, the following vulnerability has been resolved: net: add vlan_get_protocol_and_depth() helper Before blamed commit, pskb_may_pull() was used instead of skb_header_pointer() in __vlan_get_protocol() and friends. Few callers depe...
CVE-2023-53434
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:47
- Zuletzt bearbeitet 14.01.2026 20:16:03
In the Linux kernel, the following vulnerability has been resolved: remoteproc: imx_dsp_rproc: Add custom memory copy implementation for i.MX DSP Cores The IRAM is part of the HiFi DSP. According to hardware specification only 32-bits write are all...
CVE-2023-53435
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:47
- Zuletzt bearbeitet 14.01.2026 20:16:03
In the Linux kernel, the following vulnerability has been resolved: cassini: Fix a memory leak in the error handling path of cas_init_one() cas_saturn_firmware_init() allocates some memory using vmalloc(). This memory is freed in the .remove() func...
CVE-2023-53436
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:47
- Zuletzt bearbeitet 14.01.2026 20:16:03
In the Linux kernel, the following vulnerability has been resolved: scsi: snic: Fix possible memory leak if device_add() fails If device_add() returns error, the name allocated by dev_set_name() needs be freed. As the comment of device_add() says, ...
CVE-2023-53437
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:47
- Zuletzt bearbeitet 14.01.2026 20:16:03
In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Handle cameras with invalid descriptors If the source entity does not contain any pads, do not create a link.
CVE-2023-53438
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:47
- Zuletzt bearbeitet 14.01.2026 20:16:03
In the Linux kernel, the following vulnerability has been resolved: x86/MCE: Always save CS register on AMD Zen IF Poison errors The Instruction Fetch (IF) units on current AMD Zen-based systems do not guarantee a synchronous #MC is delivered for p...
CVE-2023-53422
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:46
- Zuletzt bearbeitet 14.01.2026 20:16:00
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: fw: fix memory leak in debugfs Fix a memory leak that occurs when reading the fw_info file all the way, since we return NULL indicating no more data, but don't free ...
CVE-2023-53423
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:46
- Zuletzt bearbeitet 14.01.2026 20:16:01
In the Linux kernel, the following vulnerability has been resolved: objtool: Fix memory leak in create_static_call_sections() strdup() allocates memory for key_name. We need to release the memory in the following error paths. Add free() to avoid me...
CVE-2023-53424
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:46
- Zuletzt bearbeitet 14.01.2026 20:16:01
In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: fix of_iomap memory leak Smatch reports: drivers/clk/mediatek/clk-mtk.c:583 mtk_clk_simple_probe() warn: 'base' from of_iomap() not released on lines: 496. This...
CVE-2023-53425
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:46
- Zuletzt bearbeitet 14.01.2026 20:16:01
In the Linux kernel, the following vulnerability has been resolved: media: platform: mediatek: vpu: fix NULL ptr dereference If pdev is NULL, then it is still dereferenced. This fixes this smatch warning: drivers/media/platform/mediatek/vpu/mtk_v...