AI System Discovers 12 OpenSSL Zero-Days, Curl Cancels Bug Bounty Due to AI Spam

AISLE's automated AI system for cybersecurity discovery found all 12 zero-day vulnerabilities in OpenSSL's recent security release, while curl cancelled its bug bounty program due to AI-generated spam submissions. This represents the first real-world demonstration of AI-based cybersecurity at this scale against heavily audited infrastructure.
Key Details from the Source
The AI system discovered vulnerabilities in OpenSSL, which underpins encryption for at least two-thirds of the world's internet traffic. The system operates under the pseudonym "Giant Anteater" in bug bounty programs and aims to turn elite security research into a repeatable industrial process.
Previous results from Fall 2025 included:
- CVE-2025-9230: Out-of-bounds read/write in RFC 3211 KEK unwrap operation for CMS password-based encryption, potentially leading to memory corruption or code execution. This bug had been present since 2009.
- CVE-2025-9231: Timing side-channel in SM2 elliptic-curve signatures on 64-bit ARM, where execution time variations could allow private key recovery through remote observation.
- CVE-2025-9232: Out-of-bounds read in HTTP client no_proxy handling when parsing IPv6 hosts, triggering a controlled crash.
The system handles the full loop including scanning, analysis, triage, and exploit construction. OpenSSL maintainers are famously conservative about issuing CVEs, making their acceptance a stringent external benchmark.
Meanwhile, curl cancelled its bug bounty program due to a flood of AI-generated spam submissions, even as AISLE reported 5 genuine CVEs to them. This illustrates AI's dual impact: collapsing the median quality of submissions while raising the ceiling for discovering real zero-days in critical infrastructure.
The Frontier of the Year 2025 forecasting project placed AI-driven vulnerability discovery in critical infrastructure at #3 overall by expected impact, with a 0.9 probability of generalizing.
📖 Read the full source: HN AI Agents
👀 See Also

Agent-Drift Security Tool v0.1.2 Released: A Leap Forward in AI Security
The Agent-Drift Security Tool v0.1.2 is now available, offering enhanced safety features for AI coding agents. This update addresses key security challenges in automation.

Monitoring OpenClaw Commands with Python and Gemini Flash for Security
A user created a Python script that trails commands injected by OpenClaw, analyzes them with Gemini Flash, and sends notifications via Discord webhook for alarming or irregular activity, costing about $0.14 daily.

CodeWall AI Agent Discovers Critical Vulnerabilities in McKinsey's Lilli Platform
CodeWall's autonomous offensive AI agent gained full read/write access to McKinsey's internal Lilli AI platform database within 2 hours, exposing 46.5 million chat messages, 728,000 files, and sensitive system configurations through SQL injection and IDOR vulnerabilities.

Three open-source alternatives to litellm after PyPI supply chain attack
litellm versions 1.82.7 and 1.82.8 on PyPI were compromised with credential-stealing malware. Three open-source alternatives include Bifrost (Go-based, ~50x faster P99 latency), Kosong (agent-oriented from Kimi), and Helicone (AI gateway with analytics).