CVE-2023-52492
- EPSS 0.01%
- Veröffentlicht 11.03.2024 18:15:16
- Zuletzt bearbeitet 04.04.2025 14:41:10
In the Linux kernel, the following vulnerability has been resolved: dmaengine: fix NULL pointer in channel unregistration function __dma_async_device_channel_register() can fail. In case of failure, chan->local is freed (with free_percpu()), and ch...
CVE-2023-52493
- EPSS 0.01%
- Veröffentlicht 11.03.2024 18:15:16
- Zuletzt bearbeitet 12.12.2024 15:57:46
In the Linux kernel, the following vulnerability has been resolved: bus: mhi: host: Drop chan lock before queuing buffers Ensure read and write locks for the channel are not taken in succession by dropping the read lock from parse_xfer_event() such...
CVE-2024-26625
- EPSS 0.01%
- Veröffentlicht 06.03.2024 07:15:12
- Zuletzt bearbeitet 07.01.2025 20:17:40
In the Linux kernel, the following vulnerability has been resolved: llc: call sock_orphan() at release time syzbot reported an interesting trace [1] caused by a stale sk->sk_wq pointer in a closed llc socket. In commit ff7b11aa481f ("net: socket: ...
CVE-2024-26627
- EPSS 0.02%
- Veröffentlicht 06.03.2024 07:15:12
- Zuletzt bearbeitet 14.03.2025 18:46:34
In the Linux kernel, the following vulnerability has been resolved: scsi: core: Move scsi_host_busy() out of host lock for waking up EH handler Inside scsi_eh_wakeup(), scsi_host_busy() is called & checked with host lock every time for deciding if ...
CVE-2023-52603
- EPSS 0.03%
- Veröffentlicht 06.03.2024 07:15:11
- Zuletzt bearbeitet 12.12.2024 17:36:56
In the Linux kernel, the following vulnerability has been resolved: UBSAN: array-index-out-of-bounds in dtSplitRoot Syzkaller reported the following issue: oop0: detected capacity change from 0 to 32768 UBSAN: array-index-out-of-bounds in fs/jfs/...
CVE-2023-52604
- EPSS 0.02%
- Veröffentlicht 06.03.2024 07:15:11
- Zuletzt bearbeitet 12.12.2024 17:49:20
In the Linux kernel, the following vulnerability has been resolved: FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTree Syzkaller reported the following issue: UBSAN: array-index-out-of-bounds in fs/jfs/jfs_dmap.c:2867:6 index 196694 is out of ran...
CVE-2023-52606
- EPSS 0.02%
- Veröffentlicht 06.03.2024 07:15:11
- Zuletzt bearbeitet 14.02.2025 16:40:45
In the Linux kernel, the following vulnerability has been resolved: powerpc/lib: Validate size for vector operations Some of the fp/vmx code in sstep.c assume a certain maximum size for the instructions being emulated. The size of those operations ...
CVE-2023-52607
- EPSS 0.02%
- Veröffentlicht 06.03.2024 07:15:11
- Zuletzt bearbeitet 14.03.2025 18:47:13
In the Linux kernel, the following vulnerability has been resolved: powerpc/mm: Fix null-pointer dereference in pgtable_cache_add kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation wa...
CVE-2023-52599
- EPSS 0.01%
- Veröffentlicht 06.03.2024 07:15:10
- Zuletzt bearbeitet 12.12.2024 17:36:12
In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in diNewExt [Syz report] UBSAN: array-index-out-of-bounds in fs/jfs/jfs_imap.c:2360:2 index -878706688 is out of range for type 'struct iagctl[12...
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...