Lucene search
+L

13013 matches found

OSV
OSV
added 2024/09/13 6:15 a.m.15 views

UBUNTU-CVE-2024-46681

In the Linux kernel, the following vulnerability has been resolved: pktgen: use cpusreadlock in pgnetinit I have seen the WARNONsmpprocessorid != cpu firing in pktgenthreadworker during tests. We must use cpusreadlock/cpusreadunlock around the foreachonlinecpucpu loop. While we are at it use...

5.5CVSS6.5AI score0.00203EPSS
SaveExploits0References10
OSV
OSV
added 2024/09/13 6:15 a.m.9 views

UBUNTU-CVE-2024-46683

In the Linux kernel, the following vulnerability has been resolved: drm/xe: prevent UAF around preempt fence The fence lock is part of the queue, therefore in the current design anything locking the fence should then also hold a ref to the queue to prevent the queue from being freed. However,...

7.8CVSS6.4AI score0.00213EPSS
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2024/09/13 5:29 a.m.14 views

CVE-2024-46683 drm/xe: prevent UAF around preempt fence

In the Linux kernel, the following vulnerability has been resolved: drm/xe: prevent UAF around preempt fence The fence lock is part of the queue, therefore in the current design anything locking the fence should then also hold a ref to the queue to prevent the queue from being freed. However,...

6.8AI score0.00213EPSS
SaveExploits0References2
CVE
CVE
added 2024/09/13 5:29 a.m.114 views

CVE-2024-46683

CVE-2024-46683 refers to a Linux kernel vulnerability in the DRM/xe path where a use-after-free could occur around the preempt fence due to dropping the queue reference before the fence lock is secured. The issue arises because the fence lock was previously associated with the queue, and releasin...

7.8CVSS7.2AI score0.00213EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/09/13 5:29 a.m.15 views

CVE-2024-46681 pktgen: use cpus_read_lock() in pg_net_init()

In the Linux kernel, the following vulnerability has been resolved: pktgen: use cpusreadlock in pgnetinit I have seen the WARNONsmpprocessorid != cpu firing in pktgenthreadworker during tests. We must use cpusreadlock/cpusreadunlock around the foreachonlinecpucpu loop. While we are at it use...

6.1AI score
SaveExploits0References5
CVE
CVE
added 2024/09/13 5:29 a.m.143 views

CVE-2024-46678

CVE-2024-46678 affects the Linux kernel bonding subsystem. The issue arises from bond->ipsec_lock being a spin lock used to protect ipsec_list, which can sleep in xdo_dev_state_add/delete during active-slave changes, triggering scheduling while atomic. The fix replaces the spin lock with a mut...

7.8CVSS5.3AI score0.00174EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/09/13 5:29 a.m.34 views

CVE-2024-46678 bonding: change ipsec_lock from spin lock to mutex

In the Linux kernel, the following vulnerability has been resolved: bonding: change ipseclock from spin lock to mutex In the cited commit, bond-ipseclock is added to protect ipseclist, hence xdodevstateadd and xdodevstatedelete are called inside this lock. As ipseclock is a spin lock and such...

7.8CVSS0.00174EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/09/13 5:29 a.m.17 views

CVE-2024-46678 bonding: change ipsec_lock from spin lock to mutex

In the Linux kernel, the following vulnerability has been resolved: bonding: change ipseclock from spin lock to mutex In the cited commit, bond-ipseclock is added to protect ipseclist, hence xdodevstateadd and xdodevstatedelete are called inside this lock. As ipseclock is a spin lock and such...

6.7AI score0.00174EPSS
SaveExploits0References3
OSV
OSV
added 2024/09/13 5:29 a.m.18 views

CVE-2024-46678 bonding: change ipsec_lock from spin lock to mutex

In the Linux kernel, the following vulnerability has been resolved: bonding: change ipseclock from spin lock to mutex In the cited commit, bond-ipseclock is added to protect ipseclist, hence xdodevstateadd and xdodevstatedelete are called inside this lock. As ipseclock is a spin lock and such...

7.8CVSS6AI score
SaveExploits0References6
OSV
OSV
added 2024/09/13 12:05 a.m.11 views

