Papers for

cybersecurity teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Context segmentation improves task solving in local cybersecurity AI

Evaluating Context Segmentation in Locally Deployable SLMs for Cybersecurity CTF Tasks

Abstract: The proliferation of highly capable open-weight Small Language Models (SLMs) democratizes access to advanced cybersecurity capabilities, posing a escalating risk as these models can bypass proprietary API guardrails when deployed locally. However, SLMs deployed as autonomous agents often struggle with long-horizon, exploratory tasks like cybersecurity Capture The Flag (CTF) challenges due to context bloat and cognitive degradation from accumulated tool-call outputs. To understand and mitigate this cybersecurity threat, we introduce \textit{context segmentation}, a two-level agentic framework that divides complex exploitation tasks into manageable, contextually isolated sub-problems. Evaluating on the \texttt{picoCTF} dataset using memory-constrained \texttt{gemma-4} models, we demonstrate that for the E4B model, our strategy acts as an intelligent search, achieving competitive rewards with superior token efficiency compared to brute-force retries, and successfully solving 18.52\% of tasks that standard agentic execution fails to complete. Code is available at https://github.com/9xeb/context-segmentation.

Fri 11 SeptCryptography and SecurityArtificial Intelligence
The gist
Small language models (SLMs) can help with cybersecurity problems but often get overwhelmed when working on complex tasks because they mix too much information at once. The authors created a method called context segmentation that breaks big problems into smaller, separate parts so the AI can focus better. They tested this on a cybersecurity challenge set and found their method solved more tasks and used computing resources more efficiently than usual approaches. This helps demonstrate how local AI tools can be made smarter for security tasks without needing cloud-based software.
Open 2609.12839v1

NovaFabric creates tamper-evident records of autonomous AI actions

NovaFabric: Tamper-Evident, Replayable Evidence for Autonomous AI Agent Runs

Abstract: When an autonomous AI agent does something consequential, what can be proven about what it did? Agent-observability platforms capture traces, but a trace is mutable: alterable undetected, with no recipe for re-executing it, silent on whether captured secrets were removed. Regulation (EU AI Act, ISO 42001, NIST AI RMF) presumes records an independent party can check. We present NovaFabric, producing audit-grade execution evidence: provider-neutral, tamper-evident, replayable, shareable. It records an agent run, without modifying agent logic, into a portable Run Capsule (fifteen-entity schema), sealed with a holistic DSSE signature, RFC 3161 timestamp, Merkle log and redaction attestation. Sealed runs are re-executable under a four-mode replay protocol and exportable as an Evidence Bundle for third-party verification with stock tooling (specified, not evaluated). The contribution is integration, not new cryptography: OpenTelemetry, DSSE/in-toto and W3C PROV. We evaluate eight research questions at measured scope. Mocked replay serves every model response from the capsule (no live model call, 10/10) but is offline w.r.t. models, not the network; only 2/10 tool-using workloads completed; the gap is missing tool-response substitution. Tampering is rejected across three tested classes. Declared-stream completeness is 0.652 (95% CI +/-0.064, ten scenarios). A repaired rule pack redacts 14/14 credential types, preserving 9/9 decoys; diff localises 140/140 mutations. Blast-radius queries: 45.5ms p99 over 10M edges (3.3x faster than a columnar baseline), 167.9ms over 100M (1 client, n=30). A 314-machine, ten-region run finds capsule REST ingest lossless but capped at 61.6 req/s (p99 26.8s) by per-worker serialisation. Six defects found in NovaFabric and its evaluation corpus: four fixed, one withdrawn, one open. Verification is conditional on a stated trusted computing base.

Fri 11 SeptCryptography and SecurityDistributed, Parallel, and Cluster Computing
The gist
When AI agents take important actions, it can be hard to prove exactly what they did and whether the record of their work was changed afterward. The authors present NovaFabric, a system that securely records everything an AI agent does in a way that is hard to alter without detection. These records can be replayed to verify what happened and shared with others for independent checking. Instead of changing the AI itself, NovaFabric captures evidence alongside the run and uses existing security methods to ensure trust.
Open 2609.12582v1

Advances in AI agents improve automatic penetration testing success

Big Enough to Break Out: Tracking the Rising Capability of LLM Penetration-Testing Agents

