TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Server and Client RCE in Git version 2.7.1 and below

139 点作者 breadtk大约 9 年前

8 条评论

Mojah大约 9 年前
A couple of thoughts on the potential impact: <a href="https:&#x2F;&#x2F;ma.ttias.be&#x2F;remote-code-execution-git-versions-client-server-2-7-1-cve-2016-2324-cve-2016%E2%80%912315&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ma.ttias.be&#x2F;remote-code-execution-git-versions-clien...</a><p>Server-side: github &amp; bitbucket will get patched quickly, if they&#x27;re even still vulnerable. Self-hosted installations like Gitlab will be more difficult, as it requires sysadmins to patch themselves. History has thought us this takes too long.<p>Client-side: possibly the biggest impact, as nearly every Linux distribution ships vulnerable versions. Any kind of local system user activity could trigger the RCE. Technically, that includes any PHP, Ruby or Python site that allows shell commands to be executed - which, by default, they nearly all do.<p>It has all the potential to be huge.
评论 #11294176 未加载
评论 #11293974 未加载
krallin大约 9 年前
Note: if you&#x27;re using Ubuntu, there is a semi-official PPA that has a non-vulnerable version (2.7.3): <a href="https:&#x2F;&#x2F;launchpad.net&#x2F;~git-core&#x2F;+archive&#x2F;ubuntu&#x2F;ppa" rel="nofollow">https:&#x2F;&#x2F;launchpad.net&#x2F;~git-core&#x2F;+archive&#x2F;ubuntu&#x2F;ppa</a>
评论 #11293847 未加载
mappu大约 9 年前
Times like this i&#x27;m glad i&#x27;m still on Mercurial (no `strcpy` overflows in Python). Is anyone planning on writing a DVCS in Rust?
评论 #11294568 未加载
评论 #11294516 未加载
评论 #11294634 未加载
sergioocon大约 9 年前
<a href="https:&#x2F;&#x2F;bugzilla.redhat.com&#x2F;show_bug.cgi?id=CVE-2016-2315" rel="nofollow">https:&#x2F;&#x2F;bugzilla.redhat.com&#x2F;show_bug.cgi?id=CVE-2016-2315</a>
0x0大约 9 年前
Sounds like this could be a big deal for bitbucket.org and gitlab.com? Esp. considering private repositories there.
评论 #11293983 未加载
koleslaw大约 9 年前
BitBucket Cloud is currently on Git 2.1.1.1.g1fb337f (Version Info link in the footer <a href="https:&#x2F;&#x2F;bitbucket.org&#x2F;support" rel="nofollow">https:&#x2F;&#x2F;bitbucket.org&#x2F;support</a>). Anyone know what about GitHub?
Mojah大约 9 年前
Public mirror here if the official ones go down: <a href="https:&#x2F;&#x2F;marc.ttias.be&#x2F;oss-security&#x2F;2016-03&#x2F;msg00180.php" rel="nofollow">https:&#x2F;&#x2F;marc.ttias.be&#x2F;oss-security&#x2F;2016-03&#x2F;msg00180.php</a>
swiley大约 9 年前
Git kind of implies that you&#x27;re going to execute something from the remote end anyway so it&#x27;s not something like hartbleed....
评论 #11293258 未加载