First published: Fri Jan 20 2023(Updated: )
libgit2 is a cross-platform, linkable library implementation of Git. When using an SSH remote with the optional libssh2 backend, libgit2 does not perform certificate checking by default. Prior versions of libgit2 require the caller to set the `certificate_check` field of libgit2's `git_remote_callbacks` structure - if a certificate check callback is not set, libgit2 does not perform any certificate checking. This means that by default - without configuring a certificate check callback, clients will not perform validation on the server SSH keys and may be subject to a man-in-the-middle attack. Users are encouraged to upgrade to v1.4.5 or v1.5.1. Users unable to upgrade should ensure that all relevant certificates are manually checked.
Credit: security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
Libgit2 Libgit2 | <1.4.5 | |
Libgit2 Libgit2 | =1.5.0 | |
ubuntu/libgit2 | <0.26.0+dfsg.1-1.1ubuntu0.2+ | 0.26.0+dfsg.1-1.1ubuntu0.2+ |
ubuntu/libgit2 | <1.4.5<1.5.1+ | 1.4.5 1.5.1+ |
ubuntu/libgit2 | <0.28.4+dfsg.1-2ubuntu0.1 | 0.28.4+dfsg.1-2ubuntu0.1 |
ubuntu/libgit2 | <1.1.0+dfsg.1-4.1ubuntu0.1 | 1.1.0+dfsg.1-4.1ubuntu0.1 |
ubuntu/libgit2 | <0.24.1-2ubuntu0.2+ | 0.24.1-2ubuntu0.2+ |
debian/libgit2 | <=0.27.7+dfsg.1-0.2 | 0.27.7+dfsg.1-0.2+deb10u2 1.1.0+dfsg.1-4+deb11u1 1.1.0+dfsg.1-4+deb11u2 1.5.1+ds-1 1.5.1+ds-1+deb12u1 1.7.2+ds-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-22742 is a vulnerability in libgit2, a cross-platform linkable library implementation of Git.
CVE-2023-22742 affects libgit2 by not performing certificate checking when using an SSH remote with the optional libssh2 backend.
CVE-2023-22742 has a severity level of medium.
To fix CVE-2023-22742, update libgit2 to version 1.5.0 or later, or apply the appropriate patches.
CWE-347 is a weakness that describes improper validation of certificate with host mismatch.