CVE-2023-52600
- EPSS 0.02%
- Veröffentlicht 06.03.2024 07:15:10
- Zuletzt bearbeitet 12.12.2024 17:36:42
In the Linux kernel, the following vulnerability has been resolved: jfs: fix uaf in jfs_evict_inode When the execution of diMount(ipimap) fails, the object ipimap that has been released may be accessed in diFreeSpecial(). Asynchronous ipimap releas...
CVE-2023-52601
- EPSS 0.01%
- Veröffentlicht 06.03.2024 07:15:10
- Zuletzt bearbeitet 14.03.2025 18:50:43
In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in dbAdjTree Currently there is a bound check missing in the dbAdjTree while accessing the dmt_stree. To add the required check added the bool is...
CVE-2023-52602
- EPSS 0.01%
- Veröffentlicht 06.03.2024 07:15:10
- Zuletzt bearbeitet 14.03.2025 18:49:22
In the Linux kernel, the following vulnerability has been resolved: jfs: fix slab-out-of-bounds Read in dtSearch Currently while searching for current page in the sorted entry table of the page there is a out of bound access. Added a bound check to...
CVE-2023-52594
- EPSS 0.01%
- Veröffentlicht 06.03.2024 07:15:09
- Zuletzt bearbeitet 12.12.2024 15:10:16
In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: Fix potential array-index-out-of-bounds read in ath9k_htc_txstatus() Fix an array-index-out-of-bounds read in ath9k_htc_txstatus(). The bug occurs when txs->cnt, data ...
CVE-2023-52587
- EPSS 0.01%
- Veröffentlicht 06.03.2024 07:15:07
- Zuletzt bearbeitet 14.02.2025 16:39:59
In the Linux kernel, the following vulnerability has been resolved: IB/ipoib: Fix mcast list locking Releasing the `priv->lock` while iterating the `priv->multicast_list` in `ipoib_mcast_join_task()` opens a window for `ipoib_mcast_dev_flush()` to ...
CVE-2023-52583
- EPSS 0.01%
- Veröffentlicht 06.03.2024 07:15:06
- Zuletzt bearbeitet 03.02.2025 14:18:13
In the Linux kernel, the following vulnerability has been resolved: ceph: fix deadlock or deadcode of misusing dget() The lock order is incorrect between denty and its parent, we should always make sure that the parent get the lock first. But sinc...
CVE-2022-48627
- EPSS 0.01%
- Veröffentlicht 02.03.2024 22:15:46
- Zuletzt bearbeitet 29.04.2025 16:51:43
In the Linux kernel, the following vulnerability has been resolved: vt: fix memory overlapping when deleting chars in the buffer A memory overlapping copy occurs when deleting a long line. This memory overlapping copy can cause data corruption when...
CVE-2024-26602
- EPSS 0.02%
- Veröffentlicht 26.02.2024 16:28:00
- Zuletzt bearbeitet 21.11.2024 09:02:38
In the Linux kernel, the following vulnerability has been resolved: sched/membarrier: reduce the ability to hammer on sys_membarrier On some systems, sys_membarrier can be very expensive, causing overall slowdowns for everything. So put a lock on ...
CVE-2024-26606
- EPSS 0.01%
- Veröffentlicht 26.02.2024 16:28:00
- Zuletzt bearbeitet 04.11.2025 19:17:02
In the Linux kernel, the following vulnerability has been resolved: binder: signal epoll threads of self-work In (e)poll mode, threads often depend on I/O events to determine when data is ready for consumption. Within binder, a thread may initiate ...
CVE-2024-26600
- EPSS 0.02%
- Veröffentlicht 26.02.2024 16:27:59
- Zuletzt bearbeitet 21.11.2024 09:02:37
In the Linux kernel, the following vulnerability has been resolved: phy: ti: phy-omap-usb2: Fix NULL pointer dereference for SRP If the external phy working together with phy-omap-usb2 does not implement send_srp(), we may still attempt to call it....