Lucene search
+L

2120 matches found

OSV
OSV
added 2024/11/09 10:14 a.m.15 views

CVE-2024-50217 btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids()

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free of block device file in btrfsfreeextradevids Mounting btrfs from two images which have the same one fsid and two different devuuids in certain executing order may trigger an UAF for variable...

7.8CVSS7AI score
SaveExploits0References8
Cvelist
Cvelist
added 2024/11/09 10:14 a.m.31 views

CVE-2024-50217 btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids()

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free of block device file in btrfsfreeextradevids Mounting btrfs from two images which have the same one fsid and two different devuuids in certain executing order may trigger an UAF for variable...

7.8CVSS0.00276EPSS
SaveExploits0References2
CVE
CVE
added 2024/11/09 10:14 a.m.126 views

CVE-2024-50217

CVE-2024-50217 pertains to the Linux kernel, specifically a use-after-free in btrfs when closing devices in a multi-device mount scenario. The issue occurs with two loop-backed images that share a single fsid but have different dev_uuids, where btrfs_device_1->bdev_file and btrfs_device_2->...

7.8CVSS7.5AI score0.00276EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/11/08 3:56 p.m.45 views

RLSA-2024:8870 Moderate: kernel-rt security update

The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements. Security Fixes: kernel: net/bluetooth: race condition in conninfomin,maxageset CVE-2024-24857 kernel: dmaengine: fix NULL pointer in channel unregistratio...

9.8CVSS8.4AI score0.00922EPSS
SaveExploits0References36
Tenable Nessus
Tenable Nessus
added 2024/11/08 12:0 a.m.45 views

EulerOS 2.0 SP9 : kernel (EulerOS-SA-2024-2815)

According to the versions of the kernel packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : vsock/virtio: free queued packets when closing socketCVE-2021-47024 KVM: PPC: Fix kvmarchvcpuioctl vcpuload leakCVE-2021-47296 kernel:RDMA/cma:...

9.8CVSS7.2AI score0.00926EPSS
SaveExploits2References71
RedhatCVE
RedhatCVE
added 2024/11/07 5:3 p.m.19 views

CVE-2024-50154

A use-after-free UAF vulnerability was found and fixed in the Linux kernel's TCP subsystem related to request socket reqsk timers during handshake handling. This issue stems from a race condition caused by relying on timerpending in reqskqueueunlink. This could result in the timer continuing to r...

7CVSS6.1AI score0.00555EPSS
SaveExploits0References4
CVE
CVE
added 2024/11/07 9:31 a.m.218 views

CVE-2024-50154

The CVE-2024-50154 vulnerability is in the Linux kernel. Root cause: a use-after-free can occur in reqsk_timer_handler() when a race around timer_pending() in reqsk_queue_unlink() allows a timer to fire after the socket is closed. The fix prevents del_timer_sync() from being missed by removing ti...

9.8CVSS6.7AI score0.00555EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2024/11/07 9:31 a.m.15 views

CVE-2024-50149 drm/xe: Don't free job in TDR

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't free job in TDR Freeing job in TDR is not safe as TDR can pass the runjob thread resulting in UAF. It is only safe for free job to naturally be called by the scheduler. Rather free job in TDR, add to pending list...

7.8CVSS6.1AI score
SaveExploits0References5
Cvelist
Cvelist
added 2024/11/07 9:31 a.m.22 views

CVE-2024-50149 drm/xe: Don't free job in TDR

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't free job in TDR Freeing job in TDR is not safe as TDR can pass the runjob thread resulting in UAF. It is only safe for free job to naturally be called by the scheduler. Rather free job in TDR, add to pending list...

7.8CVSS0.002EPSS
SaveExploits0References2
CVE
CVE
added 2024/11/07 9:31 a.m.117 views

CVE-2024-50149

CVE-2024-50149 : In the Linux kernel, the drm/xe path had a repair for freeing a job during TDR, which could cause a use-after-free because TDR may run the run_job thread. The fix prevents freeing the job in TDR and instead queues it (or lets the scheduler free it). A patch was cherry-picked into...

7.8CVSS7AI score0.002EPSS
SaveExploits0References2Affected Software1
NVD
NVD
added 2024/11/05 6:15 p.m.19 views

