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. ๐