lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aJck_YVdFqZoRk--@kernel.org>
Date: Sat, 9 Aug 2025 13:37:49 +0300
From: Jarkko Sakkinen <jarkko@...nel.org>
To: Eric Biggers <ebiggers@...nel.org>
Cc: James Bottomley <James.Bottomley@...senpartnership.com>,
	Mimi Zohar <zohar@...ux.ibm.com>, keyrings@...r.kernel.org,
	David Howells <dhowells@...hat.com>,
	linux-integrity@...r.kernel.org, linux-crypto@...r.kernel.org,
	linux-kernel@...r.kernel.org, stable@...r.kernel.org
Subject: Re: [PATCH 1/3] KEYS: trusted_tpm1: Compare HMAC values in constant
 time

On Tue, Aug 05, 2025 at 10:32:27AM -0700, Eric Biggers wrote:
> On Tue, Aug 05, 2025 at 04:44:27PM +0300, Jarkko Sakkinen wrote:
> > On Thu, Jul 31, 2025 at 02:23:52PM -0700, Eric Biggers wrote:
> > > To prevent timing attacks, HMAC value comparison needs to be constant
> > > time.  Replace the memcmp() with the correct function, crypto_memneq().
> > > 
> > > Fixes: d00a1c72f7f4 ("keys: add new trusted key-type")
> > > Cc: stable@...r.kernel.org
> > > Signed-off-by: Eric Biggers <ebiggers@...nel.org>
> > 
> > Was crypto_memneq() available at the time?
> 
> No.  The Fixes commit is still correct, though, as it's the commit that
> introduced the memcmp().  Technically it was still a bug at that time,
> even if there wasn't a helper function available yet.

Add a remark to the commit message.

> 
> - Eric

BR, Jarkko

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