Comments on: Open-source bugs undermine digital signatures
Two flaws in open-source cryptography app could allow an attacker to add content to a digitally signed message or forge signatures.
Two flaws in open-source cryptography app could allow an attacker to add content to a digitally signed message or forge signatures.
December 7, 2009 5:40 PM PST
December 7, 2009 5:36 PM PST
December 7, 2009 5:00 PM PST
Add headlines from CNET News to your homepage or feedreader.
More feeds available in our RSS feed index.
Related quotes
The problem is that this confuses people that don't realize that a portion of the message is signed, and a portion is not. It's clearly indicated in the message the part that's signed (by a line that says, essentially, "signed message begins here"), but some people don't catch that.
The practical upshot is that one can add stuff before (or after) the signed section and GPG will validate the signed section for you and tell you it's okay. If you ignore the fact that only a portion of the message is signed, you will thus conclude the entire message is signed (including the altered portion outside the signed block).
The fix -- make it explicitly identify the signed block.
"The Gentoo project identified a security related BUG in GnuPG. When using any current version of GnuPG for unattended signature verification (e.g. by scripts and mail programs), false positive signature verification of detached signatures may occur."
See that? Bug. False positive signatures.
And:
"In the aftermath of the false positive signature verfication bug more thorough testing of the fix has been done and another vulnerability has been detected. This new problem affects the use of gpg for verification of signatures which are not detached signatures. The problem also affects verification of signatures embedded in encrypted messages; i.e. standard use of gpg for mails."
- Less than useful
- by nerdboy March 12, 2006 9:55 AM PST
- Writing about a flaw in a complex system without providing any indication of where the flaw lies or what the flawed mechanism is leaves the reader with nothing to use in evaluating alternatives or examining similar systems. Poor journalism.
- Like this Reply to this comment
-
(5 Comments)