VehicleSec '25 Technical Sessions

All sessions will be held in Room 618–620 unless otherwise noted.

The full Proceedings published by USENIX for the conference are available for download below. Individual papers can also be downloaded from their respective presentation pages. Copyright to the individual works is retained by the author[s].

Proceedings Front Matter
Proceedings Cover | Title Page, Copyright Page, and List of Organizers | Message from the Program Co-Chairs | Table of Contents

Attendee Files 
VehicleSec '25 Attendee List (PDF)
VehicleSec '25 Proceedings Web Archive (179 MB)

Monday, August 11

8:00 am–9:00 am

Continental Breakfast

6E Lobby

9:00 am–9:15 am

Opening Remarks and Best Paper Awards

General Chairs: Z. Berkay Celik, Purdue University, and Ning Zhang, Washington University in St. Louis

9:15 am–10:00 am

Keynote Presentation

Ten Years After the Jeep Hack: A Retrospective on Automotive Cybersecurity

Charlie Miller and Chris Valasek, General Motors

Available Media

A decade has passed since Miller and Valasek remotely hacked a Jeep to gain control over the computer systems of the vehicle, highlighting the vulnerabilities of connected cars and the potential dangers of cyberattacks on vehicles. This keynote will look back into how the vehicle compromise occurred and what has changed in the auto industry since this research was presented. It will also detail the trials and tribulations of the current automotive security ecosystem and finish off with a prediction of where Miller and Valasek see the industry going in the future, given the changing threat landscapes of the automotive world. You probably want to wear shoes, because this keynote is about to blow your socks off.

Chris Valasek is a computer security researcher. He rose to fame by reverse engineering the Windows heap as well as running the world’s oldest computer security conference SummerCon. He is perhaps best known for automotive security research where he demonstrated remote vulnerabilities in a Jeep Cherokee that led to a recall of 1.5 million vehicles. He is currently the Director of Cybersecurity at Cruise, a self-driving car company.

Charlie Miller is perhaps best known as being Chris Valasek’s friend.

10:00 am–10:30 am

Coffee and Tea Break

6E Lobby

10:30 am–11:20 am

Vehicle Network Security

Stateful Behavior Inference and Runtime Enforcement for Vehicle Network Security

Achintya Desai, UC Santa Barbara; Ruochen Dai, University of Florida; Yanju Chen, UC Santa Barbara; Ky Ho, Oceanit Laboratories; Austin Kee, University of Florida; Sophie Bulatovic, Oceanit Laboratories; Md Shafiuzzaman, UC Santa Barbara; Ken (Yihang) Bai, University of Florida; Il Ung Jeong and David Siu, Oceanit Laboratories; Tuba Yavuz, University of Florida; Tevfik Bultan, UC Santa Barbara

Available Media

As cars are turning into computers with wheels, or "software-defined vehicles", computer security concerns are becoming increasingly critical. In this paper, we focus on the security of vehicle communication networks consisting of Electronic Control Units (ECUs) connected via a Controller Area Network (CAN) bus. We present a framework that consists of a behavior inference technique for capturing the expected behavior of vehicles during specific scenarios (modes) as state machines, a hierarchical state machine model for monitoring multiple scenarios, and a state-machine-based runtime behavior enforcement mechanism that uses ECU fingerprinting to authenticate messages. We then present a threat model, a characterization of different types of attacks, and a security analysis based on fuzzing. We have implemented and evaluated our framework on a Toyota Prius, and the BeamNG.tech simulator.

WIP: Intrusion Detection and Localization for CAN by Extracting Propagation Delay Features from Message Intervals

Zhaozhou Tang, Georgia Institute of Technology; Khaled Serag, Qatar Computing Research Institute; Saman Zonouz, Georgia Institute of Technology; Z. Berkay Celik and Dongyan Xu, Purdue University; Raheem Beyah, Georgia Institute of Technology

Available Media

The Controller Area Network (CAN bus) is a critical communication protocol used in vehicles. Its lack of built-in security allows an attacker with bus access to launch various impersonation attacks, such as spoofing and replay. Researchers proposed defense approaches to counter these attacks using various features, such as message frequencies, voltages, signal asymmetries, and more recently, timing. In this paper, we propose a new timing feature which we call "transmit signatures" (TS). TS strongly depends on the physical distances and propagation delays between ECUs, allowing us to detect and localize impersonation attacks. Unlike prior approaches, we extract TS from the natural time intervals between messages, without installing additional wiring or modifying ECUs' software and traffic. We formulate a hypothesis about TS' distance dependency. We then conduct experiments to validate and refine our hypothesis. Using the refined theory, we introduce and evaluate a TS modeling approach and propose attack detection and localization methods.

CANdid - An Open-Access Annotated Dataset of Vehicle CAN Bus Traffic

Tomas Howson, CSSM, School of Physics, Chemistry and Earth Sciences, University of Adelaide; Alexander Rohl, Defence Science and Technology Group, Australia; Matthew Roughan, School of Computer and Mathematical Sciences, University of Adelaide; Martin White and James Zanotti, CSSM, School of Physics, Chemistry and Earth Sciences, University of Adelaide

Available Media

