publications

Grouped by research area. Papers marked ★ are first-authored.

See also my Google Scholar profile.

Trustworthy AI & LLM Safety

2026

  1. arXiv
    jbshield.png
    Revisiting JBShield: Breaking and Rebuilding Representation-Level Jailbreak Defenses
    Kemal Derya and Berk Sunar
    arXiv preprint arXiv:2605.03095, 2026
    Breaks 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.
    • Introduces JB-GCG, an adaptive variant of GCG that breaks JBShield with 46.2% average attack success rate across five configurations.
    • Proposes Representation Trajectory Verification (RTV), a Mahalanobis-based outlier detector over multi-layer representation trajectories — 0.99 AUROC against JB-GCG.
    • Demonstrates that multi-layer representation consistency is a more reliable foundation for jailbreak detection than single-layer concept similarity.

2025

  1. arXiv
    super_suffixes.png
    Super Suffixes: Bypassing Text Generation Alignment and Guard Models Simultaneously
    Andrew Adiletta, Kathryn Adiletta, Kemal Derya, and 1 more author
    arXiv preprint arXiv:2512.11783, 2025
    Universal 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.
    • Introduces universal adversarial suffixes that bypass alignment across LLMs with different tokenization schemes via joint optimization.
    • First work to compromise Llama Prompt Guard 2 — defeats it on five text-generation models for malicious text and code generation.
    • Proposes DeltaGuard, a residual-stream cosine-similarity detector that raises non-benign classification to nearly 100% against Super Suffix attacks.
  2. SaTML
    non_halting_queries.png
    Non-Halting Queries: Exploiting Fixed Points in LLMs
    Ghaith Hammouri, Kemal Derya, and Berk Sunar
    In 2025 IEEE Conference on Secure and Trustworthy Machine Learning (SaTML), 2025
    A 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.
    • Proves that at temperature zero, repeating cyclic token sequences beyond the context size guarantee non-halting output in autoregressive LLMs.
    • A single prompt recipe drives every major aligned model released in the past year into a non-halting state — 97% success on GPT-4o, 19% on Gemini Pro 1.5.
    • ARCA-based gradient inversion finds 3-token prompts that trigger non-halting with 15% success, bypassing alignment at rates 1–2 orders of magnitude beyond prior attacks.

Hardware Security & Microarchitectural Attacks

2025

  1. arXiv
    murl.png
    µRL: Discovering Transient Execution Vulnerabilities Using Reinforcement Learning
    M Caner Tol, Kemal Derya, and Berk Sunar
    arXiv preprint arXiv:2502.14307, 2025
    Replaces 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.
    • First reinforcement-learning framework for discovering transient-execution vulnerabilities (Spectre/Meltdown-class leaks), replacing random fuzzing with feedback-driven exploration.
    • RL agent discovers new leaky instruction sequences on Intel Skylake-X and Raptor Lake without triggering any µcode assists, faults, or interrupts.
    • Newly identified leakage sources span SERIALIZE, VERR/VERW, CLMUL, MMX-x87 transitions, LSL+RDTSCP, and LAR instructions.
  2. AsiaCCS
    fault_probe.png
    FAULT+PROBE: A Generic Rowhammer-based Bit Recovery Attack
    Kemal Derya, M Caner Tol, and Berk Sunar
    In Proceedings of the 2025 ACM Asia Conference on Computer and Communications Security (AsiaCCS), 2025
    Turns 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.
    • Reframes Rowhammer as a statistical side channel — leverages the victim’s operational behavior rather than corrupted outputs to recover secrets.
    • Profiles DRAM directional bit-flip patterns to locate the most susceptible bit positions, then decodes secret bits through observable changes in victim behavior.
    • Recovers 256-bit ECDSA session keys from wolfSSL’s TLS 1.3 handshake at 22 key bits/hour with 100% success, bypassing verify-after-sign fault-check defenses.
  3. EuroS&P
    leapfrog.png
    LeapFrog: The Rowhammer Instruction Skip Attack
    Andrew Adiletta, M Caner Tol, Kemal Derya, and 2 more authors
    In 2025 IEEE European Symposium on Security and Privacy (EuroS&P), 2025
    A 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.
    • Defines a new class of Rowhammer gadget that flips stack-stored return addresses to skip security-critical code (authentication checks, encryption rounds, protocol padding).
    • Provides a systematic methodology to automatically identify LeapFrog gadgets in target binaries and determine optimal attack parameters.
    • Demonstrated end-to-end against OpenSSL encryption bypass and a client/server TLS handshake; includes analysis of the Open Quantum Safe library.

Post-Quantum Cryptography & Hardware Accelerators

2022

  1. MICPRO
    coha_ntt.png
    CoHA-NTT: A Configurable Hardware Accelerator for NTT-based Polynomial Multiplication
    Kemal Derya, Ahmet Can Mert, Erdinç Öztürk, and 1 more author
    Microprocessors and Microsystems, 2022
    A parametric NTT hardware accelerator with both run-time and compile-time configurability, targeting lattice-based post-quantum cryptography across a wide range of schemes and throughput/area trade-offs.
    • Unified butterfly architecture performs both forward and inverse NTT — the core primitive for lattice-based PQC polynomial multiplication.
    • First architecture to provide both run-time configurability (scheme parameters) and compile-time configurability (throughput/area trade-offs) for NTT.
    • Sub-blocks (modular multiplier, butterfly unit) are independently reusable building blocks for accelerating lattice-based cryptography.
  2. M.S. Thesis
    Accelerating lattice-based cryptosystems
    Kemal Derya
    Sabancı University, 2022
    M.S. thesis on FPGA-based hardware accelerators for lattice-based post-quantum cryptographic schemes.
    • FPGA implementation of NTT-based polynomial multipliers targeting lattice-based post-quantum cryptosystems.
    • Explores parametric, configurable hardware design methodologies covering schemes submitted to the NIST PQC standardization process.