OSV-2024-1062 UNKNOWN WRITE in std::__1::recursive_mutex::lock

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=42538230 Crash type: UNKNOWN WRITE Crash state: std::1::recursivemutex::lock Catalog::getForm Page::getAnnots...

7.2AI score
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/09/12 2:51 a.m.8 views

SUSE CVE-2024-45019

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Take state lock during tx timeout reporter mlx5esafereopenchannels requires the state lock taken. The referenced changed in the Fixes tag removed the lock to fix another issue. This patch adds it back but at a later...

5.5CVSS7.6AI score0.0018EPSS
SaveExploits0References14
SUSE CVE
SUSE CVE
added 2024/09/12 2:51 a.m.11 views

SUSE CVE-2024-45024

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix hugetlb vs. core-mm PT locking We recently made GUP's common page table walking code to also walk hugetlb VMAs without most hugetlb special-casing, preparing for the future of having less hugetlb-specific page tab...

7.8CVSS6.6AI score0.00146EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2024/09/12 12:00 a.m.191 views

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

According to the versions of the kernel packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : kernel:ACPI: CPPC: Use accesswidth over bitwidth for system memory accessesCVE-2024-35995 ACPI: LPIT: Avoid u32 multiplication...

10CVSS7.5AI score0.02701EPSS
SaveExploits3References207
RedhatCVE
RedhatCVE
added 2024/09/11 5:50 p.m.25 views

CVE-2024-45019

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Take state lock during tx timeout reporter mlx5esafereopenchannels requires the state lock taken. The referenced changed in the Fixes tag removed the lock to fix another issue. This patch adds it back but at a later...

4.4CVSS7.1AI score0.0018EPSS
SaveExploits0References4
NVD
NVD
added 2024/09/11 4:15 p.m.34 views

CVE-2024-45024

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix hugetlb vs. core-mm PT locking We recently made GUP's common page table walking code to also walk hugetlb VMAs without most hugetlb special-casing, preparing for the future of having less hugetlb-specific page tab...

7.8CVSS0.00146EPSS
SaveExploits0References2
OSV
OSV
added 2024/09/11 4:15 p.m.21 views

AZL-49212 CVE-2024-45029 affecting package kernel for versions less than 6.6.51.1-1

In the Linux kernel, the following vulnerability has been resolved: i2c: tegra: Do not mark ACPI devices as irq safe On ACPI machines, the tegra i2c module encounters an issue due to a mutex being called inside a spinlock. This leads to the following bug: BUG: sleeping function called from invali...

5.5CVSS6.6AI score0.00173EPSS
SaveExploits0References1
NVD
NVD
added 2024/09/11 4:15 p.m.16 views

CVE-2024-45019

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Take state lock during tx timeout reporter mlx5esafereopenchannels requires the state lock taken. The referenced changed in the Fixes tag removed the lock to fix another issue. This patch adds it back but at a later...

7.8CVSS0.0018EPSS
SaveExploits0References5
OSV
OSV
added 2024/09/11 4:15 p.m.13 views

DEBIAN-CVE-2024-45019

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Take state lock during tx timeout reporter mlx5esafereopenchannels requires the state lock taken. The referenced changed in the Fixes tag removed the lock to fix another issue. This patch adds it back but at a later...

5.5CVSS5.5AI score0.0018EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/11 4:15 p.m.16 views

AZL-49272 CVE-2024-45019 affecting package kernel for versions less than 6.6.51.1-1

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Take state lock during tx timeout reporter mlx5esafereopenchannels requires the state lock taken. The referenced changed in the Fixes tag removed the lock to fix another issue. This patch adds it back but at a later...

5.5CVSS6.7AI score0.0018EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/11 4:15 p.m.13 views

UBUNTU-CVE-2024-45019

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Take state lock during tx timeout reporter mlx5esafereopenchannels requires the state lock taken. The referenced changed in the Fixes tag removed the lock to fix another issue. This patch adds it back but at a later...

7.8CVSS6.5AI score0.0018EPSS
SaveExploits0References12
Rows per page
Query Builder