Lucene search
+L

3275 matches found

NVD
NVD
added 2025/09/16 5:15 p.m.14 views

CVE-2023-53331

In the Linux kernel, the following vulnerability has been resolved: pstore/ram: Check start of empty przs during init After commit 30696378f68a "pstore/ram: Do not treat empty buffers as valid", initialization would assume a prz was valid after seeing that the buffersize is zero regardless of the...

7.8CVSS0.00147EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/16 5:15 p.m.9 views

DEBIAN-CVE-2023-53331

In the Linux kernel, the following vulnerability has been resolved: pstore/ram: Check start of empty przs during init After commit 30696378f68a "pstore/ram: Do not treat empty buffers as valid", initialization would assume a prz was valid after seeing that the buffersize is zero regardless of the...

7.8CVSS5.8AI score0.00147EPSS
SaveExploits0References1
CVE
CVE
added 2025/09/16 4:12 p.m.48 views

CVE-2023-53331

Summary (CVE-2023-53331) : In the Linux kernel, the pstore/ram path could treat an empty prz as valid during init, allowing a start value equal to zero to bypass bounds checks and trigger out-of-bounds writes, potentially causing panics in multiple code paths (e.g., sysdump_panic_event, panic, do...

7.8CVSS6.3AI score0.00147EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/09/16 2:15 p.m.8 views

UBUNTU-CVE-2025-39836

In the Linux kernel, the following vulnerability has been resolved: efi: stmm: Fix incorrect buffer allocation method The communication buffer allocated by setupmmhdr is later on passed to teeshmregisterkernelbuf. The latter expects those buffers to be contiguous pages, but setupmmhdr just uses...

7.8CVSS6.6AI score0.00142EPSS
SaveExploits0References16
OSV
OSV
added 2025/09/16 1:15 p.m.2 views

DEBIAN-CVE-2025-39816

In the Linux kernel, the following vulnerability has been resolved: iouring/kbuf: always use READONCE to read ring provided buffer lengths Since the buffers are mapped from userspace, it is prudent to use READONCE to read the value into a local variable, and use that for any other actions taken...

5.5CVSS5.6AI score0.00135EPSS
SaveExploits0References1
CVE
CVE
added 2025/09/16 1:8 p.m.36 views

CVE-2025-39836

CVE-2025-39836 is a Linux kernel issue described as resolved: the EFI stmm path allocated a communication buffer with kmalloc(), while the consumer expects contiguous pages, risking corruptions/BUGs. The fix switches from kmalloc() to alloc_pages_exact() in setup_mm_hdr() so buffers passed to tee...

7.8CVSS6.3AI score0.00142EPSS
SaveExploits0References3Affected Software1
ATTACKERKB
ATTACKERKB
added 2025/09/16 1:0 p.m.3 views

CVE-2025-39816

In the Linux kernel, the following vulnerability has been resolved: iouring/kbuf: always use READONCE to read ring provided buffer lengths Since the buffers are mapped from userspace, it is prudent to use READONCE to read the value into a local variable, and use that for any other actions taken...

5.5CVSS5.9AI score0.00135EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2025/09/16 1:0 p.m.35 views

CVE-2025-39816

CVE-2025-39816 pertains to the Linux kernel’s io_uring/kbuf path. The issue stems from reading ring-provided buffer lengths without a stable read, risking changes between checks and commits since buffers come from userspace. The fix mandates using READ_ONCE() when reading these lengths and tighte...

5.5CVSS6AI score0.00135EPSS
SaveExploits0References4Affected Software1
CNNVD
CNNVD
added 2025/09/16 12:0 a.m.6 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 the use of kmalloc to allocate buffers instead of contiguous pages, which could result in memory corruption ...

7.8CVSS6.1AI score0.00142EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/09/16 12:0 a.m.14 views

PT-2025-40642

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel's TLS implementation where the system may not properly abort a connection stream when invalid record headers are detected. Specifically, if the socket h...

6CVSS7.3AI score0.08942EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2025/09/16 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2023-53152

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amdgpu: fix calltrace warning in amddrmbuddyfini The following call trace is observed when removing the amdgpu driver, which is caused by that BOs allocated...

5.5CVSS6.4AI score0.00143EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/09/16 12:0 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2023-53186

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: skbuff: Fix a race between coalescing and releasing SKBs Commit 1effe8ca4e34 skbuff: fix...

4.7CVSS5.4AI score0.00101EPSS
SaveExploits0References3
NVD
NVD
added 2025/09/15 3:15 p.m.5 views

CVE-2022-50328

In the Linux kernel, the following vulnerability has been resolved: jbd2: fix potential use-after-free in jbd2fcwaitbufs In 'jbd2fcwaitbufs' use 'bh' after put buffer head reference count which may lead to use-after-free. So judge buffer if uptodate before put buffer head reference count...

7.8CVSS0.00149EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/15 3:15 p.m.5 views

DEBIAN-CVE-2022-50263

In the Linux kernel, the following vulnerability has been resolved: vdpasim: fix memory leak when freeing IOTLBs After commit bda324fd037a "vdpasim: control virtqueue support", vdpasim-iommu became an array of IOTLB, so we should clean the mappings of each free one by one instead of just deleting...

5.5CVSS5.4AI score0.00143EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/09/15 2:49 p.m.7 views

CVE-2022-50328 jbd2: fix potential use-after-free in jbd2_fc_wait_bufs

In the Linux kernel, the following vulnerability has been resolved: jbd2: fix potential use-after-free in jbd2fcwaitbufs In 'jbd2fcwaitbufs' use 'bh' after put buffer head reference count which may lead to use-after-free. So judge buffer if uptodate before put buffer head reference count...

0.00149EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/15 2:49 p.m.4 views

CVE-2022-50328 jbd2: fix potential use-after-free in jbd2_fc_wait_bufs

In the Linux kernel, the following vulnerability has been resolved: jbd2: fix potential use-after-free in jbd2fcwaitbufs In 'jbd2fcwaitbufs' use 'bh' after put buffer head reference count which may lead to use-after-free. So judge buffer if uptodate before put buffer head reference count...

7.8CVSS6.4AI score0.00149EPSS
SaveExploits0References8
CVE
CVE
added 2025/09/15 2:21 p.m.33 views

CVE-2023-53199

CVE-2023-53199 – Linux kernel, wifi: ath9k: hif_usb memory leak in rx stream . Syzkaller reported that when processing skbs in ath9k_hif_usb_rx_stream(), allocated skbs in skb_pool could be leaked if the function fails (e.g., due to an incorrect pkt_len or pkt_tag causing an input skb to be inval...

5.5CVSS6AI score0.00146EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2025/09/15 2:20 p.m.13 views

CVE-2022-50263 vdpasim: fix memory leak when freeing IOTLBs

In the Linux kernel, the following vulnerability has been resolved: vdpasim: fix memory leak when freeing IOTLBs After commit bda324fd037a "vdpasim: control virtqueue support", vdpasim-iommu became an array of IOTLB, so we should clean the mappings of each free one by one instead of just deleting...

0.00143EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/15 2:20 p.m.7 views

CVE-2022-50263 vdpasim: fix memory leak when freeing IOTLBs

In the Linux kernel, the following vulnerability has been resolved: vdpasim: fix memory leak when freeing IOTLBs After commit bda324fd037a "vdpasim: control virtqueue support", vdpasim-iommu became an array of IOTLB, so we should clean the mappings of each free one by one instead of just deleting...

5.5CVSS6.7AI score0.00143EPSS
SaveExploits0References6
NVD
NVD
added 2025/09/15 2:15 p.m.10 views

CVE-2023-53152

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix calltrace warning in amddrmbuddyfini The following call trace is observed when removing the amdgpu driver, which is caused by that BOs allocated for psp are not freed until removing. 61811.450562 RIP:...

5.5CVSS0.00143EPSS
SaveExploits0References3
Rows per page
Query Builder