๐Ÿ” CVE Alert

CVE-2026-5917

CRITICAL 9.6

libgit2 v0.27.0-v1.9.0 Shell Command Injection via ssh_libssh2 Backend

CVSS Score
9.6
EPSS Score
0.0%
EPSS Percentile
0th

libgit2 versions v0.27.0 through v1.9.0 built with the libssh2 SSH backend (USE_SSH=libssh2) contain a shell command injection vulnerability that allows remote attackers to execute arbitrary commands on an SSH server by supplying a repository path containing unescaped shell metacharacters such as single quotes, semicolons, or pipes. The gen_proto() function in ssh_libssh2.c inserts the repository path directly into a shell command string without escaping special characters before passing it to libssh2_channel_exec(), enabling an attacker to craft a malicious submodule URL in a .gitmodules file that, when processed during a recursive clone, causes the remote server's shell to interpret injected commands under the victim's SSH user account.

CWE CWE-78
Vendor libgit2
Product libgit2
Published Aug 11, 2026
Stay Ahead of the Next One

Get instant alerts for libgit2 libgit2

Be the first to know when new critical vulnerabilities affecting libgit2 libgit2 are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

libgit2 / libgit2
0.27.0 โ‰ค 1.9.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/libgit2/libgit2 vulncheck.com: https://www.vulncheck.com/advisories/libgit2-shell-command-injection-via-ssh-libssh2-backend

Credits

Kazuma Matsumoto, a security researcher at GMO Cybersecurity by IERAE, Inc.