Rust Security and Fuzzing

Learn how to find bugs in Rust, build custom fuzzers, triage/debug crashes and improve code coverage.

Training starting at

$1,800.00

with one of our subscriptions

Language

English

Rust is a strongly typed and safe systems programming language developed by Mozilla. Recently, it has become the language of choice to build memory-safe programs while maintaining high performance at scale. Mostly, Rust is used for files format and protocols parsers but also on critical projects like in the new high-performance browser engine, Servo.

However, coding using memory-safe language doesn’t mean the code will be free of bugs. Different kinds of vulnerabilities like integer overflows, OOM, DoS, UaF, OOB, etc. can still be found and sometime exploited to achieve remote code execution (RCE).

This course will give you all the prerequisites to understand which kind of vulnerability can be found inside Rust code. You will learn how to find low hanging fruits bugs manually and automatically using Rust auditing tools. Finally, you will discover how to build custom Rust fuzzers, triage/debug crashes and improve your code coverage using different techniques.

This training offers participants multiple hands-on exercises allowing them to internalize concepts and techniques taught in class.

Topics Covered during this Course

  • Introduction to Rust and its Ecosystem
  • Security concepts, Ownership, Borrowing and Lifetime
  • Rust most common vulnerabilities
  • Error handling & Unwrapping
  • Panicking macros, Arithmetic errors
  • Index out of bound, Stack overflow, resource exhaustion (OOM)
  • Unsafe codes
  • Tooling and Sanitizers (ASAN, MSAN, etc.)
  • Out of bound access (OOB), Use-after-free (UAF)
  • Double free, Memory leak, Data Races and Race Conditions
  • Rust advanced vulnerabilities
  • Logic bugs, FFI, Cryptographic issues
  • Uninitialized & Zeroing memory
  • Attack surface discovery & Auditing tools
  • Fuzzing workflow and Corpus selection
  • Coverage-guided Fuzzing in Rust
  • cargo-fuzz, afl-rs, honggfuzz-rs
  • Code coverage, Corpus minimization
  • Crashes Triaging and Debugging
  • Structure-aware & Grammar-based Fuzzing
  • Other Advanced Testing techniques
  • Differential Fuzzing
  • Writing Custom Rust Fuzzers

Day 1: Basis of Rust Security Audit

The first day focuses on Rust code audit and vulnerability research. Students will first learn which security mechanism are enforced by default in Rust, which vulnerabilities are the most common and how to detect them. Students will have the opportunity to analyze unsafe code and apply much of the theory in practice over small real-life hands-on assignments to highlight aspects of auditing Rust code.

Assignment 1: Rust introduction and security concepts
  • Get a quick introduction to Rust language and its ecosystem.
  • Compile and execute Rust code examples.
  • Discover how Rust security mechanism works.
Assignment 2: Detect most common Rust vulnerabilities
  • Identify multiple vulnerabilities and their impacts.
  • Reproduce bugs and learn how to detect them in the future.
  • Evaluate security of real-life crate packages using code review.
Assignment 3: Auditing unsafe code
  • Understand why unsafe code exists and when it can be dangerous.
  • Detect unsafe memory issues using sanitizing tools.
  • Analyze real-world usage of unsafe code.
  • Choose targets to audit from popular libraries.
  • Identify interesting code patterns.
  • Share hypothesis and findings.

Day 2: Finding Bugs using Fuzzing

This second day is more focus on automated Rust vulnerability detection using different fuzzing techniques. Students will first learn how to create fuzzing harnesses for a given target quickly using coverage-guided fuzzing. They will evaluate the fuzzing results and analyze crashes using debugging. Students will finally discover other advanced techniques to find in-depth bugs on popular Rust libraries.

Assignment 5: Fuzzing Rust library in less than 5 minutes
  • Learn the different steps in the fuzzing workflow.
  • Discover which Rust coverage-guided fuzzers are the best.
  • Write fuzzing harnesses for real-world public libraries.
Assignment 6: Improve and analyze your fuzzing session
  • Generate code coverage to evaluate fuzzing results.
  • Minimize both corpora and crashes to optimized fuzzing speed.
  • Triage and analyze bugs found during fuzzing.
Assignment 7: Applied advanced fuzzing techniques
  • Learn how to fuzz Rust structure using structure-aware based fuzzing.
  • Improve fuzzers input generation using grammar-based fuzzing.
  • Implement differential fuzzing to find logic bugs.
  • Choose targets to fuzz from previously audited libraries on day 1.
  • Create different fuzzing hardnesses for popular file and text format parsers.
  • Analyze and triage their crashes to find 0-days.

Class Requirements

Participants should have some basis with the Rust language and Linux. This course is suitable for people that are new to Rust. All the theory and concepts about Rust security, vulnerability research and fuzzing will be explained during the course.

Hardware Requirements

A working laptop capable of running virtual machines. 4GB RAM required, at a minimum. 40 GB free Hard disk space. Minimum software to install Virtualbox or VMware Player, VMware Workstation, VMware Fusion.

Training by Patrick Ventuzelo

Patrick is a security researcher focused on fuzzing, reverse engineering and vulnerability research targeting WebAssembly and Rust security.

Can't attend? All of our trainings are also available as a private classes for your company.

Access all of our classes and profesionally edited recordings.
All of our courses are also available as private trainings.
Courses are offered multiple times in different timezones.