The data formats used by controller area networks (CAN) to transmit information are not strictly defined and vary across vehicle manufacturers; the same information differs in how it is encoded between vehicles. Understanding how these implementations vary requires access to various different examples of real CAN data. While publicly accessible CAN datasets do exist, each set has practical limitations when trying to use such data to examine the landscape of real-world CAN. With limited information of a vehicle's actions available, and with datasets in many cases only featuring a single vehicle, using such data to obtain a broad understanding of CAN is challenging. In this paper we present CANdid, a publicly available set of CAN data captured from ten individual vehicles. The data presented demonstrates vehicles operating in real world conditions, as well as under carefully controlled conditions with clearly labelled actions. The data also includes video footage of the driver's actions, as well as GPS information, from which a detailed understanding of the vehicle's actions during capture may be derived. We demonstrate two case studies using the data. The first uses the provided labels for actions to automatically identify vehicle components in the CAN data, and the second study uses the GPS information in the training of a machine-learning model to identify a vehicle turning from raw CAN data. With this dataset available, researchers may gain a more comprehensive understanding of CAN's various implementations across manufacturers, and how information may differ in presentation between vehicles.

11:20 am–12:00 pm

Drone Security

ConfuSense: Sensor Reconfiguration Attacks for Stealthy UAV Manipulation

Alessandro Erba, KASTEL Security Research Labs, Karlsruhe Institute of Technology; John H. Castellanos, Hitachi Energy Research, Germany; Sahil Sihag, CISPA Helmholtz Center for Information Security; Saman Zonouz, Georgia Institute of Technology; Nils Ole Tippenhauer, CISPA Helmholtz Center for Information Security

Available Media

Unmanned Aerial Vehicles autonomously perform tasks using state-of-the-art control algorithms. These control algorithms rely on the freshness and correctness of sensor readings. Incorrect control leads to catastrophic process destabilization.

In this work, we propose the ConfuSense attack, aiming to impact process control via stealthy sensor reconfiguration. In the first part, the attacker will inject messages on buses that connect to the sensor. The injected message reconfigures the sensors. The reconfiguration primitives are selectively used to affect the controller (e.g., stall the control computations) transparently to the data consumer. Consequently, the manipulated sensor values lead to unwanted control actions (e.g., a drone crash). We experimentally demonstrate ConfuSense and investigate its system-level effects and consequences. Our findings show that i) reconfiguring sensors can have surprising effects on reported sensor values, and ii) the attacker can stall the overall Kalman Filter state estimation, leading to a halt in control computations. This leads to stealthily crashing or deviating the UAV over 30 meters.

Our work shows that attacks on sensors are not limited to continuously inducing random measurements, and demonstrates that sensor reconfiguration can completely stall the drone controller. In our experiments, state-of-the-art UAV controller software and countermeasures do not handle such manipulations. Hence, we discuss new countermeasures.

WIP: Hijacking Attacks on UAV Follow-Me Systems in Realistic Scenarios

Jiarui Li, Joseph Brewington, Qingzhao Zhang, and Z. Morley Mao, University of Michigan

Available Media

Modern vision-based object tracking is a vital component of Unmanned Aerial Vehicle (UAV) systems. It enables advanced applications such as follow-me, which allows a drone to automatically track and follow a subject. While a wealth of research explored the vulnerabilities of object tracking algorithms, there lacks a comprehensive analysis on whether the vulnerabilities can be exploited on real UAV systems, considering challenges including physical constraints, real-world uncertainties, and limited attacker's knowledge. To bridge the knowledge gap, we design a hijacking attack that deceives the UAV follow-me mode to track a wrong subject by leveraging existing object tracking attacks. We thoroughly analyze its feasibility in real-world scenarios. With insights from the study, we are able to improve the attack success rate on the UAV follow-me application from 47% to 95% by leveraging inaccuracies of sensor measurements and instability of the gimbal camera, which indicates a realistic system exploit.

WIP: Evaluating the End-to-End Impact of False Localization Attacks on vSLAM-Based Autonomous Drones

Yuga Ebine, Waseda University; Kazuki Nomoto and Yuna Tanaka, Waseda University, Deloitte Tohmatsu Cyber LLC; Ryunosuke Kobayashi and Go Tsuruoka, Waseda University; Tatsuya Mori, Waseda University, RIKEN AIP, NICT

Available Media

Visual Simultaneous Localization and Mapping (vSLAM) is critical for autonomous navigation in self-driving vehicles, robotics, and drones, yet its security vulnerabilities remain largely unexplored. This study introduces Phantom Path Attack, an adversarial method that misguides drones using ORB SLAM3 by projecting deceptive video stimuli, leading to severe localization errors. Unlike previous attacks that rely on static adversarial inputs, Phantom Path Attack dynamically manipulates vSLAM's motion estimation, causing drones to deviate from their intended trajectory. We evaluate the impact of the attack through simulations and real camera experiments, demonstrating localization errors of up to 252 meters, while an end-to-end drone simulation reveals altitude deviations of 70 meters, ultimately leading to potential crashes. These findings reveal critical security risks in vSLAM-based systems and highlight the need for robust countermeasures, such as LiDAR/IMU sensor fusion and dynamic filtering of moving objects, to mitigate adversarial manipulation and improve resilience.

12:00 pm–1:30 pm

Symposium Luncheon

Room 615-617

1:30 pm–2:00 pm

Electric Vehicle Charging Security 1

EmuOCPP: Effective and Scalable OCPP Security and Privacy Testing

Soumaya Boussaha, SAP, EURECOM; Victor Fresno Gómez, EURECOM, UPM; Thomas Barber, SAP SE; Daniele Antonioli, EURECOM

Available Media

The Open Charge Point Protocol (OCPP) is the de facto standard for communication between electric vehicle charging stations (CS) and charging station management systems (CSMS). However, its security and privacy have been only partially explored, mainly due to the lack of an adequate testing framework. To this end, we introduce EmuOCPP, a new OCPP security and privacy testing framework. The framework is based on container emulation to reproduce real-world OCPP networks with high fidelity and low cost. We discuss our implementation of EmuOCPP, using open-source software (IPMininet) and low-cost hardware.

Using EmuOCPP, we uncover five attacks on OCPP 1.6, 2.0, and 2.0.1. These include man-in-the-middle attacks exploiting OCPP security profile upgrades and downgrades. And CS impersonation attacks leveraging undefined behaviors in the CS boot notification process. We successfully evaluate the attacks across nine targets, including open- and closed-source OCPP implementations, a real CS, and a production network operated by a major company. We discuss the attacks' root causes, including new OCPP design and implementation vulnerabilities. We present effective mitigations to address the discovered vulnerabilities and attacks. We responsibly disclosed our findings with the OCPP consortium and will open source EmuOCPP once the disclosure is completed.

Short: Breaking the Charge: Exploiting State Manipulation in EV Charging

Ce Zhou and Qiben Yan, Michigan State University; Zhiyan Yu, Washington University in Saint Louis; Eshan Dixit, Michigan State University; Ning Zhang, Washington University in Saint Louis; Huacheng Zeng, Michigan State University; Alireza Safdari Ghanhdari, Rectrix Inc

Available Media

Electric vehicles (EVs) have become one of the promising solutions to the ever-evolving environmental and energy crisis. The key to the wide adoption of EVs is a pervasive charging infrastructure, composed of both private/home chargers and public/commercial charging stations. The security of EV charging, however, has not been thoroughly investigated. This paper investigates the communication mechanisms between the chargers and EVs, and exposes the lack of protection on the authenticity in the SAE J1772 charging control protocol. To showcase our discoveries, we propose a new class of attacks, ChargeX, which aims to manipulate the charging states of EV chargers with the goal of disrupting the charging schedules, causing a denial of service (DoS), or degrading the battery performance. ChargeX inserts a hardware attack circuit to strategically modify the charging control signals. We design and implement two different attacks and evaluate them on a public charging station and two home chargers using a simulated vehicle load in the lab environment. Extensive experiments on different types of chargers demonstrate the effectiveness and generalization of ChargeX. Specifically, we demonstrate that ChargeX can force switching an EV's charging state from "stand by'' to "charging'', potentially leading to overcharging. We further validate the attacks on a Tesla Model 3 vehicle to demonstrate the disruptive impacts of ChargeX. If deployed, ChargeX may significantly demolish people's trust in the EV charging infrastructure.

2:00 pm–2:45 pm

Autonomous Vehicle Privacy

You Can Drive But You Cannot Hide: Detection of Hidden Cellular GPS Vehicle Trackers

Moshe Chaim Satt, Donghan Hu, Patrick Zielinski, and Danny Yuxing Huang, New York University

Available Media

Cyberstalking poses a significant international threat due to the large number of individuals affected worldwide and the severe nature of many incidents, which can be violent. Perpetrators often employ cellular GPS tracking devices to follow drivers or passengers in transit, exploiting the fact that these vehicles aren't linked to Wi-Fi or Bluetooth networks. Adding to the issue are factors such as the low initial cost of these devices, their easy availability online, and their small size which allows them to be concealed in a target's vehicle. To our knowledge, no previous research addresses the detection of clandestine cellular devices, making this study the first to introduce an affordable and practical solution for would-be victims. Our research is specifically dedicated to identifying hidden 4G LTE IoT cellular GPS tracking devices on or in a vehicle. We present an innovative algorithm designed for effective uplink frequency analysis, enabling dependable detection within a three-foot range when utilizing standard commercial hardware. This study aims to improve the privacy and security within the vehicular community.

WIP: Blurred Lines -- A GDPR-Compliant Framework for Anonymising Automotive Video Data

Rithwik Vinod and Luca Arnaboldi, University of Birmingham

Available Media

Protecting personally identifiable information (PII) is now a mandatory requirement, in the automotive domain, as this information can be used to potentially identify, track, or exploit an individual. The General Data Protection Regulation (GDPR) ensures this information is protected by ensuring that organisations dealing with such details follow stringent rules. This is especially pertinent to video-feed data which is collected by the vehicle; an integral feature of most modern vehicles. This paper presents a framework that ensures that the video data obtained from and used to train autonomous vehicles is GDPR-compliant and can be easily shared among companies by ensuring that PII such as faces and number-plates are masked, and can be shared legally. This framework proposes five methods to identify the PII and various approaches to blur them. This work was done alongside an industrial partner, that provided a real-world dataset to test the framework's accuracy in different scenarios. Results of our experiments ensure near 100% accuracy in detecting and blurring PIIs. The framework also has an easy-to-use command-line interface and can be easily modified to include more methods in the future. The tool has already been adapted for use in industry.

Secure FLOATING - Scalable Federated Learning Framework for Real-time Trust in Mobility Data using Secure Multi-Party Computation and Blockchain

Junaid Ahmed Khan, Western Washington University; Kaan Ozbay, New York University

Available Media

The safety of Connected and Autonomous Vehicles (CAVs), Micromobility devices (e-scooter, e-bikes) and smartphone users rely on trusting the trajectory data they generate for navigation around each other. Real-time verification of mobility data from these devices without compromising privacy is needed as malicious data used for navigation could be deadly, especially for vulnerable road users. In this paper, we propose Secure-FLOATING, a scalable framework leveraging federated learning and blockchain for nearby nodes to coordinate and learn to trust mobility data from nearby devices and store this information via consensus on a tamper-proof distributed ledger. We employ lightweight Secure Multi-party computation (SMPC) with reduced messages exchanges to preserve privacy of the users and ensure data validation in real-time. Secure-FLOATING is evaluated using realistic trajectories for up to 8, 000 nodes (vehicles, micromobility devices, and pedestrians) in New York City, and it shows to achieve lower delays and overhead, thereby accurately validating each others' mobility data in a scalable manner, with up to 75% successful endorsement for as high as 50% attacker penetration.

