18–20 Sept 2024
Europe/Vienna timezone

Mitigating Spectre-PHT using Speculation Barriers in Linux eBPF

20 Sept 2024, 12:30
30m
"Hall N1" (Austria Center)

"Hall N1"

Austria Center

180
eBPF Track eBPF Track

Speaker

Luis Gerhorst (Friedrich-Alexander-Universität Erlangen-Nürnberg (FAU))

Description

To mitigate the Spectre-PHT (v1) vulnerability, mitigations which reject potentially-dangerous unprivileged eBPF programs have been merged into the kernel [1]. To assess their potential real-world impact, we analyze 364 object files from open source projects (Linux Samples and Selftests, BCC, Loxilb, Cilium, libbpf Examples, Parca, and Prevail) and find that this affects 31% to 54% of programs.

Motivated by this, we explore the possibility of mitigating Spectre-PHT using speculation barriers in eBPF. For this, we prototype the VeriFence [2] kernel patch set, which optimistically attempts to verify all speculative paths but falls back to speculation barriers when unsafe behavior is detected. As expected, this allows all real-world application programs in our dataset to be successfully loaded into the kernel with all mitigations enabled. We measure the overhead of VeriFence for event tracing and stack-sampling profilers, and find that it increases eBPF program execution time by 0% to 62%. Further, for the Loxilb network load balancer, we measure a 14% slowdown in SCTP performance but no significant slowdown for TCP. Besides discussing the feasibility of unprivileged eBPF as whole and whether mitigations should be enabled for privileged eBPF, we present the lessons learned and potential for optimizing the VeriFence prototype further.

  1. https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=9183671a
  2. https://arxiv.org/pdf/2405.00078

Primary authors

Luis Gerhorst (Friedrich-Alexander-Universität Erlangen-Nürnberg (FAU)) Henriette Herzog (Ruhr-Universität Bochum (RUB)) Peter Wägemann (Friedrich-Alexander-Universität Erlangen-Nürnberg (FAU)) Maximilian Ott (Friedrich-Alexander-Universität Erlangen-Nürnberg (FAU)) Rüdiger Kapitza (Friedrich-Alexander-Universität Erlangen-Nürnberg (FAU)) Timo Hönig (Ruhr-Universität Bochum (RUB))

Presentation materials

There are no materials yet.