Lucene search
+L

9650 matches found

NVD
NVD
added 2025/03/27 5:15 p.m.17 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.5CVSS0.00147EPSS
SaveExploits0References5
OSV
OSV
added 2025/03/27 5:15 p.m.15 views

CVE-2023-52990

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.5AI score
SaveExploits0References1
OSV
OSV
added 2025/03/27 5:15 p.m.1 views

DEBIAN-CVE-2023-52935

In the Linux kernel, the following vulnerability has been resolved: mm/khugepaged: fix -anonvma race If an -anonvma is attached to the VMA, collapseandfreepmd requires it to be locked. Page table traversal is allowed under any one of the mmap lock, the anonvma lock if the VMA is associated with a...

7.8CVSS6AI score0.00194EPSS
SaveExploits0References1
NVD
NVD
added 2025/03/27 5:15 p.m.16 views

CVE-2023-52928

In the Linux kernel, the following vulnerability has been resolved: bpf: Skip invalid kfunc call in backtrackinsn The verifier skips invalid kfunc call in checkkfunccall, which would be captured in fixupkfunccall if such insn is not eliminated by dead code elimination. However, this can lead to t...

5.5CVSS0.00245EPSS
SaveExploits0References3
NVD
NVD
added 2025/03/27 5:15 p.m.21 views

CVE-2022-49753

In the Linux kernel, the following vulnerability has been resolved: dmaengine: Fix double increment of clientcount in dmachanget The first time dmachanget is called for a channel the channel clientcount is incorrectly incremented twice for public channels, first in balancerefcount, and again prio...

7.8CVSS0.00233EPSS
SaveExploits0References7
NVD
NVD
added 2025/03/27 5:15 p.m.17 views

CVE-2022-49747

In the Linux kernel, the following vulnerability has been resolved: erofs/zmap.c: Fix incorrect offset calculation Effective offset to add to length was being incorrectly calculated, which resulted in iomap-length being set to 0, triggering a WARNON in iomapiterdone. Fix that, and describe it in...

5.5CVSS0.00188EPSS
SaveExploits0References3
NVD
NVD
added 2025/03/27 5:15 p.m.14 views

CVE-2022-49751

In the Linux kernel, the following vulnerability has been resolved: w1: fix WARNING after calling w1process I got the following WARNING message while removing driverds2482: ------------ cut here ------------ do not call blocking ops when !TASKRUNNING; state=1 set at w1process+0x9e/0x1d0 wire...

5.5CVSS0.00191EPSS
SaveExploits0References7
OSV
OSV
added 2025/03/27 5:15 p.m.13 views

AZL-60306 CVE-2022-49742 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: f2fs: initialize locks earlier in f2fsfillsuper syzbot is reporting lockdep warning at f2fshandleerror 1, for spinlock&sbi-errorlock is called before spinlockinit is called. For safe locking in error handling, move initialization...

5.5CVSS5.6AI score0.00122EPSS
SaveExploits0References1
OSV
OSV
added 2025/03/27 5:15 p.m.13 views

CVE-2021-4454

In the Linux kernel, the following vulnerability has been resolved: can: j1939: fix errant WARNONONCE in j1939sessiondeactivate The conclusion "j1939sessiondeactivate should be called with a session ref-count of at least 2" is incorrect. In some concurrent scenarios, j1939sessiondeactivate can be...

5.5CVSS6.8AI score
SaveExploits0References5
OSV
OSV
added 2025/03/27 5:15 p.m.7 views

UBUNTU-CVE-2022-49751

In the Linux kernel, the following vulnerability has been resolved: w1: fix WARNING after calling w1process I got the following WARNING message while removing driverds2482: ------------ cut here ------------ do not call blocking ops when !TASKRUNNING; state=1 set at w1process+0x9e/0x1d0 wire...

5.5CVSS6.2AI score0.00191EPSS
SaveExploits0References10
OSV
OSV
added 2025/03/27 5:15 p.m.6 views

UBUNTU-CVE-2023-52935

In the Linux kernel, the following vulnerability has been resolved: mm/khugepaged: fix -anonvma race If an -anonvma is attached to the VMA, collapseandfreepmd requires it to be locked. Page table traversal is allowed under any one of the mmap lock, the anonvma lock if the VMA is associated with a...

7.8CVSS6.5AI score0.00194EPSS
SaveExploits0References14
OSV
OSV
added 2025/03/27 5:15 p.m.7 views

UBUNTU-CVE-2022-49742

In the Linux kernel, the following vulnerability has been resolved: f2fs: initialize locks earlier in f2fsfillsuper syzbot is reporting lockdep warning at f2fshandleerror 1, for spinlock&sbi-errorlock is called before spinlockinit is called. For safe locking in error handling, move initialization...

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.16 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.00147EPSS
SaveExploits0
CVE
CVE
added 2025/03/27 4:43 p.m.105 views

CVE-2023-53031

In CVE-2023-53031, the Linux kernel vulnerability affects the POWER9/PowerPC imc-pmu code where a mutex is used in sections where IRQs are disabled. The underlying issue is that mutex_lock may call __might_resched(), which can emit a warning when IRQs are disabled, potentially triggering sleep-re...

5.5CVSS6.7AI score0.00147EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/03/27 4:43 p.m.10 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...

6.1AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.17 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
Cvelist
Cvelist
added 2025/03/27 4:43 p.m.16 views

CVE-2023-52990

...

SaveExploits0
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.19 views

CVE-2023-52990

Removed by vendor...

5.7AI score
SaveExploits0
CVE
CVE
added 2025/03/27 4:43 p.m.62 views

CVE-2023-52990

The CVE-2023-52990 entry is rejected/not used; it does not represent an active vulnerability entry.

6.7AI score
SaveExploits0
OSV
OSV
added 2025/03/27 4:43 p.m.17 views

CVE-2022-49753 dmaengine: Fix double increment of client_count in dma_chan_get()

In the Linux kernel, the following vulnerability has been resolved: dmaengine: Fix double increment of clientcount in dmachanget The first time dmachanget is called for a channel the channel clientcount is incorrectly incremented twice for public channels, first in balancerefcount, and again prio...

7.8CVSS5.5AI score
SaveExploits0References10
Rows per page
Query Builder