Live data from Hacker News

Server and Client RCE in Git version 2.7.1 and below

seclists.org

1–10 of 30 posts

Re: Server and Client RCE in Git version 2.7.1 and below

#6
A couple of thoughts on the potential impact: https://ma.ttias.be/remote-code-execution-git-versions-clien...

Server-side: github & bitbucket will get patched quickly, if they'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.

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.

It has all the potential to be huge.

Re: Server and Client RCE in Git version 2.7.1 and below

#7
post #4

Git kind of implies that you're going to execute something from the remote end anyway so it's not something like hartbleed....

Remote code execution is worse than Heartbleed.

Oops, my bad. I didn't realize this was a server side issue, that is pretty bad.

Re: Server and Client RCE in Git version 2.7.1 and below

#9
post #8

Note: if you're using Ubuntu, there is a semi-official PPA that has a non-vulnerable version (2.7.3): https://launchpad.net/~git-core/+archive/ubuntu/ppa

But a fix should come via the normal update channel soon? I'm on wily, should I expect to add this PPA or risk vulnerability?

Re: Server and Client RCE in Git version 2.7.1 and below

#10
post #9
post #8

Note: if you're using Ubuntu, there is a semi-official PPA that has a non-vulnerable version (2.7.3): https://launchpad.net/~git-core/+archive/ubuntu/ppa

But a fix should come via the normal update channel soon? I'm on wily, should I expect to add this PPA or risk vulnerability?

Ubuntu should announce the fix at https://www.ubuntu.com/usn/ but I can't load the page right now.

(removed DSA link as per advice below)

Post reply on HN