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-32596

CVE-2026-32596: Glances Information Disclosure Flaw

CVE-2026-32596 is an information disclosure vulnerability in Nicolargo Glances that exposes sensitive system data including credentials via unauthenticated REST API. This article covers technical details, affected versions, and fixes.

Published: March 20, 2026

CVE-2026-32596 Overview

CVE-2026-32596 is a high-severity information disclosure vulnerability in Glances, an open-source cross-platform system monitoring tool. Prior to version 4.5.2, when Glances is started in web server mode using glances -w, it runs without authentication by default and binds to all network interfaces (0.0.0.0). This configuration exposes the REST API to any network client, allowing unauthorized access to sensitive system information including process command-lines that may contain credentials such as passwords, API keys, and tokens.

Critical Impact

Unauthenticated network access to sensitive system information including process command-lines containing credentials, API keys, and tokens passed as arguments.

Affected Products

  • nicolargo glances versions prior to 4.5.2

Discovery Timeline

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

Technical Details for CVE-2026-32596

Vulnerability Analysis

This vulnerability is classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The core issue stems from insecure default configuration choices in the Glances web server component. When administrators launch Glances with the -w flag to enable web-based monitoring, the application binds to all network interfaces without requiring any form of authentication.

The REST API exposed by Glances provides comprehensive system monitoring data, including detailed process information. Process command-lines frequently contain sensitive data such as database connection strings with embedded passwords, API tokens passed as command-line arguments, and other credentials used by applications and services running on the monitored system.

An attacker with network access to a vulnerable Glances instance can simply query the API endpoints to retrieve this sensitive information without any authentication challenge. This is particularly dangerous in environments where Glances servers are inadvertently exposed to untrusted networks or the internet.

Root Cause

The root cause is an insecure default configuration where the Glances web server operates without authentication and binds to all network interfaces (0.0.0.0). While this default was intentional for ease of use on private, trusted networks such as home labs and internal infrastructure, it creates significant security exposure when instances are reachable from untrusted networks.

Attack Vector

The attack vector is network-based with low complexity. An attacker requires no privileges or user interaction to exploit this vulnerability. The attack involves:

  1. Network reconnaissance to identify exposed Glances web server instances (default port 61208)
  2. Direct HTTP requests to the REST API endpoints
  3. Extraction of sensitive system information including process command-lines containing credentials
python
# Security patch in glances/outputs/glances_restful_api.py
# Source: https://github.com/nicolargo/glances/commit/208d876118fea5758970f33fd7474908bd403d25

        # Logo
        print(self._logo())

+        # Security warning if no authentication is configured
+        if not self.args.password:
+            is_localhost = self.args.bind_address in ('127.0.0.1', 'localhost', '::1')
+            warn_lines = [
+                "WARNING: Glances web server is running WITHOUT authentication.",
+            ]
+            if is_localhost:
+                warn_lines.append("         Use --password to enable authentication.")
+            else:
+                warn_lines.append("         Any client on the network can access system information.")
+                warn_lines.append("         Use --password to enable authentication or")
+                warn_lines.append("         --bind 127.0.0.1 to restrict access to localhost.")
+            warn_lines.append("         See https://glances.readthedocs.io/en/latest/api/restful.html#security")
+            print('\n'.join(warn_lines) + '\n')
+            logger.warning("Glances web server is running without authentication")

        # Browser WEBUI
        if hasattr(self.args, 'browser') and self.args.browser:
            # Template for the root browser.html file

Source: GitHub Commit 208d876

Detection Methods for CVE-2026-32596

Indicators of Compromise

  • Unexpected HTTP requests to Glances REST API endpoints (typically port 61208)
  • Multiple requests to /api/4/processlist or similar endpoints containing process information
  • Network connections from external or unauthorized IP addresses to Glances server ports
  • Log entries indicating unauthenticated API access from non-local addresses

Detection Strategies

  • Monitor network traffic for connections to port 61208 from external or untrusted sources
  • Implement network-level detection rules for HTTP requests to Glances API endpoints
  • Audit running Glances instances to identify those started without the --password flag
  • Use network scanning tools to identify exposed Glances instances within your environment

Monitoring Recommendations

  • Deploy network intrusion detection signatures for Glances API enumeration patterns
  • Implement log aggregation for Glances server access logs and correlate with threat intelligence
  • Establish baseline monitoring for expected Glances client connections and alert on anomalies
  • Conduct periodic vulnerability scans to identify exposed monitoring infrastructure

How to Mitigate CVE-2026-32596

Immediate Actions Required

  • Upgrade all Glances installations to version 4.5.2 or later immediately
  • Enable authentication on existing Glances web servers using the --password option
  • Bind Glances to localhost (--bind 127.0.0.1) if remote access is not required
  • Implement network segmentation to restrict access to Glances servers from trusted networks only
  • Review process command-lines on monitored systems to identify exposed credentials

Patch Information

Version 4.5.2 addresses this vulnerability by adding prominent security warnings when Glances web server is started without authentication. The fix includes runtime warnings displayed to administrators and enhanced security documentation. Apply the patch by upgrading to Glances 4.5.2 or later via pip: pip install --upgrade glances.

For detailed patch information, see the GitHub Security Advisory GHSA-wvxv-4j8q-4wjq and GitHub Release v4.5.2.

Workarounds

  • Enable authentication by starting Glances with glances -w --password
  • Bind to localhost only using glances -w --bind 127.0.0.1 if remote access is not needed
  • Place Glances behind a reverse proxy with authentication enabled
  • Implement firewall rules to restrict access to Glances port 61208 from trusted IP addresses only
bash
# Configuration example - Enable authentication and bind to localhost
glances -w --password --bind 127.0.0.1

# Alternative: Enable authentication only (for trusted internal networks)
glances -w --password

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechNicolargo Glances

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Technical References
  • GitHub Release v4.5.2
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-wvxv-4j8q
  • Related CVEs
  • CVE-2026-32633: Glances Information Disclosure Vulnerability

  • CVE-2026-32609: Glances Information Disclosure Vulnerability

  • CVE-2026-35587: Nicolargo Glances SSRF Vulnerability

  • CVE-2026-35588: Nicolargo Glances SQLi 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