惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

G
Google Developers Blog
WordPress大学
WordPress大学
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
小众软件
小众软件
人人都是产品经理
人人都是产品经理
美团技术团队
Blog — PlanetScale
Blog — PlanetScale
S
SegmentFault 最新的问题
博客园 - 【当耐特】
V
V2EX
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 叶小钗
Google DeepMind News
Google DeepMind News
量子位
罗磊的独立博客
月光博客
月光博客
N
Netflix TechBlog - Medium
大猫的无限游戏
大猫的无限游戏
博客园_首页
P
Proofpoint News Feed
Jina AI
Jina AI
云风的 BLOG
云风的 BLOG
博客园 - 司徒正美
腾讯CDC

Cyber Security News

AIRecon: AI-Powered Penetration Testing Tool with Kali Linux Sandbox Critical Chrome Vulnerabilities Allow Attackers to Execute Arbitrary Code - Update Now! UNC3753 Uses Screen-Sharing Sessions and RMM Tools to Exfiltrate Sensitive Legal Data New OnionDrop Loader Campaign Uses gainmsg C2 to Deliver LegionLoader Payloads ClickFix Campaign Uses EtherHiding and GULoader to Infect Windows Users via Fake CAPTCHA Ghostwriter Hackers Abuse Gmail Admin-Themed Emails to Steal Credentials and 2FA Codes The Half-Life of Threat Intelligence: When Does an IOC Stop Being Useful? Critical Fortinet FortiSandbox Vulnerabilities Actively Exploited in Attacks Aembit Extends IAM for Agentic AI to Microsoft Copilot Studio India Temporarily Bans Telegram Messenger Over Medical Exam Fraud Microsoft 365 Device Code Phishing Campaign Bypasses Password Theft With Legitimate Login Flow AppViewX Launches Agent Identity Security to Govern Agents for the AI and Quantum Era Hackers Weaponize Microsoft Teams Relay to Hide Ransomware Traffic Developer laptops are the credential store attackers are picking through in 2026, GitGuardian announces Endpoint Protection Interlock and Rhysida Ransomware Operations Share Supper Backdoor and Malware Codebase Novo Nordisk Confirms Cyber Attack — Hackers Accessed Patient Medical Data and Internal AI Assets Russian and Chinese Influence Actors Use AI to Evade Bot Detection and Mimic Human Behavior Microsoft Teams Analyze the Wi-Fi Hotspot Data Connected to an Employee’s Device PRC-Nexus Hackers Exploit REDCap Servers to Spy on US Medical Research Institutions Infinite Campus Data Breach Exposes 137,000 Users Personal Details OptinMonster Plugin Hack Exposes 1.2 Million Wordpress Sites to Cyberattack Ransomware Ecosystem Consolidates Around LockBit Alumni, Qilin, Hyflock, and The Gentlemen Hackers Abuse Legitimate RMM Tools in The Quarry IRS and SSA Phishing Campaigns LiteSpeed cPanel Plugin 0-Day Vulnerability Actively Exploited in the Wild Cisco SD-WAN vManage Vulnerability Exploited in Zero-Day Attacks Nearly 14,000 SimpleHelp Servers Exposed Amid Critical Authentication Bypass Disclosure Microsoft Site Showing Warning Following Certificate Expiry DPAPISnoop Tool Extracts CREDHIST Hashes for Offline Windows Credential Recovery SHADOWBYT3$ Allegedly Claim Breach of Nintendo, Stealing Sensitive Data Anthropic Updated Privacy Policy to Include Identity Verification for Claude Users
PoC Exploit Released for libssh2 Remote Code Execution Vu...
Abinaya · 2026-06-24 · via Cyber Security News

A public proof-of-concept (PoC) exploit for the critical libssh2 remote code execution vulnerability tracked as CVE-2026-55200 is now available, significantly increasing the risk of real‑world attacks against unpatched systems.

The flaw affects libssh2 versions up to and including 1.11.1 and resides in the ssh2_transport_read() function, which parses incoming SSH packets on the client side.

The vulnerable code path fails to enforce an upper bound on the attacker‑controlled packet_length field before using it in an arithmetic expression that computes the allocation size for decrypted packets.

As documented in recent advisories, this unchecked packet length can cause a 32‑bit integer wrap, leading to an undersized heap allocation followed by out‑of‑bounds writes when subsequent code trusts the original large packet_length value.

PoC Released for libssh2 RCE Vulnerability.

Security researchers have now published a PoC under the “exploitarium” repository that turns this logic error into a practical exploitation framework.

The toolkit includes a C11 verifier that reproduces libssh2’s vulnerable arithmetic logic, demonstrating how a crafted packet_length value (e.g., 0xffffffff) can trigger a tiny memory allocation while the logical packet size remains extremely large.

This mismatch allows later packet processing stages to perform operations such as packet_length‑derived copies, effectively writing beyond the allocated buffer and corrupting adjacent heap structures.

Alongside the arithmetic probe, the PoC repository ships a minimal malicious SSH server implemented in Python that negotiates an encrypted SSH session and then delivers a malformed server‑to‑client packet with a decrypted packet_length designed to trigger the bug.

The server scaffold illustrates that a malicious or compromised SSH server, or a man‑in‑the‑middle positioned on the network path, can exploit vulnerable libssh2‑based clients without authentication or user interaction, aligning with the CVSS 9.2 rating assigned to CVE‑2026‑55200.

Because libssh2 underpins popular tooling such as curl, backup agents, firmware updaters, and embedded appliances, any component that links the library and connects to untrusted SSH endpoints becomes a potential RCE target.

To demonstrate end‑to‑end code execution, the exploitarium project also provides a controlled local RCE harness and exploit driver rather than a generic exploit for every libssh2 deployment.

The harness models the vulnerable allocation‑to‑control pattern and allows the exploit script to overflow from the undersized buffer into a callback pointer, ultimately writing a proof file to confirm successful control of program execution.

This design emphasizes that while the PoC confirms the feasibility of RCE, adapting it into a reliable exploit for real‑world services still depends on target‑specific factors such as binary layout, allocator behavior, available mitigations, and how the application embeds libssh2.

Upstream maintainers have addressed CVE‑2026‑55200 in commit 97acf3dfda80c91c3a8c9f2372546301d4a1a7a8, which introduces a strict guard rejecting packet_length values greater than LIBSSH2_PACKET_MAXPAYLOAD before performing the vulnerable arithmetic.

However, several distributions and downstream projects are still backporting or shipping patched builds, and no new libssh2 release containing the fix has been widely announced yet.

With a working PoC now available, organizations are urged to inventory any software statically or dynamically linked against libssh2, apply patches or backported fixes that include the referenced commit, and restrict connections to untrusted SSH servers while remediation is underway.

Follow us on Google NewsLinkedIn, and X to Get More Instant Updates.

Abinaya

Abinayahttps://cybersecuritynews.com/

Abi is a Security Editor and fellow reporter with Cyber Security News. She is covering various cyber security incidents happening in the Cyber Space.