AI Agent Independently Discovers CVSS 10.0 Vulnerability, Breaches Hoppscotch Fully

Hacker News June 2026
Source: Hacker NewsArchive: June 2026
A fully autonomous AI agent has identified and exploited a critical vulnerability chain in Hoppscotch, an open-source API development tool, achieving complete remote system takeover with a CVSS score of 10.0. This marks the first known instance of an AI agent independently executing a full remote compromise, signaling a paradigm shift in cybersecurity from human-led vulnerability hunting to autonomous AI-driven red teaming.
The article body is currently shown in English by default. You can generate the full version in this language on demand.

In a landmark event for both artificial intelligence and cybersecurity, an autonomous AI agent has successfully discovered and exploited a multi-step vulnerability chain in Hoppscotch, a popular open-source API development platform, without any human guidance. The attack chain, which combined a server-side request forgery (SSRF) flaw, a path traversal vulnerability, and a weak authentication mechanism, allowed the agent to escalate privileges and achieve full remote code execution, earning a CVSS v3.1 score of 10.0 — the highest possible severity. This is the first documented case of an AI agent independently executing a complete remote compromise, moving beyond simulated or sandboxed environments into a real-world, production-grade application. The agent demonstrated not just pattern matching but genuine logical reasoning: it chained three low-to-medium severity issues into a single devastating exploit. The implications are profound. On one hand, this technology can be deployed as an autonomous red team, discovering zero-day vulnerabilities faster than any human team, potentially saving organizations millions in breach costs. On the other, the same capability, if weaponized, could enable automated, large-scale attacks against critical infrastructure. The Hoppscotch case forces the entire software industry to reconsider its security posture — moving from reactive patching to proactive, AI-driven defense. The era of autonomous penetration testing has officially begun, and the window for manual security audits is closing.

Technical Deep Dive

The autonomous agent that compromised Hoppscotch is not a simple vulnerability scanner. It is a multi-stage reasoning system built on a large language model (LLM) backbone, augmented with a suite of specialized tools for web reconnaissance, HTTP request crafting, and code analysis. The architecture, as described in the technical report accompanying the disclosure, follows a "Plan-Execute-Observe" loop:

1. Reconnaissance Phase: The agent first spidered the Hoppscotch web application, mapping endpoints, parameters, and authentication flows. It used a headless browser to interact with the JavaScript-heavy frontend, identifying API routes not documented in the public Swagger spec.

2. Vulnerability Hypothesis Generation: Using an LLM fine-tuned on CVE descriptions and exploit write-ups, the agent generated a list of potential vulnerability classes likely to exist in a Node.js/Express application with MongoDB backend. It prioritized SSRF, path traversal, and NoSQL injection based on the observed architecture.

3. Exploit Chaining: The agent discovered that the `/api/import` endpoint accepted a URL parameter without proper validation, allowing SSRF to internal services. It then used this to access a local file server, exploiting a path traversal to read the application's `.env` file, which contained a hardcoded MongoDB connection string. With database access, it modified a user record to escalate privileges to admin. Finally, it leveraged an admin-only file upload endpoint to write a malicious JavaScript file, achieving remote code execution.

This chain required the agent to reason about the application's internal state: it had to understand that the SSRF could reach a file server, that the file server served files from a directory with traversal possible, and that the database credentials in `.env` were for a MongoDB instance with write access. The agent performed this in 47 minutes — a task that would take a skilled human penetration tester 4-6 hours.

Relevant Open-Source Tools: The agent's toolset is partially open-sourced. The core framework, AutoPenTest (GitHub: `autopentest/autopentest-core`, 8,200 stars), provides the planning and tool orchestration layer. The vulnerability chaining module is based on ChainOfExploit (`chainofexploit/chain`, 1,500 stars), a repository that formalizes multi-step exploit planning. The agent also used Nuclei templates for initial scanning, but the reasoning layer was entirely custom.

Performance Benchmarks: The agent was tested against a controlled set of 50 deliberately vulnerable applications (the "VulnHub 2025" dataset). Results are shown below:

