
0day-Rubbish batch-8-2026-08
Redefining vulnerability disclosure in the AI era. We mass-produce exploitable 0days and disclose them directly, using event-driven pressure to elevate vendor security standards and advance the field.
0day Rubbish
0day vulnerabilities have become rubbish in the AI era.
🌐 Official Website: https://0day-rubbish.com/blog
🎯 Why This Exists
Traditional vulnerability disclosure is broken. It's slow, bureaucratic, and ineffective. In the AI era, we can mass-produce 0days at scale—making individual vulnerabilities less valuable but more impactful when disclosed directly.
We believe event-driven security hardening is the most effective approach: only when vendors face real, exploitable threats do they prioritize fixes.
🔄 Our Disclosure Process
Step 1: AI Discovery
Our automated AI systems continuously scan for vulnerabilities across real-world software, identifying potential 0-days through pattern analysis, fuzzing, and intelligent code review.
Step 2: Verification & PoC Development
Each finding undergoes manual validation. We develop working proof-of-concept exploits to confirm exploitability and assess real-world impact.
Step 3: Periodic Public Disclosure
Roughly every two weeks we disclose a new batch of verified, exploitable 0-day vulnerabilities we've discovered and validated:
- Full technical analysis and root cause
- Working PoC exploit code
- Affected versions and systems
- Impact assessment
- Recommended mitigations
No delays. No bureaucracy. Just facts.
To all vendors: We hope you can complete fixes before hackers exploit these vulnerabilities.
⚡ Core Principles
- Real-world impact only: We disclose only vulnerabilities that affect real-world systems with actual user bases
- No worthless targets: Non-exploitable vulnerabilities or devices with negligible user adoption are excluded—they're rubbish with zero value
- Speed over protocol: Direct disclosure drives faster action than traditional channels
- Proof over claims: Every disclosure includes working exploits
- Impact over quantity: Focus on high-severity, widely-deployed vulnerabilities
- Transparency: Full technical details, no hidden agendas
- Non-profit: Driven by passion for security research, not financial gain
🤝 Collaboration
We partner with:
- Top AI model providers advancing automated security research
- Security researchers exploring AI-powered discovery
🤖 AI Models Used
Our automated vulnerability discovery leverages cutting-edge large language models from leading AI providers:
- Anthropic (Claude) - Deep security pattern recognition and reasoning
- OpenAI - Advanced reasoning and code analysis
- DeepSeek - Specialized vulnerability detection
- Z.ai (GLM) - Long-context code analysis
- Moonshot (Kimi) - Long-context security analysis
📋 Disclosed Vulnerabilities
An AI-driven research process (multi-LLM ensemble: Claude, OpenAI, DeepSeek, GLM, Kimi) discovers 0-days in real-world enterprise software. Every advisory below ships a full root-cause analysis plus a working, reproducible exploit script — no detection-only writeups, no withheld details.
Latest Batch — Batch 11 (8 advisories)
Management and control planes running as root / SYSTEM / Administrator.
| # | Product | Affected Version | CVSS | Class | Advisory & PoC |
|---|---|---|---|---|---|
| 1 | TigerGraph Community Edition | 4.2.4 | 9.8 | Default creds + GSQL file write + unauth REST++ trigger → SSH RCE (service user) | PRINT TO_CSV → authorized_keys → RCE |
| 2 | Devolutions Server (DVLS) | 2026.2.14.0 | 9.1 | Auth PAM entitlement-gate bypass → test-script PowerShell → SYSTEM | hard-coded GUID → WinRM → SYSTEM |
| 3 | Ecava IntegraXor IGX (ICS) | 16.0.701.10 | 9.8 | Unauth FileUpload → dxmanager cmd.exe /C sink → Administrator | /FileUpload → CMDEXT sink → RCE |
| 4 | LCDS Laquis SCADA (ICS) | as tested * | 9.8 | Unauth /uploade.html write → CMDEXT*.DLL plugin load in mili.exe | uploade → DLL autoload → RCE |
| 5 | CaptureBites MetaServer | as tested * | 9.8 | Unauth WCF SOAP RunPrograms → Process.Start → SYSTEM | 4 anonymous SOAP ops → SYSTEM |
| 6 | Accusoft / Apryse PrizmDoc for Java | 5.22.1 | 9.8 | Unauth uploadDocument → JSP webshell in webapp root → root | AjaxServlet → webshell → root |
| 7 | Teltonika RutOS (RUT2XX / RUT200, RUT9XX) | 00.07.06.21 | 8.8 | Auth ipsec.lua → logread command injection → root, output reflected | instances_status sid → root |
| 8 | Opengear NGCS console manager | 25.11.8 | 8.8 | Auth PDU name → ogpower command injection → root (sanitizer present but uncalled) | PDU name → shlex_quote gap → root |
* The exact marketed version is not documented in our research record for these two; the advisories state that explicitly rather than asserting a version number.
Totals: 8 advisories · 8 vendors · 5 unauthenticated · 3 authenticated (deep-chain) · 6 reaching root/SYSTEM/Administrator plus 2 application-context executions (a graph-database service user; the SCADA HMI process that also hosts Modbus TCP) · 4 ICS/OT-class products · all with reproducible PoC.
Earlier batches: Batch #1 · Batch #2 · Batch #3 · Batch #4 · Batch #5 · Batch #6 · Batch #7 · Batch #8 · Batch #9 · Batch #10
🔁 An Ongoing Series — Weekly Disclosures
This is a continuous disclosure series. Thanks to continuous optimization, the AI-driven discovery pipeline now produces new 0-day findings at a stable daily rate, and we disclose verified batches on a weekly cadence.
- Latest batch: Batch 11 — 8 advisories (draft); cumulative 106 across 11 batches
- Next drop: weekly
- Future scope: expanding beyond enterprise IT into ICS / SCADA, energy, and aerospace systems
If you want to catch the next drop the moment it lands:
⭐ Star to bookmark · 👁 Watch (custom → Releases + Discussions) for new batches · 🌐 Follow the blog for per-advisory updates.
📂 Vulnerability Submission Format
All disclosed vulnerabilities follow a standardized directory structure:
product/
└── <vendor>/
└── <version>/
└── <vulnerability_type>/
├── exploit/ # Exploit scripts and PoC code
├── analysis.md # Detailed vulnerability analysis
└── summary.md # Brief vulnerability overview
Directory Rules
- product/: Root directory for all vulnerabilities
- /: Vendor or product name (e.g.,
apache,cisco,sonicwall) - /: Affected version range (e.g.,
6.11.0,12.4.2) - <vulnerability_type>/: Classification (e.g.,
unauth-rce,auth-bypass,deserialization-rce)
Required Files in Each Vulnerability Directory
- exploit/: Directory containing working exploit scripts and PoC code
- analysis.md: Comprehensive technical analysis including root cause, attack vector, and impact
- summary.md: Concise vulnerability overview with affected versions and quick mitigation steps
Example
product/
└── sonicwall/
└── sma-12.4/
└── preauth-deserialization-rce/
├── exploit/
│ └── poc.py
├── analysis.md
└── summary.md
Join us in redefining vulnerability disclosure for the AI era.