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-26626
- EPSS 0.03%
- Veröffentlicht 06.03.2024 07:15:12
- Zuletzt bearbeitet 12.12.2024 17:26:08
In the Linux kernel, the following vulnerability has been resolved: ipmr: fix kernel panic when forwarding mcast packets The stacktrace was: [ 86.305548] BUG: kernel NULL pointer dereference, address: 0000000000000092 [ 86.306815] #PF: supervis...
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.02%
- 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...
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...