2:45 pm–3:15 pm

Coffee and Tea Break

6E Lobby

3:15 pm–4:10 pm

Hardware Security

CarPlay at Risk: Unveiling Security Threats of Third-Party Infotainment Adapters

Jun Yeon Won, Wenzhuo Wang, Keith Redmill, and Zhiqiang Lin, Ohio State University

Available Media

Modern vehicles offer extensive functionality through smartphone integration, enabling users to stream music, make calls, and access various applications. Some features, such as navigation, require a direct connection between the vehicle and the smartphone via Bluetooth or a USB cable. Android devices utilize Android Auto for this connection, while iOS devices rely on Apple CarPlay. For safety reasons, certain functions, such as playing live videos while driving, are deliberately restricted. However, aftermarket in-vehicle adapters have emerged that bypass these restrictions, enabling video playback on the in-vehicle infotainment (IVI) system. Notably, some adapters can establish CarPlay connections despite not running the iOS operating systems. To understand these mechanisms, we conducted a reverse engineering analysis of one such adapter to investigate how non-iOS devices exploit CarPlay compatibility. Additionally, we performed a differential analysis comparing this unauthorized connection with legitimate CarPlay connections between an iPhone and an IVI system. This paper examines the technical aspects of unauthorized device integration with CarPlay, identifies potential security threats, and proposes mitigation strategies to enhance the security of future CarPlay implementations.

SoK: Stealing Cars Since Remote Keyless Entry Introduction and How to Defend From It

Tommaso Bianchi and Alessandro Brighente, University of Padova; Mauro Conti, University of Padova, Delft University of Technology; Edoardo Pavan, University of Padova

Available Media

Remote Keyless Entry (RKE) systems have been the target of thieves since their introduction in the automotive industry. Robberies targeting vehicles and their remote entry systems are booming again without a significant advancement from the industrial sector being able to protect against them. Researchers and attackers continuously play cat and mouse to implement new methodologies to exploit weaknesses and defense strategies for RKEs. In this fragment, different attacks and defenses have been discussed in research and industry without proper bridging. In this paper, we provide a Systematization Of Knowledge (SOK) on RKE and Passive Keyless Entry and Start (PKES), focusing on their history and current situation, ranging from legacy systems to modern web-based ones. We provide insight into vehicle manufacturers' technologies and attacks and defense mechanisms involving them. To the best of our knowledge, this is the first comprehensive SOK on RKE systems, and we address specific research questions to understand the evolution and security status of such systems. By identifying the weaknesses RKE still faces, we provide future directions for security researchers and companies to find viable solutions to address old attacks, such as Relay and RollJam, as well as new ones, like API vulnerabilities.

Threat Analysis and Detection in In-Vehicle Infotainment System Leveraging MITRE ATT&CK and Suricata

Yeonjae Kang and Huy Kang Kim, Korea University

Available Media

In-vehicle infotainment (IVI) systems have served as central consoles that offer a variety of convenient features and facilitate comprehensive vehicle management. These systems have evolved to handle privacy-sensitive data. This study investigates cybersecurity risks associated with IVI systems, which can be exploited by malicious actors to target vulnerabilities in automotive cyber-physical systems. The expansion of the IVI attack surface due to vehicle connections to external networks, inherent vulnerabilities in certain IVI systems, and the potential catastrophic consequences of IVI breaches amplify these risks. This study examines 11 distinct attack scenarios that could be executed on Automotive Grade Linux (AGL), a predominant operating system utilized in IVI systems. The proposed attack scenarios are mapped to the tactics, techniques, and procedures (TTPs) defined in the MITRE ATT&CK framework and are categorized into five classifications based on the attacker's intent and the level of impact on the system. To further enhance our understanding of potential threats, we developed multi-phase attack sequences by integrating three to four attack scenarios targeting specific applications. Lastly, we propose a methodology for detecting four selected attack scenarios using Suricata, a network-based IDS. This study informs IVI defense development and security response strategies while analyzing real-world threats to support vehicle security certification and compliance.

4:10 pm–4:20 pm

Short Break

6E Lobby

4:20 pm–5:20 pm

Tutorial

Session Chair: Mert Pesé, Clemson University

Hands-On Exploration of J1939 and NMEA 2000 Networks and Their Security Flaws

Jeremy Daily and Rik Chatterjee, Colorado State University

Available Media

This tutorial provides a hands-on introduction to SAE J1939 and NMEA 2000 communication standards, foundational to networking in commercial vehicles and marine platforms. Participants will explore protocol architecture, including frame formats, addressing, arbitration, and multi-packet transport, through guided decoding exercises using real network traces. The session then shifts to protocol-level vulnerabilities rooted in design flaws—such as spoofing, denial-of-service, and control flow disruption—with live demonstrations on a virtual platform. Attendees will gain practical experience using open-source tools to assess vulnerabilities and inform safer protocol implementation.

6:00 pm–7:30 pm

VehicleSec '25 Demo/Poster Session and Happy Hour

Room 615-617

Tuesday, August 12

8:00 am–8:50 am

Continental Breakfast

6E Lobby

8:50 am–9:00 am

Opening Remarks and Demo Awards

General Chairs: Z. Berkay Celik, Purdue University, and Ning Zhang, Washington University in St. Louis

