CVE-2023-53180
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:04:31
- Zuletzt bearbeitet 02.12.2025 02:57:51
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Avoid NULL pointer access during management transmit cleanup Currently 'ar' reference is not added in skb_cb. Though this is generally not used during transmit comple...
CVE-2023-53179
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:04:26
- Zuletzt bearbeitet 02.12.2025 02:57:31
In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash_netportnet.c The missing IP_SET_HASH_WITH_NET0 macro in ip_set_hash_netportnet can lead to the use of ...
CVE-2023-53178
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:04:23
- Zuletzt bearbeitet 02.12.2025 02:57:41
In the Linux kernel, the following vulnerability has been resolved: mm: fix zswap writeback race condition The zswap writeback mechanism can cause a race condition resulting in memory corruption, where a swapped out page gets swapped in with data t...
CVE-2023-53177
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:04:20
- Zuletzt bearbeitet 02.12.2025 02:58:19
In the Linux kernel, the following vulnerability has been resolved: media: hi846: fix usage of pm_runtime_get_if_in_use() pm_runtime_get_if_in_use() does not only return nonzero values when the device is in use, it can return a negative errno too. ...
CVE-2023-53176
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:04:16
- Zuletzt bearbeitet 02.12.2025 02:58:00
In the Linux kernel, the following vulnerability has been resolved: serial: 8250: Reinit port->pm on port specific driver unbind When we unbind a serial port hardware specific 8250 driver, the generic serial8250 driver takes over the port. After th...
CVE-2023-53175
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:04:09
- Zuletzt bearbeitet 02.12.2025 02:58:09
In the Linux kernel, the following vulnerability has been resolved: PCI: hv: Fix a crash in hv_pci_restore_msi_msg() during hibernation When a Linux VM with an assigned PCI device runs on Hyper-V, if the PCI device driver is not loaded yet (i.e. MS...
CVE-2023-53174
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:04:08
- Zuletzt bearbeitet 02.12.2025 02:58:29
In the Linux kernel, the following vulnerability has been resolved: scsi: core: 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-53173
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:04:07
- Zuletzt bearbeitet 02.12.2025 02:58:40
In the Linux kernel, the following vulnerability has been resolved: tty: pcn_uart: 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 mak...
CVE-2023-53172
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:04:06
- Zuletzt bearbeitet 02.12.2025 19:09:53
In the Linux kernel, the following vulnerability has been resolved: fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fds Commit 56124d6c87fd ("fsverity: support enabling with tree block size < PAGE_SIZE") changed FS_IOC_ENABLE_VERITY to use __kernel...
CVE-2023-53171
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:04:04
- Zuletzt bearbeitet 02.12.2025 02:58:59
In the Linux kernel, the following vulnerability has been resolved: vfio/type1: prevent underflow of locked_vm via exec() When a vfio container is preserved across exec, the task does not change, but it gets a new mm with locked_vm=0, and loses the...