CVE-2025-39846
- EPSS 0.02%
- Veröffentlicht 19.09.2025 15:26:19
- Zuletzt bearbeitet 12.05.2026 13:17:15
In the Linux kernel, the following vulnerability has been resolved: pcmcia: Fix a NULL pointer dereference in __iodyn_find_io_region() In __iodyn_find_io_region(), pcmcia_make_resource() is assigned to res and used in pci_bus_alloc_resource(). Ther...
CVE-2025-39839
- EPSS 0.02%
- Veröffentlicht 19.09.2025 15:26:14
- Zuletzt bearbeitet 12.05.2026 13:17:14
In the Linux kernel, the following vulnerability has been resolved: batman-adv: fix OOB read/write in network-coding decode batadv_nc_skb_decode_packet() trusts coded_len and checks only against skb->len. XOR starts at sizeof(struct batadv_unicast_...
CVE-2025-39838
- EPSS 0.02%
- Veröffentlicht 19.09.2025 15:26:13
- Zuletzt bearbeitet 12.05.2026 13:17:14
In the Linux kernel, the following vulnerability has been resolved: cifs: prevent NULL pointer dereference in UTF16 conversion There can be a NULL pointer dereference bug here. NULL is passed to __cifs_sfu_make_node without checks, which passes it ...
CVE-2023-53447
- EPSS 0.01%
- Veröffentlicht 18.09.2025 16:15:49
- Zuletzt bearbeitet 14.01.2026 20:16:05
In the Linux kernel, the following vulnerability has been resolved: f2fs: don't reset unchangable mount option in f2fs_remount() syzbot reports a bug as below: general protection fault, probably for non-canonical address 0xdffffc0000000009: 0000 [...
CVE-2023-53440
- EPSS 0.02%
- Veröffentlicht 18.09.2025 16:15:48
- Zuletzt bearbeitet 14.01.2026 20:16:04
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix sysfs interface lifetime The current nilfs2 sysfs support has issues with the timing of creation and deletion of sysfs entries, potentially leading to null pointer dere...
CVE-2023-53443
- EPSS 0.01%
- Veröffentlicht 18.09.2025 16:15:48
- Zuletzt bearbeitet 14.01.2026 20:16:04
In the Linux kernel, the following vulnerability has been resolved: mfd: arizona: Use pm_runtime_resume_and_get() to prevent refcnt leak In arizona_clk32k_enable(), we should use pm_runtime_resume_and_get() as pm_runtime_get_sync() will increase th...
CVE-2023-53431
- 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: scsi: ses: Handle enclosure with just a primary component gracefully This reverts commit 3fe97ff3d949 ("scsi: ses: Don't attach if enclosure has no components") and introduces prop...
CVE-2023-53432
- 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: firewire: net: fix use after free in fwnet_finish_incoming_packet() The netif_rx() function frees the skb so we can't dereference it to save the skb->len.
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.01%
- 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...