From: Jeff King <peff@peff.net>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org, slonkazoid <slonkazoid@slonk.ing>
Subject: Re: [PATCH] http: handle absolute-path alternates from server root
Date: Wed, 13 May 2026 14:58:25 -0400 [thread overview]
Message-ID: <20260513185825.GB147423@coredump.intra.peff.net> (raw)
In-Reply-To: <xmqqo6ikjeqp.fsf@gitster.g>
On Wed, May 13, 2026 at 10:10:54AM +0900, Junio C Hamano wrote:
> Jeff King <peff@peff.net> writes:
>
> > ... Probably in a way that makes it totally invalid, but
> > if you were very unlucky you could turn something like:
> >
> > http://victim.com.evil.domain:8000
> >
> > into:
> >
> > http://victim.com
> >
> > Which looks like the start of a redirect attack, except that
> > the attacker could just have written "http://victim.com" in
> > the first place! Either way we feed it to
> > is_alternate_allowed(), which is where we check redirect and
> > protocol rules.
>
> Yuck. I know I am the guilty party who introduced the dumb HTTP
> walker but I wish we could kill it off after all these years. I did
> not even recall that we supported the alternate object store in the
> "protocol" until I saw this patch X-<.
Me too. It's been the source of many obscure bugs, and I think a couple
of vulnerabilities (even though clients never intend to use dumb clones
in the first place).
We talked about dropping it a few years ago, but Eric countered that
dumb clones are easier on the server in some cases (like gigantic
public-inbox repos that are packed to keep most of the old history in
one big pack that is never updated). The verbatim pack-reuse feature
tries to get smart clones closer to that, but it's hard to beat serving
a static file from the server's perspective. I haven't measured anything
in that area in a while, though.
-Peff
next prev parent reply other threads:[~2026-05-13 18:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-12 16:26 [PATCH] http: handle absolute-path alternates from server root Jeff King
2026-05-13 1:10 ` Junio C Hamano
2026-05-13 18:58 ` Jeff King [this message]
2026-05-15 7:41 ` Patrick Steinhardt
2026-05-15 17:01 ` Jeff King
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260513185825.GB147423@coredump.intra.peff.net \
--to=peff@peff.net \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=slonkazoid@slonk.ing \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox