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**: Glances < 4.5.2 leaks embedded HTTP basic credentials via `/api/4/serverslist` in Central Browser mode.โฆ
๐ก๏ธ **CWE**: CWE-200 (Information Exposure). ๐ **Flaw**: The API endpoint fails to sanitize server objects, exposing sensitive authentication data that should remain hidden from unauthenticated users.
Q3Who is affected? (Versions/Components)
๐ฆ **Vendor**: Nicolargo. ๐ฆ **Product**: Glances. โ ๏ธ **Affected**: Versions **prior to 4.5.2**. โ **Fixed**: Version 4.5.2 and later.
Q4What can hackers do? (Privileges/Data)
๐ต๏ธ **Action**: Retrieve embedded HTTP Basic Auth credentials. ๐ **Impact**: High Confidentiality & Integrity impact. Hackers gain access to downstream servers using stolen credentials without needing direct access.
Q5Is exploitation threshold high? (Auth/Config)
๐ **Auth**: None required (PR:N). ๐ **Access**: Network accessible (AV:N). ๐ **Threshold**: **LOW**. Any network user can trigger the leak via the API endpoint without logging in.
Q6Is there a public Exp? (PoC/Wild Exploitation)
๐ซ **Public Exp**: No PoC provided in data. ๐ **Risk**: While no wild exploit exists yet, the low barrier to entry makes it highly susceptible to rapid automation by threat actors.
Q7How to self-check? (Features/Scanning)
๐ **Check**: Scan for Glances Central Browser mode. ๐ก **Test**: Request `GET /api/4/serverslist` without auth. ๐ **Verify**: Inspect JSON response for embedded `username`/`password` fields in server objects.
Q8Is it fixed officially? (Patch/Mitigation)
โ **Patch**: Yes! Upgrade to **Glances 4.5.2**.โฆ
๐ **Workaround**: Disable Central Browser mode if not needed. ๐ซ **Network**: Restrict access to the Glances API port via firewall rules. ๐งน **Audit**: Regularly rotate credentials for downstream servers.
Q10Is it urgent? (Priority Suggestion)
๐ฅ **Priority**: **HIGH**. CVSS Score indicates High Confidentiality/Integrity impact with no auth required. Immediate patching or mitigation is strongly recommended to prevent credential theft.