]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix stack buffer overflow when parsing Digest Authorization (#1517)
authorAlex Bason <nonsleepr@gmail.com>
Sun, 15 Oct 2023 13:04:47 +0000 (13:04 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Mon, 16 Oct 2023 08:58:16 +0000 (21:58 +1300)
commitdc0e10bec3334053c1a5297e50dd7052ea18aef0
treea086c7a24cb83652b0d551e6dff572aab131d20b
parent6cfa10d94ca15a764a1d975597d8024582ef19be
Fix stack buffer overflow when parsing Digest Authorization (#1517)

The bug was discovered and detailed by Joshua Rogers at
https://megamansec.github.io/Squid-Security-Audit/digest-overflow.html
where it was filed as "Stack Buffer Overflow in Digest Authentication".
src/auth/digest/Config.cc