Lucene search
+L

841 matches found

Cvelist
Cvelist
added 2026/07/29 3:50 p.m.74 views

CVE-2026-67191 Xlight FTP Server < 3.9.5 Pre-Auth Heap Buffer Overflow via SSH Parser

Xlight FTP Server before 3.9.5 contains a pre-authentication heap buffer overflow vulnerability that allows remote unauthenticated attackers to write past the end of a heap buffer by sending a malformed SSH client identification string. A logic error in the recv loop's termination condition uses ...

9.8CVSS0.00617EPSS
SaveExploits0References2
IBM Security Bulletins
IBM Security Bulletins
added 2026/07/29 1:02 p.m.13 views

Security Bulletin: Multiple Vulnerabilities have been identified in IBM Db2 shipped with IBM WebSphere Remote Server

Summary IBM Db2 is shipped with IBM WebSphere Remote Server. Information about security vulnerabilities affecting IBM Db2 have been published in a security bulletin. Vulnerability Details Refer to the security bulletins listed in the Remediation/Fixes section Affected Products and Versions Affect...

9.8CVSS7.4AI score0.0086EPSS
SaveExploits2Affected Software1
OSV
OSV
added 2026/07/29 8:09 a.m.13 views

OPENSUSE-SU-2026:21477-1 Security update for openssh

This update for openssh fixes the following issues: - CVE-2026-59995: sftp: location of downloaded files not properly constrained when sftp server:/path . is used with an attacker-controlled server bsc1271044. - CVE-2026-59996: scp: file placed in the parent directory of an intended target...

9.4CVSS5.5AI score0.00441EPSS
SaveExploits0References16
CVE
CVE
added 2026/07/28 10:14 p.m.53 views

CVE-2026-54638

gotd/td, a Go MTProto client, is affected by a pre-auth denial of service in proto.UnencryptedMessage.Decode where dataLen from an unauthenticated MTProto unencrypted packet could trigger unbounded memory allocation before validating the buffer. This could cause excessive memory usage and CPU/GC ...

7.5CVSS5.9AI score0.00346EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/28 10:14 p.m.40 views

CVE-2026-54638 td has pre-auth denial of service via unbounded memory allocation in proto.UnencryptedMessage.Decode

gotd/td is a T Telegram MTProto API client in Go. Prior to 0.145.1, proto.UnencryptedMessage.Decode in proto/unencryptedmessage.go read attacker controlled dataLen from an unauthenticated MTProto unencrypted packet and allocated makebyte, dataLen before checking the remaining buffer, allowing...

7.5CVSS0.00346EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/28 5:07 p.m.8 views

SUSE CVE-2026-66035

libssh2 through 1.11.1, fixed in commit 42e33d8, contains a pre-authentication heap buffer overflow vulnerability that allows a malicious SSH server to corrupt heap metadata in any connecting client by sending a packet with a packetlength smaller than the cipher's block size during Encrypt-then-M...

7.5CVSS6.1AI score0.00472EPSS
SaveExploits0References7
NVD
NVD
added 2026/07/25 10:17 a.m.12 views

CVE-2026-64320

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.1CVSS0.00748EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.37 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.1CVSS0.00748EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/07/25 8:49 a.m.17 views

CVE-2026-64320

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.8AI score0.00748EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/25 8:49 a.m.10 views

EUVD-2026-49032

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

5.9AI score0.00748EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/25 8:49 a.m.47 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.00748EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-64320

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

9.1CVSS5.6AI score0.00748EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/24 4:47 p.m.9 views

GHSA-G9HV-X236-4QP3 Russh: client wrong-length X25519 `clone_from_slice` panic (pre-auth DoS)

Summary A malicious SSH server can crash a russh client session with a single malformed key-exchange reply, causing a pre-authentication Denial-of-Service before the server host key is verified. The embedding process itself stays up, but the connection is killed deterministically. Details Every...

5.3CVSS5.9AI score0.00291EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/24 4:45 p.m.22 views

Russh: Pre-auth remote panic via all-zero Curve25519 peer public value (encode_mpint OOB)

A pre-authentication denial-of-service panic in russh 0.62.2 commit c4be19f1915c8682f4615c3fd50008512b474491, current default branch main as of 2026-07-22. An unauthenticated client sends a single SSHMSGKEXECDHINIT whose QC is 32 zero bytes. russh's Curve25519 KEX does not reject the all-zero pee...

5.9CVSS6AI score0.00633EPSS
SaveExploits1References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/24 4:45 p.m.11 views

CVE-2026-66035

libssh2 through 1.11.1, fixed in commit 42e33d8, contains a pre-authentication heap buffer overflow vulnerability that allows a malicious SSH server to corrupt heap metadata in any connecting client by sending a packet with a packetlength smaller than the cipher's block size during Encrypt-then-M...

7.7CVSS6.2AI score0.00472EPSS
SaveExploits0References4
GithubExploit
GithubExploit
added 2026/07/24 9:49 a.m.62 views

Exploit for SQL Injection in Wordpress

CVE-2026-63030 & CVE-2026-60137 — wp2shell WordPress Cor...

9.8CVSS7.5AI score0.97271EPSS
SaveExploits77
NVD
NVD
added 2026/07/22 4:17 p.m.14 views

CVE-2026-16606

A vulnerability in Fujitsu Software Linux openFT and Fujitsu Software Oracle Solaris openFT before version 12.1D00 allows for unauthenticated remote code execution pre-auth RCE on GNU/Linux or Oracle Solaris. The Fsas Technologies PSIRT obtained that intelligence internally and covers the CVE...

9.8CVSS0.00651EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/21 9:24 p.m.6 views

CVE-2026-43945 FUXA Vulnerable to Pre-auth RCE via Path Manipulation & Configuration Injection

FUXA is a web-based Process Visualization SCADA/HMI/Dashboard software. Versions 1.2.11 until 1.3.1 allow an unauthenticated remote attacker to achieve Full Remote Code Execution RCE as root. The exploit succeeds even when the platform is configured in its most secure state Secure Mode Enabled an...

9.3CVSS5.7AI score
SaveExploits0References4
GithubExploit
GithubExploit
added 2026/07/21 4:52 p.m.78 views

Exploit for Code Injection in Craftcms Craft_Cms

CVE-2025-32432 Craft CMS Pre-Auth RCE PoC Critical Pre-Auth...

10CVSS9.9AI score0.99837EPSS
SaveExploits19
Cvelist
Cvelist
added 2026/07/20 4:57 p.m.39 views

CVE-2026-54538 xrdp: Pre-auth infinite loop via totalLength=0 in TS_SHARECONTROLHEADER

xrdp is an open source RDP server. In versions 0.10.6 and prior, a n issue was discovered where the software fails to properly validate the totalLength field within the RDP protocol control header during packet reception. An unauthenticated remote attacker can exploit this vulnerability by sendin...

7.5CVSS0.00672EPSS
SaveExploits0References2
Rows per page
Query Builder