#libssh2
Rust 1.96.1 has been released.

This point release includes a fix for a miscompilation in a MIR optimization, a fix for http timeouts in Cargo, and patches the recent vulnerabilities in libssh2 which is used as part of Cargo.

See the blog post for details: blog.rust-lang.org/2026/06/30/R...
Announcing Rust 1.96.1 | Rust Blog
Empowering everyone to build reliable and efficient software.
blog.rust-lang.org
June 30, 2026 at 12:27 PM
ok how tf does this work

i send SSH_USERAUTH_NONE to something using tailscale ssh and libssh2 chatters about and then just opens my browser???

feels magic but HOW
April 14, 2025 at 2:14 PM
for any people starting to panic, it's client side as far as I understand, so it only works if you try to connect to a malicious server (libssh2 being a client library)

(I had a small panic attack thinking it was server side hence why I'm making this reply xd)
June 24, 2026 at 5:14 PM
take a guess if the same company now emailed the exact same CRA compliance questionnaire they sent to the #curl project last week, to the libssh2 project!

Correct. They did.
July 17, 2025 at 4:55 PM
De opensourcebibliotheek libssh2 heeft twee ernstige kwetsbaarheden in alle versies van deze software voor beveiligde verbindingen. Aanvallers kunnen hiermee malware installeren of systemen platleggen. Patches staan op GitHub, maar moeten nog in releases verwerkt worden.
Twee grote gaten in beveiligingsbibliotheek libssh2 geven malware- en dosgevaar
ebx.sh
June 23, 2026 at 2:48 PM
Vergangene Woche wurde eine Sicherheitslücke in libssh2 bekannt. Jetzt ist Exploit-Code aufgetaucht, der sie missbrauchen kann. #Security
Kritische libssh2-Lücke: Proof-of-Concept-Exploit veröffentlicht
Vergangene Woche wurde eine Sicherheitslücke in libssh2 bekannt. Jetzt ist Exploit-Code aufgetaucht, der sie missbrauchen kann.
www.heise.de
June 29, 2026 at 11:32 AM
Don't see these that often, malicious server, no auth, no interaction, RCE in ssh.

CVE-2026-55200 — libssh2 pre-auth heap OOB write

pre-auth so network attacks can deliver the packet even when client pins host keys

github.com/bikini/explo...

www.linkedin.com/posts/dragos...
Don't see these that often, malicious server, no auth, no interaction, RCE in ssh. CVE-2026-55200 — libssh2 pre-auth heap OOB write   CVE-2026-55200 is a pre-auth out-of-bounds heap write in… | D...
Don't see these that often, malicious server, no auth, no interaction, RCE in ssh. CVE-2026-55200 — libssh2 pre-auth heap OOB write   CVE-2026-55200 is a pre-auth out-of-bounds heap write in libssh2'...
www.linkedin.com
June 23, 2026 at 9:03 PM
RCE i libssh2. Potential att vara riktigt, riktigt dåligt.

github.com/advisories/G...
CVE-2026-55200 - GitHub Advisory Database
libssh2 through 1.11.1, fixed in commit 7acf3df contains...
github.com
June 23, 2026 at 9:33 AM
Unter anderem eine kritische Lücke bedrohtIT-Infrastrukturen mit libssh2. Patches sind da, aber offensichtlich bislang nicht flächendeckend implementiert. #Security
Sicherheitslücken gefährden Verbindungen über libssh2
Unter anderem eine kritische Lücke bedrohtIT-Infrastrukturen mit libssh2. Patches sind da, aber offensichtlich bislang nicht flächendeckend implementiert.
www.heise.de
June 21, 2026 at 12:10 PM
SANS Stormcast Wednesday, June 24th, 2026: Patching vs. Configurations Updates; libssh2 and ffmpeg vuln;
https://isc.sans.edu/podcastdetail/9984
June 24, 2026 at 2:01 AM
M'en étais servi en 2007 pour avoir un dashboard de lancement de serveurs Call of Duty 2 (avant de coder mon propre truc maison super crado à base de php / libssh2 parce que pourquoi pas 😅)
November 13, 2025 at 7:23 PM
I ran a quick SFTP performance test with #curl built to use #libssh 0.11.1 vs one built that uses #libssh2 1.11.1 over a 400ms latency connection.

One of them managed to perform this at 1049K/sec, the other reached only 249K/sec.

And the winner is...

libssh2

Funny detail: I sped it up for […]
Original post on mastodon.social
mastodon.social
May 19, 2025 at 2:18 PM
still quite uncommon to see a libssh2 bug, as you know it's trusted and used by a lot of people

on the other side this sounds like an awesome way to mess with chinese port scanners that try to bruteforce any vps
June 24, 2026 at 7:18 PM
Critical libssh2 Vulnerability Allows Attackers to Execute Remote Code Via Malicious SSH packets
Critical libssh2 Vulnerability Allows Attackers to Execute Remote Code Via Malicious SSH packets
A critical security vulnerability has been identified in the widely used libssh2 library, allowing remote attackers to execute arbitrary code through specially crafted SSH packets. The flaw, tracked as CVE-2026-55200, carries a CVSS score of 9.2 and is classified under CWE-680 ( Integer Overflow to Buffer Overflow ). Disclosed on June 17, 2026, the vulnerability affects libssh2 versions 1.11.1 and earlier and was fixed in commit 7acf3df, with an official patch available through the project’s GitHub repository. libssh2 Vulnerability The flaw resides in the ssh2_transport_read() function, which fails to validate the packet_length field in incoming SSH packets properly. Due to missing upper-bound checks, attackers can supply excessively large values for packet_length, triggering an integer overflow that leads to an out-of-bounds heap write . This memory corruption condition allows attackers to overwrite adjacent memory structures, potentially enabling full remote code execution without authentication. Because the attack vector is network-based and requires no user interaction, the risk of exploitation is considered high. Successful exploitation of CVE-2026-55200 can result in remote code execution on affected systems, allowing attackers to take control of vulnerable applications. According to the VulnCheck advisory , the flaw can cause heap memory corruption, leading to crashes, denial-of-service conditions, and potentially full system compromise on systems using libssh2 for secure communications. The CVSS v4 vector reflects low attack complexity and high impact across confidentiality, integrity, and availability. Security researcher Tristan Madani responsibly disclosed the vulnerability, enabling a coordinated fix before widespread exploitation. The issue affects all applications and systems using libssh2 versions 1.11.1 and earlier. Since libssh2 is widely embedded in SSH clients , automation frameworks, and file transfer tools, the exposure extends across enterprise environments, cloud services, and embedded systems. The issue has been addressed in a patch introduced by commit 97acf3dfda80c91c3a8c9f2372546301d4a1a7a8, which enforces strict validation of packet_length values to prevent integer and buffer overflows. Organizations are strongly encouraged to upgrade libssh2 to a patched version as soon as possible. In addition, security teams should review systems for statically linked or bundled versions of libssh2, monitor SSH traffic for anomalies such as unusually large packet sizes, and implement network-level controls if immediate patching is not feasible. Follow us on  Google News ,  LinkedIn , and  X  to Get More Instant Updates. The post Critical libssh2 Vulnerability Allows Attackers to Execute Remote Code Via Malicious SSH packets appeared first on Cyber Security News .
cybersecuritynews.com
June 23, 2026 at 9:09 AM
🔐 libssh2 is now FIPS 140-3 Tested & Available with wolfCrypt FIPS!
Secure SSH remote access, file transfers, and tunneling with a lightweight, FIPS-tested cryptographic foundation.

Learn more about using libssh2 with wolfCrypt FIPS: www.wolfssl.com/libs...
#FIPS #SSH #Cybersecurity #OpenSource
libssh2 is now FIPS 140-3 Tested & Available with wolfCrypt FIPS - wolfSSL
libssh2 is a client-side C library that implements the SSH2 protocol for secure remote access, file transfer, and tunneling. FIPS 140-3 support is available
www.wolfssl.com
September 10, 2026 at 10:28 PM
I replied.
July 30, 2025 at 2:52 PM
ForkLift 4.2.6 for macOS now uses OpenSSH for SFTP connections, enhancing compatibility and features. Users can switch back to libssh2 if needed. The update also includes subitem counts, Czech localization, and bug fixes.
https://buff.ly/4kjAJy3
February 26, 2025 at 6:30 PM
got libscrapli + libssh2 proxy jump thing working this weekend

not quite as easy as -J w/ openssh, but it does the trick!

thinking its time for docs and examples... closign in on an rc i think!
July 8, 2025 at 2:07 PM
Critical libssh2 vulnerability with a proof-of-concept exploit already published. curl, PHP and libgit2 are also affected.
nvd.nist.gov/vuln/detail/...
#ssh #Vulnerability #ITSecurity #curl
NVD - CVE-2026-55200
nvd.nist.gov
June 29, 2026 at 12:27 PM
Sicherheitslücken gefährden Verbindungen über libssh2 | Security www.heise.de/news/Sicherh...
Sicherheitslücken gefährden Verbindungen über libssh2
Unter anderem eine kritische Lücke bedroht IT-Infrastrukturen mit libssh2. Patches sind da, aber offensichtlich bislang nicht flächendeckend implementiert.
www.heise.de
June 23, 2026 at 6:41 PM
Critical libssh2 flaw (CVE-2026-55200) enables remote code execution. Patch now. #CyberSecurity #libssh2 #Vulnerability #RemoteCodeExecution #SecurityUpdate #CVE202655200 thedailytechfeed.com/critical-lib...
June 23, 2026 at 9:16 AM
Un fallo crítico en libssh2 permite ejecutar código remoto con paquetes SSH manipulados - Una Al Día
Un fallo crítico en libssh2 permite ejecutar código remoto con paquetes SSH manipulados - Una Al Día
unaaldia.hispasec.com
July 5, 2026 at 1:39 AM