Abstract: Large language model (LLM) agents are increasingly applied to penetration testing, but we still know little about what they can do or how they fail. We compare two PentestGPT-based systems: a legacy human-in-the-loop system running the open-weight Kimi K2.5, and a newer autonomous system running Claude Opus 4.8. Across three public targets, the autonomous system solves all three, including the two the legacy system never finishes. The legacy result is the more surprising of the two. Even on the machines the legacy system fails to solve, it completes about half the subtasks, while running on ordinary university GPUs with no provider guardrails. We can describe the trend but not explain it, since model, harness, autonomy, and memory architecture all change together. Its direction still points to the next question: what will limit these agents as they take on more complex tasks? The usual answer is long-horizon memory, the loss of access to earlier findings during long attack chains. We test it by adding a coverage-memory layer to both systems, and neither improves outcomes. In the legacy stalled runs we could review, the limiting factor appeared to be planning and commitment rather than lost memory: agents held the evidence for a route forward and never turned it into a concrete exploitation hypothesis, which may suggest that offensive capability will advance with agents' ability to plan rather than with better memory. The same subtask scoring that tracks this capability is available to defenders, who can measure it as it rises instead of waiting to meet it in the field.

Wed 9 SeptCryptography and Security
The gist
Testing computer security by finding weaknesses is easier with AI helpers called large language model agents. This study compares an older system using one AI model with human help to a newer, fully automatic system using a different AI. The newer system solves all test challenges, while the older one struggles but still makes partial progress. Surprisingly, the main problem for the AI is not forgetting clues but deciding how to use them to attack. This suggests future improvements in planning will boost AI hacking tools more than memory.
Open 2609.10780v1

AI agents verify network outcomes despite cross-domain limits

Can AI Agents Deliver Verifiable Network-Wide Outcomes Across Authority Boundaries?

Abstract: AI agents are increasingly involved in network automation, where they can initiate configuration changes through mediated operational interfaces and assess the resulting state. Nonetheless, operational networks usually span many devices and administrative domains. Realizing an operator's intent requires coordinating agents with distinct authority scopes that define the resources they can access, the operations they can invoke, and the network state they can observe. This division limits the blast radius of an erroneous action but fragments the evidence needed to assess the network-wide outcome. Successful execution of a configuration action proposed by one agent does not establish that remote devices responded as intended or that routing changes reached the required devices. A valid observation may also become stale after a subsequent change. Before the coordinated operation can be declared complete, a trusted assurance layer must collect current observations from the required scopes and determine whether they collectively support the operator's intended network-wide outcome. To address the completion admission problem, we present EvidenceNet, a runtime assurance layer for deciding whether coordinated agent operations have achieved an operator's network intent. Its broker collects the post-change observations required by a completion contract, and its admission gate checks that the evidence comes from the required scopes, remains current, and satisfies the task rules. A verifier agent provides an additional assessment of the observation content. Experiments on live routing networks show that post-change state checks recognize successful outcomes that configuration-action records alone cannot establish. Controlled interventions further show that EvidenceNet rejects completion when otherwise satisfactory observations have the wrong source, have been substituted, or are stale.

Wed 9 SeptNetworking and Internet ArchitectureArtificial Intelligence
The gist
Networks are controlled by different groups, each managing only parts of it and having limited access. This makes it hard to know if changes made by AI agents actually work everywhere they should. The authors created EvidenceNet, which collects and checks evidence from all parts involved to confirm the network behaves as intended. Their tests showed this method can spot when changes succeed or fail, even if the individual records look fine but don't tell the whole story.
Open 2609.10181v1

Federated learning updates can reveal original training data exactly

Cascading Gradient Inversion via LT-Code Inspired Peeling in Federated Learning

Abstract: Federated learning shares model updates rather than raw data, yet these updates can be inverted to reconstruct the clients' training data. Analytic reconstruction attacks, which invert a gradient in closed form, degrade as the batch grows: prior single-round attacks recover only about half of a batch of size $100$ even when the attacker fully controls the network parameters, and known upper bounds limit what any such method can recover. We establish a connection between gradient inversion and the theory of erasure-correcting codes, and use it to construct attacks that exceed these bounds. Our attacks recover batches exactly, together with every sample's label, from a single FedSGD round, and certify each recovery without ground-truth data. On eight image and tabular benchmarks they outperform prior single-round attacks by a wide margin. Even a passive attacker who only observes an honestly trained network recovers $94$--$100\%$ of ImageNet batches at sizes up to $128$, more than prior single-round attacks achieve even with active manipulation of the model, and in the active setting more than $90\%$ is recovered at batch sizes of several hundred. These results show that the privacy leakage of federated learning has been underestimated.

