LWN.net Logo

Fake Red Hat security update

Fake Red Hat security update

Posted Oct 25, 2004 16:08 UTC (Mon) by JoeBuck (subscriber, #2330)
Parent article: Fake Red Hat security update

This shows that it was a very wise decision to add digital signatures to RPMs, and to have the rpm program verify those signatures before installation. If it were not for that, these guys could have packaged their trojan as an RPM, and with suitable trickery they might even have misled people into thinking they were getting the RPM off of a Red Hat site. But an RPM that is not signed with a key that is already loaded into the rpm database will not install.


(Log in to post comments)

Fake Red Hat security update

Posted Oct 25, 2004 16:51 UTC (Mon) by utidjian (subscriber, #444) [Link]

"But an RPM that is not signed with a key that is already loaded into the rpm database will not install."

That is not quite true... at least not on any Red Hat or Fedora Core systems I have. It is true that 'yum update', 'apt-get update' and up2date will not, by default, install any unsigned or incorrectly signed packages. However, a simple 'rpm -ivh someunsignedpackage.rpm' will just go right ahead and install it. -DU-...etc...

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds