Thread (8 messages) flat view 8 messages, 5 authors, 2019-06-24

Re: [PATCH V34 23/29] bpf: Restrict bpf when kernel lockdown is in confidentiality mode

From: Matthew Garrett <hidden>
Date: 2019-06-24 19:54:15
Also in: bpf, linux-api, linux-security-module, lkml

On Mon, Jun 24, 2019 at 8:37 AM Daniel Borkmann [off-list ref] wrote:
On 06/22/2019 02:03 AM, Matthew Garrett wrote:
quoted
From: David Howells <dhowells@redhat.com>

There are some bpf functions can be used to read kernel memory:
Nit: that
Fixed.
quoted
bpf_probe_read, bpf_probe_write_user and bpf_trace_printk.  These allow
Please explain how bpf_probe_write_user reads kernel memory ... ?!
Ha.
quoted
private keys in kernel memory (e.g. the hibernation image signing key) to
be read by an eBPF program and kernel memory to be altered without
... and while we're at it, also how they allow "kernel memory to be
altered without restriction". I've been pointing this false statement
out long ago.
Yup. How's the following description:

    bpf: Restrict bpf when kernel lockdown is in confidentiality mode

    There are some bpf functions that can be used to read kernel memory and
    exfiltrate it to userland: bpf_probe_read, bpf_probe_write_user and
    bpf_trace_printk.  These could be abused to (eg) allow private
keys in kernel
    memory to be leaked. Disable them if the kernel has been locked
down in confidentiality
    mode.
This whole thing is still buggy as has been pointed out before by
Jann. For helpers like above and few others below, error conditions
must clear the buffer ...
Sorry, yes. My fault.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help