Wed 9 SeptMachine LearningArtificial IntelligenceCryptography and Security
The gist
Federated learning shares updates to a model instead of raw data to protect privacy. However, this paper shows that even these updates can be reversed to perfectly reconstruct all the original data used to train the model. The authors connect this problem to error-correcting codes to create a powerful new attack that recovers entire batches of training samples and their labels from a single update. This suggests that privacy risks in federated learning have been underestimated, especially when batch sizes grow larger.
Open 2609.09659v1

Feyospace enables strong cyber agents trained by small expert team

Feyospace-v1: How the Cyber Mercury Seven Trained Frontier Cyber Models

Abstract: Training capable cyber agents is often treated primarily as a problem of model scale, yet open-weight post-training is constrained more directly by the cost of executable environments, reliable multi-turn supervision, and access to strong teachers. We present a data-centric framework that addresses these bottlenecks through five complementary systems: Choulea analyzes hidden reasoning signatures, SkyReal reduces teacher-sampling cost, Hongzwang bypasses API restrictions on teacher execution, PSBreakup restores capabilities weakened by model merging, and Kreator converts expert interventions into trainable reasoning. Our data engine constructs resettable coding, vulnerability, CTF, kernel-history, full-exploit, firmware, and device-backed environments. Candidate trajectories are retained only after execution verification and evidence auditing, yielding 164,269 trajectories for long-context supervised fine-tuning. The three checkpoints improve over their starting models by an average of 23.76% on the full CyberGym suite and 10.49% across the pooled CTF suites. As of September 1, 2026, Feyospace-s1 achieves a verified success rate of 63.24% and ranks 10th on the official CyberGym leaderboard, while all three checkpoints rank 1st among models at comparable parameter scales. To our knowledge, this is the first end-to-end demonstration that a seven-person independent team can train open-weight models with leading agentic cyber capability.

Tue 8 SeptArtificial Intelligence
The gist
Training smart computer agents to solve complex cybersecurity tasks is usually expensive due to the need for realistic practice environments and good guidance. The authors created a system called Feyospace that combines five tools and a special data engine to make training efficient and reliable. Their approach produces models that perform much better on cybersecurity challenges and ranks highly on a global leaderboard. They also show that a small team of seven people can train powerful open-source cyber agents with these methods.
Open 2609.08418v1

Windows malware detection balance accuracy speed and attacker defense

Windows Malware Detector as a Compound AI System: Trade-Offs in Accuracy, Efficiency, and Adversarial Robustness

Abstract: Industrial Windows malware detectors are commonly described as Compound AI Systems composed of multiple heterogeneous components, including rule-based mechanisms as well as machine-learning-based static and dynamic analyses. However, due to industrial secrecy and limited public disclosure, the internal architectures of these systems can only be inferred, rendering systematic evaluations of detection accuracy, computational costs, and adversarial robustness largely infeasible. In contrast, academic research provides reproducible and transparent evaluation methodologies, but typically investigates individual detection components in isolation. To bridge the gap between academic research and industrial practice, and inspired by state-of-the-art industrial architectures for Windows malware detection, we propose a novel methodology that (i) explicitly balances the trade-off among detection performance, computational requirements, and robustness, and introduces (ii) system-level threat models that capture how attackers exploit different degrees of knowledge to evade the entire Compound AI System rather than isolated detectors. Experiments conducted on real-world data demonstrate that the Compound AI System training time can be reduced and responsiveness improved while incurring only a marginal loss in detection performance. Leveraging our threat modeling, we show that increasingly knowledgeable attackers craft more effective adversarial examples, revealing the system's strengths and weaknesses, degrading its responsiveness, and exposing a direct trade-off between efficiency and robustness. Finally, we translate these trade-offs into take-home messages and deployment guidelines, helping practitioners to select the system that best matches their operational constraints.

Tue 8 SeptCryptography and Security
The gist
Detecting harmful software on Windows often uses many different tools combined to catch bad programs effectively. The authors created a way to measure how well these combined tools work, how fast they operate, and how well they resist attackers trying to fool them. They tested this approach on real data, showing that training can be faster and the system more responsive while still detecting most threats. They also found that smarter attackers can trick the system more easily, showing a balance between making the system quick and making it hard to attack.
Open 2609.08394v1

