Lucene search
+L

171540 matches found

OSV
OSV
added 2026/07/25 8:49 a.m.13 views

CVE-2026-64320 nvmet: fix pre-auth out-of-bounds heap read in Discovery Get Log Page

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix pre-auth out-of-bounds heap read in Discovery Get Log Page nvmetexecutediscgetlogpage validates only the dword alignment of the host-supplied Log Page Offset lpo. The 64-bit offset is then added to a small kzalloc'd...

9.1CVSS5.9AI score
SaveExploits0References7
CVE
CVE
added 2026/07/25 8:49 a.m.39 views

CVE-2026-64319

CVE-2026-64319 refers to a Linux kernel vulnerability in the nvmet-auth path where DHCHAP/response payload bounds were not verified against the transfer length. The issue allows a malicious NVMe‑oF initiator to craft a DHCHAP_REPLY with small transfer length but large hl/dhvlen values, yielding o...

9.1CVSS6AI score0.00524EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/25 8:49 a.m.39 views

CVE-2026-64320

CVE-2026-64320 concerns the Linux kernel nvmet Discovery Get Log Page path. The underlying issue is that nvmet_execute_disc_get_log_page() only validates the dword alignment of the host-supplied Log Page Offset (lpo) but then adds a 64-bit offset to a small kzalloc’d buffer and copies data_len by...

9.1CVSS5.9AI score0.00728EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/25 8:49 a.m.31 views

CVE-2026-64314

The CVE-2026-64314 entry refers to a Linux kernel vulnerability in the crypto/chacha20poly1305 module. The issue arises in chachapoly_create() which may pass a missing poly1305 template argument to a following strcmp() because it does not validate the second template argument. crypto_attr_alg_nam...

5.7AI score0.00198EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.35 views

CVE-2026-64314 crypto: chacha20poly1305 - validate poly1305 template argument

In the Linux kernel, the following vulnerability has been resolved: crypto: chacha20poly1305 - validate poly1305 template argument chachapolycreate still accepts the compatibility poly1305 parameter in the template name, but it assumes the second template argument is always present and immediatel...

0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/25 8:49 a.m.8 views

CVE-2026-64314 crypto: chacha20poly1305 - validate poly1305 template argument

In the Linux kernel, the following vulnerability has been resolved: crypto: chacha20poly1305 - validate poly1305 template argument chachapolycreate still accepts the compatibility poly1305 parameter in the template name, but it assumes the second template argument is always present and immediatel...

5.7AI score
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/07/25 8:49 a.m.6 views

CVE-2026-64280

In the Linux kernel, the following vulnerability has been resolved: fpga: dfl-afu: validate DMA mapping length in afudmamapregion afuioctldmamap accepts a 64-bit length from userspace via DFLFPGAPORTDMAMAP ioctl without an upper bound check. The value is passed to afudmapinpages where npages is...

8.8CVSS5.3AI score0.00163EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/07/25 8:49 a.m.8 views

EUVD-2026-48992

In the Linux kernel, the following vulnerability has been resolved: fpga: dfl-afu: validate DMA mapping length in afudmamapregion afuioctldmamap accepts a 64-bit length from userspace via DFLFPGAPORTDMAMAP ioctl without an upper bound check. The value is passed to afudmapinpages where npages is...

5.7AI score0.00163EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/25 8:49 a.m.9 views

CVE-2026-64280 fpga: dfl-afu: validate DMA mapping length in afu_dma_map_region()

In the Linux kernel, the following vulnerability has been resolved: fpga: dfl-afu: validate DMA mapping length in afudmamapregion afuioctldmamap accepts a 64-bit length from userspace via DFLFPGAPORTDMAMAP ioctl without an upper bound check. The value is passed to afudmapinpages where npages is...

8.8CVSS5.7AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.43 views

CVE-2026-64280 fpga: dfl-afu: validate DMA mapping length in afu_dma_map_region()

In the Linux kernel, the following vulnerability has been resolved: fpga: dfl-afu: validate DMA mapping length in afudmamapregion afuioctldmamap accepts a 64-bit length from userspace via DFLFPGAPORTDMAMAP ioctl without an upper bound check. The value is passed to afudmapinpages where npages is...

8.8CVSS0.00163EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.45 views

CVE-2026-64268 RDMA/siw: bound Read Response placement to the RREAD length

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: bound Read Response placement to the RREAD length In drivers/infiniband/sw/siw/siwqprx.c, siwprocrresp places each inbound Read Response DDP segment at sge-laddr + wqe-processed and then accumulates wqe-processed, but i...

9.8CVSS0.00695EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.35 views

CVE-2026-64267 fuse: avoid 32-bit prune notification count wrap

In the Linux kernel, the following vulnerability has been resolved: fuse: avoid 32-bit prune notification count wrap FUSENOTIFYPRUNE validates the nodeid payload length with: size - sizeofoutarg != outarg.count sizeofu64 On 32-bit kernels, sizet is also 32 bits, so the daemon-controlled count...

0.00153EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/25 8:49 a.m.8 views

CVE-2026-64267 fuse: avoid 32-bit prune notification count wrap

In the Linux kernel, the following vulnerability has been resolved: fuse: avoid 32-bit prune notification count wrap FUSENOTIFYPRUNE validates the nodeid payload length with: size - sizeofoutarg != outarg.count sizeofu64 On 32-bit kernels, sizet is also 32 bits, so the daemon-controlled count...

5.7AI score
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/07/25 8:49 a.m.6 views

CVE-2026-64257

In the Linux kernel, the following vulnerability has been resolved: smb: client: reject overlapping data areas in SMB2 responses Commit 53b7c271f06b "smb: client: restrict implied bcc0 exemption to responses without data area" restricted the implied bcc0 length exception to responses without a da...

9.1CVSS5.3AI score0.00672EPSS
SaveExploits0References7Affected Software1
Veracode
Veracode
added 2026/07/25 7:06 a.m.9 views

Denial Of Service

Valibot is vulnerable to Denial Of Service. The vulnerability is due to improper handling of attacker-controlled object keys in the flatten helper, where inherited Object.prototype property names can trigger a TypeError, allowing attackers to crash the validation process and prevent structured...

6.9CVSS5.9AI score0.00524EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2026/07/25 6:50 a.m.78 views

CVE-2026-10818

WPForms Pro (WordPress) is affected by an Arbitrary File Upload vulnerability up to version 1.10.1.1, exploitable via the ajax_chunk_upload_finalize path. The issue arises because file type validation occurs after chunk metadata and file contents are written to disk, and the assembled file isn’t ...

8.1CVSS6.5AI score0.0042EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.13 views

PT-2026-64551

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An out-of-bounds read exists in the svdm consume modes function. The issue occurs because the SVID value is read from the pmdata-svids array using pmdata-svid index as an index without...

4.6AI score0.00177EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.11 views

PT-2026-64501

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists where afu ioctl dma map accepts a 64-bit length from userspace via the DFL FPGA PORT DMA MAP ioctl without an upper bound check. This value is passed to afu dma pin pages...

8.8CVSS5.8AI score0.00163EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-56624

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Improper certificate validation in Apache MINA SSHD server-side. Apache MINA SSHD is a Java library for client-side and server-side SSH. Server-side OpenSSH use...

7.3CVSS5.7AI score0.00178EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.38 views

PT-2026-64540

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the nvmet auth reply function where the variable-length rval array is accessed using attacker-controlled hl hash length and dhvlen DH value length fields without...

9.1CVSS5.9AI score0.00524EPSS
SaveExploits0References19
Rows per page
Query Builder