[Bug 1511108] Re: Handle odd buffer lengths in checksum

Ubuntu Foundations Team Bug Bot 1511108 at bugs.launchpad.net
Thu Oct 29 00:24:27 UTC 2015


The attachment "0001-Handle-odd-buffer-lengths-in-checksum.patch" seems
to be a patch.  If it isn't, please remove the "patch" flag from the
attachment, remove the "patch" tag, and if you are a member of the
~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to sbsigntool in Ubuntu.
https://bugs.launchpad.net/bugs/1511108

Title:
  Handle odd buffer lengths in checksum

Status in sbsigntool package in Ubuntu:
  New

Bug description:
  Buffers of odd length can be passed to the checksum, for example
  signatures. This results in reading 1 byte beyond the buffer and can
  produce an incorrect checksum if the extra byte is non-zero.

  Attaching a patch changing csum_bytes() to prevent overflowing the
  buffer, while taking the extra byte into account if the length is odd.
  Tested with a UEFI binary containing an odd-length signature, and also
  detach/attach on a binary signed with Microsoft signtool.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sbsigntool/+bug/1511108/+subscriptions



More information about the foundations-bugs mailing list