Goal Reached Thanks to every supporter โ€” we hit 100%!

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

CVE-2026-32633 โ€” AI Deep Analysis Summary

CVSS 9.1 ยท Critical

Q1What is this vulnerability? (Essence + Consequences)

๐Ÿšจ **Essence**: Glances < 4.5.2 leaks embedded HTTP basic credentials via `/api/4/serverslist` in Central Browser mode.โ€ฆ

Q2Root Cause? (CWE/Flaw)

๐Ÿ›ก๏ธ **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**.โ€ฆ

Q9What if no patch? (Workaround)

๐Ÿ›‘ **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.