Kemal Derya
Vernam Lab, WPI. kderya@wpi.edu
I’m a Ph.D. candidate in Electrical and Computer Engineering at Worcester Polytechnic Institute, advised by Prof. Berk Sunar in the Vernam Lab. My research sits at the intersection of trustworthy AI and hardware security.
On the trustworthy AI side, I study LLM safety and alignment — adversarial attacks, jailbreak robustness, and defense mechanisms for guard models. My recent work includes Revisiting JBShield, which breaks the JBShield jailbreak defense with an adaptive GCG variant (up to 53.4% ASR) and rebuilds detection around multi-layer representation trajectories via RTV, a Mahalanobis-based detector reaching 0.99 AUROC. I’m also investigating universal adversarial suffixes that jointly bypass LLM alignment and Llama Prompt Guard 2 (Super-Suffixes), paired with DeltaGuard, a lightweight residual-stream detector for adversarial prompts.
On the hardware security side, I work on Rowhammer-based fault attacks and microarchitectural side channels against cryptographic implementations — recent examples include FAULT+PROBE (AsiaCCS 2025), which recovers 256-bit ECDSA keys from wolfSSL’s TLS 1.3 handshake, and LeapFrog (EuroS&P 2025), a Rowhammer gadget that subverts control flow by flipping return addresses.
From January to August 2025, I interned at Analog Devices as a System Engineer Intern. Before WPI, I earned an M.S. in Electronics Engineering at Sabancı University with a thesis on FPGA accelerators for post-quantum cryptography, and worked as a Digital Design Engineer on defense-grade digital hardware.
I’m currently on the job market for industry research and engineering roles in hardware security, trustworthy AI, and adjacent areas. I’m always happy to discuss microarchitectural security, fault-injection attacks, or LLM safety — feel free to reach out at kderya@wpi.edu or grab my CV.
selected publications
- arXiv
Revisiting JBShield: Breaking and Rebuilding Representation-Level Jailbreak Defenses ★arXiv preprint arXiv:2605.03095, 2026Breaks JBShield with an adaptive GCG variant (up to 53.4% ASR), then rebuilds the defense as RTV — a Mahalanobis-based multi-layer trajectory detector reaching 0.99 AUROC. - arXiv
Super Suffixes: Bypassing Text Generation Alignment and Guard Models SimultaneouslyarXiv preprint arXiv:2512.11783, 2025Universal adversarial suffixes that jointly bypass LLM alignment and Llama Prompt Guard 2 across five models; we also propose DeltaGuard, a residual-stream detector reaching near-100% malicious-prompt classification. - SaTML
Non-Halting Queries: Exploiting Fixed Points in LLMsIn 2025 IEEE Conference on Secure and Trustworthy Machine Learning (SaTML), 2025A single fixed-point prompt recipe pushes every major aligned LLM into non-terminating output — 97% success on GPT-4o — bypassing alignment at rates orders of magnitude above prior jailbreaks. - arXiv
µRL: Discovering Transient Execution Vulnerabilities Using Reinforcement LearningarXiv preprint arXiv:2502.14307, 2025Replaces random fuzzing with reinforcement learning to discover transient-execution leaks — uncovers new leaky sequences on Intel Skylake-X and Raptor Lake without triggering any µcode assists, faults, or interrupts. - AsiaCCS
FAULT+PROBE: A Generic Rowhammer-based Bit Recovery Attack ★In Proceedings of the 2025 ACM Asia Conference on Computer and Communications Security (AsiaCCS), 2025Turns Rowhammer into a statistical side channel — defeats verify-after-sign defenses and recovers 256-bit ECDSA session keys from wolfSSL TLS 1.3 at 22 bits/hour with 100% success. - EuroS&P
LeapFrog: The Rowhammer Instruction Skip AttackIn 2025 IEEE European Symposium on Security and Privacy (EuroS&P), 2025A new class of Rowhammer gadget that flips stack-stored return addresses to skip security-critical code — demonstrated end-to-end against OpenSSL and a live TLS handshake.
news
| May 04, 2026 | New preprint: Revisiting JBShield. |
|---|---|
| Dec 12, 2025 | New preprint: Super-Suffixes. |
| Aug 27, 2025 | FAULT+PROBE presented at AsiaCCS 2025. |
| Aug 08, 2025 | Completed 8-month internship at Analog Devices Inc. |
| Jul 03, 2025 | LeapFrog presented at EuroS&P 2025. |
| Apr 22, 2025 | FAULT+PROBE accepted at AsiaCCS 2025 |
| Apr 09, 2025 | Non-Halting Queries presented at SaTML 2025. |