Please consider submitting papers to PLDI'27, FSE'27, where Qingkai serves
on the program committee.
2026/08: Congrats to Yufan for having his paper accepted to NDSS 2027. The
paper presents interesting findings and implications from an empirical analysis
of routing protocol bugs. (Paper)
2026/08: Congrats to Hongcheng for having her survey on reverse engineering
accepted for publication in ACM Computing Surveys. (Paper)
2026/05: Congrats to Hengdi for having his paper on LLM-based protocol
specification inference accepted to USENIX Security 2026. (Paper)
2026/04: Congrats to Xinlong and Ruiyu for having their paper on symbolic
automata (with applications to network security) accepted to CAV 2026. (Paper)
2026/01: Congrats to Jielun, Lidong, and Ruiyu for being invited to the
OOPSLA 2026 AE committee. Please consider submitting your fantastic
artifacts.Short Bio
Software Security Analysis
Static bug scanners automatically detect coding errors and security flaws in software systems before execution. Pinpoint, an industrial-strength bug scanner developed by the group, has found numerous vulnerabilities with many CVEs in mature systems . It was successfully commercialized at Sourcebrella LLC, which was acquired by Ant Group for improving the quality of many products such as Alipay, a digital payment app with over a billion monthly active users. Interested readers can refer to Qingkai's doctoral dissertation and follow-up works, particularly, on path-sensitive sparse dataflow analysis (PLDI'18, ICSE'20a, ICSE'20b, PLDI'21, OOPSLA'22a, PLDI'24, …) as well as approaches to detecting specific bug types (OOPSLA'21, OOPSLA'22b, ICSE'25, ASE'25, …). Two ACM Distinguished Paper Awards were awarded for these studies.
Keywords: path-sensitive and sparse analysis, memory safety analysis, taint analysis.
Network Security Analysis
Ensuring network security is vital to safeguarding network systems and preventing cyberattacks. On the foundation of fuzz testing (SP'20, SP'22, …), the research group deeply explores the security aspects of diverse network protocols, including but not limited to communication protocols like TCP and routing protocols like OSPF, by means of both traditional formal/empirical analysis (CCS'23, SEC'23, OOPSLA'24, CCS'25, CAV'26, NDSS'27, …) and intelligent approaches (ISSTA'25, SEC'26, …). Techniques from the group have detected both general memory safety issues, such as memory leaks and buffer overruns, and, in particular, silent domain-specific network breaches that do not cause apparent symptoms at runtime . Two ACM Distinguished Paper Awards and a Google Research Paper Award were received for these studies.
Keywords: network (particularly, routing) protocols, fuzzing, reverse engineering.