CVE-2023-53390
- EPSS 0.14%
- 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-53387
- EPSS 0.13%
- 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.13%
- 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.14%
- 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.13%
- 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-53373
- EPSS 0.15%
- 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...
CVE-2023-53370
- EPSS 0.14%
- Veröffentlicht 18.09.2025 13:33:18
- Zuletzt bearbeitet 14.01.2026 19:16:34
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix memory leak in mes self test The fences associated with mes queue have to be freed up during amdgpu_ring_fini.
CVE-2023-53369
- EPSS 0.16%
- Veröffentlicht 18.09.2025 13:33:17
- Zuletzt bearbeitet 14.01.2026 19:16:34
In the Linux kernel, the following vulnerability has been resolved: net: dcb: choose correct policy to parse DCB_ATTR_BCN The dcbnl_bcn_setcfg uses erroneous policy to parse tb[DCB_ATTR_BCN], which is introduced in commit 859ee3c43812 ("DCB: Add su...
CVE-2022-50393
- EPSS 0.14%
- Veröffentlicht 18.09.2025 13:33:12
- Zuletzt bearbeitet 14.01.2026 19:16:14
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: SDMA update use unlocked iterator SDMA update page table may be called from unlocked context, this generate below warning. Use unlocked iterator to handle this case. W...
CVE-2022-50394
- EPSS 0.15%
- Veröffentlicht 18.09.2025 13:33:12
- Zuletzt bearbeitet 14.01.2026 19:16:14
In the Linux kernel, the following vulnerability has been resolved: i2c: ismt: Fix an out-of-bounds bug in ismt_access() When the driver does not check the data from the user, the variable 'data->block[0]' may be very large to cause an out-of-bound...