Home GnuPG
Diffusion GnuPG 2b2adb85948c

gpg: Limit the size of key packets to a sensible value.
2b2adb85948cUnpublished

Unpublished Commit · Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

gpg: Limit the size of key packets to a sensible value.

* g10/parse-packet.c (MAX_KEY_PACKET_LENGTH): New.
(MAX_UID_PACKET_LENGTH): New.
(MAX_COMMENT_PACKET_LENGTH): New.
(MAX_ATTR_PACKET_LENGTH): New.
(parse_key): Limit the size of a key packet to 256k.
(parse_user_id): Use macro for the packet size limit.
(parse_attribute): Ditto.
(parse_comment): Ditto.

Without that it is possible to force gpg to allocate large amounts of
memory by using a bad encoded MPI. This would be an too easy DoS.
Another way to mitigate would be to change the MPI read function to
allocate memory dynamically while reading the MPI. However, that
complicates and possibly slows down the code. A too large key packet
is in any case a sign for broken data and thus gpg should not use it.

(back ported from commit 382ba4b137b42d5f25a7e256bb7c053ee5ac7b64)

  • Reported-by: Hanno Böck
  • GnuPG-bug-id: T1823
  • Signed-off-by: Werner Koch <wk@gnupg.org>

Details

Provenance
wernerAuthored on Feb 12 2015, 6:45 PM
Parents
rGf256bab03e2f: Avoid double-close in unusual dotlock situations.
Branches
Unknown
Tags
Unknown