9:00 am–10:00 am

Keynote Presentation

What Vehicle Security Can Learn from Medical Device Security

Kevin Fu, Northeastern University

Available Media

Vehicles, medical devices, and other cyber-physical systems increasingly rely on sensors to make safety-critical decisions in real time. In my lab, we study how attackers can exploit the physics of sensors and analog interfaces to manipulate computation at the most fundamental level. But this talk isn’t about that research.

Instead, I’ll focus on lessons from nearly two decades of medical device security research, and this can teach us about securing the next generation of vehicles. Medical devices, such as pacemakers and infusion pumps, share surprising similarities with modern automotive systems. Both involve long product lifecycles, real-time embedded software, RF communication, complex supply chains, and safety. Both also operate in regulatory environments that often struggle to keep pace with technical innovation. However, only medical device security is written into U.S. statute (i.e., law rather than just regulatory policy).

The medical device industry has faced repeated challenges such as coordinated vulnerability disclosures, government-mandated recalls, supply chain risk management, and pressure to align safety engineering with modern security practices. The FDA’s evolving regulatory framework, along with increasing transparency around postmarket cybersecurity, offers valuable lessons in how to build trust and resilience into safety-critical systems.

This talk will examine how the healthcare sector approaches threat modeling, security engineering, postmarket risk management, and incident response, including both successes and missteps. It will also explore how regulators, researchers, and industry engineers collaborated, often in error but never in doubt, to improve security outcomes in deployed systems. My aim is to share practical insights for those designing or securing automotive platforms so we can avoid repeating the same mistakes and accelerate the maturity of vehicle cybersecurity before the industry finds itself in crisis.

Professor Kevin Fu is a global leader at the intersection of healthcare, cybersecurity, electronics, and medical device innovation. He is a Professor at Northeastern University in Boston with joint appointments in Electrical & Computer Engineering, the Khoury College of Computer Sciences, and Bioengineering. He also serves as Director of the Archimedes Center for Healthcare and Medical Device Cybersecurity.

Professor Fu’s research vision is a world where science-based security is built in by design to all embedded systems, including medical devices, health care delivery, autonomous transportation, manufacturing, and the Internet of Things. His research lab focuses on analog cybersecurity, understanding and defending against threats to the physics of computation and sensing.

He has delivered over 100 invited talks to audiences worldwide on topics such as medical device security, embedded systems, and the physics of cybersecurity. Since his pioneering research on pacemaker and defibrillator vulnerabilities more than 17 years ago, he has helped shape the field of medical device cybersecurity. He advises medical device manufacturers, pharmaceutical companies, and startups on secure system design to seek FDA clearance or approval---and how to avoid FDA recalls for cybersecurity deficiencies.

Professor Fu previously served as the first Acting Director of Medical Device Security at U.S. Food and Drug Administration. He has advised the White House, Congress, NIST, and private-sector leaders on strengthening cybersecurity for critical infrastructure and healthcare technologies. He also leads national efforts in developing interdisciplinary medical device cybersecurity curricula in partnership with academic, clinical, and industry stakeholders.

Professor Fu was recognized as an ACM Fellow, IEEE Fellow, AAAS Fellow, and Sloan Research Fellow, and NSF CAREER Award recipient. He received the MIT Technology Review TR35 Innovator of the Year, Fed100 Award, and the IEEE Security and Privacy Test of Time Award, and earned best paper awards from USENIX Security, IEEE S&P, and ACM SIGCOMM. He chairs the USENIX Security Test of Time Awards Selection Committee. Prof. Fu received his BS, MEng, and PhD from MIT.

10:00 am–10:30 am

Coffee and Tea Break

6E Lobby

10:30 am–10:45 am

Lightning Talks

Session Chair: Mert Pesé, Clemson University

  • On-Road Driver Identification Dataset with CyberAttack
    Jeremy Daily, Colorado State University
  • Securing the Future of Marine Data with NMEA OneNet
    Jeremy Daily, Colorado State University
  • PEPPAR on DS: Platform for Evaluating Physical-Layer and Perturbation-Based Attack Resilience on Driving Simulator
    Tsuyoshi Toyama, Toyota Motor Corporation
Available Media

10:45 am–11:15 am

Autonomous Vehicle Security

Beyond the Glow: Understanding Luminescent Marker Behavior Against Autonomous Vehicle Perception Systems

Arkajyoti Mitra, University of Texas at Arlington; Pedram MohajerAnsari, Clemson University; Afia Anjum and Paul Agbaje, University of Texas at Arlington; Mert D. Pesé, Clemson University; Habeeb Olufowobi, University of Texas at Arlington

Available Media

Autonomous driving (AD) systems rely heavily on accurate lane marker detection for safe navigation, particularly during nighttime or low-light conditions. While luminescent lane markers have been introduced to improve visibility and enhance road safety in these scenarios, they also introduce potential vulnerabilities. This paper investigates these risks by introducing novel luminescent adversarial attacks that exploit the lane detection models used in autonomous vehicles (AVs). We demonstrate how these attacks, targeting deep neural network-based perception models, can manipulate the textural properties of the markers to cause misdetection of lanes, leading to safety violations. Through comprehensive experiments in both digital and physical domains, we systematically expose the vulnerabilities of state-of-the-art lane detection models to adversarial luminescent markers. In our digital experiments, we observe complete model failure in the worst cases and a failure rate of approximately 33% in the best cases. Physical experiments using a device running Openpilot further confirm these risks, underscoring a significant safety threat posed by luminescent adversarial attacks. Our findings emphasize the need for robust defenses to protect AVs from such adversarial threats.

