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**: Privilege Escalation in Label Studio. <br>π **Consequences**: Low-privilege users can escalate to **Django Super Admin**. Full system control is lost. π
Q2Root Cause? (CWE/Flaw)
π‘οΈ **CWE**: CWE-200 (Information Exposure). <br>π **Flaw**: Improper access control allows unauthorized privilege elevation. The system fails to restrict admin-level actions. β οΈ
Q3Who is affected? (Versions/Components)
π’ **Vendor**: HumanSignal (Heartex). <br>π¦ **Product**: Label Studio. <br>π« **Affected**: Versions **before 1.8.2**. If you are running 1.8.1 or older, you are vulnerable. π
Q4What can hackers do? (Privileges/Data)
π **Hackers Can**: <br>1. Escalate from **Low Privilege** β‘οΈ **Super Admin**. <br>2. Access all data. <br>3. Modify configurations. <br>4. Execute arbitrary code via admin panel. π
Q5Is exploitation threshold high? (Auth/Config)
π **Threshold**: **LOW**. <br>β **Auth**: None required (PR:N). <br>β **UI**: No user interaction needed (UI:N). <br>β **Network**: Remote (AV:N). <br>β‘ Easy to exploit remotely. π
Q6Is there a public Exp? (PoC/Wild Exploitation)
π **Public Exp?**: No specific PoC code in data. <br>π **Fix**: Patch available in PR #4690. <br>β οΈ **Risk**: High CVSS (9.8). Wild exploitation likely due to simplicity. π
Q7How to self-check? (Features/Scanning)
π **Self-Check**: <br>1. Check Label Studio version. <br>2. Verify if < 1.8.2. <br>3. Scan for admin endpoints accessible by normal users. <br>4. Review Django permissions. π