Lucene search
+L

406 matches found

vulnersOsv
vulnersOsv
•added 2026/06/11 8:28 p.m.•7 views

assistant_daemon (0.1.0), async-ssh2-tokio (>=0.6.0, <=0.8.11) +6 more potentially affected by CVE-2026-48107 via russh (>=0.37.1, <=0.43.0)

russh CARGO version =0.37.1, =0.6.0, =0.1.0, =0.1.0, =2.0.0-beta.1, =2.0.3 - sshrpc 0.1.0 - tunnels 0.1.0 Source cves: CVE-2026-48107 Source advisory: OSV:GHSA-G9G7-5CGW-6V28...

6.5CVSS5.3AI score0.00418EPSS
SaveExploits0
vulnersOsv
vulnersOsv
•added 2026/05/29 7:39 p.m.•6 views

assistant_daemon (0.1.0), async-ssh2-tokio (>=0.2.0, <=0.8.11) +7 more potentially affected by CVE-2026-46705 via russh (>=0.34.0, <=0.43.0)

russh CARGO version =0.34.0, =0.2.0, =0.1.0, =0.1.0, =0.2.0, =0.1.0, =0.4.1 - sshrpc 0.1.0 - tunnels 0.1.0 Source cves: CVE-2026-46705 Source advisory: OSV:GHSA-HPV4-5H6F-WQR3...

5.3CVSS5.3AI score0.00362EPSS
SaveExploits0
vulnersOsv
vulnersOsv
•added 2026/05/21 8:49 p.m.•8 views

assistant_daemon (0.1.0), async-ssh2-tokio (>=0.2.0, <=0.8.11) +7 more potentially affected by CVE-2026-46673 via russh (>=0.34.0, <=0.43.0)

russh CARGO version =0.34.0, =0.2.0, =0.1.0, =0.1.0, =0.2.0, =0.1.0, =0.4.1 - sshrpc 0.1.0 - tunnels 0.1.0 Source cves: CVE-2026-46673 Source advisory: OSV:GHSA-G9F8-WQJ9-FJW5...

7.5CVSS5.3AI score0.0046EPSS
SaveExploits0
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/05/08 12:00 a.m.•0 views

CVE-2026-42454: Improper Neutralization of Special Elements used in an OS Command

Termix is a web-based server management platform with SSH terminal, tunneling, and file editing capabilities. Prior to version 2.1.0, all Docker container management endpoints in Termix interpolate the containerId URL path parameter and WebSocket message field directly into shell commands execute...

9.9CVSS6AI score0.0085EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/05/05 7:22 p.m.•52 views

CVE-2026-34084 PhpSpreadsheet SSRF and RCE via PHP stream wrappers in IOFactory::load

PhpSpreadsheet is a library for reading and writing spreadsheet files. In versions 1.30.2 and earlier, 2.0.0 through 2.1.14, 2.2.0 through 2.4.3, 3.3.0 through 3.10.3, and 4.0.0 through 5.5.0, when the filename argument to IOFactory::load is user-controlled, an attacker can supply a PHP stream...

9.2CVSS0.00782EPSS
SaveExploits1References1
OSV
OSV
•added 2026/04/29 8:22 p.m.•15 views

GHSA-Q4Q6-R8WH-5CGH PhpSpreadsheet has SSRF/RCE in IOFactory::load when $filename is user controlled

The usage of isfile, used to verify if the $filename is indeed an actual file, by all? Reader implementations inside the helper function File::assertFile is php-wrapper aware, for any php wrappers implementing stat. The 3 wrappers ftp://, phar:// and ssh2.sftp://, all satisfy this requirement - 2...

9.2CVSS5.8AI score0.00782EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
•added 2026/04/29 8:22 p.m.•17 views

PhpSpreadsheet has SSRF/RCE in IOFactory::load when $filename is user controlled

The usage of isfile, used to verify if the $filename is indeed an actual file, by all? Reader implementations inside the helper function File::assertFile is php-wrapper aware, for any php wrappers implementing stat. The 3 wrappers ftp://, phar:// and ssh2.sftp://, all satisfy this requirement - 2...

9.8CVSS5.7AI score0.00782EPSS
SaveExploits1References4Affected Software1
Positive Technologies
Positive Technologies
•added 2026/04/29 12:00 a.m.•25 views

PT-2026-37096

Name of the Vulnerable Software and Affected Versions PhpSpreadsheet versions prior to 1.30.3 PhpSpreadsheet versions 2.0.0 through 2.1.14 PhpSpreadsheet versions 2.2.0 through 2.4.3 PhpSpreadsheet versions 3.3.0 through 3.10.3 PhpSpreadsheet versions 4.0.0 through 5.5.0 Description When the...

10CVSS6.4AI score0.00782EPSS
SaveExploits1References16
NVD
NVD
•added 2026/04/10 9:16 p.m.•12 views

