CVE-2023-53395
- EPSS 0.01%
- Veröffentlicht 18.09.2025 13:33:36
- Zuletzt bearbeitet 14.01.2026 19:16:38
In the Linux kernel, the following vulnerability has been resolved: ACPICA: Add AML_NO_OPERAND_RESOLVE flag to Timer ACPICA commit 90310989a0790032f5a0140741ff09b545af4bc5 According to the ACPI specification 19.6.134, no argument is required to be...
CVE-2023-53391
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:33
- Zuletzt bearbeitet 14.01.2026 19:16:38
In the Linux kernel, the following vulnerability has been resolved: shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfs As the ramfs-based tmpfs uses ramfs_init_fs_context() for the init_fs_context method, which allocates fc->s_fs_in...
CVE-2023-53390
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:32
- Zuletzt bearbeitet 14.01.2026 19:16:37
In the Linux kernel, the following vulnerability has been resolved: drivers: base: dd: fix memory leak with using debugfs_lookup() When calling debugfs_lookup() the result must have dput() called on it, otherwise the memory will leak over time. To...
CVE-2023-53388
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:31
- Zuletzt bearbeitet 14.01.2026 19:16:37
In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Clean dangling pointer on bind error path mtk_drm_bind() can fail, in which case drm_dev_put() is called, destroying the drm_device object. However a pointer to it wa...
CVE-2023-53387
- EPSS 0.01%
- Veröffentlicht 18.09.2025 13:33:30
- Zuletzt bearbeitet 14.01.2026 19:16:37
In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix device management cmd timeout flow In the UFS error handling flow, the host will send a device management cmd (NOP OUT) to the device for link recovery. If thi...
CVE-2023-53385
- EPSS 0.01%
- Veröffentlicht 18.09.2025 13:33:29
- Zuletzt bearbeitet 14.01.2026 19:16:36
In the Linux kernel, the following vulnerability has been resolved: media: mdp3: Fix resource leaks in of_find_device_by_node Use put_device to release the object get through of_find_device_by_node, avoiding resource leaks.
CVE-2023-53384
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:28
- Zuletzt bearbeitet 14.01.2026 19:16:36
In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: avoid possible NULL skb pointer dereference In 'mwifiex_handle_uap_rx_forward()', always check the value returned by 'skb_copy()' to avoid potential NULL pointer der...
CVE-2023-53383
- EPSS 0.01%
- Veröffentlicht 18.09.2025 13:33:27
- Zuletzt bearbeitet 14.01.2026 19:16:36
In the Linux kernel, the following vulnerability has been resolved: irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4 The T241 platform suffers from the T241-FABRIC-4 erratum which causes unexpected behavior in the GIC when multiple transa...
CVE-2023-53379
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:24
- Zuletzt bearbeitet 14.01.2026 19:16:35
In the Linux kernel, the following vulnerability has been resolved: usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe() Smatch reports: drivers/usb/phy/phy-tahvo.c: tahvo_usb_probe() warn: missing unwind goto? After geting irq, if ret < 0, i...
CVE-2023-53373
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:20
- Zuletzt bearbeitet 14.01.2026 19:16:34
In the Linux kernel, the following vulnerability has been resolved: crypto: seqiv - Handle EBUSY correctly As it is seqiv only handles the special return value of EINPROGERSS, which means that in all other cases it will free data related to the req...