TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Git security vulnerabilities announced

387 pointsby ttaylorrover 2 years ago

14 comments

codazodaover 2 years ago
I don&#x27;t think Apple has patched this yet (it just came out 3 hours ago). Looks like homebrew got right on it so I installed via that with the following command.<p>`brew install git`<p>The latest version in Ventura 13.1 seems to be either 2.24.3 or 2.37.1 (not all my co-workers machines match). I&#x27;m not sure if these are defaults, different because some of us have XCode, or if some of us manually installed. In any case, brew install got me up to date.
评论 #34421072 未加载
based2over 2 years ago
<a href="https:&#x2F;&#x2F;x41-dsec.de&#x2F;security&#x2F;research&#x2F;news&#x2F;2023&#x2F;01&#x2F;17&#x2F;git-security-audit-ostif&#x2F;" rel="nofollow">https:&#x2F;&#x2F;x41-dsec.de&#x2F;security&#x2F;research&#x2F;news&#x2F;2023&#x2F;01&#x2F;17&#x2F;git-se...</a>
sshineover 2 years ago
[Edit: According to @rlpb&#x27;s comment, git 2.39.1 is already available on Ubuntu]<p>To install the latest git on Ubuntu:<p><pre><code> sudo apt upgrade git </code></pre> [Former post included instructions on how to install git from <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>]
评论 #34418996 未加载
评论 #34417534 未加载
评论 #34419429 未加载
boukeover 2 years ago
What is git doing with the system’s spell checker? This is the first time I’ve read about git using a spell checker. I know that various gui clients do spell checking, but I’m not aware of git itself doing anything related to this.
评论 #34417758 未加载
ffjffsfrover 2 years ago
Regarding first vulnerability with gIt format, how can malicious party exploit it? Someone needs to convince you to run git log format with some unusual format specifier, right? And then they need to access some specific memory location this way so they still need to store something malicious elsewhere. Sounds like it would be really extremely hard for anyone to exploit this.<p>Overall fixing this it looks like routine house keeping and nothing major.
评论 #34419611 未加载
评论 #34420349 未加载
评论 #34419473 未加载
tomescoover 2 years ago
What is the recommended upgrade path for macOS&#x27; system install of git?<p>I have upgraded my brew install, but am unsure of what to do with the vulnerable system install.
评论 #34422349 未加载
评论 #34422999 未加载
评论 #34420775 未加载
tinus_hnover 2 years ago
Sounds terrible, however typically you’re checking out code you’re going to compile and run anyway.
评论 #34417585 未加载
bbojanover 2 years ago
Both critical bugs are integer overflows. It&#x27;s unclear to me why our languages still default to modulo arithmetic semantics. I feel Rust had a chance to fix this, but also dropped the ball.
评论 #34417396 未加载
评论 #34417367 未加载
评论 #34417440 未加载
评论 #34417739 未加载
评论 #34419742 未加载
评论 #34417687 未加载
评论 #34420565 未加载
评论 #34417881 未加载
评论 #34419478 未加载
评论 #34420720 未加载
评论 #34422153 未加载
remirkover 2 years ago
Original source: <a href="https:&#x2F;&#x2F;lore.kernel.org&#x2F;git&#x2F;xmqq7cxl9h0i.fsf@gitster.g&#x2F;T&#x2F;#u" rel="nofollow">https:&#x2F;&#x2F;lore.kernel.org&#x2F;git&#x2F;xmqq7cxl9h0i.fsf@gitster.g&#x2F;T&#x2F;#u</a>
评论 #34419280 未加载
评论 #34419144 未加载
评论 #34418898 未加载
xnormalover 2 years ago
I guess GitHub and similar providers could scan incoming commits for these in order to shield users who do not upgrade. We all know there will still be millions of those for years to come.
elricover 2 years ago
Seems like there are no updates available for Fedora just yet?
评论 #34424777 未加载
williamsmjover 2 years ago
I wonder if there&#x27;s anyone left at Twitter to backport security fixes to the custom fork of git they use to support their monorepo.
评论 #34421454 未加载
divbzeroover 2 years ago
For those of us who use Homebrew, the patched Git 2.39.1 should be available after this PR is merged:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;Homebrew&#x2F;homebrew-core&#x2F;pull&#x2F;120818">https:&#x2F;&#x2F;github.com&#x2F;Homebrew&#x2F;homebrew-core&#x2F;pull&#x2F;120818</a>
评论 #34417711 未加载
评论 #34419149 未加载
AdmiralAsshatover 2 years ago
I don&#x27;t know if &quot;announced&quot; is really the word they want to use here. It makes it sound like they&#x27;re unveiling a new feature.
评论 #34418686 未加载
评论 #34419137 未加载