HoneyRoute detects and isolates malicious requests in AI serving systems

HoneyRoute: Honeypot-Model Routing for Adversarial LLM Serving

Abstract: We introduce HoneyRoute, an inference-serving layer that detects whether an incoming request is malicious and, if so, routes it to a dedicated honeypot model, shielding production while the adversary's interaction is continuously harvested for intelligence. Existing defenses embed traps inside model memory or rebuild deception at the protocol layer, leaving the serving tier unprotected and feeding nothing back into detection. HoneyRoute couples (i) a streaming router (a frozen 0.8B-embedding backbone with per-domain MLP heads), (ii) a dual-implementation honeypot (a rule/prompt-engineered code honeypot or a dedicated same-family replica), and (iii) an analysis loop that converts trapped interactions into attacker fingerprints for router retraining. On a production trace plus a seven-domain attack corpus, the router reaches F1=.911 at 38 ms median added latency, matching 96% of a two-tier guard-LLM cascade's F1 at 1/385 of its latency with 0% evasion under 13 adversarial transformations; diverting the malicious share cuts production-model token consumption under concurrent flooding with real GCG-suffix payloads by 97.8%; the trained replica agrees with the production model on 92.9% of benign holdout requests, while naive unconditional bait injection collapses to 7.6% and selective camouflaged injection recovers to 88.9%, mapping the recoverable fidelity-traceability frontier; and a loop-trained correction head cuts misrouting of legitimate security research 9x while raising detection F1 to .933.

Tue 8 SeptCryptography and SecurityComputation and LanguageMachine Learning
The gist
When AI systems receive requests, some of them can be harmful or trying to trick the system. The authors created HoneyRoute, which spots these bad requests quickly and sends them to a special setup designed to trap attackers without affecting the main AI service. This setup also learns from the attacks to get better over time. They tested HoneyRoute and found it works well with little delay and helps protect AI services from floods of harmful traffic.
Open 2609.08306v1

Ros 2 vulnerability lets attackers fake robot sensor signals remotely

Seeing is Not Believing: Breaking the Physical-to-Digital Trust Boundary in Robotics

Abstract: In multi-robot collaboration, task handovers rely on downstream verifiers performing remote attestation, which inspects sensor telemetry to ensure a robot's physical behavior strictly matches its assigned task. But can this telemetry be trusted? We show that it often cannot. In this paper, we uncover a severe vulnerability in Robot Operating System (ROS) 2: by modifying a single environment variable, an adversary can execute a pre-built hook to covertly intercept and inject both telemetry and control signals before they are published. Consequently, adversaries can hijack a robot to perform dangerous tasks while spoofing downstream verifiers with synthesized fake telemetry. Worse still, by exploiting the widespread reliance on third-party Docker containers and auxiliary tools, attackers can distribute compromised packages embedded with these malicious hooks to launch such attacks easily. On a physical Franka Emika robotic arm running Secure ROS 2, our attack injects fabricated telemetry in real time with only around 3 ms of jitter, preserving temporal synchronization and hardware integrity while achieving an 87% success rate even against an AI-based detector. We have responsibly disclosed these findings to the ROS 2 development team. We prepared a demo video available at https://youtu.be/ExeiGqUrnhQ.

Tue 8 SeptRoboticsCryptography and Security
The gist
Robots sometimes work together, trusting that their sensor data shows what they really do. This paper shows attackers can sneak in fake data by changing just one setting in ROS 2, a common system robots use. That lets them secretly make a robot do dangerous things while pretending everything is normal. The authors tested this trick on a real robot arm and found it could fool even advanced AI detectors.
Open 2609.08280v1

LLM agents learn to avoid trap systems in cyberattacks effectively

LLM-Based Penetration Testing in the Presence of Honeypots

Abstract: Large language model (LLM) agents are increasingly employed for offensive cybersecurity tasks such as automated vulnerability discovery, reconnaissance, and penetration testing. This new capability also threatens one of the defender's most valuable tools: deception. Traditional honeypots rely on realism and obscurity to lure human or script-driven attackers into revealing tactics, techniques, and procedures (TTPs), but LLM-driven attackers can reason about heterogeneous artifacts and use the honeypot suspicion to guide target-selection decisions. We present a systematic study of honeypot-aware budget allocation for LLM attack agents. We formalize the attacker's problem as a budgeted decision process: an agent interacts with potential targets, consuming LLM execution budget during reconnaissance and exploitation, and must decide whether to (continue exploitation) or (skip) when honeypot suspicion arises. Our findings show that with the proposed detector-guided policy, LLM agent attackers can effectively allocate budget to compromise hosts in a host pool, highlighting the importance of dynamically allocating budget in a controlled mixed-host testbed. While defenses are beyond our present scope, we discuss implications for future adversarially resilient and adaptive honeypot design.

Tue 8 SeptCryptography and Security
The gist
Honeypots are fake computer systems set up to trap attackers and learn their secrets. The authors studied how advanced AI attackers using large language models (LLMs) can spot these traps and decide whether to keep attacking or move on. They created a strategy that helps these AI attackers use their limited resources smarter when dealing with real and fake systems. This shows honeypots need to adapt to smarter attackers in the future. The paper focuses on the attackers’ strategies and leaves defenses for later work.
Open 2609.08093v1

Topology analysis of attention spots problems in AI code generation

CodeTD: Topology of Attention Detects Hallucinations in Code LLMs

Abstract: As AI-code assistant tools become widespread, automatic assessment of the correctness of generated code becomes a significant challenge. Code LLMs are prone to hallucinations, which may lead to code that does not solve the required problem, or even to code with severe security vulnerabilities. In this paper, we introduce CodeTD -- the first approach to pre-execution assessment of code correctness based on topological data analysis (TDA) of Code LLMs' attention maps. Our method quantifies prompt-generation mismatch using topological patterns of attention maps. We carry out experiments with common benchmarks (HumanEval, MBPP, BigCodeBench, MultiPL-E), 5 programming languages and 10 Code LLMs of size up to 34B parameters. The experimental results show that the proposed method outperforms recent baselines. Moreover, CodeTD is transferable between coding benchmarks.

Mon 7 SeptSoftware EngineeringArtificial IntelligenceComputation and Language
The gist
AI tools that generate computer code sometimes make mistakes or create insecure code without realizing it. The authors developed CodeTD, a method that looks at how these AI models pay attention to different parts of the input to detect when the code might be wrong, even before running it. They tested CodeTD on various coding challenges, languages, and AI systems, and found it works better than earlier methods. This means developers can spot errors early and improve the safety and reliability of AI-generated code.
Open 2609.07779v1

Intentest advances long-term automated penetration testing with improved success rates

Staying on the Attack Path: Structured State for Long-Horizon Automated Penetration Testing

Abstract: Large language model (LLM) based agents are increasingly applied to cybersecurity tasks such as vulnerability discovery and automated penetration testing. On long-horizon security tasks, however, such agents remain limited by context forgetting and intent drift: early critical facts and causal reasoning chains are lost over extended interactions, and the agent falls into aimless, repetitive exploration. This paper proposes Intentest, an intent-graph-guided automated penetration testing agent that externalizes long-horizon state from the LLM's context window onto a persistent fact-intent directed acyclic graph (DAG), thereby substantially reducing invalid transitions. We evaluate Intentest on automated penetration testing of web applications, a representative long-tail task in cybersecurity. In the DAG, verified network states are stored as immutable fact nodes, and exploration directions are constrained as intent edges bounded by predecessor facts. The system adopts a three-layer architecture, in which the fact-intent mapping layer maintains the global state, the task scheduling and allocation layer ensures execution stability through two-phase degradation recovery and multi-dimensional adaptive load balancing, and the intent retrieval and prediction layer provides tactical priors through a top-down five-stage filtering algorithm. On a benchmark of real CTF challenges covering more than ten vulnerability types across three difficulty levels, Intentest achieves an overall success rate of 88.2% and a success rate of 75.0% on hard tasks, improving over the baseline by approximately 44 and 50 percentage points. Ablation experiments further show that the intent retrieval and prediction reduce the average number of rounds on successful medium and hard tasks by about 33% and 48%, respectively, without changing the set of solvable tasks.

Mon 7 SeptCryptography and SecurityArtificial Intelligence
The gist
Automated tools using large language models (LLMs) can struggle to remember important information during extended cybersecurity tasks, leading to repeated or aimless actions. The authors created Intentest, a system that keeps track of key facts and goals outside the LLM’s short memory by organizing them in a structured graph. This approach helps the system stay focused and successfully find security weaknesses in web applications over longer periods. Intentest was tested on real cybersecurity challenges and showed much higher success rates than previous methods.
Open 2609.07344v1