CVE-2024-50124

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix UAF on isosocktimeout conn-sk maybe have been unlinked/freed while waiting for isoconnlock so this checks if the conn-sk is still valid by checking if it part of isosklist...

8CVSS0.00315EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/11/05 5:10 p.m.28 views

CVE-2024-50125 Bluetooth: SCO: Fix UAF on sco_sock_timeout

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: Fix UAF on scosocktimeout conn-sk maybe have been unlinked/freed while waiting for scoconnlock so this checks if the conn-sk is still valid by checking if it part of scosklist...

8CVSS0.00334EPSS
SaveExploits0References5
OSV
OSV
added 2024/11/05 5:10 p.m.23 views

CVE-2024-50125 Bluetooth: SCO: Fix UAF on sco_sock_timeout

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: Fix UAF on scosocktimeout conn-sk maybe have been unlinked/freed while waiting for scoconnlock so this checks if the conn-sk is still valid by checking if it part of scosklist...

8CVSS6.5AI score
SaveExploits0References9
CVE
CVE
added 2024/11/05 5:10 p.m.180 views

CVE-2024-50125

The CVE-2024-50125 entry describes a Linux kernel Bluetooth SCO use-after-free issue: sco_sock_timeout may reference a conn that was unlinked/freed while waiting for sco_conn_lock. The patch fixes UAF by verifying that conn->sk is still valid (part of sco_sk_list) before use. Impact is High if...

8CVSS6.7AI score0.00334EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2024/11/05 5:10 p.m.26 views

CVE-2024-50124 Bluetooth: ISO: Fix UAF on iso_sock_timeout

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix UAF on isosocktimeout conn-sk maybe have been unlinked/freed while waiting for isoconnlock so this checks if the conn-sk is still valid by checking if it part of isosklist...

8CVSS0.00315EPSS
SaveExploits0References4
CVE
CVE
added 2024/11/05 5:10 p.m.150 views

CVE-2024-50124

CVE-2024-50124: The Linux kernel Bluetooth ISO path fixed a use-after-free (UAF) on iso_sock_timeout. conn->sk could be unlinked/freed while iso_conn_lock is waiting, with the fix validating conn->sk by ensuring it is part of iso_sk_list before use. Impact is high for local access scenarios...

8CVSS6.7AI score0.00315EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/11/04 6:33 a.m.15 views

SUSE-SU-2024:3880-1 Security update for the Linux Kernel (Live Patch 0 for SLE 15 SP6)

This update for the Linux Kernel 6.4.0-15060021 fixes several issues. The following security issues were fixed: - CVE-2024-35905: Fixed int overflow for stack access size bsc1226327. - CVE-2024-42133: Bluetooth: Ignore too large handle values in BIG bsc1231419 - CVE-2024-35863: Fixed potential UA...

9.8CVSS7.6AI score0.00662EPSS
SaveExploits0References27
OSV
OSV
added 2024/11/01 12:0 a.m.30 views

PUB-A-353493525

there is a possible UAF due to a logic error in the code. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation...

10CVSS7.3AI score0.00179EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/31 4:33 p.m.31 views

SUSE-SU-2024:3860-1 Security update for the Linux Kernel (Live Patch 13 for SLE 15 SP5)

This update for the Linux Kernel 5.14.21-1505005562 fixes several issues. The following security issues were fixed: - CVE-2024-35905: Fixed int overflow for stack access size bsc1226327. - CVE-2021-47598: schcake: do not call cakedestroy from cakeinit bsc1227471. - CVE-2024-35863: Fixed potential...

9.8CVSS8.6AI score0.00821EPSS
SaveExploits1References33
OSV
OSV
added 2024/10/31 3:34 p.m.23 views

SUSE-SU-2024:3859-1 Security update for the Linux Kernel (Live Patch 7 for SLE 15 SP5)

This update for the Linux Kernel 5.14.21-1505005536 fixes several issues. The following security issues were fixed: - CVE-2024-35905: Fixed int overflow for stack access size bsc1226327. - CVE-2021-47598: schcake: do not call cakedestroy from cakeinit bsc1227471. - CVE-2024-35863: Fixed potential...

9.8CVSS7.4AI score0.00662EPSS
SaveExploits0References15
Rows per page
Query Builder