WIP: Understanding the Mechanisms Behind NDT-Based Localization Vulnerabilities in Autonomous Driving

Yuna Tanaka and Kazuki Nomoto, Waseda University, Deloitte Tohmatsu Cyber LLC; Ryunosuke Kobayashi and Go Tsuruoka, Waseda University; Tatsuya Mori, WasedaUniversity, NICT, RIKEN AIP

Available Media

Accurate localization is critical for autonomous driving (AD), yet its security risks remain insufficiently explored, particularly in driving scenarios involving sensor fusion. This study investigates the vulnerabilities of Normal Distributions Transform (NDT) scan matching, a widely used localization method, and analyzes the conditions under which localization errors occur. We reveal that NDT relies primarily on nearby LiDAR point cloud structures from the pre-built map, making it susceptible to gradual manipulations that accumulate over time. To evaluate the impact of such manipulations, we conduct experiments simulating real-world scenarios, incorporating sensor fusion with an Extended Kalman Filter (EKF). Our findings identify key factors influencing localization errors, including target object selection and movement patterns, and confirm that these manipulations can induce errors of up to 23 m. End-to-end evaluation demonstrates that these errors can lead to hazardous driving behaviors, such as lane departures, missed traffic signals, and unintended sidewalk encroachments. By systematically analyzing the vulnerability of NDT-based localization, this study highlights the need for more robust localization mechanisms in AD.

11:15 am–12:00 pm

Electric Vehicle Charging Security 2

Oblivious Plug&Charge: A Privacy-Preserving EV Charging Scheme based on ORAM

Timm Lauser, Darmstadt University of Applied Sciences; Nergiz Yuca, University of Passau; Dustin Kern, Darmstadt University of Applied Sciences; Nikolay Matyunin, Honda Research Institute Europe GmbH; Stefan Katzenbeisser, University of Passau; Christoph Krauß, Darmstadt University of Applied Sciences

Available Media

In the rapidly developing Electric Vehicle (EV) charging infrastructure, ensuring user privacy during charging and billing processes has become a concern. Modern vehicles increasingly support Plug-and-Charge (PnC), a standard for direct authentication and billing of charging sessions without user interaction. However, within the PnC architecture, the exchange of sensitive data enables the e-Mobility service providers and charging station operators to build profiles of users' travel patterns and habits. In this paper, we present a novel approach that uses an Oblivious Random Access Machine (ORAM) as a privacy-preserving database to aggregate the consumption of the Electric Vehicles (EVs) at the charging station operator. In our scheme, the charging station operator cannot link individual charging sessions to specific vehicles, while the service provider only obtains the aggregated consumption over the complete billing period instead of details about individual charging sessions.

DrainDead: Emptying Batteries of Parked Electric Vehicles

Jakob Löw and Dominik Bayerl, Technische Hochschule Ingolstadt; Kevin Mayer, Friedrich-Alexander Universität Erlangen-Nürnberg; Hans-Joachim Hof, Technische Hochschule Ingolstadt

Awarded Best Paper!

Available Media

In recent years, sales of electric vehicles have skyrocketed. Fueled by rising gas prices and government incentives, many companies and private car owners have switched from internal combustion engine vehicles to battery electric vehicles. Although bidirectional charging promises to provide power to homes and grid stabilization in the future, it is only rarely used today. This paper discusses the possibilities of discharging batteries from electric vehicles on the road today and how attackers could use this approach to drain energy from targeted cars. We also present a prototype for performing such attacks. Furthermore, this paper includes test results obtained from discharging various electric vehicles from different manufacturers.

Short: PIBuster: Exploiting a Common Misconfiguration in CCS EV Chargers

Marcell Szakály, Sebastian Köhler, and Ivan Martinovic, University of Oxford

Available Media

This paper presents PIBuster, a new attack vector against the EV charging infrastructure. The attack targets the Qualcomm HomePlug GreenPHY modems used inside CCS chargers and vehicles, and is enabled by a common misconfiguration in their Parameter Information Block (PIB). The vulnerability allows an attacker to overwrite the PIB of modems, which contains many critical fields. We create a safe laboratory testbed for evaluating PIB security, use it to pinpoint the necessary conditions for the attack, and determine that a single configuration byte is responsible. We collect a large dataset of PIBs from real-world EV chargers, and evaluate them using our test bed, determining that 41 out of 69 charging stations exhibit the vulnerable configuration. Finally, we identify a specific high-impact attack that results in a persistent denial of service, and that can only be resolved by replacing hardware.

12:00 pm–1:30 pm

Symposium Luncheon

Room 615-617

1:30 pm–2:00 pm

Human Aspects of Vehicle Security and Privacy

Human Drivers' Awareness of Utility and Privacy Risks of Vehicle-to-Everything Communication: A Driving Simulator Study

Zekun Cai, Rao Li, and Aiping Xiong, The Pennsylvania State University

Available Media

With recent progress in vehicle-to-everything (V2X) communication, increasing studies have been conducted to enhance its safety, security, and privacy from a technical perspective. However, few studies have been conducted to understand human drivers' acceptance of and concerns about V2X communication. In a driving simulator study (N=32) we examined the effect of experiencing enhanced driving safety through the V2X application on participants' awareness of utility and privacy risks of connectivity-based data exchange in fully autonomous driving. In the post-drive interviews, we found that participants revealed limited awareness of the effect of V2X communication on enhancing driving safety (utility) and its associated privacy risks. Nevertheless, an extra description of the exchanged data in the V2X communication helped participants increase their awareness. We also solicited ways to better inform human drivers of the utility and privacy risks of V2X communication. We discuss the implications of our findings and make recommendations for future V2X design.

