Security vulnerability disclosures by idisdi.
- IDs (
IDI-YYYY-NNNN) are internal tracking numbers. Not all analyses result in a report β false positives and self-rejected cases are excluded and will not be published.
| ID | Target | Reported Via | Status |
|---|---|---|---|
| IDI-2026-0001 | fastavro Β· Unbounded Array Block-Count Amplification DoS | Author | Submitted |
| IDI-2026-0005 | js-yaml Β· Merge Key Chain Quadratic DoS (incomplete fix for CVE-2026-53550) | GitHub | Submitted |
| IDI-2026-0013 | exceljs Β· xlsx Zip Bomb β Unbounded DEFLATE Decompression DoS | Author | Submitted |
| IDI-2026-0014 | python-docx Β· docx Zip Bomb β Unbounded DEFLATE Decompression DoS | Author | Submitted |
| IDI-2026-0015 | openpyxl Β· xlsx Zip Bomb β Unbounded DEFLATE Decompression DoS | Author | Submitted |
| IDI-2026-0016 | simple-git Β· Argument-injection guard bypass via Git long-option abbreviation leading to command execution | GitHub | Submitted |
| CVE-2026-71870 Moderate IDI-2026-0017 |
pypdf Β· ToUnicode CMap unbounded recursion / memory exhaustion DoS | GitHub | Published |
| IDI-2026-0028 | ujson Β· Decoder out-of-bounds read on non-NUL-terminated buffer inputs | GitHub PVRT | Submitted |
- Reports that were rejected by CNAs or maintainers. Published as learning records β not vulnerability claims.
| ID | Target | Reported Via | Status |
|---|---|---|---|
| none yet |
idisdi-cve-vault/
βββ candidates/ # Per-package CVE hunting workspace β search β analyze β review β DA (local only)
βββ reports/ # Finished vulnerability reports (published ones tracked here)
βββ scripts/ # Management scripts β tracker.py, etc. (local only)
βββ poc_run/ # PoC execution scratch space (local only)
βββ .claude/ # Pipeline rules and skill definitions (local only)
βββ agents/ # Subagent definitions
β βββ da.md # Devil's Advocate β adversarially reviews GO-tagged findings
βββ refs/ # Detailed per-stage rules (search/analyze/review/report/poc)
βββ skills/ # Slash-command skill implementations
βββ search/ # Auto-discovers CVE targets matching priority criteria
βββ analyze/ # 3-stage lens analysis: Sink Discovery β Reachability β Exploitability
βββ review/ # Verifies report-worthiness, assigns GO/STOP tags
βββ report/ # Generates vulnerability reports (internal/MITRE/GitHub/Email/Tidelift)
βββ submit/ # Updates README's Reported Via/Status after submission
βββ published/ # Publishes a report once its advisory goes public
βββ tracker/ # Adds/updates analysis results in tracker.db
βββ hunt/ # Orchestrates the full searchβanalyzeβreviewβDAβreport pipeline
For questions about these disclosures, contact hihjlee0505@gmail.com.