Lucene search
+L

3416 matches found

OSV
OSV
added 2025/09/19 3:26 p.m.8 views

CVE-2025-39848 ax25: properly unshare skbs in ax25_kiss_rcv()

In the Linux kernel, the following vulnerability has been resolved: ax25: properly unshare skbs in ax25kissrcv Bernard Pidoux reported a regression apparently caused by commit c353e8983e0d "net: introduce per netns packet chains". skb-dev becomes NULL and we crash in netifreceiveskbcore. Before...

8.8CVSS6AI score
SaveExploits0References14
NVD
NVD
added 2025/09/18 4:15 p.m.11 views

CVE-2022-50410

In the Linux kernel, the following vulnerability has been resolved: NFSD: Protect against send buffer overflow in NFSv2 READ Since before the git era, NFSD has conserved the number of pages held by each nfsd thread by combining the RPC receive and send buffers into a single array of pages. This...

9.8CVSS0.0042EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2025/09/18 4:03 p.m.3 views

CVE-2022-50407 crypto: hisilicon/qm - increase the memory of local variables

In the Linux kernel, the following vulnerability has been resolved: crypto: hisilicon/qm - increase the memory of local variables Increase the buffer to prevent stack overflow by fuzz test. The maximum length of the qos configuration buffer is 256 bytes. Currently, the value of the 'val buffer' i...

6.4AI score0.0017EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/09/18 4:03 p.m.24 views

CVE-2022-50407 crypto: hisilicon/qm - increase the memory of local variables

In the Linux kernel, the following vulnerability has been resolved: crypto: hisilicon/qm - increase the memory of local variables Increase the buffer to prevent stack overflow by fuzz test. The maximum length of the qos configuration buffer is 256 bytes. Currently, the value of the 'val buffer' i...

0.0017EPSS
SaveExploits0References3
NVD
NVD
added 2025/09/17 3:15 p.m.16 views

CVE-2023-53353

In the Linux kernel, the following vulnerability has been resolved: accel/habanalabs: postpone memmgr IDR destruction to hprivrelease The memory manager IDR is currently destroyed when user releases the file descriptor. However, at this point the user context might be still held, and memory buffe...

5.5CVSS0.00167EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/09/17 2:56 p.m.21 views

CVE-2023-53353 accel/habanalabs: postpone mem_mgr IDR destruction to hpriv_release()

In the Linux kernel, the following vulnerability has been resolved: accel/habanalabs: postpone memmgr IDR destruction to hprivrelease The memory manager IDR is currently destroyed when user releases the file descriptor. However, at this point the user context might be still held, and memory buffe...

0.00167EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/09/17 2:56 p.m.21 views

CVE-2023-53353

In the Linux kernel, the following vulnerability has been resolved: accel/habanalabs: postpone memmgr IDR destruction to hprivrelease The memory manager IDR is currently destroyed when user releases the file descriptor. However, at this point the user context might be still held, and memory buffe...

5.5CVSS5.2AI score0.00167EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/09/17 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2025-39816

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

5.5CVSS6.1AI score0.00145EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/09/17 12:00 a.m.15 views

PT-2025-44149

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue was identified in the Linux kernel related to the perf subsystem and specifically the arm spe component. A cast to unsigned long was implemented for the nr pages variable to...

6CVSS6AI score0.00144EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/09/17 12:00 a.m.14 views

PT-2025-38203

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The memory manager IDR is destroyed when a user releases the file descriptor. However, the user context might still be held at this point, and memory buffers might still be in use...

5.5CVSS5.4AI score0.00167EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
added 2025/09/16 11:31 p.m.9 views

SUSE CVE-2023-53199

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hifusb: clean up skbs if ath9khifusbrxstream fails Syzkaller detected a memory leak of skbs in ath9khifusbrxstream. While processing skbs in ath9khifusbrxstream, the already allocated skbs in skbpool are not freed if...

5.5CVSS6.4AI score0.00156EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/09/16 11:29 p.m.9 views

SUSE 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...

5.5CVSS6.6AI score0.00157EPSS
SaveExploits0References21
SUSE CVE
SUSE CVE
added 2025/09/16 11:24 p.m.7 views

SUSE 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.5CVSS6.3AI score0.00145EPSS
SaveExploits0References12
NVD
NVD
added 2025/09/16 5:15 p.m.19 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.00157EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/16 5:15 p.m.14 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.00157EPSS
SaveExploits0References1
CVE
CVE
added 2025/09/16 4:12 p.m.70 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.00157EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/09/16 2:15 p.m.12 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.00152EPSS
SaveExploits0References16
OSV
OSV
added 2025/09/16 1:15 p.m.4 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.00145EPSS
SaveExploits0References1
CVE
CVE
added 2025/09/16 1:08 p.m.55 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.00152EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/09/16 1:00 p.m.64 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.00145EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder