Loading…
May 21 - 22 | Minneapolis, Minnesota
View More Details & Registration
Note: The schedule is subject to change.

The Sched app lets you build your schedule, but it is not a substitute for event registration. You must be registered for Linux Security Summit North America 2026 to participate in the sessions. If you have not registered but would like to join us, please visit the event registration page to purchase a ticket.


arrow_back View All Dates
Thursday, May 21
 

7:30am CDT

Registration & Badge Pick-up
Thursday May 21, 2026 7:30am - 5:00pm CDT

Thursday May 21, 2026 7:30am - 5:00pm CDT
Ballroom Lobby - Level 1

9:00am CDT

Welcome & Opening Remarks - James Morris, Microsoft
Thursday May 21, 2026 9:00am - 9:05am CDT

Speakers
avatar for James Morris

James Morris

Linux Kernel & Security Manager, Microsoft

Thursday May 21, 2026 9:00am - 9:05am CDT
101A+B

9:05am CDT

Secure Hibernation in a Locked Down World - Matthew Garrett, NVIDIA
Thursday May 21, 2026 9:05am - 9:35am CDT
The Lockdown LSM is intended to ensure the integrity of all code in kernel space. Hibernation is a technology that allows the entire contents of RAM to be stored to disk and then later restored. What stops an attacker modifying the contents of the hibernation image, or providing their own hibernation image that contains malicious code, violating the design goals of Lockdown? The answer at the moment is "Lockdown disables hibernation", and everyone agrees that this is a bad answer. Let's fix that.

This presentation will describe the design and implementation of a patchset that allows hibernation images to be secured using hardware-backed keys, tied to system state in a way that prevents them being extracted and used to sign a malicious image. It will cover some of the corner cases and describe future work that would enable additional behavioural guarantees that are not part of the initial implementation. We will then discuss whether this is the right way of solving the problem, what alternatives there might be, and whether any of this is worth t at all.
Speakers
avatar for Matthew Garrett

Matthew Garrett

Principal Security Developer, NVIDIA
Matthew is an abyss domain expert, and has a long list of recommendations of which portions of the abyss are best to gaze into. He has worked on security throughout most of the stack, from hardware to firmware to kernels to desktop applications and pretty much everything else.
Thursday May 21, 2026 9:05am - 9:35am CDT
101A+B

9:40am CDT

Container Escape Paths Nobody Monitors: Abusing Linux Debug Interfaces - Nikunj Doshi, PDT Corp.
Thursday May 21, 2026 9:40am - 10:10am CDT
Linux containers rely on namespaces, capabilities, and seccomp profiles to enforce isolation. However, several powerful debugging and observability interfaces remain accessible in many deployments and are rarely audited from a security perspective.

This talk explores how Linux debugging mechanisms such as ptrace, perf, and tracing interfaces interact with container isolation boundaries. While these tools are designed for diagnostics and performance analysis, misconfigured access to them can expose unexpected attack surfaces that enable information leakage, privilege escalation, or container escape.

Through practical demonstrations, we examine how these interfaces can be abused in real environments and why many monitoring tools unintentionally weaken isolation guarantees. The session also presents practical hardening strategies, including capability minimization, runtime policy enforcement, and safer observability deployments for production systems.
Speakers
avatar for Nikunj Doshi

Nikunj Doshi

Lead DevOps Engineer, PDT Corp
Making Solution simpler and accessible. Nikunj Doshi is an accomplished IT Architect with over 10+ years of professional experience and more than a decade of deep specialization in Open Source technologies, Cloud Architecture, Artificial Intelligence, and Cybersecurity. His career... Read More →
Thursday May 21, 2026 9:40am - 10:10am CDT
101A+B

10:10am CDT

Break
Thursday May 21, 2026 10:10am - 10:40am CDT

Thursday May 21, 2026 10:10am - 10:40am CDT
101A+B

10:40am CDT

Defending the Branch: PAC, BTI & GCS on Linux - Bill Roberts, ARM Ltd
Thursday May 21, 2026 10:40am - 11:25pm CDT
As computing systems evolve, memory-safety exploits such as return-oriented programming (ROP) and jump-oriented programming (JOP) remain a serious threat. These attacks manipulate control flow within valid address space, reusing existing code “gadgets” to achieve the attackers desired results. Arm AArch64 provides architectural defenses against these attacks through Pointer Authentication Codes (PAC), Guarded Control Stack (GCS), and Branch Target Identification (BTI).

This talk explains how these technologies work and, more importantly, what Linux developers, distributions, packagers, and toolchains must do to deploy them correctly. We cover the AArch64 Linux ABI implications, including requirements for hand-written assembly, use of BTI and PAC instructions, and PAC key management. We dive into real-world toolchain and language impacts, including changes to C code generation, C++ exception unwinding, DWARF metadata updates, and use of Arm's hint space instructions. Attendees will also learn common pitfalls, debugging challenges, and deployment trade-offs observed in practice.

By the end of this session, participants will understand how to deploy PAC, GCS, and BTI across Linux.
Speakers
avatar for Bill Roberts

Bill Roberts

Principal Software Engineer, ARM Ltd
Bill is a software engineer with an eclectic background in various mobile development platforms, operating systems and security technologies. He is the author of "Exploring SE for Android" and is a maintainer of the tpm2-software stack. Bill is currently working on Fedora Linux.
Thursday May 21, 2026 10:40am - 11:25pm CDT
101A+B

