← Search

Mark Vero

14 accepted papers

2026

AutoBaxBuilder: Bootstrapping Code Security Benchmarking

ICML 2026poster

As large language models (LLMs) see wide adoption in software engineering, the reliable assessment of the correctness and security of LLM-generated code is crucial. Notably, prior work showed that LLMs are prone to generating code with security vulnerabilities, highlighting that security is often ov…

Cited by 0SourceScholar
2026

Fewer Weights, More Problems: A Practical Attack on LLM Pruning

ICLR 2026poster

Model pruning, i.e., removing a subset of model weights, has become a prominent approach to reducing the memory footprint of large language models (LLMs) during inference. Notably, popular inference engines, such as vLLM, enable users to conveniently prune downloaded models before they are deployed.…

Cited by 0SourcecodeScholar
2026

Watch your steps: Dormant Adversarial Behaviors that Activate upon LLM Finetuning

ICLR 2026oral

Finetuning open-weight Large Language Models (LLMs) is standard practice for achieving task-specific performance improvements. Until now, finetuning has been regarded as a controlled and secure process in which training on benign datasets leads to predictable behaviors. In this paper, we demonstrate…

Cited by 0SourcecodeScholar
2025

BaxBench: Can LLMs Generate Correct and Secure Backends?

ICML 2025spotlight

Automatic program generation has long been a fundamental challenge in computer science. Recent benchmarks have shown that large language models (LLMs) can effectively generate code at the function level, make code edits, and solve algorithmic coding tasks. However, to achieve full automation, LLMs s…

Cited by 2SourcePDFScholar
2025

Black-Box Adversarial Attacks on LLM-Based Code Completion

ICML 2025poster

Modern code completion engines, powered by large language models (LLMs), assist millions of developers with their strong capabilities to generate functionally correct code. Due to this popularity, it is crucial to investigate the security implications of relying on LLM-based code completion. In this…

Cited by 1SourcePDFScholar
2025

Mind the Gap: A Practical Attack on GGUF Quantization

ICML 2025poster

With the increasing size of frontier LLMs, post-training quantization has become the standard for memory-efficient deployment. Recent work has shown that basic rounding-based quantization schemes pose security risks, as they can be exploited to inject malicious behaviors into quantized models that r…

2024

A Synthetic Dataset for Personal Attribute Inference

NeurIPS 2024poster

Recently powerful Large Language Models (LLMs) have become easily accessible to hundreds of millions of users world-wide. However, their strong capabilities and vast world knowledge do not come without associated privacy risks. In this work, we focus on the emerging privacy threat LLMs pose – the ab…

2024

Beyond Memorization: Violating Privacy via Inference with Large Language Models

ICLR 2024spotlight

Current privacy research on large language models (LLMs) primarily focuses on the issue of extracting memorized training data. At the same time, models’ inference capabilities have increased drastically. This raises the key question of whether current LLMs could violate individuals’ privacy by infer…

2024

Instruction Tuning for Secure Code Generation

ICML 2024poster

Modern language models (LMs) have gained widespread acceptance in everyday and professional contexts, particularly in programming. An essential procedure enabling this adoption is instruction tuning, which substantially enhances LMs' practical utility by training them to follow user instructions and…

2024

Private Attribute Inference from Images with Vision-Language Models

NeurIPS 2024poster

As large language models (LLMs) become ubiquitous in our daily tasks and digital interactions, associated privacy risks are increasingly in focus. While LLM privacy research has primarily focused on the leakage of model training data, it has recently been shown that LLMs can make accurate privacy-in…

2023

TabLeak: Tabular Data Leakage in Federated Learning

ICML 2023poster

While federated learning (FL) promises to preserve privacy, recent works in the image and text domains have shown that training updates leak private client data. However, most high-stakes applications of FL (e.g., in healthcare and finance) use tabular data, where the risk of data leakage has not ye…