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

CVE-2024-5037: OpenShift Container Platform Auth Bypass

CVE-2024-5037 is an authentication bypass flaw in Red Hat OpenShift Container Platform's Telemeter component that allows attackers to use forged JWT tokens to bypass authentication. This article covers the technical details, affected versions, security impact, and mitigation strategies.

Published: May 26, 2026

CVE-2024-5037 Overview

CVE-2024-5037 is an authentication bypass vulnerability in Red Hat OpenShift's Telemeter component. The flaw allows an attacker to use a forged JSON Web Token (JWT) to bypass the issuer (iss) claim verification during authentication. The root cause maps to CWE-290: Authentication Bypass by Spoofing.

The vulnerability affects Red Hat OpenShift Container Platform and Red Hat OpenShift Distributed Tracing. Successful exploitation enables a remote, unauthenticated attacker to impersonate a trusted client and access protected Telemeter endpoints over the network.

Critical Impact

Attackers can forge JWTs to bypass issuer validation in OpenShift Telemeter, gaining unauthorized access to telemetry endpoints without credentials or user interaction.

Affected Products

  • Red Hat OpenShift Container Platform 4.0
  • Red Hat OpenShift Distributed Tracing 2.0
  • OpenShift Telemeter component (pkg/authorize/jwt/client_authorizer.go)

Discovery Timeline

  • 2024-06-05 - CVE-2024-5037 published to the National Vulnerability Database (NVD)
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-5037

Vulnerability Analysis

The vulnerability resides in the Telemeter JWT client authorizer logic located in pkg/authorize/jwt/client_authorizer.go. Telemeter is the Red Hat OpenShift service that collects cluster telemetry and forwards it to Red Hat. It relies on JWT-based authentication to validate clients.

Under specific conditions, the authorizer fails to correctly enforce the iss (issuer) claim during token verification. An attacker who can craft a JWT with a manipulated issuer value can pass authentication checks that should have rejected the token. The impact is limited to confidentiality. Integrity and availability are not directly affected.

Root Cause

The defect lies in how the Telemeter authorizer validates the JWT issuer claim. When certain code paths execute, the iss check is bypassed, allowing tokens issued by an untrusted source to be treated as valid. The flaw is an instance of CWE-290, where authentication relies on a spoofable identifier.

Attack Vector

The attack is performed remotely over the network with no privileges and no user interaction. An attacker constructs a forged JWT and submits it to a Telemeter endpoint. If the bypass conditions are met, the request is authorized as a legitimate client. Details of the affected validation logic are referenced in the GitHub OpenShift Telemeter source.

No public proof-of-concept exploit is listed in the enriched data, and the CVE is not present on the CISA Known Exploited Vulnerabilities catalog.

Detection Methods for CVE-2024-5037

Indicators of Compromise

  • Authentication events at Telemeter endpoints originating from unexpected external IP ranges or non-cluster sources.
  • JWTs presented to Telemeter where the iss claim does not match the configured trusted issuer or contains malformed values.
  • Spikes in Telemeter API requests outside normal cluster telemetry cadence.

Detection Strategies

  • Enable verbose authentication logging on the Telemeter service and audit decoded JWT headers and claims, especially iss, aud, and sub.
  • Correlate Telemeter access logs with OpenShift API audit logs to identify telemetry submissions not tied to a known cluster identity.
  • Compare token issuers observed at runtime against the allowlist of OpenShift-issued trusted issuers.

Monitoring Recommendations

  • Forward Telemeter and OpenShift audit logs to a centralized SIEM for retention and correlation across clusters.
  • Alert on repeated authentication attempts that present tokens with unrecognized or rotated issuer values.
  • Monitor for upgrades or restarts of OpenShift components to confirm patched Telemeter versions are running.

How to Mitigate CVE-2024-5037

Immediate Actions Required

  • Apply the Red Hat security advisories that ship the fixed Telemeter component: RHSA-2024:4151, RHSA-2024:4156, RHSA-2024:4329, RHSA-2024:4484, and RHSA-2024:5200.
  • Inventory clusters running OpenShift Container Platform 4.0 and OpenShift Distributed Tracing 2.0 and prioritize them for patching.
  • Rotate any JWT signing keys and client credentials used by Telemeter after upgrading.

Patch Information

Red Hat addressed the issuer validation flaw in the Telemeter authorizer code referenced in the Red Hat CVE record for CVE-2024-5037 and tracked in Red Hat Bugzilla #2272339. Related upstream Kubernetes work is referenced in Kubernetes Pull Request #123540. Customers should apply the listed RHSA errata corresponding to their OpenShift version.

Workarounds

  • Restrict network exposure of Telemeter endpoints to trusted networks and management planes using firewall rules or NetworkPolicies.
  • Enforce mutual TLS between cluster components and Telemeter to add a second authentication factor independent of the JWT iss claim.
  • Until patches are applied, increase monitoring sensitivity on Telemeter authentication failures and unusual issuer values.
bash
# Example: verify the OpenShift cluster version and apply available updates
oc get clusterversion
oc adm upgrade

# Example: restrict Telemeter endpoint exposure with a NetworkPolicy
oc apply -f - <<EOF
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
  name: restrict-telemeter
  namespace: openshift-monitoring
spec:
  podSelector:
    matchLabels:
      app.kubernetes.io/name: telemeter-client
  policyTypes:
  - Ingress
  ingress:
  - from:
    - namespaceSelector:
        matchLabels:
          name: openshift-monitoring
EOF

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechRedhat Openshift

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.34%

  • 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-290
  • Technical References
  • Red Hat Security Advisory RHSA-2024:4151

  • Red Hat Security Advisory RHSA-2024:4156

  • Red Hat Security Advisory RHSA-2024:4329

  • Red Hat Security Advisory RHSA-2024:4484

  • Red Hat Security Advisory RHSA-2024:5200

  • GitHub OpenShift Code Reference
  • Vendor Resources
  • Red Hat CVE Resource CVE-2024-5037

  • Red Hat Bug Report #2272339

  • GitHub Kubernetes Pull Request #123540
  • Related CVEs
  • CVE-2026-7309: Red Hat OpenShift Information Disclosure

  • CVE-2025-12801: Red Hat OpenShift Privilege Escalation

  • CVE-2024-50312: OpenShift Container Platform Disclosure Flaw

  • CVE-2023-2253: Red Hat OpenShift API DoS Vulnerability
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