11:30am CDT

A Technical Deep Dive Into Intel CET Implementation in Linux - Jay Tharwani, NetApp Inc.
Thursday May 21, 2026 11:30am - 12:00pm CDT
Intel Control-Flow Enforcement Technology (CET) represents a milestone in hardware-assisted exploit mitigation, providing silicon-level defenses against Return-Oriented Programming (ROP) and Jump-Oriented Programming (JOP). This session provides a deep-dive analysis of the two pillars of CET—Indirect Branch Tracking (IBT) and Shadow Stacks (SHSTK)—and their integration into the Linux kernel.

We trace the implementation journey from the initial merge of IBT in Linux 5.18 to the arrival of userspace Shadow Stacks in Linux 6.6. The session explores the microarchitectural mechanics of the #CP (Control Protection) fault and how the kernel manages shadow stack allocations, signal frame tokens, and context switching.

Key topics include:

Forward-Edge Integrity: How IBT uses the ENDBR opcode to restrict indirect branch targets.

Backward-Edge Defense: A deep look at hardware-enforced Shadow Stacks and the management of the Shadow Stack Pointer (SSP).

The Kernel Interface: Leveraging arch_prctl(2) for application opt-in and the role of GLIBC_TUNABLES in production environments.

Edge Cases: Handling complex control flows like setjmp/longjmp, JIT engines, and signal restorers.
Speakers
avatar for Jay Tharwani

Jay Tharwani

System Software Engineer at NetApp, NetApp Inc.
I am a systems software engineer working at the intersection of operating systems, virtualization, and CPU architecture. I have nearly a decade of experience building low-level system software and cloud infrastructure at Intel and Oracle, and I an currently a Member of Technical Staff... Read More →
Thursday May 21, 2026 11:30am - 12:00pm CDT
101A+B

12:00pm CDT

Lunch
Thursday May 21, 2026 12:00pm - 1:15pm CDT

Thursday May 21, 2026 12:00pm - 1:15pm CDT
101A+B

1:15pm CDT

StageX: Rebuilding Trust Through Multi-Signed, Full-Source Bootstrapped, and Reproducible Builds - Danny Grove, Manifest Cyber & Lance Vick, Distrust
Thursday May 21, 2026 1:15pm - 1:45pm CDT
Most Linux distributions trust individual maintainers with complete package control, creating critical supply chain vulnerabilities. StageX rebuilds this trust model from scratch with a radically different approach: no single person or computer can compromise the system.
StageX requires fully bit-for-bit reproducible builds verified and signed by multiple independent parties before release. Built from 181 bytes of machine code, StageX bootstraps modern toolchains that can be used in container-native and static contexts.
This talk demonstrates StageX's approach to full-source bootstrapping, bit-for-bit reproducibility and multi-party verification; contrasts it with other reproducible build efforts like NixOS/Guix, and shows how its container-native design provides practical security guarantees. You'll learn how to implement these approaches in your own infrastructure to build software from toolchain to deployment.
Speakers
LV

Lance Vick

Security Engineer, Distrust

avatar for Danny Grove

Danny Grove

Lead Infrastructure Engineer, Manifest Cyber
Software and Infrastructure Engineer with 16 years of experience across the web stack. Co-Founder of Hashbang, a decentralized hackerspace. Owner at DR Grove Software LLC and Lead Infrastructure Engineer at Manifest Cyber. Cyborg. Specializes in containerization, building other peoples... Read More →
Thursday May 21, 2026 1:15pm - 1:45pm CDT
101A+B

1:50pm CDT

Modernizing Kernel Cryptography: From Complex APIs To Streamlined Libraries - Eric Biggers, Google
Thursday May 21, 2026 1:50pm - 2:35pm CDT
The Linux kernel's cryptography framework has long been a source of frustration for developers. Its complex and abstract API is often a poor fit for modern algorithms and hardware. Using it correctly is quite difficult, and its performance is suboptimal due to the required dynamic memory allocations, indirect calls, and other API overhead.

This talk presents recent progress in supporting more algorithms via straightforward library APIs, including hash functions, MACs, and CRCs. We will explore how various kernel subsystems have been refactored to use these libraries, simplifying their code and improving performance.

Finally, I will also cover best practices for adding new kernel features that use cryptography, the adoption of modern practices in the crypto library such as KUnit testing, and new features in the crypto library such as support for the SHAKE extendable-output functions and ML-DSA post-quantum signatures.
Speakers
avatar for Eric Biggers

Eric Biggers

Software Engineer, Google
Eric has been contributing to the Linux kernel since 2014 and is a maintainer of the cryptography library, CRC library, fscrypt, and fsverity in the upstream Linux kernel. He also contributes to other cryptography-focused kernel features such as dm-verity and blk-crypto (inline storage... Read More →
Thursday May 21, 2026 1:50pm - 2:35pm CDT
101A+B

2:35pm CDT

Break
Thursday May 21, 2026 2:35pm - 3:00pm CDT

Thursday May 21, 2026 2:35pm - 3:00pm CDT
101A+B

3:00pm CDT

BoF Session - Topic To Be Announced Onsite
Thursday May 21, 2026 3:00pm - 4:00pm CDT

Thursday May 21, 2026 3:00pm - 4:00pm CDT
101A+B
 
  • Filter By Date
  • Filter By Venue
  • Filter By Type
  • Slides Attached
  • Timezone

Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.
Filtered by Date -