<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">I might be misunderstanding this thread... but if package signing and/or message digest are not being applied to SRPM, I also agree this is a problem.</div><div class="gmail_quote">
<br></div><div class="gmail_quote">On Sat, Jul 5, 2014 at 10:58 AM, Nico Kadel-Garcia <span dir="ltr"><<a href="mailto:nkadel@gmail.com" target="_blank">nkadel@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="">On Sat, Jul 5, 2014 at 8:23 AM, Karanbir Singh <<a href="mailto:mail-lists@karan.org">mail-lists@karan.org</a>> wrote:<br>
> On 07/05/2014 05:08 AM, Nico Kadel-Garcia wrote:<br>
>> Thanks. But Karanbir, "commit" is not the problem I'm referring to.<br>
>> It's the ability to substitute a trojaned, fake repository in between<br>
>> you and the client, to commit a "man-in-the-m8iddle" attack Valid SSL<br>
><br>
> what about <a href="http://git.centos.org" target="_blank">git.centos.org</a>'s ssl cert looks invalid ? Also, if you are<br>
> doubting SSL as a transport, we've all got bigger problems.<br>
<br>
</div>Today? *Nothing*. It's not <a href="http://git.centos.org" target="_blank">git.centos.org</a>, itself, that I'm worried<br>
about.  The proper use of private/public key pairs, such as SSH and<br>
SSL private keys, can help protect the central repository from<br>
improper access, and I assume that you folks are also doing code<br>
review before pulls are accepted into the primary repositories.<br></blockquote><div><br></div><div><br></div><div>Yes. SSL and SSH *can* provide privacy in transit and authentication of the source and destination (often only the destination). But it doesn't protect the content at the source or the target or at transit points, and authentication of the destination host isn't as useful or as well scrutinized as many people believe.</div>
<div><br></div><div>In the case of SSL... the recent "Heartbleed" exploit clearly demonstrates that SSL is not as invulnerable as people have been lead to believe. But, SSL has long had known issues and been circumvented. Edward Snowden changed our suspicions to beliefs that the US government was dabbling in this practice including potentially intercepting the SSL traffic directed towards large companies that I won't name here.</div>
<div><br></div><div>In the case of SSH... how many of you actually look up the SSH public key through a secondary channel (not SSH to the server!), before you accept the SSH public key as valid into your ~/.ssh/known_hosts file? I know I'm as guilty as probably all of you, and I generally do not.</div>
<div><br></div><div>More on this:</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
It's man-in-the-middle attacks for remote software downloaders. They'e<br>
vulnerable to trojaned repositories. placed *in between* their local<br>
client and <a href="http://git.centos.org" target="_blank">git.centos.org</a>. And SSL itself is vulnerable to forged keys<br>
using stolen signature authorities, whether local to a remote<br>
environment or such as the stolen "GlobalSign" keys. There are even<br>
environments that put proxies in front of *incoming* traffic, locally,<br>
to slap a new internal and internally signed SSL key on it, and<br>
*deliberately* do man-in-the-middle monitoring at the proxy. There are<br>
others that block most external HTTP/HTTPS and route only a few<br>
allowed external websites through an internal DNS address at the<br>
proxy: they've effectively insisted on being a man-in-the-middle for<br>
their own internal monitoring and traffic control reasons, and they<br>
can wind up using internally signed keys. They certainly can't use<br>
*your* keys for that!!!!<br></blockquote><div><br></div><div><br></div><div>Our company is looking into exactly these technologies. Both HTTPS and SSH transparent proxies. Once deployed, I won't be able to SSH from work out to a machine on the Internet without my session being "in the clear" and under the complete control of the proxy machine. The intent of this is supposedly to prevent data exfiltration but what it amounts to is that the company wants the ability to monitor all traffic in and out, and to be able to do a sort of "deep packet inspection" or even manipulation that would allow them to better filter the content and in the case of SSH, the ability to disable the use of port forwarding over SSH as a tunnel. They are real. Yes, a person worried about such a thing could check the signature of the server and the signature would probably not match... but for SSH, do you check the signature? And for SSL, what happens if they also intercept or manipulate the certificate lookups?</div>
<div><br></div><div>The point here is that HTTPS and SSH provide an amount of privacy and security. It does not make *any* guarantee about the authenticity of the content. It is sort of like having a rare painting be transported in a security truck, and presuming that because the painting arrives in a security truck, the painting must still be the original. The only way to determine if the painting is the original is to actually check the painting itself. How it arrives is irrelevant.</div>
<div><br></div><div>In a less extreme case, it just needs somebody to "hack into" one of the CentOS distribution points and replace the source and the .metadata with something of their own. Or it could just be a disgruntled or financially-rewarded volunteer who quietly replaces a server package. Without signatures, it can be difficult to detect this sort of thing.</div>
<div><br></div><div>Now, Git itself provides some of these protections... I'm only learning about CentOS 7 and <a href="http://git.centos.org">git.centos.org</a>, but I suspect a capability availability here is to use the Git SHA-1 commit identifiers as a means of authenticating content... but this wouldn't be good enough for files produced or distributed outside of Git...</div>
<div><br></div><div>Anyways... I just wanted to add support to the argument that signatures of some sort are desirable and that SSH and SSL are not on their own sufficient.</div></div><br clear="all"><div><br></div>-- <br>
Mark Mielke <<a href="mailto:mark.mielke@gmail.com" target="_blank">mark.mielke@gmail.com</a>><br><br>
</div></div>