| Metric | Autonomous AI Agent | Human Expert (avg) | Traditional Scanner (Nessus, OpenVAS) |
|---|---|---|---|
| Time to first exploit (minutes) | 12 | 45 | N/A (no chaining) |
| Time to full compromise (minutes) | 47 | 210 | N/A |
| Vulnerability chain completion rate | 68% | 82% | 0% (no chaining) |
| False positive rate per application | 1.2 | 0.8 | 14.5 |
| Novel vulnerability discovery rate | 22% | 35% | 0% (signature-based) |

Data Takeaway: The AI agent is significantly faster than humans at achieving full compromise, but still lags in chain completion rate and novel discovery rate. However, its speed advantage means it can cover far more applications in the same time, making it a powerful force multiplier for red teams.

Key Players & Case Studies

Several organizations are racing to commercialize autonomous security agents. The agent that compromised Hoppscotch was developed by Xenith Security, a stealth startup founded by former DARPA cyber researchers. Xenith has raised $45 million in Series A funding led by Sequoia Capital and is currently in private beta with 12 enterprise customers.

Competing Solutions:

| Product | Approach | Autonomous Chaining? | Average Time to Compromise | Pricing Model |
|---|---|---|---|---|
| Xenith AutoRed | LLM + tool orchestration | Yes | 47 min | $150k/year per app |
| CrowdStrike Falcon Overwatch | Human + AI assisted | No (human-in-loop) | 4.2 hours | $200k/year |
| Pentera | Automated validation | Partial (pre-defined chains) | 2.1 hours | $120k/year |
| Cobalt.io | Human pentest as a service | No | 5-7 days | $10k per engagement |

Data Takeaway: Xenith's autonomous approach offers a 5x speed improvement over human-assisted services at a comparable price point, but the lack of human oversight raises questions about reliability and false positives.

Case Study: Hoppscotch's Response

The Hoppscotch team (maintained by a small open-source community led by Liyas Thomas) patched the vulnerabilities within 12 hours of disclosure. The fix involved input validation on the import URL, removing the hardcoded credentials, and implementing proper access controls on the file upload endpoint. The incident has spurred the Hoppscotch maintainers to integrate continuous AI-driven scanning into their CI/CD pipeline, using a modified version of the same agent that found the bugs.

Industry Impact & Market Dynamics

The Hoppscotch breach is accelerating a fundamental shift in the cybersecurity market. The global penetration testing market, valued at $1.7 billion in 2024, is projected to grow to $4.5 billion by 2030, driven entirely by AI-automated solutions. Traditional manual testing, which accounts for 60% of the market today, is expected to shrink to 30% by 2028.

Market Projections:

| Segment | 2024 Market Size | 2030 Projected Size | CAGR |
|---|---|---|---|
| Manual penetration testing | $1.02B | $1.35B | 4.8% |
| AI-assisted testing (human-in-loop) | $0.51B | $1.80B | 23.4% |
| Fully autonomous testing | $0.17B | $1.35B | 41.2% |

Data Takeaway: Fully autonomous testing is the fastest-growing segment, nearly doubling every two years. The Hoppscotch case will likely accelerate enterprise adoption, as it proves the technology works in real-world scenarios.

Venture Capital Trends: In the first half of 2026, over $800 million has been invested in AI-driven security startups, up from $320 million in all of 2025. Notable rounds include:
- Xenith Security ($45M Series A)
- VulnAI ($120M Series B) — focuses on autonomous exploit generation
- RedAgent ($30M Seed) — builds agents for cloud infrastructure

Risks, Limitations & Open Questions

While the Hoppscotch case is a triumph for AI-driven security, it also exposes significant risks:

1. Dual-Use Dilemma: The same agent that found the Hoppscotch vulnerability could be repurposed to attack thousands of other applications. The open-source components (AutoPenTest, ChainOfExploit) are freely available, lowering the barrier for malicious actors. A script kiddie with access to an LLM API could now launch sophisticated, multi-step attacks.

2. False Sense of Security: Organizations may over-rely on autonomous agents, assuming they catch all vulnerabilities. The agent's 68% chain completion rate means nearly a third of complex attack paths are missed. Human oversight remains essential.

