From 8ce7a49c62e82f80f87c7e6ab7f5dd414245fb0e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 1 May 2026 16:49:08 +0000 Subject: [PATCH] Update README to distinguish reported vs patched CVEs with correct links Agent-Logs-Url: https://github.com/Stalin-143/CVE/sessions/d81d1c96-4588-40ab-a155-17bbf5163dbd Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com> --- README.md | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4bd26b4..7bc4b0b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,30 @@ # CVE Research -A collection of CVE disclosures by **Stalin S**. +A collection of CVE disclosures and security patches by **Stalin S**. + +- **Reported** — vulnerabilities discovered and reported by Stalin S. +- **Patched** — security issues where Stalin S coordinated and applied the fix. + +--- + +## Reported + +CVEs that were discovered and reported by Stalin S. | CVE | Description | Severity | |-----|-------------|----------| -| [CVE-2026-29905](CVE-2026-29905.md) | Kirby CMS — Persistent DoS via Malformed Image Upload | Medium | -| [CVE-2026-41037](CVE-2026-41037.md) | Quantum Networks Router — Missing Rate Limiting | High | -| [CVE-2026-41039](CVE-2026-41039.md) | Quantum Networks Router — Information Disclosure | High | +| [CVE-2026-29905](reported/CVE-2026-29905.md) | Kirby CMS — Persistent DoS via Malformed Image Upload | Medium | +| [CVE-2026-41037](reported/CVE-2026-41037.md) | Quantum Networks Router — Missing Rate Limiting | High | +| [CVE-2026-41039](reported/CVE-2026-41039.md) | Quantum Networks Router — Information Disclosure | High | + +--- + +## Patched + +CVEs where Stalin S fixed the security issue. + +| CVE | Description | Severity | +|-----|-------------|----------| +| [CVE-2026-32138](patches/CVE-2026-32138.md) | Nexulean Website — API Key Exposure | High | +| [CVE-2026-41575](patches/CVE-2026-41575.md) | IP Reputation Checker — DOM-Based XSS | Moderate | +| [CVE-2026-41900](patches/CVE-2026-41900.md) | OpenLearnX — RCE via Sandbox Escape | High |