3333 vulnerabilidades · General Orden: CVSS EPSS Año ID
CVE-2024-6716
Software Genérico General
N/A
UNKNOWN
EPSS
0.0%
2024 1 PoC

Sin descripción disponible.

CVE-2024-49863
Linux General
N/A
UNKNOWN
EPSS
0.0%
2024 7 PoCs

In the Linux kernel, the following vulnerability has been resolved: vhost/scsi: null-ptr-dereference in vhost_scsi_get_req() Since commit 3f8ca2e115e5 ("vhost/scsi: Extract common handling code from control queue handler") a null pointer dereference bug can be triggered when guest sends an SCSI AN request. In vhost_scsi_ctl_handle_vq(), `vc.target` is assigned with `&v_req.tmf.lun[1]` within a switch-case block and is then passed to vhost_scsi_get_req() which extracts `vc->req` and `tpg`. However, for a `VIRTIO_SCSI_T_AN_*` request, tpg is not required, so `vc.target` is set to NULL in this

CVE-2024-30702
Software Genérico General
N/A
UNKNOWN
EPSS
0.0%
2024 1 PoC

Sin descripción disponible.

CVE-2024-6531
Software Genérico General
N/A
UNKNOWN
EPSS
0.0%
2024 1 PoC

Sin descripción disponible.

CVE-2024-3205
Software Genérico General
N/A
UNKNOWN
EPSS
0.0%
2024 1 PoC

Sin descripción disponible.

CVE-2024-30727
Software Genérico General
N/A
UNKNOWN
EPSS
0.0%
2024 1 PoC

Sin descripción disponible.

CVE-2024-27462
Software Genérico General
N/A
UNKNOWN
EPSS
0.0%
2024 1 PoC

Sin descripción disponible.

CVE-2024-44982
Linux General
N/A
UNKNOWN
EPSS
0.0%
2024 1 PoC

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: cleanup FB if dpu_format_populate_layout fails If the dpu_format_populate_layout() fails, then FB is prepared, but not cleaned up. This ends up leaking the pin_count on the GEM object and causes a splat during DRM file closure: msm_obj->pin_count WARNING: CPU: 2 PID: 569 at drivers/gpu/drm/msm/msm_gem.c:121 update_lru_locked+0xc4/0xcc [...] Call trace: update_lru_locked+0xc4/0xcc put_pages+0xac/0x100 msm_gem_free_object+0x138/0x180 drm_gem_object_free+0x1c/0x30 drm_gem_object_handle_put_unlocked+0x108/0x10

CVE-2024-48063
Software Genérico General
N/A
UNKNOWN
EPSS
25.1%
2024 2 PoCs

In PyTorch <=2.4.1, the RemoteModule has Deserialization RCE. NOTE: this is disputed by multiple parties because this is intended behavior in PyTorch distributed computing.

CVE-2024-26840
Linux General
N/A
UNKNOWN
EPSS
0.0%
2024 1 PoC

In the Linux kernel, the following vulnerability has been resolved: cachefiles: fix memory leak in cachefiles_add_cache() The following memory leak was reported after unbinding /dev/cachefiles: ================================================================== unreferenced object 0xffff9b674176e3c0 (size 192): comm "cachefilesd2", pid 680, jiffies 4294881224 hex dump (first 32 bytes): 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ backtrace (crc ea38a44b): [<ffffffff8eb8a1a5>] kmem_cache_a

CVE-2024-29441
Software Genérico General
N/A
UNKNOWN
EPSS
0.0%
2024 1 PoC

Sin descripción disponible.

CVE-2024-29450
Software Genérico General
N/A
UNKNOWN
EPSS
0.0%
2024 1 PoC

Sin descripción disponible.

CVE-2024-35978
Linux General
N/A
UNKNOWN
EPSS
0.0%
2024 2 PoCs

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix memory leak in hci_req_sync_complete() In 'hci_req_sync_complete()', always free the previous sync request state before assigning reference to a new one.

CVE-2024-26801
Linux General
N/A
UNKNOWN
EPSS
0.0%
2024 1 PoC

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Avoid potential use-after-free in hci_error_reset While handling the HCI_EV_HARDWARE_ERROR event, if the underlying BT controller is not responding, the GPIO reset mechanism would free the hci_dev and lead to a use-after-free in hci_error_reset. Here's the call trace observed on a ChromeOS device with Intel AX201: queue_work_on+0x3e/0x6c __hci_cmd_sync_sk+0x2ee/0x4c0 [bluetooth <HASH:3b4a6>] ? init_wait_entry+0x31/0x31 __hci_cmd_sync+0x16/0x20 [bluetooth <HASH:3b4a 6>] hci_error_reset+0x4f/0xa4 [bl

CVE-2024-42140
Linux General
N/A
UNKNOWN
EPSS
0.0%
2024 2 PoCs

In the Linux kernel, the following vulnerability has been resolved: riscv: kexec: Avoid deadlock in kexec crash path If the kexec crash code is called in the interrupt context, the machine_kexec_mask_interrupts() function will trigger a deadlock while trying to acquire the irqdesc spinlock and then deactivate irqchip in irq_set_irqchip_state() function. Unlike arm64, riscv only requires irq_eoi handler to complete EOI and keeping irq_set_irqchip_state() will only leave this possible deadlock without any use. So we simply remove it.

CVE-2024-27673
Software Genérico General
N/A
UNKNOWN
EPSS
0.0%
2024 1 PoC

Sin descripción disponible.

CVE-2024-47679
Linux General
N/A
UNKNOWN
EPSS
0.0%
2024 1 PoC

In the Linux kernel, the following vulnerability has been resolved: vfs: fix race between evice_inodes() and find_inode()&iput() Hi, all Recently I noticed a bug[1] in btrfs, after digged it into and I believe it'a race in vfs. Let's assume there's a inode (ie ino 261) with i_count 1 is called by iput(), and there's a concurrent thread calling generic_shutdown_super(). cpu0: cpu1: iput() // i_count is 1 ->spin_lock(inode) ->dec i_count to 0 ->iput_final() generic_shutdown_super() ->__inode_add_lru() ->evict_inodes()

CVE-2024-44946
Linux General
N/A
UNKNOWN
EPSS
0.2%
2024 1 PoC

In the Linux kernel, the following vulnerability has been resolved: kcm: Serialise kcm_sendmsg() for the same socket. syzkaller reported UAF in kcm_release(). [0] The scenario is 1. Thread A builds a skb with MSG_MORE and sets kcm->seq_skb. 2. Thread A resumes building skb from kcm->seq_skb but is blocked by sk_stream_wait_memory() 3. Thread B calls sendmsg() concurrently, finishes building kcm->seq_skb and puts the skb to the write queue 4. Thread A faces an error and finally frees skb that is already in the write queue 5. kcm_release() does double-free the sk

CVE-2024-39282
Linux General
N/A
UNKNOWN
EPSS
0.0%
2024 1 PoC

In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: Fix FSM command timeout issue When driver processes the internal state change command, it use an asynchronous thread to process the command operation. If the main thread detects that the task has timed out, the asynchronous thread will panic when executing the completion notification because the main thread completion object has been released. BUG: unable to handle page fault for address: fffffffffffffff8 PGD 1f283a067 P4D 1f283a067 PUD 1f283c067 PMD 0 Oops: 0000 [#1] PREEMPT SMP NOPTI RIP: 0010:complete_al

CVE-2024-30690
Software Genérico General
N/A
UNKNOWN
EPSS
0.0%
2024 1 PoC

Sin descripción disponible.