Lucene search
+L

14025 matches found

OSV
OSV
added 2025/03/27 6:31 p.m.40 views

GHSA-WQ32-8RP4-W2MC Nethermind Juno Potential Denial of Service (DoS) via Integer Overflow

An integer overflow in Nethermind Juno before v0.12.5 within the Sierra bytecode decompression logic within the "cairo-lang-starknet-classes" library could allow remote attackers to trigger an infinite loop and high CPU usage by submitting a malicious Declare v2/v3 transaction. This results in a...

7.5CVSS7.4AI score0.00454EPSS
SaveExploits0References5
OSV
OSV
added 2025/03/27 5:15 p.m.5 views

DEBIAN-CVE-2023-53031

In the Linux kernel, the following vulnerability has been resolved: powerpc/imc-pmu: Fix use of mutex in IRQs disabled section Current imc-pmu code triggers a WARNING with CONFIGDEBUGATOMICSLEEP and CONFIGPROVELOCKING enabled, while running a threadimc event. Command to trigger the warning: perf...

5.5CVSS5.4AI score0.00141EPSS
SaveExploits0References1
NVD
NVD
added 2025/03/27 5:15 p.m.19 views

CVE-2023-53030

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: Avoid use of GFPKERNEL in atomic context Using GFPKERNEL in preemption disable context, causing below warning when CONFIGDEBUGATOMICSLEEP is enabled. 32.542271 BUG: sleeping function called from invalid context at...

5.5CVSS0.00139EPSS
SaveExploits0References3
OSV
OSV
added 2025/03/27 5:15 p.m.5 views

DEBIAN-CVE-2023-53017

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: fix memory leak in hciupdateadvdata When hcicmdsyncqueue failed in hciupdateadvdata, instptr is not freed, which will cause memory leak, convert to use ERRPTR/PTRERR to pass the instance to callback so no memo...

5.5CVSS5.5AI score0.00152EPSS
SaveExploits0References1
OSV
OSV
added 2025/03/27 5:15 p.m.8 views

UBUNTU-CVE-2023-53010

In the Linux kernel, the following vulnerability has been resolved: bnxt: Do not read past the end of test names Test names were being concatenated based on a offset beyond the end of the first name, which tripped the buffer overflow detection logic: detected buffer overflow in strnlen ... Call...

5.5CVSS6.6AI score0.00182EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.14 views

CVE-2023-53031

In the Linux kernel, the following vulnerability has been resolved: powerpc/imc-pmu: Fix use of mutex in IRQs disabled section Current imc-pmu code triggers a WARNING with CONFIGDEBUGATOMICSLEEP and CONFIGPROVELOCKING enabled, while running a threadimc event. Command to trigger the warning: perf...

5.5CVSS5.4AI score0.00141EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/03/27 4:43 p.m.18 views

CVE-2023-53031 powerpc/imc-pmu: Fix use of mutex in IRQs disabled section

In the Linux kernel, the following vulnerability has been resolved: powerpc/imc-pmu: Fix use of mutex in IRQs disabled section Current imc-pmu code triggers a WARNING with CONFIGDEBUGATOMICSLEEP and CONFIGPROVELOCKING enabled, while running a threadimc event. Command to trigger the warning: perf...

0.00141EPSS
SaveExploits0References5
CVE
CVE
added 2025/03/27 4:43 p.m.84 views

CVE-2023-53030

CVE-2023-53030 affects the Linux kernel in octeontx2-pf where GFP_KERNEL was used in a context with preemption disabled, triggering a warning (CONFIG_DEBUG_ATOMIC_SLEEP) and potential sleeping in atomic context. The issue is resolved by avoiding GFP_KERNEL in atomic contexts and disabling preempt...

5.5CVSS6.6AI score0.00139EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/03/27 4:43 p.m.37 views

CVE-2023-53010 bnxt: Do not read past the end of test names

In the Linux kernel, the following vulnerability has been resolved: bnxt: Do not read past the end of test names Test names were being concatenated based on a offset beyond the end of the first name, which tripped the buffer overflow detection logic: detected buffer overflow in strnlen ... Call...

0.00182EPSS
SaveExploits0References2
NVD
NVD
added 2025/03/27 3:15 p.m.14 views