CVE-2026-40194

phpseclib is a PHP secure communications library. Starting in 0.1.1 and prior to 3.0.51, 2.0.53, and 1.0.28, phpseclib\Net\SSH2::getbinarypacket uses PHP's != operator to compare a received SSH packet HMAC against the locally computed HMAC. != on equal-length binary strings in PHP uses memcmp,...

3.7CVSS0.00367EPSS
SaveExploits0References5
EUVD
EUVD
•added 2026/04/10 8:58 p.m.•18 views

EUVD-2026-21597

phpseclib has a variable-time HMAC comparison in SSH2::getbinarypacket using != instead of hashequals...

3.7CVSS5.8AI score0.00367EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/04/10 8:24 p.m.•47 views

CVE-2026-40194 phpseclib has a variable-time HMAC comparison in SSH2::get_binary_packet() using != instead of hash_equals()

phpseclib is a PHP secure communications library. Starting in 0.1.1 and prior to 3.0.51, 2.0.53, and 1.0.28, phpseclib\Net\SSH2::getbinarypacket uses PHP's != operator to compare a received SSH packet HMAC against the locally computed HMAC. != on equal-length binary strings in PHP uses memcmp,...

3.7CVSS0.00367EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
•added 2026/04/10 8:24 p.m.•9 views

CVE-2026-40194 phpseclib has a variable-time HMAC comparison in SSH2::get_binary_packet() using != instead of hash_equals()

phpseclib is a PHP secure communications library. Starting in 0.1.1 and prior to 3.0.51, 2.0.53, and 1.0.28, phpseclib\Net\SSH2::getbinarypacket uses PHP's != operator to compare a received SSH packet HMAC against the locally computed HMAC. != on equal-length binary strings in PHP uses memcmp,...

3.7CVSS5.8AI score0.00367EPSS
SaveExploits0References5
AlpineLinux
AlpineLinux
•added 2026/04/10 8:24 p.m.•28 views

CVE-2026-40194

phpseclib is a PHP secure communications library. Starting in 0.1.1 and prior to 3.0.51, 2.0.53, and 1.0.28, phpseclib\Net\SSH2::getbinarypacket uses PHP's != operator to compare a received SSH packet HMAC against the locally computed HMAC. != on equal-length binary strings in PHP uses memcmp,...

3.7CVSS5.4AI score0.00367EPSS
SaveExploits0
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/04/10 12:00 a.m.•0 views

CVE-2026-40194: Observable Timing Discrepancy

phpseclib is a PHP secure communications library. Starting in 0.1.1 and prior to 3.0.51, 2.0.53, and 1.0.28, phpseclib\Net\SSH2::getbinarypacket uses PHP's != operator to compare a received SSH packet HMAC against the locally computed HMAC. != on equal-length binary strings in PHP uses memcmp,...

3.7CVSS5.9AI score0.00367EPSS
SaveExploits0References1
Mageia
Mageia
•added 2026/03/24 5:53 p.m.•19 views

Updated trilead-ssh2 packages fix security vulnerabilities

CVE-2023-48795: Fixed prefix truncation breaking ssh channel integrity aka Terrapin Attack...

5.9CVSS6.9AI score0.93305EPSS
SaveExploits4References1
RedhatCVE
RedhatCVE
•added 2026/03/09 7:01 p.m.•12 views

CVE-2025-70034

A flaw was found in ssh2. This vulnerability, categorized as CWE-1333 Inefficient Regular Expression Complexity, allows a remote attacker to cause a Denial of Service DoS by sending specially crafted input that triggers inefficient processing of regular expressions. This can lead to the affected...

7.5CVSS5.8AI score0.00339EPSS
SaveExploits0References6
EUVD
EUVD
•added 2026/03/09 6:31 p.m.•12 views

EUVD-2025-208436

An issue pertaining to CWE-1333: Inefficient Regular Expression Complexity 4.19 was discovered in mscdex ssh2 v1.17.0...

5.8AI score0.00339EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2026/03/09 12:00 a.m.•18 views

PT-2026-24085

An issue pertaining to CWE-1333: Inefficient Regular Expression Complexity 4.19 was discovered in mscdex ssh2 v1.17.0...

5.8AI score0.00339EPSS
SaveExploits0References3
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/03/09 12:00 a.m.•1 views

CVE-2025-70034: Inefficient Regular Expression Complexity

An issue pertaining to CWE-1333: Inefficient Regular Expression Complexity 4.19 was discovered in mscdex ssh2 v1.17.0...

7.5CVSS5.7AI score0.00339EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2026/03/09 12:00 a.m.•43 views

CVE-2025-70034

An issue pertaining to CWE-1333: Inefficient Regular Expression Complexity 4.19 was discovered in mscdex ssh2 v1.17.0...

0.00339EPSS
SaveExploits0References3
Rows per page
Query Builder