security
Top in security
NetInjectBench: Prompt Injection Becomes a Network Availability Problem
An 82.5% baseline unsafe-action rate against LLM agents with network tools shifts prompt injection from a data leak to a production availability and integrity problem.
securityType-Checking LLM Agent Secrets: Why Information Flow Needs a Calculus
LLMbda Calculus proves agent confidentiality via labeled reduction semantics, exposing a gap between vendor sandboxing claims and verifiable information-flow control.
Vercel SAMLStorm Protection Misses Self-Hosted Identity Providers
Vercel SAMLStorm protection blocks signature-wrapping attacks at the edge, but self-hosted SAML deployments get no mitigation. Patched libraries can still authenticate forged.
securityContext-Aware Prompt Injection Defenses for LLM Agents: Why Static Filters Fail
Static filters miss prompt injection in LLM agents because a payload becomes malicious when tool outputs or retrieval chunks meet runtime state. ARGUS tracks provenance.
securityFinal-Token vs Full-Sequence Safety Probes: Why LLM Red Teams Need Both
Final-token safety probes miss jailbreaks when unsafe evidence hides in earlier prefill tokens, so red teams should pair single-readout checks with trajectory diagnostics.
securitys1ngularity Supply Chain Attack Hits Nx: What Monorepo Teams Should Patch
Vercel confirmed s1ngularity compromised Nx packages. The real risk is build-time plugins: they run with CI access and can rewrite artifacts before runtime scanners see them.
securityWhat Vercel BotID Catches in SEO Poisoning That WAFs Miss
Vercel BotID exposed verified Googlebots recrawling historical SEO-poisoned pages on a bank site, showing how bot identification doubles as a cloaking sensor that WAFs miss.
securityHow Attribution Graphs Expose Why LLM Refusal Training Misses Jailbreaks
Attribution graphs expose LLM jailbreaks as distributed feature circuits, not a single suppressed safety direction. Circuit ablation works for open models, not closed APIs.
- jul 10securityCross-Site Prompt Injection: How Web Agents Confine Untrusted Content
- jul 09securityNVD to CNAs: Why Distributed CVE Assignment Breaks Triage
- jul 09securityCVE-to-CWE Mapping With BERT: Multi-Label vs Multi-Class Error Tradeoffs
- jul 07securityIDE Jailbreaks Bypass Chat Guards by Writing Code
- jul 07securityJanuscape KVM Escape Breaks x86 VM Isolation
- jun 30securityJailbreaks Hidden in Image Pixels Slip Past Editors' Text Guardrails via an Empty Prompt
- jun 29securityLinux Foundation Akrites Centralizes Open-Source Vulnerability Disclosure
- jun 29securityWhy LLM Prompt Injection Persists: Instructions and Data Share Embeddings
- jun 29securityWhen Bots and Agents Post CVEs in PRs, Reporters Inherit the Triage Burden
- jun 29securityRuntime vs Build-Time SBOMs: Why Your Container Runs Uncatalogued Code
- jun 29securityOpenAI's Agent Link Safety Isolates the Fetch, Not Prompt Injection
- jun 29securityNo Verified 'React2Shell' Bulletin Exists: What Next.js Teams Should Check
- jun 29securityVercel on the Axios npm Compromise: Platform Scanning Has a Blind Spot
- jun 28securityDiffusion Model Safety: How Training-Schedule Poisoning Slips Past Prompt Filters
- jun 27securityBandit Algorithms Let Non-Experts Auto-Select the Best LLM Jailbreak
- jun 27securityRAG Poisoning Hijacks Model Attention, Not Just Retrieval Ranking
- jun 27securityCVE-2026-LGTM and the Limits of Trust in Automated Advisory Intake
- jun 26securityShareLock Splits MCP Poisoning Across Tools, Defeating Per-Tool Scanners by Construction
- jun 26securityPrompt Injection in AI Résumé Screening: Single vs Multi-Injection Attacks
- jun 26securityOpenAI's TanStack npm Writeup Shifts Dependency-Control Burden onto AI Tooling Teams
- jun 26securityOpenAI's ChatGPT Atlas Treats Prompt Injection as Unfixed, Not Patched
- jun 25securityCan Provable Bounds Defend LLM Fine-Tuning Against Poisoned Data?
- jun 25securityMeasuring LLM Safety by Refusal Alignment Instead of Attack Success Rate
- jun 25securityPoisoning Physics-Informed Neural Networks Slips Past Loss-Based Validation
- jun 25securityCatching LLM Jailbreaks by Watching Per-Layer Entropy, Not Outputs
- jun 25securityHow Reliable Are the LLM Judges Scoring Jailbreak Attacks?
- jun 24securityAuto-Reproducing Text-to-Image Jailbreaks From Papers: The PixJail Pipeline
- jun 24securityVercel BotID's Telemetry Is a Threat Intelligence Feed Most Teams Discard
- jun 24securityExtracting Unseen Training Data From an LLM by Poisoning Its Loss Landscape
- jun 23securityReact Router CVE-2025-31137: Vercel's Edge Fix Is Not the Patch
- jun 23securityReported React Server Components Leak Is Unconfirmed: Audit the Payload
- jun 23securityVercel's Secure AI Agent Guidance Pushes Defense Into the Sandbox
- jun 23securityNx Supply-Chain Attack Used Developers' Own AI CLIs to Hunt Secrets
- jun 21securityMixed Compliance Data Makes Safety Fine-Tuning a Curation Problem
- jun 21securityDefending Agentic AI With Deception: Misdirecting Model-Guided Attacks
- jun 21securityThe Autonomy Tax: Why RL Rewards the Wrong Behavior in Agents
- jun 21securityAnthropic's Procurement Risk Is Policy Refusal, Not Jailbreaks
- jun 14securityAMD Took 124 Days to Patch the RCE It First Called Out of Scope
- jun 11securityOpenAI Frames Instruction Hierarchy as an Open Challenge, Not a Prompt-Injection Fix
- jun 09securitySkill Injection: Hiding Undetectable Instructions in What an AI Agent Loads
- jun 09securitySplitting a Malicious Task Across Tool Calls Slips Past LLM Agent Guardrails
- jun 08securityWeb Agents Can Be Talked Into Abandoning Their Task: The TRAP Benchmark
- jun 08securityShallow Neural Nets Beat LLM Guardrails at Catching Prompt Injection
- jun 08securityWhen an AI Agent Clicks a Link: OpenAI's Data-Exfiltration Model
- jun 06securityStronger Safety Alignment Made LLMs Easier to Jailbreak, Not Harder
- jun 06securitySAML Signature Bypass Is Back: Inside the SAMLStorm Vulnerability Class
- jun 06securityVercel's Flags SDK Exposed Feature-Flag Definitions via CVE-2025-46332
- jun 05securityJailbreak Suffixes Hit Harder at Specific Token Positions, New GCG Variant Shows
- jun 05securityActivation Steering Was Sold as LLM Control. New Work Makes It an Attack Surface
- jun 05securityThe 2026 npm Attacks Proved AI Coding Assistants Are a Supply-Chain Target
Security coverage here starts from a premise other beats elide: the AI stack is not a new attack surface so much as an old one wearing fresh abstractions. Inference servers, agent frameworks, and notebook runtimes ship with the same deserialization, SSRF, and path-traversal classes that web infrastructure spent two decades learning to harden, only now wired directly to credential stores, tool execution, and untrusted model output. The interesting question is rarely whether a given framework is exploitable; it is which inherited assumption finally broke under agentic load.
We track three structural tensions. First, the collapse of the local-host trust model as agent protocols carry developer-grade defaults into multi-tenant deployments. Second, supply-chain compromise that bypasses scanner coverage by hiding in places package auditors do not look, from model repositories to preinstall hooks to registry metadata. Third, the shrinking window between coordinated disclosure and in-the-wild exploitation, which is increasingly measured in hours and which exposes how much of the ecosystem still treats patch cadence as a quarterly concern.
The frame is comparative and skeptical rather than alarmist. Vendor lockdown modes, model-level safety training, and detector benchmarks all get evaluated against the same standard: does this address a structural property of the system, or relocate the failure mode somewhere harder to audit? Jailbreak research, disclosure-policy enforcement, and institutional credential hygiene belong on the same beat because they fail for related reasons. The work is to name those reasons in a way that still reads true after the specific advisories have rolled off the front page.