* [ANNOUNCE] Git v2.48.1 and friends
@ 2025-01-14 18:00 Junio C Hamano
2025-01-14 18:44 ` Johannes Schindelin
0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2025-01-14 18:00 UTC (permalink / raw)
To: git; +Cc: Linux Kernel, git-packagers, Johannes Schindelin
A maintenance release Git v2.48.1, together with releases for older
maintenance tracks (v2.40.4, v2.41.3, v2.42.4, v2.43.6, v2.44.3,
v2.45.3, v2.46.3, and v2.47.2) are now available at the usual
places. These are to address a couple of security issues.
The tarballs are found at:
https://www.kernel.org/pub/software/scm/git/
The following public repositories all have a copy of the 'v2.48.1'
tag, as well as the tags for older maintenance tracks listed above.
url = https://git.kernel.org/pub/scm/git/git
url = https://kernel.googlesource.com/pub/scm/git/git
url = git://repo.or.cz/alt-git.git
url = https://github.com/gitster/git
These releases make Git refuse to accept URLs that contain control
sequences to address CVE-2024-50349 and CVE-2024-52006.
- CVE-2024-50349:
Printing unsanitized URLs when asking for credentials made the
user susceptible to crafted URLs (e.g. in recursive clones) that
mislead the user into typing in passwords for trusted sites that
would then be sent to untrusted sites instead.
- CVE-2024-52006
Git may pass on Carriage Returns via the credential protocol to
credential helpers which use line-reading functions that
interpret said Carriage Returns as line endings, even though Git
did not intend that.
Huge credit goes to Dscho who led and coordinated the fixes for this
set of releases.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ANNOUNCE] Git v2.48.1 and friends
2025-01-14 18:00 [ANNOUNCE] Git v2.48.1 and friends Junio C Hamano
@ 2025-01-14 18:44 ` Johannes Schindelin
2025-01-14 21:11 ` Junio C Hamano
0 siblings, 1 reply; 3+ messages in thread
From: Johannes Schindelin @ 2025-01-14 18:44 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git, Linux Kernel, git-packagers
Hi Junio,
my apologies, I only realized _now_ that I had forgotten to update
`GIT-VERSION-GEN` in v2.47.2, it still has `DEF_VER=v2.47.1` (but all
other mentioned tagged versions have a correct `GIT-VERSION-GEN`). I am
very sorry about that.
Ciao,
Johannes
On Tue, 14 Jan 2025, Junio C Hamano wrote:
> A maintenance release Git v2.48.1, together with releases for older
> maintenance tracks (v2.40.4, v2.41.3, v2.42.4, v2.43.6, v2.44.3,
> v2.45.3, v2.46.3, and v2.47.2) are now available at the usual
> places. These are to address a couple of security issues.
>
> The tarballs are found at:
>
> https://www.kernel.org/pub/software/scm/git/
>
> The following public repositories all have a copy of the 'v2.48.1'
> tag, as well as the tags for older maintenance tracks listed above.
>
> url = https://git.kernel.org/pub/scm/git/git
> url = https://kernel.googlesource.com/pub/scm/git/git
> url = git://repo.or.cz/alt-git.git
> url = https://github.com/gitster/git
>
>
> These releases make Git refuse to accept URLs that contain control
> sequences to address CVE-2024-50349 and CVE-2024-52006.
>
> - CVE-2024-50349:
>
> Printing unsanitized URLs when asking for credentials made the
> user susceptible to crafted URLs (e.g. in recursive clones) that
> mislead the user into typing in passwords for trusted sites that
> would then be sent to untrusted sites instead.
>
> - CVE-2024-52006
>
> Git may pass on Carriage Returns via the credential protocol to
> credential helpers which use line-reading functions that
> interpret said Carriage Returns as line endings, even though Git
> did not intend that.
>
>
> Huge credit goes to Dscho who led and coordinated the fixes for this
> set of releases.
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ANNOUNCE] Git v2.48.1 and friends
2025-01-14 18:44 ` Johannes Schindelin
@ 2025-01-14 21:11 ` Junio C Hamano
0 siblings, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2025-01-14 21:11 UTC (permalink / raw)
To: Johannes Schindelin; +Cc: git, Linux Kernel, git-packagers
Johannes Schindelin <Johannes.Schindelin@gmx.de> writes:
> my apologies, I only realized _now_ that I had forgotten to update
> `GIT-VERSION-GEN` in v2.47.2, it still has `DEF_VER=v2.47.1` (but all
> other mentioned tagged versions have a correct `GIT-VERSION-GEN`). I am
> very sorry about that.
Heh, mistakes happen. You do not owe _me_ an apology.
I hope I did 2.48.1 right, so we should be OK ;-)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-01-14 21:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-14 18:00 [ANNOUNCE] Git v2.48.1 and friends Junio C Hamano
2025-01-14 18:44 ` Johannes Schindelin
2025-01-14 21:11 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox