This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login. Read the full analysis β
Q1What is this vulnerability? (Essence + Consequences)
π¨ **Essence**: GitHub Enterprise Server (GHES) has an **Unsafe Reflection** vulnerability.β¦
π¦ **Affected**: All versions of **GitHub Enterprise Server** prior to **3.12**. <br>β **Fixed Versions**: 3.8.13, 3.9.8, 3.10.5, and 3.11.3. <br>π’ **Target**: Self-hosted GitHub Enterprise deployments.
Q4What can hackers do? (Privileges/Data)
π **Attacker Capabilities**: <br>1. **Execute User-Controlled Methods**: Run arbitrary code logic. <br>2. **Remote Code Execution (RCE)**: Take full control of the server. <br>3.β¦
π **Exploitation Threshold**: **HIGH**. <br>π€ **Requirement**: Attacker must be **logged in** with the **Organization Owner** role on the GHES instance.β¦
π **Public Exploit**: Yes, **PoC available**. <br>π **Source**: ProjectDiscovery Nuclei Templates (`CVE-2024-0200.yaml`). <br>π **Status**: Detection templates are public, making scanning easy for threat actors.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: <br>1. Check your GHES version against the fixed list (3.8.13+, 3.9.8+, etc.). <br>2. Use **Nuclei** with the specific CVE template to scan for reflection injection patterns. <br>3.β¦
π₯ **Urgency**: **HIGH**. <br>β‘ **Priority**: Patch immediately if you have Owner accounts with compromised credentials. <br>π **Risk**: While auth is required, RCE impact is severe.β¦