Short: Unencrypted Flying Objects: Security Lessons from University Small Satellite Developers and Their Code

Rachel McAmis and Gregor Haas, University of Washington; Mattea Sim, Indiana University; David Kohlbrenner and Tadayoshi Kohno, University of Washington

Available Media

Small satellites face unique security challenges, especially when built by budget-constrained university teams with limited security expertise. To understand barriers to secure satellite design, we interviewed 8 members across 4 U.S. university clubs and audited 3 codebases. We found widely varying security practices and vulnerabilities exploitable by ground-based attackers in all projects. Participants foresee many risks of unsecured small satellites and indicate security shortcomings in industry and government. We conclude with practical recommendations for improving small satellite security in amateur organizations and beyond.

2:00 pm–2:40 pm

Vehicle Security Analysis

WIP: QKSAN: Towards Multiple Sanitizers for In-vehicle COTS OS Kernels

Yalong Zou, Ziqiu Cheng, and Dongliang Mu, Huazhong University of Science and Technology

Available Media

With the rise of smart vehicles, increasingly intelligent in-vehicle systems are also exposing security issues, where traditional software vulnerabilities are demonstrating greater harm. Fuzzing is still an effective means to mitigate the risks of system software vulnerabilities. However, due to the fact that in-vehicle commercial off-the-shelf (COTS) system software is typically closed-source, conducting fuzzing on it presents significant challenges. The lack of information and the difficulty of modifying the system make it hard to implement effective fuzzing oracles.

To address these issues, we propose QKSAN, a sanitizer framework suitable for binary-only kernels. QKSAN innovatively combines multiple types of sanitizers and employs an efficient hypervisor-level instrumentation method to detect memory violation bugs such as out-of-bound accesses and the use of uninitialized variables. Experiments have demonstrated that QKSAN can successfully detect various vulnerabilities in binary kernels like Linux and QNX and feasibly be applied to real-world systems fuzzing.

Short: APSFUZZ: Simulation-Based Fuzzing Testing for Automated Parking Systems

Tong Bu, Jiarun Dai, Jiaqi Luo, Songyang Peng, Zongan Huang, and Min Yang, Fudan University

Available Media

Automated Parking System (APS) is a modern vehicle-equipped AI system that automates the process of parking vehicles. Nowadays, various companies (e.g., Tesla) have already deployed APSs on their latest released vehicles. Given the popularity of APSs, however, real-world APS misbehaviors (e.g., collision) continue to occur, calling for reliable techniques for the robustness testing of APSs. Existing works generally focus on safety testing of Autonomous Driving Systems (ADS) on public roads, which cannot comply with the unique characteristics of parking scenarios (e.g., vehicle behaviors and testing criteria). In light of this, we propose APSFUZZ, a novel simulation-based APS fuzzer to effectively detect bugs that result in misbehaviors (e.g., collision, stuck, pose error, etc.) of APS. Based on the systematic modeling of parking scenarios, APSFUZZ leverages parking-scenario-specific mutation strategies and a scheduling mechanism to ensure the effectiveness of fuzzing-based simulation testing. In the evaluation, we built the prototype of APSFUZZ based on the Carla simulator to identify the robustness flaws of Autoware.Universe (i.e., an open-source APS). Finally, APSFUZZ helped identify 74 buggy parking scenarios for Autoware. Universe, caused by 5 types of root causes. We have reported these 5 root causes to the developers, and till now 1 of them has been patched.

WIP: A Black Box System for Automotive Digital Forensics

Muhammad Yusuf Bambang Setiadji, Eirini Anthi, and Theodoros Spyridopoulos, Cardiff University; Gareth Davies, Thales UK

Available Media

Modern vehicles through increased connectivity are growingly susceptible to cybersecurity threats. Research has demonstrated vulnerabilities exploitable via infotainment systems, underscoring the need for robust automotive digital forensics. However, automotive digital forensic lags behind mature computer forensics, facing challenges such as lack of standardized guidelines, specialized tools, and technical limitations in current logging systems. These limitations, such as trigger-based recording, inadequate time synchronization, and insufficient trust preservation, compromise the reliability and legal admissibility of digital evidence. This paper presents a novel black box system designed to overcome these challenges by integrating GPS-based time synchronization and continuous Electronic Control Unit authentication leveraging Unified Diagnostic Services. Extending beyond traditional vehicle logging, Event Data Recorder, the proposed system features expanded memory capacity and data collection. Rigorous testing, including continuous authentication, stress tests, and functional analyses, demonstrates the enhanced capabilities of our black box in ensuring data integrity and credibility. These improvements strengthens the credibility of forensic evidence for legal proceedings involving connected vehicles.

2:40 pm–3:10 pm

Coffee and Tea Break

Room 615-617

3:10 pm–4:10 pm

AI-Based Attacks and Defenses

WIP: Evaluation of Threats and Impacts of HD Map Tampering Attacks in Autonomous Driving

Miyu Sato and Ryunosuke Kobayashi, Waseda University; Kazuki Nomoto and Yuna Tanaka, Waseda University, Deloitte Tohmatsu Cyber LLC; Go Tsuruoka, Waseda University; Tatsuya Mori, Waseda University, NICT, RIKEN AIP

Available Media

