Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-32634

CVE-2026-32634: Nicolargo Glances Auth Bypass Vulnerability

CVE-2026-32634 is an authentication bypass flaw in Nicolargo Glances that allows attackers to intercept credentials via malicious Zeroconf services. This article covers technical details, affected versions, and mitigation.

Published: March 20, 2026

CVE-2026-32634 Overview

CVE-2026-32634 is an Origin Validation Error (CWE-346) vulnerability affecting Glances, an open-source cross-platform system monitoring tool. In Central Browser mode, Glances improperly trusts Zeroconf-advertised server names when building connection URIs and looking up saved passwords, rather than using the discovered IP addresses. This design flaw allows an attacker on the same local network to advertise a fake Glances service and capture reusable authentication credentials when the browser attempts to connect.

The vulnerability affects both the background polling path and the REST/WebUI click-through path in Central Browser mode, making it a significant risk for organizations using Glances in networked environments with Zeroconf service discovery enabled.

Critical Impact

An attacker on the local network can exfiltrate Glances authentication secrets by advertising a malicious Zeroconf service, enabling credential theft and potential lateral movement.

Affected Products

  • Nicolargo Glances versions prior to 4.5.2
  • Glances Central Browser mode deployments with Zeroconf discovery enabled
  • Any Glances installation using saved passwords or default credentials in the [passwords] configuration

Discovery Timeline

  • 2026-03-18 - CVE-2026-32634 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2026-32634

Vulnerability Analysis

This vulnerability stems from a trust boundary violation in how Glances handles Zeroconf (mDNS/DNS-SD) service discovery in Central Browser mode. When Glances discovers servers via Zeroconf, it stores both the advertised server name (untrusted, attacker-controlled) and the discovered IP address. However, critical operations—including URI construction for connections and password lookups—use the untrusted advertised name rather than the verified IP address.

When a dynamic server reports itself as "protected," Glances uses the untrusted name as the lookup key for saved passwords in the [passwords] section and falls back to the global [passwords] default credential. This creates a scenario where an attacker can advertise a fake service with a name matching a legitimate server entry, causing Glances to send stored credentials to the attacker-controlled endpoint.

Root Cause

The root cause is improper origin validation when handling dynamically discovered Zeroconf services. The client_browser.py module called self.servers_list.password.get_password(server['name']) to retrieve passwords, where server['name'] is the untrusted advertised name rather than a verified identifier. Similarly, connection URIs were built using this untrusted name, allowing attackers to redirect connections.

The vulnerability exists because dynamic (Zeroconf) server entries were treated with the same trust level as preconfigured static entries, despite the advertised name being fully attacker-controlled in a network spoofing scenario.

Attack Vector

The attack requires adjacent network access, meaning the attacker must be on the same local network segment as the Glances Central Browser instance. The attack workflow involves:

  1. The attacker advertises a fake Glances service via Zeroconf with a crafted server name
  2. Glances Central Browser discovers the fake service and adds it to the servers list
  3. When Glances attempts to connect (either via background polling or user click-through), it uses the attacker's advertised name for password lookup
  4. If a matching password exists or a default credential is configured, Glances sends these credentials to the attacker's server
  5. The attacker captures reusable authentication secrets for potential replay attacks

The following patch demonstrates the security fix implemented in version 4.5.2:

python
         # A password is needed to access to the server's stats
         if server['password'] is None:
             # First of all, check if a password is available in the [passwords] section
