Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Detecting Privilege Escalation in Polyglot Microservices via Agentic Program Analysis

About

Microservices are widely adopted in modern cloud systems due to their scalability and fault tolerance. However, microservice architectures introduce significant complexity in privilege and permission control, creating risks of privilege escalation where attackers can gain unauthorized access to resources or operations. Detecting such vulnerabilities is challenging due to complex cross-service interactions, polyglot codebases, and diverse privileged operations and permission checks. We present Neo, an agentic program analysis framework that combines large language models (LLMs) with classic program analysis to address these challenges. Neo leverages an LLM-based agent that dynamically generates analysis plans, adapts code search strategies, and validates semantics. We develop code search primitives that enable Neo to perform scalable and flexible code exploration across services and languages. We evaluated Neo on 25 open-source microservice applications spanning 7 programming languages and 6.2 million lines of code. Neo uncovered 24 zero-day privilege escalation vulnerabilities and achieved 81.0% precision and 85.0% recall on a ground-truth dataset. Compared to existing program analysis and agentic solutions, Neo demonstrated significant improvements in both detection accuracy and scalability. We further showcased Neo's extensibility by applying it to other application domains and vulnerability types, uncovering 18 additional zero-day vulnerabilities.

Penghui Li, Hong Yau Chong, Yinzhi Cao, Junfeng Yang• 2026

Related benchmarks

TaskDatasetResultRank
Privilege Escalation DetectionFull polyglot microservices dataset
True Positives39
3
Privilege Escalation DetectionJava-based microservices--
2
Privilege Escalation DetectionEval. corpus
True Positives (TP)22
1
Privilege Escalation Detectionground-truth dataset
True Positives17
1
Privilege Escalation DetectionTotal
True Positives (TP)39
1
Showing 5 of 5 rows

Other info

Follow for update