High-definition (HD) maps are essential for autonomous vehicle (AV) navigation, providing detailed road and lane structure information. However, their static nature makes them vulnerable to tampering, posing significant security risks. This study systematically categorizes HD map tampering threats and evaluates their impact through an end-to-end autonomous driving simulation using Autoware and AWSIM. By modifying lane widths in HD maps, we demonstrate how small modifications can cause AVs to deviate from safe trajectories, affecting both planning and control. Our findings demonstrate the need for robust HD map verification, cryptographic validation of map updates, and a balance between HD map reliance and real-time perception. The study demonstrates the importance of securing HD maps to ensure safe and reliable AV operations.

WIP: From Detection to Explanation: Using LLMs for Adversarial Scenario Analysis in Vehicles

David Fernandez, Pedram MohajerAnsari, Cigdem Kokenoz, Amir Salarpour, Bing Li, and Mert D. Pesé, Clemson University

Available Media

We propose a framework that leverages Large Language Models (LLMs) for adversarial scenario analysis in Autonomous Vehicles (AVs), generating interpretable explanations for anomalies and bridging the gap between detection and semantic understanding. Conventional Deep Neural Networks (DNNs) lack robustness against adversarial perception attacks and provide limited interpretability. To address these limitations, our method uses LLMs to process structured vehicular data encoded in a Domain-Specific Language (DSL), incorporating the Manual on Uniform Traffic Control Devices (MUTCD) as a formal knowledge base. Leveraging zero-shot chain-of-thought (CoT) prompting, the framework distinguishes benign sensor errors from adversarial manipulations through stepwise reasoning. We introduce AutoSec-X, a dataset of 40 MUTCD-based driving scenarios, to evaluate LLM architectures, demonstrating that larger models (e.g., Gemini) exhibit superior domain-specific reasoning, often citing relevant MUTCD sections. Results validate the effectiveness of CoT-augmented LLMs for semantic anomaly analysis in AVs without labeled training data. Future work will extend AutoSec-X and investigate multimodal inputs.

Lightweight Deep Learning for Cyber-Resilient Heavy Vehicles: Efficient Signal Reconstruction on Embedded Systems

Maxwel Bar-on, Colorado State University; Hossein Shirazi, San Diego State University; Indrakshi Ray and Jeremy Daily, Colorado State University

Available Media

Modern heavy vehicles rely on insecure protocols (CAN and SAE-J1939) to facilitate communication between the embedded devices that control their various subsystems. Due to the growing integration of wireless-enabled embedded devices, vehicles are becoming increasingly vulnerable to remote cyberattacks against their embedded networks. We propose an efficient deep-learning-based approach for mitigating such attacks through real-time J1939 signal reconstruction. Our approach uses random feature masking during training to build a generalized model of a vehicle's network. To reduce the computational and storage burden of the model, we employ 8-bit Quantization-Aware Training (QAT), enabling its deployment on resource-constrained embedded devices while maintaining high performance. We evaluate Transformer and LSTM-based architectures, demonstrating that both effectively reconstruct signals with minimal computational and storage overhead. Our approach achieves signal reconstruction with error levels below 1% of their operating range while maintaining a very low storage footprint of under 1 MB, demonstrating that lightweight deep-learning models can enhance resiliency against real-time attacks in heavy vehicles.

WIP: Learning Adversarial Attacks on Adaptive Traffic Signal Control Systems Under Cooperative Perception

Wangzhi Li, Tianheng Zhu, and Yiheng Feng, Purdue University

Available Media

Significant advancements in traffic control systems, such as integration with sensing and communication technologies, have led to increased system complexity. While these developments offer substantial benefits, they also introduce heightened vulnerabilities in cyberspace. This paper presents a security analysis of adaptive traffic control systems operating under cooperative perception environments with connected and automated vehicles (CAVs). To explore system vulnerabilities, we propose a novel reinforcement learning-based black-box adversarial attack framework, which demonstrates effectiveness against state-of-the-art adaptive traffic control systems. Specifically, the multi-action proximal policy optimization (multi-PPO) algorithm is employed to train the attacker agent capable of generating a fake CAV along with its "detected" vehicles. Experimental results indicate that the fake CAV can fool a learning-based traffic control system by injecting falsified detection data, leading to a 62.5% increase in average vehicle delay.

4:10 pm–4:20 pm

Short Break

Room 618-620 Foyer

4:20 pm–5:20 pm

Tutorial

Session Chair: Mert Pesé, Clemson University

Crash, Fail-safe, or Recover: Securing Robotic Autonomous Vehicles

Pritam Dash and Karthik Pattabiraman, University of British Columbia

Available Media

This tutorial explores how physical sensor attacks compromise the safety and control of Robotic Autonomous Vehicles (RAVs), with a focus on state estimation failures. It will present and compare attack recovery techniques for both traditional PID-based and deep reinforcement learning (Deep-RL) controlled RAVs, including software sensors, feed-forward control, and multi-objective adversarial training. Through a mix of lectures and hands-on virtual activities, participants will learn to analyze attacks and apply resilient control strategies across different RAV architectures.

Pritam Dash is a Ph.D. student in Electrical and Computer Engineering at the University of British Columbia (UBC), Canada. Pritam's research focuses on the safety and security of autonomous systems. Specifically, analyzing vulnerabilities in sensing-perception modules, control systems, AI techniques, and mitigating them to ensure safety in autonomous systems. Pritam received master's degree in Electrical and Computer Engineering also from UBC. Before joining UBC, Pritam worked at IAIK, Graz University of Technology on projects related to identity management, privacy, and end-to-end confidentiality in cloud systems.

5:20 pm–5:30 pm

Closing Remarks

General Chairs: Z. Berkay Celik, Purdue University, and Ning Zhang, Washington University in St. Louis