-            clear_password = self.servers_list.password.get_password(server['name'])
+            # Use _get_preconfigured_password to avoid leaking saved/default credentials
+            # to untrusted dynamic (Zeroconf) server entries
+            clear_password = self.servers_list._get_preconfigured_password(server)
             if (
                 clear_password is None
                 or self.servers_list.get_servers_list()[self.screen.active_server]['status'] == 'PROTECTED'

Source: GitHub Commit 61d38ee

The fix introduces new methods to properly handle dynamic servers:

python
                 self.threads_list[key] = thread
                 thread.start()

+    @staticmethod
+    def _get_connect_host(server):
+        """Return the host to use for connecting to the server.
+
+        For dynamic (Zeroconf) servers, use the discovered IP address
+        instead of the untrusted advertised name.
+        """
+        if server.get('type') == 'DYNAMIC':
+            return server['ip']
+        return server['name']
+
+    def _get_preconfigured_password(self, server):
+        """Return the preconfigured password for the server.
+
+        Dynamic (Zeroconf) entries are untrusted and should not inherit
+        saved or default credentials to prevent credential exfiltration
+        via fake Zeroconf services.
+        """
+        if server.get('type') == 'DYNAMIC':
+            return None
+        return self.password.get_password(server['name'])
+
     def get_uri(self, server):
         """Return the URI for the given server dict."""
+        host = self._get_connect_host(server)
         # Select the connection mode (with or without password)
         if server['password'] != "":

Source: GitHub Commit 61d38ee

Detection Methods for CVE-2026-32634

Indicators of Compromise

  • Unexpected Zeroconf service advertisements for Glances on the local network with unfamiliar server names
  • Failed authentication attempts from Glances Central Browser to unknown IP addresses
  • Network traffic showing Glances credentials being sent to non-legitimate server endpoints
  • Unusual mDNS/DNS-SD traffic patterns indicating potential service spoofing

Detection Strategies

  • Monitor mDNS/Zeroconf traffic for anomalous Glances service advertisements, particularly those with server names matching legitimate servers but different IP addresses
  • Implement network segmentation monitoring to detect adjacent network attacks targeting service discovery protocols
  • Review Glances Central Browser logs for connection attempts to unexpected hosts
  • Deploy network intrusion detection signatures for Zeroconf spoofing patterns

Monitoring Recommendations

  • Enable verbose logging in Glances Central Browser mode to capture server discovery and connection events
  • Monitor network traffic for Glances authentication exchanges to validate destination endpoints
  • Implement alerting for new Zeroconf service registrations on critical network segments
  • Conduct regular audits of discovered servers in Glances Central Browser to identify suspicious entries

How to Mitigate CVE-2026-32634

Immediate Actions Required

  • Upgrade Glances to version 4.5.2 or later immediately
  • Review and audit any shared or default passwords configured in the Glances [passwords] section
  • Rotate credentials that may have been exposed if Glances was running in Central Browser mode with Zeroconf enabled
  • Consider disabling Zeroconf discovery until the patch is applied, using only preconfigured static server entries

Patch Information

The vulnerability is fixed in Glances version 4.5.2. The patch introduces two key changes: dynamic (Zeroconf) servers now use the discovered IP address for connections via _get_connect_host(), and the new _get_preconfigured_password() method prevents saved or default credentials from being sent to untrusted dynamic servers.

For detailed patch information, see the GitHub Security Advisory GHSA-vx5f-957p-qpvm and release notes for version 4.5.2.

Workarounds

  • Disable Zeroconf service discovery in Glances by using only manually configured static server entries
  • Remove default credentials from the [passwords] section of the Glances configuration
  • Implement network segmentation to isolate Glances Central Browser instances from untrusted network segments
  • Use firewall rules to restrict mDNS traffic (UDP port 5353) on networks running Glances Central Browser
bash
# Configuration example - Disable default password inheritance
# In glances.conf, remove or comment out default password entries
[passwords]
# default=yourpassword  # REMOVE THIS LINE to prevent credential leakage
# Instead, use only explicit server entries after upgrading to 4.5.2

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechNicolargo Glances

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-346
  • Technical References
  • GitHub Release Note v4.5.2
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-vx5f-957p-qpvm
  • Related CVEs
  • CVE-2026-35587: Nicolargo Glances SSRF Vulnerability

  • CVE-2026-35588: Nicolargo Glances SQLi Vulnerability

  • CVE-2026-32611: Nicolargo Glances SQLI Vulnerability

  • CVE-2026-32632: Nicolargo Glances CSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English