Lucene search
+L

13163 matches found

RedhatCVE
RedhatCVE
added 2025/03/29 3:34 p.m.19 views

CVE-2025-21874

In the Linux kernel, the following vulnerability has been resolved: dm-integrity: Avoid divide by zero in table status in Inline mode In Inline mode, the journal is unused, and journalsectors is zero. Calculating the journal watermark requires dividing by journalsectors, which should be done only...

5.5CVSS7AI score0.00199EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/03/29 3:31 p.m.21 views

CVE-2025-21886

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix implicit ODP hang on parent deregistration Fix the destroyunusedimplicitchildmr to prevent hanging during parent deregistration as of below 1. Upon entering destroyunusedimplicitchildmr, the reference count for the...

5.5CVSS7.4AI score0.00199EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/03/29 3:29 p.m.18 views

CVE-2025-21875

In the Linux kernel, the following vulnerability has been resolved: mptcp: always handle address removal under msk socket lock Syzkaller reported a lockdep splat in the PM control path: WARNING: CPU: 0 PID: 6693 at ./include/net/sock.h:1711 sockownedbyme include/net/sock.h:1711 inline WARNING: CP...

5.5CVSS7.1AI score0.00222EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/03/29 3:28 p.m.27 views

CVE-2024-58091

In the Linux kernel, the following vulnerability has been resolved: drm/fbdev-dma: Add shadow buffering for deferred I/O DMA areas are not necessarily backed by struct page, so we cannot rely on it for deferred I/O. Allocate a shadow buffer for drivers that require deferred I/O and use it as...

5.5CVSS7.3AI score0.0021EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/03/29 2:33 p.m.10 views

CVE-2025-21870

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc4-topology: Harden loops for looking up ALH copiers Other, non DAI copier widgets could have the same stream name sname as the ALH copier and in that case the copier-data is NULL, no alhdata is attached, which could...

5.5CVSS7.1AI score0.002EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/03/28 3:38 a.m.8 views

SUSE CVE-2023-52993

In the Linux kernel, the following vulnerability has been resolved: x86/i8259: Mark legacy PIC interrupts with IRQLEVEL Baoquan reported that after triggering a crash the subsequent crash-kernel fails to boot about half of the time. It triggers a NULL pointer dereference in the periodic tick code...

5.5CVSS6.6AI score0.00264EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/03/28 12:00 a.m.5 views

PT-2025-16682

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved by adding a bounds check for create lease context in ksmbd. The issue was related to a missing bounds check, which has now been...

5.5CVSS7.6AI score0.00497EPSS
SaveExploits0
OSV
OSV
added 2025/03/27 5:15 p.m.15 views

CVE-2023-53025

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

6.4AI score
SaveExploits0References1
NVD
NVD
added 2025/03/27 5:15 p.m.17 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.5CVSS0.00145EPSS
SaveExploits0References3
NVD
NVD
added 2025/03/27 5:15 p.m.18 views

CVE-2023-53025

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

SaveExploits0
NVD
NVD
added 2025/03/27 5:15 p.m.13 views

CVE-2023-53019

In the Linux kernel, the following vulnerability has been resolved: net: mdio: validate parameter addr in mdiobusgetphy The caller may pass any value as addr, what may result in an out-of-bounds access to array mdiomap. One existing case is stmmacinitphy that may pass -1 as addr. Therefore valida...

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

CVE-2023-53020

In the Linux kernel, the following vulnerability has been resolved: l2tp: close all race conditions in l2tptunnelregister The code in l2tptunnelregister is racy in several ways: 1. It modifies the tunnel socket after publishing it. 2. It calls setupudptunnelsock on an existing socket without...

4.7CVSS0.00139EPSS
SaveExploits0References4
NVD
NVD
added 2025/03/27 5:15 p.m.41 views

CVE-2023-53012

In the Linux kernel, the following vulnerability has been resolved: thermal: core: call putdevice only after deviceregister fails putdevice shouldn't be called before a prior call to deviceregister. thermalcoolingdeviceregister doesn't follow that properly and needs fixing. Also...

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

CVE-2023-53013

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.5CVSS0.00151EPSS
SaveExploits0References3
NVD
NVD
added 2025/03/27 5:15 p.m.10 views

CVE-2023-53005

In the Linux kernel, the following vulnerability has been resolved: traceeventshist: add check for return value of 'createhistfield' Function 'createhistfield' is called recursively at traceeventshist.c:1954 and can return NULL-value that's why we have to check it to avoid null pointer dereferenc...

5.5CVSS0.00264EPSS
SaveExploits0References6
NVD
NVD
added 2025/03/27 5:15 p.m.12 views

CVE-2023-53004

In the Linux kernel, the following vulnerability has been resolved: ovl: fix tmpfile leak Missed an error cleanup...

5.5CVSS0.00218EPSS
SaveExploits0References2
NVD
NVD
added 2025/03/27 5:15 p.m.13 views

CVE-2023-52996

In the Linux kernel, the following vulnerability has been resolved: ipv4: prevent potential spectre v1 gadget in fibmetricsmatch if !type continue; if type RTAXMAX return false; ... fival = fi-fibmetrics-metricstype - 1; @type being used as an array index, we need to prevent cpu speculation or ri...

5.5CVSS0.00263EPSS
SaveExploits0References5
NVD
NVD
added 2025/03/27 5:15 p.m.52 views

CVE-2023-52998

In the Linux kernel, the following vulnerability has been resolved: net: fec: Use pagepoolputfullpage when freeing rx buffers The pagepoolreleasepage was used when freeing rx buffers, and this function just unmaps the page if mapped and does not recycle the page. So after hundreds of down/up the...

5.5CVSS0.0017EPSS
SaveExploits0References2
NVD
NVD
added 2025/03/27 5:15 p.m.12 views

CVE-2023-52997

In the Linux kernel, the following vulnerability has been resolved: ipv4: prevent potential spectre v1 gadget in ipmetricsconvert if !type continue; if type RTAXMAX return -EINVAL; ... metricstype - 1 = val; @type being used as an array index, we need to prevent cpu speculation or risk leaking...

5.5CVSS0.00264EPSS
SaveExploits0References6
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
Rows per page
Query Builder