Close Menu
    What's Hot

    Atom Bank sale on cusp of collapse

    NBA: Memphis Grizzlies trade two-time All-Star Ja Morant to the Portland Trail Blazers | NBA News

    Trump’s new passport design is a too-perfect metaphor

    Facebook X (Twitter) Instagram
    Trending
    • Atom Bank sale on cusp of collapse
    • NBA: Memphis Grizzlies trade two-time All-Star Ja Morant to the Portland Trail Blazers | NBA News
    • Trump’s new passport design is a too-perfect metaphor
    • Fears for people deported from US to Venezuela hours before earthquakes hit | Earthquakes News
    • The Anti-Data-Center Movement Is Reshaping Michigan Politics
    • Cáceres says leaks about Uruguay’s Bielsa ‘twisted’
    • Wimbledon: Novak Djokovic and Jannik Sinner survive scares while Aryna Sabalenka strolls into second round | Tennis News
    • Public PoC Released for Critical libssh2 CVE-2026-55200 Client-Side SSH Flaw
    interluknewsinterluknews
    • Home
    • Business
      • Corporate News
      • Industry Insights
      • Startups & Entrepreneurship
      • Technology & Innovation
    • Economy
      • Economic Policy
      • Financial Analysis
      • Inflation & Interest Rates
      • Trade & Markets
    • Global
      • Conflicts & Security
      • Diplomacy
      • Global Trends
      • International Affairs
    • Lifestyle
      • Fashion
      • Food & Dining
      • Personal Development
      • Travel
    • Opinion
      • Columns
      • Editorials
      • Expert Opinions
      • Reader Voices
    • More
      • Politics
        • Elections
        • Government & Policy
        • International Relations
        • Political Analysis
      • Sports
        • Cricket
        • Football / Soccer
        • International Sports
        • Local Sports
      • Technology
        • Artificial Intelligence
        • Cybersecurity
        • Gadgets & Reviews
        • Tech News
      • South Africa News
    Facebook X (Twitter) Instagram
    interluknewsinterluknews
    Cybersecurity

    Public PoC Released for Critical libssh2 CVE-2026-55200 Client-Side SSH Flaw

    adminBy adminJune 30, 2026No Comments4 Mins Read
    Share Facebook Twitter Pinterest Copy Link Telegram LinkedIn Tumblr Email
    Public PoC Released for Critical libssh2 CVE-2026-55200 Client-Side SSH Flaw
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Swati KhandelwalJun 29, 2026Vulnerability / Open Source

    Public PoC Released for Critical libssh2 CVE-2026-55200 Client-Side SSH Flaw

    A public proof-of-concept is now out for CVE-2026-55200, a critical flaw in libssh2 that lets a malicious or compromised SSH server trigger memory corruption on a connecting client, with possible code execution. No credentials, no user interaction. The bug affects every release up to and including 1.11.1 and carries a CVSS 4.0 score of 9.2.

    libssh2 is a client-side SSH library, not a server. That distinction matters. It is embedded in curl, Git, PHP, backup agents, firmware updaters, and a long tail of appliances.

    Anything that links it and reaches out to an untrusted SSH endpoint is a potential target. Many of those copies are statically linked, so a distro package update will not touch them, and you may not know they are there.

    How the bug works

    The flaw lives in ssh2_transport_read() in transport.c, the function that parses incoming SSH packets during the handshake. It read the attacker-controlled packet_length field and rejected only values below 1. It never enforced an upper bound.

    Cybersecurity

    The size calculation adds packet_length to a couple of small values using 32-bit arithmetic, so a length of 0xffffffff wraps around to a tiny number. libssh2 then allocates a buffer sized for the tiny number, while later code writes the full, oversized packet into it.

    The result is an out-of-bounds heap write, classed as CWE-680, integer overflow to buffer overflow, a classic primitive for code execution. The fix adds the missing check, rejecting any packet_length above LIBSSH2_PACKET_MAXPAYLOAD before the math runs.

    libssh2 has tripped over this before. In 2019, it shipped version 1.8.1 to fix a batch of nine flaws led by CVE-2019-3855, a near-identical integer overflow in its transport read that also let a malicious server run code on a connecting client. Seven years later, the same class of bug is back in the same code.

    Security researcher Tristan Madani reported the issue. Maintainers merged the patch through pull request #2052 on June 12. VulnCheck published the CVE on June 17.

    A public proof-of-concept has been published in “exploitarium,” a GitHub archive of exploit code whose author says entries were posted without prior reporting. The archive contains a locally verified SSH trigger scaffold and a controlled local RCE harness for the libssh2 bug, not a turnkey remote exploit. Reliable code execution against a live application would still depend on the target binary, allocator behavior, mitigations, and how the software embeds libssh2.

    The context is worth weighing. The author concedes the archive went out incomplete, with some entries weak and AI driving the fuzzing. As of now, CISA’s exploitation rating for the CVE still reads none, and no in-the-wild use has been reported.

    What to do

    There is no fixed libssh2 release yet. The patch sits in the mainline source, and a tagged release is still being prepared, so Linux distributions and downstream projects are backporting it themselves; Debian, for one, already has a repaired build in testing.

    Cybersecurity

    NHS England Digital has issued an advisory urging affected organizations to update.

    • Inventory everything that links libssh2, including static or bundled copies that package managers will not flag. curl, Git, and PHP deployments are common carriers.
    • Apply a build that includes commit 97acf3d, whether a distro backport or a patched source build, and watch your vendor’s advisory channel for release status.
    • Until patched, restrict outbound SSH connections to trusted servers and verify host keys. Give priority to clients that reach external SSH servers or resolve hosts through names that an attacker could redirect. Watch for oversized-packet anomalies and unexplained client crashes.

    Patch the rest of the batch too: CVE-2026-55199 (CVSS 8.2), a denial of service that traps a connecting client in a CPU loop via a bogus extension count, and CVE-2025-15661 (CVSS 8.3), an SFTP heap over-read.

    The core issue is a pre-auth memory-corruption bug in code that ships inside more clients and appliances than anyone has fully mapped.

    The open questions are how fast someone turns the local harness into a dependable remote exploit, and how many bundled copies stay vulnerable because no one remembers they shipped libssh2 inside.

    ClientSide critical CVE202655200 flaw libssh2 PoC Public Released SSH
    Follow on Google News Follow on Flipboard
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
    Previous ArticleGemini’s personalized AI image generation is now free for US users
    Next Article Wimbledon: Novak Djokovic and Jannik Sinner survive scares while Aryna Sabalenka strolls into second round | Tennis News
    admin
    • Website

    Related Posts

    Gamaredon Expands Ukraine Attacks with New Malware and Cloud Service Abuse

    June 30, 2026

    Mustang Panda Uses Zoho WorkDrive as Command Channel in Indian Government Attacks

    June 29, 2026

    Malicious Perplexity Chrome Extension Intercepted Searches and Address Bar Input

    June 29, 2026
    Leave A Reply Cancel Reply

    Demo
    Latest Posts

    Atom Bank sale on cusp of collapse

    NBA: Memphis Grizzlies trade two-time All-Star Ja Morant to the Portland Trail Blazers | NBA News

    Trump’s new passport design is a too-perfect metaphor

    Fears for people deported from US to Venezuela hours before earthquakes hit | Earthquakes News

    Latest Posts

    Subscribe to News

    Get the latest sports news from NewsSite about world, sports and politics.

    Advertisement
    Demo

    We are a digital news platform delivering timely, accurate, and insightful coverage of politics, global affairs, business, economy, sports, and more. Our mission is to keep readers informed with reliable news, clear analysis, and stories that truly matter.
    We're social. Connect with us:

    Facebook X (Twitter) Instagram Pinterest YouTube

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Type above and press Enter to search. Press Esc to cancel.

    Powered by
    ...
    ►
    Necessary cookies enable essential site features like secure log-ins and consent preference adjustments. They do not store personal data.
    None
    ►
    Functional cookies support features like content sharing on social media, collecting feedback, and enabling third-party tools.
    None
    ►
    Analytical cookies track visitor interactions, providing insights on metrics like visitor count, bounce rate, and traffic sources.
    None
    ►
    Advertisement cookies deliver personalized ads based on your previous visits and analyze the effectiveness of ad campaigns.
    None
    ►
    Unclassified cookies are cookies that we are in the process of classifying, together with the providers of individual cookies.
    None
    Powered by