Lucene search
+L

18458 matches found

CVE
CVE
added 2025/03/27 4:43 p.m.92 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.00145EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/03/27 4:43 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.5CVSS5.6AI score0.00145EPSS
SaveExploits0
CVE
CVE
added 2025/03/27 4:43 p.m.91 views

CVE-2023-53029

The CVE-2023-53029 entry concerns the Linux kernel, specifically the octeontx2-pf driver. The vulnerability/issue arises from GFP_KERNEL usage in atomic contexts for the rt (real-time) kernel, triggering sleep warnings in atomic context (BUG: sleeping function called from invalid context) and rel...

5.5CVSS6.5AI score0.00145EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.12 views

CVE-2023-53029

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: Fix the use of GFPKERNEL in atomic context on rt The commit 4af1b64f80fb "octeontx2-pf: Fix lmtst ID used in aura free" uses the get/putcpu to protect the usage of percpu pointer in -aurafreeptr callback, but it als...

5.5CVSS5.6AI score0.00145EPSS
SaveExploits0
OSV
OSV
added 2025/03/27 4:43 p.m.9 views

CVE-2023-53029 octeontx2-pf: Fix the use of GFP_KERNEL in atomic context on rt

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: Fix the use of GFPKERNEL in atomic context on rt The commit 4af1b64f80fb "octeontx2-pf: Fix lmtst ID used in aura free" uses the get/putcpu to protect the usage of percpu pointer in -aurafreeptr callback, but it als...

5.4AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2025/03/27 4:43 p.m.4 views

CVE-2023-53013 ptdma: pt_core_execute_cmd() should use spinlock

In the Linux kernel, the following vulnerability has been resolved: ptdma: ptcoreexecutecmd should use spinlock The interrupt handler ptcoreirqhandler of the ptdma driver can be called from interrupt context. The code flow in this function can lead down to ptcoreexecutecmd which will attempt to...

5.9AI score0.00151EPSS
SaveExploits0References3
CVE
CVE
added 2025/03/27 4:43 p.m.159 views

CVE-2023-53013

The CVE-2023-53013 issue in the Linux kernel relates to the ptdma driver: pt_core_irq_handler() could call pt_core_execute_cmd() from interrupt context, where acquiring a mutex is invalid and could cause a kernel panic. The fix replaces the mutex with a spinlock, addressing the interrupt-context ...

5.5CVSS6.6AI score0.00151EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/03/27 4:43 p.m.19 views

CVE-2023-53013 ptdma: pt_core_execute_cmd() should use spinlock

In the Linux kernel, the following vulnerability has been resolved: ptdma: ptcoreexecutecmd should use spinlock The interrupt handler ptcoreirqhandler of the ptdma driver can be called from interrupt context. The code flow in this function can lead down to ptcoreexecutecmd which will attempt to...

5.5CVSS5.6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/03/27 4:43 p.m.38 views

CVE-2023-53013 ptdma: pt_core_execute_cmd() should use spinlock

In the Linux kernel, the following vulnerability has been resolved: ptdma: ptcoreexecutecmd should use spinlock The interrupt handler ptcoreirqhandler of the ptdma driver can be called from interrupt context. The code flow in this function can lead down to ptcoreexecutecmd which will attempt to...

0.00151EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/03/27 4:43 p.m.23 views

CVE-2022-49759 VMCI: Use threaded irqs instead of tasklets

In the Linux kernel, the following vulnerability has been resolved: VMCI: Use threaded irqs instead of tasklets The vmcidispatchdgs tasklet function calls vmcireaddata which uses waitevent resulting in invalid sleep in an atomic context and therefore potentially in a deadlock. Use threaded irqs t...

0.00129EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/03/27 4:42 p.m.3 views

CVE-2022-49746 dmaengine: imx-sdma: Fix a possible memory leak in sdma_transfer_init

In the Linux kernel, the following vulnerability has been resolved: dmaengine: imx-sdma: Fix a possible memory leak in sdmatransferinit If the function sdmaloadcontext fails, the sdmadesc will be freed, but the allocated desc-bd is forgot to be freed. We already met the sdmaloadcontext failure ca...

6AI score0.00191EPSS
SaveExploits0References6
OSV
OSV
added 2025/03/27 4:29 p.m.17 views

CVE-2025-30366 WeGIA vulnerable to Stored XSS in personalizacao.php

WeGIA is a Web manager for charitable institutions. Versions prior to 3.2.8 are vulnerable to stored cross-site scripting. This vulnerability allows unauthorized scripts to be executed within the user's browser context. Stored XSS is particularly critical, as the malicious code is permanently...

6.2CVSS5.7AI score
SaveExploits0References3
OSV
OSV
added 2025/03/27 3:15 p.m.8 views

DEBIAN-CVE-2025-21889

In the Linux kernel, the following vulnerability has been resolved: perf/core: Add RCU read lock protection to perfiteratectx The perfiteratectx function performs RCU list traversal but currently lacks RCU read lock protection. This causes lockdep warnings when running perf probe with unshare1...

5.5CVSS5.6AI score0.00199EPSS
SaveExploits0References1
OSV
OSV
added 2025/03/27 3:15 p.m.17 views

UBUNTU-CVE-2025-21889

In the Linux kernel, the following vulnerability has been resolved: perf/core: Add RCU read lock protection to perfiteratectx The perfiteratectx function performs RCU list traversal but currently lacks RCU read lock protection. This causes lockdep warnings when running perf probe with unshare1...

7.8CVSS6.5AI score0.00199EPSS
SaveExploits0References24
BDU FSTEC
BDU FSTEC
added 2025/03/27 12:00 a.m.20 views

The vulnerabilities of the iommu/vt-d components of the Linux operating system’s kernel, which allow a hacker to cause a service failure

The vulnerability of the iommu/vt-d components of the Linux operating system’s kernel is related to improper validation of input data in the function domaincontextclearonecb within drivers/iommu/intel/iommu.c. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.7AI score0.00245EPSS
SaveExploits0References17Affected Software9
FreeBSD
FreeBSD
added 2025/03/27 12:00 a.m.30 views

electron{33,34} -- Incorrect handle provided in unspecified circumstances in Mojo

Electron developers report: This update fixes the following vulnerability: Security: backported fix for CVE-2025-2783...

8.3CVSS7.4AI score0.09238EPSS
SaveExploits7References1
Vulnrichment
Vulnrichment
added 2025/03/27 12:00 a.m.8 views

CVE-2025-26265

A segmentation fault in openairinterface5g v2.1.0 allows attackers to cause a Denial of Service DoS via a crafted UE Context Modification response...

6.9AI score0.00459EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2025/03/27 12:00 a.m.40 views

CVE-2025-26265

A segmentation fault in openairinterface5g v2.1.0 allows attackers to cause a Denial of Service DoS via a crafted UE Context Modification response...

0.00459EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2025/03/27 12:00 a.m.10 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from octeontx2-pf's misuse of GFPKERNEL in an atomic context...

5.5CVSS5.5AI score0.00145EPSS
SaveExploits0References5
OSV
OSV
added 2025/03/27 12:00 a.m.20 views

CVE-2025-26265

A segmentation fault in openairinterface5g v2.1.0 allows attackers to cause a Denial of Service DoS via a crafted UE Context Modification response...

6.5CVSS6.6AI score
SaveExploits0References5
Rows per page
Query Builder