Bug 2448708 (CVE-2026-32632) - CVE-2026-32632 glances: REST/WebUI lacks host validation and remains exposed to DNS rebinding
Summary: CVE-2026-32632 glances: REST/WebUI lacks host validation and remains exposed ...
Keywords:
Status: NEW
Alias: CVE-2026-32632
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2448762 2448763
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-03-18 18:03 UTC by OSIDB Bzimport
Modified: 2026-03-23 13:26 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-03-18 18:03:55 UTC
Glances is an open-source system cross-platform monitoring tool. Glances recently added DNS rebinding protection for the MCP endpoint, but prior to version 4.5.2, the main REST/WebUI FastAPI application still accepts arbitrary `Host` headers and does not apply `TrustedHostMiddleware` or an equivalent host allowlist. As a result, the REST API, WebUI, and token endpoint remain reachable through attacker-controlled domains in classic DNS rebinding scenarios. Once the victim browser has rebound the attacker domain to the Glances service, same-origin policy no longer protects the API because the browser considers the rebinding domain to be the origin. This is a distinct issue from the previously reported default CORS weakness. CORS is not required for exploitation here because DNS rebinding causes the victim browser to treat the malicious domain as same-origin with the rebinding target. Version 4.5.2 contains a patch for the issue.


Note You need to log in before you can comment on or make changes to this bug.