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]
Date:   Mon, 25 Mar 2019 15:27:44 -0400
From:   Mimi Zohar <zohar@...ux.ibm.com>
To:     Lakshmi Ramasubramanian <nramas@...rosoft.com>,
        "linux-integrity@...r.kernel.org" <linux-integrity@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: Portable Executable (PE) Signature Validation and Measurement
 for KEXEC system call using IMA

Hi Lakshmi,

On Fri, 2019-03-22 at 17:39 +0000, Lakshmi Ramasubramanian wrote:
> Hello,
> 
> When loading the new kernel image file for executing KEXEC system call, 
> we would like to verify that the kernel image file is signed and 
> the signer certificate is valid.

I'm not sure what is meant by "and the signer certificate is valid".

The kexec kernel image signature can be verified by keys either on the
IMA keyring or the platform keyring.  The current method of verifying
keys being added to the IMA keyring is by requiring them to be signed
by a key on the builtin trusted keyring.  This provides a signature
chain of trust from boot to the kernel, based on a HW root of trust,
and then transitions to the kernel image's embedded keys.  You
probably already know as to why/how the platform keys are trusted.

> 
> If the kernel image file is in Portable Executable (PE) format we want to 
> validate the PE Signature and measure the signer X.509 certificate 
> (Extend as part of IMA Template defaulting to PCR 10, if not otherwise set, 
>  and the IMA measurement log).

How/when do you plan to "measure the signer X.509 certificate"?  Is
this when the certificate is being loaded onto the keyring or at use?
 I'm not sure how much of the certificate is available once loaded
onto the keyring.

> 
> We plan to use Integrity Measurement Architecture (IMA) for the above.
> 
> Please let us know if anyone is already working on a patch set
> for such a functionality.
> 
> I am aware of the work that Thiago Jung Bauermann @ IBM is doing for 
> "Appended signatures support for IMA appraisal" 
> (Web link given below)
> 
>     https://lkml.org/lkml/2018/12/12/1049

Other than Thiago, I'm not aware of anyone else working on this.
 Thiago is actively working on these patches and will be re-posting
them shortly.

Mimi

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