CVE-2024-53197
- EPSS 2.04%
- Veröffentlicht 27.12.2024 14:15:27
- Zuletzt bearbeitet 04.11.2025 16:47:12
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devices A bogus device can provide a bNumConfigurations value that exceeds the initial value used in usb_ge...
CVE-2024-53198
- EPSS 0.01%
- Veröffentlicht 27.12.2024 14:15:27
- Zuletzt bearbeitet 03.11.2025 21:17:40
In the Linux kernel, the following vulnerability has been resolved: xen: Fix the issue of resource not being properly released in xenbus_dev_probe() This patch fixes an issue in the function xenbus_dev_probe(). In the xenbus_dev_probe() function, w...
CVE-2024-53181
- EPSS 0.01%
- Veröffentlicht 27.12.2024 14:15:25
- Zuletzt bearbeitet 03.11.2025 21:17:38
In the Linux kernel, the following vulnerability has been resolved: um: vector: Do not use drvdata in release The drvdata is not available in release. Let's just use container_of() to get the vector_device instance. Otherwise, removing a vector dev...
CVE-2024-53183
- EPSS 0.01%
- Veröffentlicht 27.12.2024 14:15:25
- Zuletzt bearbeitet 03.11.2025 21:17:38
In the Linux kernel, the following vulnerability has been resolved: um: net: Do not use drvdata in release The drvdata is not available in release. Let's just use container_of() to get the uml_net instance. Otherwise, removing a network device will...
CVE-2024-53184
- EPSS 0.01%
- Veröffentlicht 27.12.2024 14:15:25
- Zuletzt bearbeitet 03.11.2025 21:17:39
In the Linux kernel, the following vulnerability has been resolved: um: ubd: Do not use drvdata in release The drvdata is not available in release. Let's just use container_of() to get the ubd instance. Otherwise, removing a ubd device will result ...
CVE-2024-53171
- EPSS 0.01%
- Veröffentlicht 27.12.2024 14:15:24
- Zuletzt bearbeitet 03.11.2025 21:17:36
In the Linux kernel, the following vulnerability has been resolved: ubifs: authentication: Fix use-after-free in ubifs_tnc_end_commit After an insertion in TNC, the tree might split and cause a node to change its `znode->parent`. A further deletion...
CVE-2024-53172
- EPSS 0.01%
- Veröffentlicht 27.12.2024 14:15:24
- Zuletzt bearbeitet 03.11.2025 21:17:36
In the Linux kernel, the following vulnerability has been resolved: ubi: fastmap: Fix duplicate slab cache names while attaching Since commit 4c39529663b9 ("slab: Warn on duplicate cache names when DEBUG_VM=y"), the duplicate slab cache names can b...
CVE-2024-53173
- EPSS 0.01%
- Veröffentlicht 27.12.2024 14:15:24
- Zuletzt bearbeitet 03.11.2025 21:17:36
In the Linux kernel, the following vulnerability has been resolved: NFSv4.0: Fix a use-after-free problem in the asynchronous open() Yang Erkun reports that when two threads are opening files at the same time, and are forced to abort before a reply...
CVE-2024-53174
- EPSS 0.01%
- Veröffentlicht 27.12.2024 14:15:24
- Zuletzt bearbeitet 03.11.2025 21:17:37
In the Linux kernel, the following vulnerability has been resolved: SUNRPC: make sure cache entry active before cache_show The function `c_show` was called with protection from RCU. This only ensures that `cp` will not be freed. Therefore, the refe...
CVE-2024-53164
- EPSS 0.01%
- Veröffentlicht 27.12.2024 14:15:23
- Zuletzt bearbeitet 03.11.2025 21:17:35
In the Linux kernel, the following vulnerability has been resolved: net: sched: fix ordering of qlen adjustment Changes to sch->q.qlen around qdisc_tree_reduce_backlog() need to happen _before_ a call to said function because otherwise it may fail ...