Gentoo Archives: gentoo-dev

From: R0b0t1 <r030t1@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Manifest2 hashes: validation of single hash per MANIFESTx_REQUIRED_HASH
Date: Tue, 21 Nov 2017 03:01:03
Message-Id: CAAD4mYjZwKcYuK1399ivXkVefVeohcOEvx0RHiNmAyEbUsjBPw@mail.gmail.com
In Reply to: [gentoo-dev] Manifest2 hashes: validation of single hash per MANIFESTx_REQUIRED_HASH by "Robin H. Johnson"
1 Hello friends!
2
3 On Wed, Nov 15, 2017 at 3:02 PM, Robin H. Johnson <robbat2@g.o> wrote:
4 > Replying to your original question here, to repeat the answer I emphasised
5 > before, along with significantly more detail in the history of Portage hashes
6 > (pulled from my notes back to GLEP57 and some minor updates).
7 >
8 > On Wed, Nov 08, 2017 at 12:57:49PM -0600, R0b0t1 wrote:
9 >> These posts are concerning because it looks like someone became stir
10 >> crazy and invented a problem to solve. The changes proposed to date
11 >> have remained poorly justified, and no one has addressed the concern
12 >> that multiple hashes *is* actually more secure.
13 >>
14 >> If it was deemed necessary at one point, what justification was used?
15 >> I.e. https://en.wikipedia.org/wiki/Wikipedia:Chesterton's_fence.
16 > On Wed, Nov 15, 2017 at 11:47:41AM -0600, R0b0t1 wrote:
17 >> Does the existence of a decision mean I would need to contact the trustees
18 >> if I feel the changes have not been adequately justified?
19 >
20 > In GLEP59, I referenced a paper by Joux [J04], in which it was shown that a
21 > concatenation of multiple hashes is NOT much more secure against collisions
22 > than the strongest of the individual hashes.
23 >
24 > That was cited as original logic in GLEP59 for the removal of SHA256 (that
25 > removal was never implemented). WHIRLPOOL & SHA512 were kept out of an
26 > abundance of caution at the time, mostly to implementation bugs in hashes (as I
27 > have referenced in the related threads since).
28 >
29 > Your logic regarding removing something you think I don't understand is wrong
30 > (Chesterton's Fence):
31 >
32 > If you dig in the history of Portage, you will see that it's always been valid,
33 > to have just a SINGLE hash for each file in a Manifest. Required hashes has
34 > NEVER contained more than one hash.
35 >
36 > If multiple hashes are present, then Portage will validate all of them, but a
37 > potential attacker can still modify the Manifest and have only a single hash
38 > listed. Exactly which hash MUST be present has changed over time.
39 >
40 > Manifest1 is very old, and was stored in $CAT/$PN/files/digest-$P
41 > Manifest2 is the current $CAT/$PN/Manifest (and soon in more locations per MetaManifest).
42 >
43 > 1999/xx/xx: Portage starts with Manifest1 format, MD5-only (CVS)
44 > 2004/08/25: Portage gets SHA1 support in Manifest1, but is problematic, SHA1 generation manual only.
45 > https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-src/portage/pym/portage_checksum.py?revision=1.1&view=markup
46 > https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-src/portage/pym/portage.py?r1=1.485&r2=1.486
47 > 2005/12/19: Portage Manifest1 supports MD5,SHA1,SHA256,RMD160, but still requires only a single hash present. Generates MD5+SHA256+RMD160.
48 > https://gitweb.gentoo.org/proj/portage.git/commit/?id=cd3e3775966a9f58aebb91f58cbdb5903faad3de
49 > 2006/03/24: Manifest2 introduced.
50 > https://gitweb.gentoo.org/proj/portage.git/commit/?id=f993747ca501e8a70d6f6174711149a172cfc3c2
51 > 2007/01/20: MANIFEST2_REQUIRED_HASH introduced, SHA1, it must be present & pass
52 > https://gitweb.gentoo.org/proj/portage.git/commit/?id=e768571187d1655fbb558c23d61fa2983e48e411
53 > 2007/12/18: MANIFEST1_REQUIRED_HASH introduced, MD5, it must be present & pass
54 > https://gitweb.gentoo.org/proj/portage.git/commit/?id=d9b10deaa03ce174d5ccc3b59c477549ad87e884
55 > 2008/02/28: Manifest1 support dropped.
56 > https://gitweb.gentoo.org/proj/portage.git/commit/?id=66940e1f2f0549ee8f01dad59016e168105e193d
57 > 2011/10/02: GLEP59 implemented, MANIFEST2_REQUIRED_HASH changes to SHA256
58 > https://gitweb.gentoo.org/proj/portage.git/commit/?id=c8cd3a985cc529299411d7343a11004b7d1330ef
59 > 2017/06/15: MANIFEST2_REQUIRED_HASH changes to SHA512
60 > https://gitweb.gentoo.org/proj/portage.git/commit/?id=e6abcc0b7cbdca481862a5c7cca946c01c471ffb
61 >
62 > [J04] Joux, Antoie. (2004). "Multicollisions in Iterated Hash Functions - Application to Cascaded Constructions;"
63 > Proceedings of CRYPTO 2004, Franklin, M. (Ed); Lecture Notes in Computer Science 3152, pp. 306-316.
64 > Available online from: http://web.cecs.pdx.edu/~teshrim/spring06/papers/general-attacks/multi-joux.pdf
65 >
66
67 This is the information I was looking for, thank you. I feel that the
68 matter has been adequately explained. I apologize for missing your
69 response.
70
71 The paper gives a counter intuitive result, so I suspect I will have
72 to spend more time with it.
73
74 Cheers,
75 R0b0t1

Replies