CVE-2025-21876

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix suspicious RCU usage Commit "iommu/vt-d: Allocate DMAR fault interrupts locally" moved the call to enabledrhdfaulthandling to a code path that does not hold any lock while traversing the drhd list. Fix it by...

8.8CVSS0.00201EPSS
SaveExploits0References3
CVE
CVE
added 2025/03/27 2:57 p.m.108 views

CVE-2025-21876

CVE-2025-21876 affects the Linux kernel iommu/vt-d code (DMAR) where a call to enable_drhd_fault_handling() was moved in a path that does not hold any lock while traversing the drhd list. The fix ensures dmar_global_lock is held while traversing the drhd list to prevent suspicious RCU usage. With...

8.8CVSS6.8AI score0.00201EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/03/27 2:57 p.m.13 views

CVE-2025-21876 iommu/vt-d: Fix suspicious RCU usage

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix suspicious RCU usage Commit "iommu/vt-d: Allocate DMAR fault interrupts locally" moved the call to enabledrhdfaulthandling to a code path that does not hold any lock while traversing the drhd list. Fix it by...

8.8CVSS6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/03/27 2:57 p.m.24 views

CVE-2025-21876 iommu/vt-d: Fix suspicious RCU usage

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix suspicious RCU usage Commit "iommu/vt-d: Allocate DMAR fault interrupts locally" moved the call to enabledrhdfaulthandling to a code path that does not hold any lock while traversing the drhd list. Fix it by...

8.8CVSS0.00201EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/03/27 2:57 p.m.39 views

CVE-2025-21876

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix suspicious RCU usage Commit "iommu/vt-d: Allocate DMAR fault interrupts locally" moved the call to enabledrhdfaulthandling to a code path that does not hold any lock while traversing the drhd list. Fix it by...

8.8CVSS5.8AI score0.00201EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/03/27 1:38 p.m.24 views

CVE-2025-21868 net: allow small head cache usage with large MAX_SKB_FRAGS values

In the Linux kernel, the following vulnerability has been resolved: net: allow small head cache usage with large MAXSKBFRAGS values Sabrina reported the following splat: WARNING: CPU: 0 PID: 1 at net/core/dev.c:6935 netifnapiaddweightlocked+0x8f2/0xba0 Modules linked in: CPU: 0 UID: 0 PID: 1 Comm...

7.5CVSS0.00354EPSS
SaveExploits0References4
GithubExploit
GithubExploit
added 2025/03/27 6:22 a.m.188 views

Exploit for CVE-2025-30208

Disclaimer: The vulnerabilities described in this document, a...

5.3CVSS6.8AI score0.74784EPSS
SaveExploits28
OSV
OSV
added 2025/03/27 12:00 a.m.15 views

CVE-2025-29072

An integer overflow in Nethermind Juno before v.12.05 within the Sierra bytecode decompression logic within the "cairo-lang-starknet-classes" library could allow remote attackers to trigger an infinite loop and high CPU usage by submitting a malicious Declare v2/v3 transaction. This results in a...

7.5CVSS7.4AI score
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2025/03/27 12:00 a.m.14 views

The vulnerability of the python-multipart streaming multi-component parser, related to uncontrolled resource consumption, allows a hacker to cause a service failure.

The vulnerability of the python-multipart streaming multi-component parser is related to an uncontrolled consumption of resources. Exploiting this vulnerability can allow a remote attacker to cause service interruptions...

7.8CVSS7.3AI score0.00644EPSS
SaveExploits0References5Affected Software3
CVE
CVE
added 2025/03/27 12:00 a.m.79 views

CVE-2025-29072

The CVE-2025-29072 entry describes an integer overflow in Nethermind Juno (pre-12.05) within the Sierra bytecode decompression logic of cairo-lang-starknet-classes that can be triggered by a malicious Declare v2/v3 transaction, causing a Denial of Service with high CPU usage on Starknet full-node...

7.5CVSS6.9AI score0.00454EPSS
SaveExploits0References2Affected Software1
GithubExploit
GithubExploit
added 2025/03/26 3:42 p.m.351 views

Exploit for CVE-2025-30208

CVE-2025-30208-EXP A vulnerability in Vite’s server’s arbitr...

5.3CVSS6.9AI score0.74784EPSS
SaveExploits28
Rows per page
Query Builder