On Fri, Mar 01, 2013 at 12:52:51AM +0100, Jiri Kosina wrote: > On Thu, 28 Feb 2013, Matthew Garrett wrote: > > If you've loaded an x.509 certificate into the kernel and it's later > > revoked, any module signed with the key is going to be loadable until > > it's revoked. I don't see an especially large difference here? > > i_own_your_ring0.ko can be modprobed long after blacklisting of "hello > world" binary hash has happened on the very particular machine in its dbx > (as there is no link, in a x509-chain-of-trust-sense, between the hash of > the PE binary and the i_own_your_ring0.ko signature key).
Ah, I see what you mean. Yes, we should probably keep track of the linkage between the original hash and the key in the kernel and then invalidate the key if a corresponding dbx update is pushed, but it still seems likely that any attacker pushing the key onto your system would push the evil module simultaneously. The "I have an evil key but no evil module installed" case seems less likely. -- Matthew Garrett | mj...@srcf.ucam.org -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/