
A repository documenting security vulnerabilities discovered in Free and Open Source Software (FOSS) by VETTRIVEL U
A repository documenting security vulnerabilities discovered in Free and Open Source Software (FOSS) by VETTRIVEL U

There are only two types of companies: those that have been breached and know it, and those that have been breached and don’t know it yet. – ed Schlein, General Partner, Kleiner Perkins
Welcome to my security research repository! This space documents my journey in discovering and responsibly disclosing vulnerabilities in Free and Open Source Software (FOSS). Each finding represents hours of analysis, testing, and collaboration with maintainers to make the software ecosystem safer.


Security Researcher & Bug Bounty Hunter
🔗 Connect with me:

All vulnerabilities documented in this repository have been responsibly disclosed to the respective vendors and are patched in current software versions. This information is published for educational purposes to help developers understand common vulnerability patterns and improve their security practices.
| CVE ID | Severity | CVSS Score | Status | Advisory Links | Patch |
|---|
| CVE-2025-69210 | 🔴 High | 8.6/10 | ✅ Disclosed | GitHub • CVE.org • NVD | ✅ Patched |
| CVE-2025-64050 | 🔴 High | 7.2/10 | ✅ Disclosed | GitHub • CVE.org • NVD | ✅ Patched |
| CVE-2025-64049 | 🟡 Medium | 4.8/10 | ✅ Disclosed | GitHub • CVE.org • NVD | ✅ Patched |

graph TD
A[Target Selection] --> B[Static Analysis]
A --> C[Dynamic Analysis]
B --> D[Identify Attack Surface]
C --> D
D --> E[Exploit Development]
E --> F[Proof of Concept]
F --> G[Responsible Disclosure]
G --> H[Vendor Coordination]
H --> I[CVE Assignment]
I --> J[Public Disclosure]
Star this repo if you find it valuable!
Follow for more security research updates.