CVE-2023-53404
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:58:43
- Zuletzt bearbeitet 12.12.2025 20:26:09
In the Linux kernel, the following vulnerability has been resolved: USB: fotg210: 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 make...
CVE-2023-53402
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:58:42
- Zuletzt bearbeitet 12.12.2025 20:26:22
In the Linux kernel, the following vulnerability has been resolved: kernel/printk/index.c: 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....
CVE-2022-50400
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:58:41
- Zuletzt bearbeitet 12.12.2025 20:38:43
In the Linux kernel, the following vulnerability has been resolved: staging: greybus: audio_helper: remove unused and wrong debugfs usage In the greybus audio_helper code, the debugfs file for the dapm has the potential to be removed and memory wil...
CVE-2023-53401
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:41
- Zuletzt bearbeitet 11.12.2025 19:35:06
In the Linux kernel, the following vulnerability has been resolved: mm: kmem: fix a NULL pointer dereference in obj_stock_flush_required() KCSAN found an issue in obj_stock_flush_required(): stock->cached_objcg can be reset between the check and de...
CVE-2023-53400
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:40
- Zuletzt bearbeitet 12.12.2025 20:27:21
In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: Fix Oops by 9.1 surround channel names get_line_out_pfx() may trigger an Oops by overflowing the static array with more than 8 channels. This was reported for MacBookPr...
CVE-2023-53399
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:39
- Zuletzt bearbeitet 11.12.2025 19:33:21
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix NULL pointer dereference in smb2_get_info_filesystem() If share is , share->path is NULL and it cause NULL pointer dereference issue.
CVE-2023-53397
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:38
- Zuletzt bearbeitet 12.12.2025 20:38:34
In the Linux kernel, the following vulnerability has been resolved: modpost: fix off by one in is_executable_section() The > comparison should be >= to prevent an out of bounds array access.
CVE-2023-53398
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:38
- Zuletzt bearbeitet 12.12.2025 20:33:30
In the Linux kernel, the following vulnerability has been resolved: mlx5: fix possible ptp queue fifo use-after-free Fifo indexes are not checked during pop operations and it leads to potential use-after-free when poping from empty queue. Such case...
CVE-2023-53396
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:37
- Zuletzt bearbeitet 12.12.2025 20:38:38
In the Linux kernel, the following vulnerability has been resolved: ubifs: Fix memory leak in do_rename If renaming a file in an encrypted directory, function fscrypt_setup_filename allocates memory for a file name. This name is never used, and bef...
CVE-2023-53395
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:36
- Zuletzt bearbeitet 12.12.2025 19:40:36
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...