Lucene search
K

Glances - Information Disclosure

🗓️ 08 Jul 2026 05:22:06Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 28 Views

Glances before 4.5.2 exposes system information and credentials via an unauthenticated web server to remote attackers.

Related
Refs
Code
id: CVE-2026-32596

info:
  name: Glances - Information Disclosure
  author: theamanrawat
  severity: high
  description: |
    Glances < 4.5.2 contains an information disclosure vulnerability caused by the web server running without authentication by default, letting remote attackers access sensitive system information including credentials, exploit requires no special privileges.
  impact: |
    Remote attackers can access sensitive system information including credentials, risking data exposure and system compromise.
  remediation: |
    Update to version 4.5.2 or later.
  reference:
    - https://github.com/nicolargo/glances/security/advisories/GHSA-wvxv-4j8q-4wjq
    - https://nvd.nist.gov/vuln/detail/CVE-2026-32596
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2026-32596
    epss-score: 0.0155
    epss-percentile: 0.72095
    cwe-id: CWE-200
  metadata:
    verified: true
    max-request: 2
  tags: cve,cve2026,glances,exposure,unauth,vuln

flow: http(1) && http(2)

http:
  - method: GET
    path:
      - "{{BaseURL}}/api/4/system"

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(content_type, "application/json")'
          - 'contains_all(body, "os_name", "os_version", "hostname")'
        condition: and
        internal: true

  - method: GET
    path:
      - "{{BaseURL}}/api/4/processlist"

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(content_type, "application/json")'
          - 'contains_all(body, "cmdline", "cpu_times", "memory_info")'
        condition: and
# digest: 490a0046304402201a94db7f48348a8c7c88835f72f50a2771f3e13679c3d9c725951afef5c79d0502203a53c52d0ede7bd07140d0b61cb38b1da05de6c0d7fc4d87f8ec2824e2b698e7:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

19 Mar 2026 06:56Current
7.1High risk
Vulners AI Score7.1
CVSS 3.17.5
CVSS 48.7
EPSS0.0155
SSVC
28