A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-23656

CVE-2024-23656: Dex Information Disclosure Vulnerability

CVE-2024-23656 is an information disclosure vulnerability in Linuxfoundation Dex that exposes HTTPS connections to insecure TLS 1.0 and 1.1 protocols. This article covers technical details, affected versions, and mitigation.

Published: June 2, 2026

CVE-2024-23656 Overview

CVE-2024-23656 affects Dex, an identity service that uses OpenID Connect (OIDC) to drive authentication for other applications. Dex version 2.37.0 serves HTTPS traffic with insecure TLS 1.0 and TLS 1.1 protocols enabled. The vulnerability stems from a regression introduced by the TLS cert reloader feature in v2.37.0, which causes the entire tlsConfig defined at cmd/dex/serve.go line 425 to be ignored at runtime. Configured cipher suites and the minimum TLS version are not respected. Attackers on the network path can downgrade connections and exploit weaknesses in legacy TLS protocols to compromise the confidentiality of authentication traffic.

Critical Impact

Authentication traffic protected by Dex 2.37.0 can be intercepted or decrypted through known weaknesses in TLS 1.0/1.1, exposing OIDC tokens and credentials in transit.

Affected Products

  • Linux Foundation Dex 2.37.0
  • Deployments relying on Dex for OIDC-based authentication
  • Kubernetes and downstream platforms using Dex 2.37.0 as an identity provider

Discovery Timeline

  • 2024-01-25 - CVE-2024-23656 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-23656

Vulnerability Analysis

Dex is a federated OIDC provider written in Go. In version 2.37.0 the project introduced a TLS certificate reloader to support hot-reload of certificates without restarting the process. The change replaced the previous server bootstrap path and inadvertently dropped the constructed tls.Config value. As a result, the server accepts connections using Go's default TLS settings, which permit TLS 1.0 and TLS 1.1 and ignore the curated cipher suite list. The weakness is categorized under [CWE-326] Inadequate Encryption Strength. Legacy TLS versions are vulnerable to attacks such as BEAST, POODLE, and Lucky13, allowing attackers in a privileged network position to recover plaintext or session material from intercepted traffic.

Root Cause

The TLS minimum version and cipher suite list were constructed in cmd/dex/serve.go but the reloader code path discarded the tlsConfig struct before passing it to the listener. The compiled-in protection was never applied to live connections.

Attack Vector

An attacker who can observe or intercept HTTPS traffic between clients and the Dex endpoint can attempt to negotiate down to TLS 1.0 or TLS 1.1, then apply known cryptanalytic attacks against the chosen cipher. The flaw is exploitable over the network without authentication or user interaction.

go
// Security patch in cmd/dex/serve.go - feat: add TLS versions configuration
		tls.TLS_RSA_WITH_AES_256_GCM_SHA384,
	}

	allowedTLSVersions := map[string]int{
		"1.2": tls.VersionTLS12,
		"1.3": tls.VersionTLS13,
	}

	if c.GRPC.TLSCert != "" {
		tlsMinVersion := tls.VersionTLS12
		if c.GRPC.TLSMinVersion != "" {
			tlsMinVersion = allowedTLSVersions[c.GRPC.TLSMinVersion]
		}
		tlsMaxVersion := 0 // default for max is whatever Go defaults to
		if c.GRPC.TLSMaxVersion != "" {
			tlsMaxVersion = allowedTLSVersions[c.GRPC.TLSMaxVersion]
		}
		baseTLSConfig := &tls.Config{
			MinVersion:               uint16(tlsMinVersion),
			MaxVersion:               uint16(tlsMaxVersion),
			CipherSuites:             allowedTLSCiphers,
			PreferServerCipherSuites: true,
		}
// Source: https://github.com/dexidp/dex/commit/5bbdb4420254ba73b9c4df4775fe7bdacf233b17

The patch reinstates explicit MinVersion and MaxVersion enforcement and exposes them as configuration fields, ensuring the listener honors the intended TLS policy.

Detection Methods for CVE-2024-23656

Indicators of Compromise

  • Successful TLS handshakes against a Dex endpoint negotiating protocol versions TLS 1.0 or TLS 1.1.
  • Use of legacy cipher suites such as RC4, 3DES, or CBC-mode ciphers in sessions to Dex listener ports.
  • Dex server version banner or container image tag reporting v2.37.0.

Detection Strategies

  • Run a TLS scanner such as testssl.sh, sslyze, or nmap --script ssl-enum-ciphers against the Dex HTTPS and gRPC endpoints to enumerate supported protocols.
  • Inventory Helm charts, Kubernetes manifests, and container registries for the dexidp/dex:v2.37.0 image tag.
  • Inspect TLS session metadata in network monitoring tools for connections to Dex ports completing with TLS 1.0 or TLS 1.1.

Monitoring Recommendations

  • Forward Dex access logs and TLS handshake telemetry to a central analytics platform and alert on non-TLS 1.2/1.3 sessions.
  • Track Dex pod image digests in CI/CD pipelines and flag any deployment of 2.37.0 across clusters.
  • Continuously monitor identity provider endpoints with external TLS posture scanners to identify regressions.

How to Mitigate CVE-2024-23656

Immediate Actions Required

  • Upgrade Dex to version 2.38.0 or later, where the TLS configuration is correctly applied to the listener.
  • Audit all environments for the dexidp/dex:v2.37.0 image and replace it in Helm releases, Kustomize bases, and GitOps repositories.
  • Rotate any OIDC client secrets and signing keys handled by Dex 2.37.0 instances that were exposed to untrusted networks.

Patch Information

The fix landed in the Dex 2.38.0 release commit via pull request #2964. The change re-applies the tls.Config struct to both HTTPS and gRPC listeners and adds TLSMinVersion and TLSMaxVersion configuration keys for web and grpc sections. Full details are available in the Dex GitHub Security Advisory GHSA-gr79-9v6v-gc9r.

Workarounds

  • Terminate TLS for Dex at an upstream reverse proxy or service mesh (for example, Envoy, NGINX, or Istio) that enforces TLS 1.2 minimum and a vetted cipher suite list.
  • Restrict network exposure of the Dex listener to trusted internal networks using NetworkPolicy or firewall rules until the upgrade is completed.
  • Disable legacy TLS at the load balancer layer when direct Dex upgrade is not yet possible.
bash
# Configuration example for Dex 2.38.0+ enforcing modern TLS
web:
  http: 0.0.0.0:5556
  https: 0.0.0.0:5554
  tlsCert: /etc/dex/tls.crt
  tlsKey: /etc/dex/tls.key
  tlsMinVersion: "1.2"
  tlsMaxVersion: "1.3"

grpc:
  addr: 0.0.0.0:5557
  tlsCert: /etc/dex/tls.crt
  tlsKey: /etc/dex/tls.key
  tlsMinVersion: "1.2"
  tlsMaxVersion: "1.3"

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechLinuxfoundation Dex

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.24%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-326
  • Technical References
  • GitHub Source Code Line

  • GitHub Issue Discussion

  • GitHub Security Advisory
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Pull Request
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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