3. Ethical and Legal Gray Areas: If an autonomous agent, deployed by a security vendor, accidentally compromises a production system and causes data loss, who is liable? The vendor? The customer? The AI model provider? Current legal frameworks are unprepared.

4. Model Hallucination in Exploit Generation: LLMs can generate plausible but incorrect exploit code. In one test, the agent attempted to exploit a non-existent vulnerability, causing a denial-of-service condition on the target application. This "false positive exploit" could be as damaging as a real attack.

AINews Verdict & Predictions

The Hoppscotch breach is not an anomaly — it is the opening shot of a new era in cybersecurity. We predict:

1. By Q2 2027, autonomous agents will be standard in all major bug bounty programs. Platforms like HackerOne and Bugcrowd will offer AI-only submission tracks, with bounties paid for agent-discovered vulnerabilities. The first $1 million bounty paid to an AI agent will occur before 2028.

2. The number of zero-day discoveries will increase 10x within 18 months. Autonomous agents can work 24/7, scanning thousands of applications simultaneously. The bottleneck will shift from discovery to patch management.

3. Regulatory frameworks will emerge by 2029. The US and EU will require critical infrastructure operators to deploy autonomous red-teaming agents as part of compliance, similar to mandatory penetration testing today. However, the same regulations will restrict the open-source release of exploit-capable agents.

4. The "AI vs. AI" arms race will begin. Malicious actors will deploy autonomous agents to find vulnerabilities, while defensive agents will patch them in real-time. The first automated cyber battle between two AI agents will occur within 24 months.

Our editorial stance: The Hoppscotch case is a net positive for security, but only if the industry acts responsibly. We call on the open-source community to implement ethical use licenses for security-focused AI tools, and on enterprises to invest in human-AI teaming rather than full automation. The future of cybersecurity is not human or machine — it is both, working in concert.

More from Hacker News

UntitledOn June 22, a pull request in OpenAI's public Codex repository briefly listed "GPT-5.6" as a supported model before the UntitledCompilr.dev launched today as a multi-LLM AI workspace that spans three distinct layers: a developer library (compilr-deUntitledFor years, the AI industry operated under a tacit assumption: to intelligently route prompts among multiple specialized Open source hub5127 indexed articles from Hacker News

Archive

June 20262349 published articles

Further Reading

VulnFeed MCP Server: AI Agents Become Autonomous Security Analysts, Reshaping SOC OperationsVulnFeed, a new MCP server, packages nine leading security tools—including Nmap, Nuclei, and Shodan—into a single API foGuardian Angel LLMs: The Invisible AI That Protects and Optimizes Your Digital LifeA new breed of AI agent is emerging: the Guardian Angel LLM. Unlike chatbots that wait for commands, these invisible, alIA descubre la primera vulnerabilidad del chip M5: Claude Mythos rompe la fortaleza de memoria de ApplePor primera vez, un sistema de IA ha descubierto de forma independiente una vulnerabilidad crítica de seguridad en un prLa Revolución Gráfica de TrailTool: Cómo el Mapeo de Entidades está Redefiniendo la Auditoría de Seguridad en la NubeUn cambio de paradigma está en marcha en la auditoría de seguridad en la nube. TrailTool, un proyecto de código abierto

常见问题

这篇关于“AI Agent Independently Discovers CVSS 10.0 Vulnerability, Breaches Hoppscotch Fully”的文章讲了什么?

In a landmark event for both artificial intelligence and cybersecurity, an autonomous AI agent has successfully discovered and exploited a multi-step vulnerability chain in Hoppsco…

从“How does an autonomous AI agent chain multiple vulnerabilities into a full exploit?”看,这件事为什么值得关注?

The autonomous agent that compromised Hoppscotch is not a simple vulnerability scanner. It is a multi-stage reasoning system built on a large language model (LLM) backbone, augmented with a suite of specialized tools for…

如果想继续追踪“What are the legal implications of AI agents finding zero-day vulnerabilities?”,应该重点看什么?

可以继续查看本文整理的原文链接、相关文章和 AI 分析部分,快速了解事件背景、影响与后续进展。