public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] KEYS: Fixes
@ 2016-11-24  8:51 David Howells
  2016-11-24  8:51 ` [PATCH 1/2] X.509: Fix double free in x509_cert_parse() David Howells
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: David Howells @ 2016-11-24  8:51 UTC (permalink / raw)
  To: jmorris; +Cc: dhowells, linux-security-module, keyrings, linux-kernel


Hi James,

Can you pull these patches please and pass them on to Linus?  They include
the following:

 (1) Fix mpi_powm()'s handling of a number with a zero exponent [CVE-2016-8650].

 (2) Fix double free in X.509 error handling.

The patches can be found here also:

	http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=keys-fixes

Tagged thusly:

	git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git
	keys-fixes-20161124

David
---
Andrey Ryabinin (1):
      X.509: Fix double free in x509_cert_parse()

David Howells (1):
      MPI: Fix mpi_powm() when exponent is 0 and the result has no limbs


 crypto/asymmetric_keys/x509_cert_parser.c |    1 -
 lib/mpi/mpi-pow.c                         |    5 +++++
 2 files changed, 5 insertions(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2016-11-25  1:33 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-24  8:51 [PATCH 0/2] KEYS: Fixes David Howells
2016-11-24  8:51 ` [PATCH 1/2] X.509: Fix double free in x509_cert_parse() David Howells
2016-11-24  8:51 ` [PATCH 2/2] MPI: Fix mpi_powm() when exponent is 0 and the result has no limbs David Howells
2016-11-24 11:17   ` David Howells
2016-11-24 11:22     ` Andrey Ryabinin
2016-11-24 11:33       ` David Howells
2016-11-24 12:20         ` Andrey Ryabinin
2016-11-24 12:56           ` David Howells
2016-11-24 12:57             ` David Howells
2016-11-24 13:00               ` Andrey Ryabinin
2016-11-24 11:20   ` Andrey Ryabinin
2016-11-24 11:35     ` David Howells
2016-11-24 12:20       ` Andrey Ryabinin
2016-11-24 22:44 ` [PATCH 0/2] KEYS: Fixes James Morris
2016-11-24 23:16   ` David Howells
2016-11-24 23:27     ` James Morris
2016-11-24 23:39       ` David Howells
2016-11-25  1:33         ` James Morris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox