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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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.