Lujo Bauer profile photo

Lujo Bauer

Professor, Electrical and Computer Engineering

  • Pittsburgh PA UNITED STATES

Lujo Bauer's research examines many aspects of computer security and privacy.

Contact

Biography

Lujo Bauer is a Professor of Electrical and Computer Engineering, and of Computer Science, at Carnegie Mellon University. He received his B.S. in Computer Science from Yale University in 1997 and his Ph.D., also in Computer Science, from Princeton University in 2003. Dr. Bauer is a member of CyLab, Carnegie Mellon's computer security and privacy institute, and serves as the director of CyLab's Cyber Autonomy Research Center.

Dr. Bauer's research examines many aspects of computer security and privacy, including developing high-assurance access-control systems, building systems in which usability and security co-exist, and designing practical tools for identifying software vulnerabilities. Bauer and fellow CMU researchers Lujo Bau and Larry Pileggi are calling on the research and policy communities to develop more comprehensive and accurate grid evaluation frameworks and datasets, and for updating threat models and grid resiliency requirements to match cyber attackers realistic capabilities. His other recent work focuses on developing tools and guidance to help users stay safer online and on examining how advances in machine learning can (or might not) lead to a more secure future.

Dr. Bauer served as the program chair for the flagship computer security conferences of the IEEE (S&P 2015) and the Internet Society (NDSS 2014) and is an associate editor of ACM Transactions on Privacy and Security.

Areas of Expertise

IoT Security and Privacy
Network Security
Cybersecurity and Privacy
Internet of Things (IoT)
AI and ML for Security
System Security
Data/Network Science Systems
Cyberphysical Systems (CPS)

Media Appearances

Your Password Manager May Not Be As Secure As You Thought

IFL Science  online

2026-02-20

Responding to the research, Lujo Bauer, a computer security and privacy researcher at Carnegie Mellon University who was not involved in the study, told IFLScience that a scenario where an attacker has complete control over a password manager’s servers is indeed a high bar to clear, but he agrees with the paper’s authors that it isn’t a “completely unreasonable assumption”.

“While it's true that some risks can't be completely mitigated, the paper points out others that can be,” he said.

“One of the password managers in question is also the one I use. I read their response, and I wish they had done more to acknowledge that there are things they should be able to fix. But at the same time, unless there are new developments, I don't plan to change how I store my passwords, because it's not clear that any even moderately convenient alternatives to using a cloud-based password manager are safer.”

View More

I Watched AI Agents Try to Hack My Vibe-Coded Website

WIRED  

2025-07-30

“AI-powered pen testing is a promising direction that can have significant benefits for defending systems,” says Lujo Bauer, a computer scientist at Carnegie Mellon University (CMU) who specializes in AI and computer security. Bauer recently coauthored a study with others from CMU and a researcher from AI company Anthropic that explores the promise of AI penetration testing. The researchers found that the most advanced commercial models could not perform network attacks but developed a system that set high-level objectives like scanning a network or infecting a host, which enabled them to perform penetration tests.

View More

Power shift: How CMU is helping shape America’s energy evolution

Washington Business Journal  online

2025-07-18

From reimagining AI data centers to modernizing and securing the electric grid, Carnegie Mellon University researchers are working on practical solutions to pressing challenges in how the U.S. produces, moves and secures energy.

CMU researchers Lujo Bauer, Larry Pileggi and Vyas Sekar are calling on the research and policy communities to develop more comprehensive and accurate grid evaluation frameworks and datasets, and for updating threat models and grid resiliency requirements to match cyber attackers’ realistic capabilities.

View More

Media

Social

Industry Expertise

Computer/Network Security
Education/Learning

Accomplishments

2025 ACM Fellow

2026-01-21

For contributions to access control, usable security and privacy, and the security of machine learning.

Education

Princeton University

Ph.D.

Computer Science

2003

Yale University

B.S.

Computer Science

1997

Affiliations

  • CyLab
  • Societal Computing

Articles

Incalmo: An autonomous LLM-assisted system for red teaming multi-host networks

IEEE

Brian Singer, Keane Lucas, Lakshmi Adiga, Meghna Jain, Lujo Bauer, Vyas Sekar

2026-05-18

Security operators use red teams to simulate real attackers and proactively find defense gaps. In realistic enterprise settings, this involves executing multi-host network attacks spanning many “stepping stone” hosts. Unfortunately, red teams are expensive and entail significant expertise and effort. Given the promise of LLMs in CTF challenges, we first analyze whether LLMs can autonomously execute multi-host red-team exercises. We find that state-of-the-art LLM-assisted offense systems (e.g., PentestGPT, CyberSecEval3) with leading LLMs (e.g., Sonnet 4, Gemini 2.5 Pro) are unable to do so. Building on our observations in understanding the failure modes of state-of-the-art systems, we argue the need to improve the abstractions and interfaces for LLM-assisted red teaming.

View more

On the Feasibility of Using LLMs to Autonomously Execute Multi-host Network Attacks

arXiv preprint arXiv:2501.16466

Brian Singer, Keane Lucas, Lakshmi Adiga, Meghna Jain, Lujo Bauer, Vyas Sekar

2025-01-27

LLMs have shown preliminary promise in some security tasks and CTF challenges. Real cyberattacks are often multi-host network attacks, which involve executing a number of steps across multiple hosts such as conducting reconnaissance, exploiting vulnerabilities, and using compromised hosts to exfiltrate data. To date, the extent to which LLMs can autonomously execute multi-host network attacks} is not well understood. To this end, our first contribution is MHBench, an open-source multi-host attack benchmark with 10 realistic emulated networks (from 25 to 50 hosts). We find that popular LLMs including modern reasoning models (e.g., GPT4o, Gemini 2.5 Pro, Sonnet 3.7 Thinking) with state-of-art security-relevant prompting strategies (e.g., PentestGPT, CyberSecEval3) cannot autonomously execute multi-host network attacks. To enable LLMs to autonomously execute such attacks, our second contribution is Incalmo, an high-level abstraction layer. Incalmo enables LLMs to specify high-level actions (e.g., infect a host, scan a network). Incalmo's translation layer converts these actions into lower-level primitives (e.g., commands to exploit tools) through expert agents. In 9 out of 10 networks in MHBench, LLMs using Incalmo achieve at least some of the attack goals. Even smaller LLMs (e.g., Haiku 3.5, Gemini 2 Flash) equipped with Incalmo achieve all goals in 5 of 10 environments. We also validate the key role of high-level actions in Incalmo's abstraction in enabling LLMs to autonomously execute such attacks.

View more

Deceiving ML-Based Friend-or-Foe

Cyber Deception: Techniques, Strategies, and Human Aspects

2023

Deceiving an adversary who may, eg, attempt to reconnoiter a system before launching an attack, typically involves changing the system's behavior such that it deceives the attacker while still permitting the system to perform its intended function. For example, if a system hosting a database is using deception to defend against attack, it may employ measures that cause the attacker to believe that the system is running a different version of a database or that it is running other services. At the same time, legitimate clients of the system should continue to be able to interact with the database.

View more