* CVE-2026-55200 libssh2 @ 2026-07-07 8:38 Berner Martin 2026-07-07 11:55 ` Johannes Schindelin 0 siblings, 1 reply; 4+ messages in thread From: Berner Martin @ 2026-07-07 8:38 UTC (permalink / raw) To: 'git@vger.kernel.org' Hello, The libssh2 library appears to be relevant in the Git for Windows build. Git depends on libcurl, and libcurl in turn depends on libssh2. However, even in the latest build, the version still appears to be 1.11.1, which I understand may be affected by vulnerability CVE-2026-55200. Is that correct? If so, when can a patched build be expected? Kind regards, Martin Berner ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: CVE-2026-55200 libssh2 2026-07-07 8:38 CVE-2026-55200 libssh2 Berner Martin @ 2026-07-07 11:55 ` Johannes Schindelin 2026-07-07 13:25 ` AW: " Berner Martin 2026-07-07 16:24 ` Todd Zullinger 0 siblings, 2 replies; 4+ messages in thread From: Johannes Schindelin @ 2026-07-07 11:55 UTC (permalink / raw) To: Berner Martin; +Cc: 'git@vger.kernel.org' Hi Martin, On Tue, 7 Jul 2026, Berner Martin wrote: > The libssh2 library appears to be relevant in the Git for Windows build. For some definition of "relevant" ;-) In Git for Windows, `libssh2` is only used by `libcurl`, and the way Git uses `libcurl`, there is no code path to using libssh2 functionality. Therefore, I do not consider this critical enough to rush out a new Git for Windows version with a fix. Besides... > Git depends on libcurl, and libcurl in turn depends on libssh2. > However, even in the latest build, the version still appears to be > 1.11.1, which I understand may be affected by vulnerability > CVE-2026-55200. > > Is that correct? If so, when can a patched build be expected? That language "when can a patched build be expected" can very, very easily be perceived as quite entitled, and hence have the exact opposite effect of what you intended. You might want to be more careful in the future when you plan on not even offering to help while demanding work to be done in an Open Source project. Back to your question why Git for Windows still only includes v1.11.1 of libssh2. The answer is rather trivial: MSYS2 (on which Git for Windows is based through a healthy collaboration) includes only that version: https://packages.msys2.org/base/mingw-w64-libssh2 And the reason for _that_ might be rooted in the fact that both the repository as well as the website of libssh2 list that as the very latest available version: - https://github.com/libssh2/libssh2/releases/latest currently redirects to https://github.com/libssh2/libssh2/releases/tag/libssh2-1.11.1 - https://libssh2.org/ says: Download libssh2 1.11.1, released on 2024-10-16. *link to Changelog* Easy explanation, right? Ciao, Johannes ^ permalink raw reply [flat|nested] 4+ messages in thread
* AW: CVE-2026-55200 libssh2 2026-07-07 11:55 ` Johannes Schindelin @ 2026-07-07 13:25 ` Berner Martin 2026-07-07 16:24 ` Todd Zullinger 1 sibling, 0 replies; 4+ messages in thread From: Berner Martin @ 2026-07-07 13:25 UTC (permalink / raw) To: 'Johannes Schindelin'; +Cc: 'git@vger.kernel.org' Hello Johannes, Thank you for clarifying that the use of Git in any way cannot lead to the use of libssh2 and that, therefore, the situation is not as critical as it initially seemed to me. I apologize for the wording that may have sounded demanding. That was not my intention and was partly due to the translator. My days as a software developer are quite a long time ago, and the languages in which Git is written were not among those I worked with. As a result, my ability to contribute directly to the open-source community is rather limited. However, my employer supports the open-source community in other ways, so we are certainly not just beneficiaries. Thank you also for your explanations regarding MSYS2. Kind regards, Martin -----Ursprüngliche Nachricht----- Von: Johannes Schindelin <Johannes.Schindelin@gmx.de> Gesendet: Dienstag, 7. Juli 2026 13:56 An: Berner Martin <martin.berner@qualitasag.ch> Cc: 'git@vger.kernel.org' <git@vger.kernel.org> Betreff: Re: CVE-2026-55200 libssh2 Hi Martin, On Tue, 7 Jul 2026, Berner Martin wrote: > The libssh2 library appears to be relevant in the Git for Windows build. For some definition of "relevant" ;-) In Git for Windows, `libssh2` is only used by `libcurl`, and the way Git uses `libcurl`, there is no code path to using libssh2 functionality. Therefore, I do not consider this critical enough to rush out a new Git for Windows version with a fix. Besides... > Git depends on libcurl, and libcurl in turn depends on libssh2. > However, even in the latest build, the version still appears to be > 1.11.1, which I understand may be affected by vulnerability > CVE-2026-55200. > > Is that correct? If so, when can a patched build be expected? That language "when can a patched build be expected" can very, very easily be perceived as quite entitled, and hence have the exact opposite effect of what you intended. You might want to be more careful in the future when you plan on not even offering to help while demanding work to be done in an Open Source project. Back to your question why Git for Windows still only includes v1.11.1 of libssh2. The answer is rather trivial: MSYS2 (on which Git for Windows is based through a healthy collaboration) includes only that version: https://packages.msys2.org/base/mingw-w64-libssh2 And the reason for _that_ might be rooted in the fact that both the repository as well as the website of libssh2 list that as the very latest available version: - https://github.com/libssh2/libssh2/releases/latest currently redirects to https://github.com/libssh2/libssh2/releases/tag/libssh2-1.11.1 - https://libssh2.org/ says: Download libssh2 1.11.1, released on 2024-10-16. *link to Changelog* Easy explanation, right? Ciao, Johannes ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: CVE-2026-55200 libssh2 2026-07-07 11:55 ` Johannes Schindelin 2026-07-07 13:25 ` AW: " Berner Martin @ 2026-07-07 16:24 ` Todd Zullinger 1 sibling, 0 replies; 4+ messages in thread From: Todd Zullinger @ 2026-07-07 16:24 UTC (permalink / raw) To: Johannes Schindelin; +Cc: Berner Martin, git Hi, Johannes Schindelin wrote: > Back to your question why Git for Windows still only includes v1.11.1 of > libssh2. The answer is rather trivial: MSYS2 (on which Git for Windows is > based through a healthy collaboration) includes only that version: > > https://packages.msys2.org/base/mingw-w64-libssh2 > > And the reason for _that_ might be rooted in the fact that both the > repository as well as the website of libssh2 list that as the very latest > available version: > > - https://github.com/libssh2/libssh2/releases/latest currently redirects > to https://github.com/libssh2/libssh2/releases/tag/libssh2-1.11.1 > > - https://libssh2.org/ says: > > Download > libssh2 1.11.1, released on 2024-10-16. *link to Changelog* > > Easy explanation, right? Indeed. :) An upstream issue requesting a release to aid in the distribution of these fixes was filed about 2 months ago (after CVE-2026-7598, before CVE-2026-55200 and some others): https://github.com/libssh2/libssh2/issues/1925 That may be worth tracking for anyone curious. -- Todd ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-07-07 16:24 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2026-07-07 8:38 CVE-2026-55200 libssh2 Berner Martin 2026-07-07 11:55 ` Johannes Schindelin 2026-07-07 13:25 ` AW: " Berner Martin 2026-07-07 16:24 ` Todd Zullinger
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox