groundy

security

71 articles·rss

Top in security


  1. jul 10securityCross-Site Prompt Injection: How Web Agents Confine Untrusted Content
  2. jul 09securityNVD to CNAs: Why Distributed CVE Assignment Breaks Triage
  3. jul 09securityCVE-to-CWE Mapping With BERT: Multi-Label vs Multi-Class Error Tradeoffs
  4. jul 07securityIDE Jailbreaks Bypass Chat Guards by Writing Code
  5. jul 07securityJanuscape KVM Escape Breaks x86 VM Isolation
  6. jun 30securityJailbreaks Hidden in Image Pixels Slip Past Editors' Text Guardrails via an Empty Prompt
  7. jun 29securityLinux Foundation Akrites Centralizes Open-Source Vulnerability Disclosure
  8. jun 29securityWhy LLM Prompt Injection Persists: Instructions and Data Share Embeddings
  9. jun 29securityWhen Bots and Agents Post CVEs in PRs, Reporters Inherit the Triage Burden
  10. jun 29securityRuntime vs Build-Time SBOMs: Why Your Container Runs Uncatalogued Code
  11. jun 29securityOpenAI's Agent Link Safety Isolates the Fetch, Not Prompt Injection
  12. jun 29securityNo Verified 'React2Shell' Bulletin Exists: What Next.js Teams Should Check
  13. jun 29securityVercel on the Axios npm Compromise: Platform Scanning Has a Blind Spot
  14. jun 28securityDiffusion Model Safety: How Training-Schedule Poisoning Slips Past Prompt Filters
  15. jun 27securityBandit Algorithms Let Non-Experts Auto-Select the Best LLM Jailbreak
  16. jun 27securityRAG Poisoning Hijacks Model Attention, Not Just Retrieval Ranking
  17. jun 27securityCVE-2026-LGTM and the Limits of Trust in Automated Advisory Intake
  18. jun 26securityShareLock Splits MCP Poisoning Across Tools, Defeating Per-Tool Scanners by Construction
  19. jun 26securityPrompt Injection in AI Résumé Screening: Single vs Multi-Injection Attacks
  20. jun 26securityOpenAI's TanStack npm Writeup Shifts Dependency-Control Burden onto AI Tooling Teams
  21. jun 26securityOpenAI's ChatGPT Atlas Treats Prompt Injection as Unfixed, Not Patched
  22. jun 25securityCan Provable Bounds Defend LLM Fine-Tuning Against Poisoned Data?
  23. jun 25securityMeasuring LLM Safety by Refusal Alignment Instead of Attack Success Rate
  24. jun 25securityPoisoning Physics-Informed Neural Networks Slips Past Loss-Based Validation
  25. jun 25securityCatching LLM Jailbreaks by Watching Per-Layer Entropy, Not Outputs
  26. jun 25securityHow Reliable Are the LLM Judges Scoring Jailbreak Attacks?
  27. jun 24securityAuto-Reproducing Text-to-Image Jailbreaks From Papers: The PixJail Pipeline
  28. jun 24securityVercel BotID's Telemetry Is a Threat Intelligence Feed Most Teams Discard
  29. jun 24securityExtracting Unseen Training Data From an LLM by Poisoning Its Loss Landscape
  30. jun 23securityReact Router CVE-2025-31137: Vercel's Edge Fix Is Not the Patch
  31. jun 23securityReported React Server Components Leak Is Unconfirmed: Audit the Payload
  32. jun 23securityVercel's Secure AI Agent Guidance Pushes Defense Into the Sandbox
  33. jun 23securityNx Supply-Chain Attack Used Developers' Own AI CLIs to Hunt Secrets
  34. jun 21securityMixed Compliance Data Makes Safety Fine-Tuning a Curation Problem
  35. jun 21securityDefending Agentic AI With Deception: Misdirecting Model-Guided Attacks
  36. jun 21securityThe Autonomy Tax: Why RL Rewards the Wrong Behavior in Agents
  37. jun 21securityAnthropic's Procurement Risk Is Policy Refusal, Not Jailbreaks
  38. jun 14securityAMD Took 124 Days to Patch the RCE It First Called Out of Scope
  39. jun 11securityOpenAI Frames Instruction Hierarchy as an Open Challenge, Not a Prompt-Injection Fix
  40. jun 09securitySkill Injection: Hiding Undetectable Instructions in What an AI Agent Loads
  41. jun 09securitySplitting a Malicious Task Across Tool Calls Slips Past LLM Agent Guardrails
  42. jun 08securityWeb Agents Can Be Talked Into Abandoning Their Task: The TRAP Benchmark
  43. jun 08securityShallow Neural Nets Beat LLM Guardrails at Catching Prompt Injection
  44. jun 08securityWhen an AI Agent Clicks a Link: OpenAI's Data-Exfiltration Model
  45. jun 06securityStronger Safety Alignment Made LLMs Easier to Jailbreak, Not Harder
  46. jun 06securitySAML Signature Bypass Is Back: Inside the SAMLStorm Vulnerability Class
  47. jun 06securityVercel's Flags SDK Exposed Feature-Flag Definitions via CVE-2025-46332
  48. jun 05securityJailbreak Suffixes Hit Harder at Specific Token Positions, New GCG Variant Shows
  49. jun 05securityActivation Steering Was Sold as LLM Control. New Work Makes It an Attack Surface
  50. 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.