The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-0622

CVE-2026-0622: Open 5GS WebUI Information Disclosure Flaw

CVE-2026-0622 is an information disclosure vulnerability in Open 5GS WebUI caused by a hard-coded JWT signing key. Attackers can exploit this flaw to forge authentication tokens. This article covers technical details, impact, and mitigation.

Published: January 23, 2026

CVE-2026-0622 Overview

Open 5GS WebUI contains a hardcoded credentials vulnerability where the application uses a hard-coded JWT signing key (change-me) whenever the environment variable JWT_SECRET_KEY is unset. This insecure default configuration allows attackers with network access to forge authentication tokens and potentially bypass authentication controls in 5G core network management interfaces.

Critical Impact

Attackers can exploit the default JWT signing key to forge authentication tokens, potentially gaining unauthorized access to the Open 5GS WebUI management interface and compromising 5G network configurations.

Affected Products

  • Open 5GS WebUI (versions with unset JWT_SECRET_KEY)

Discovery Timeline

  • January 20, 2026 - CVE CVE-2026-0622 published to NVD
  • January 21, 2026 - Last updated in NVD database

Technical Details for CVE-2026-0622

Vulnerability Analysis

This vulnerability represents a classic insecure default configuration issue in the Open 5GS WebUI component. The application uses JSON Web Tokens (JWT) for authentication and session management. When administrators deploy the WebUI without explicitly setting the JWT_SECRET_KEY environment variable, the application falls back to using a predictable, hard-coded value of change-me as the signing key.

JWT authentication relies on the secrecy of the signing key to ensure token integrity. With a known signing key, any attacker can craft valid JWT tokens with arbitrary claims, including elevated privileges or impersonated user identities. This effectively bypasses the entire authentication mechanism, as the server will accept any properly signed token regardless of whether it was legitimately issued.

The network-accessible nature of this vulnerability means that remote attackers who can reach the WebUI interface can exploit this flaw without any prior authentication. The impact includes potential unauthorized read and write access to 5G network configurations, subscriber data, and management functions.

Root Cause

The root cause of this vulnerability is the use of a hardcoded default value for a cryptographic secret. The Open 5GS WebUI was designed to allow configuration of the JWT signing key via the JWT_SECRET_KEY environment variable, but the fallback behavior of using a predictable default value (change-me) creates an insecure default configuration. This design decision prioritizes ease of initial deployment over security, leaving systems vulnerable when administrators fail to explicitly configure a secure secret.

Attack Vector

The attack leverages the network-accessible WebUI interface. An attacker with knowledge of the default JWT signing key can:

  1. Identify Open 5GS WebUI deployments using the default configuration
  2. Craft a malicious JWT token signed with the known key change-me
  3. Include arbitrary claims in the token payload (e.g., admin privileges)
  4. Submit requests to the WebUI API with the forged token
  5. Gain unauthorized access to management functions

The vulnerability requires no user interaction and can be exploited with low complexity. The attacker does not need any prior authentication or privileges on the target system.

For technical details on the vulnerability mechanism and discussion, see GitHub Issue #2264, GitHub Issue #856, and the CERT Vulnerability Advisory #458022.

Detection Methods for CVE-2026-0622

Indicators of Compromise

  • Authentication logs showing successful logins from unexpected IP addresses or user accounts
  • JWT tokens in HTTP headers containing suspicious or unexpected claims
  • Unusual administrative actions in WebUI audit logs without corresponding legitimate user activity
  • Network traffic analysis revealing JWT tokens signed with the default change-me key

Detection Strategies

  • Audit Open 5GS deployments to verify the JWT_SECRET_KEY environment variable is properly configured with a strong, unique secret
  • Implement monitoring for authentication anomalies such as logins from unusual geolocations or at unusual times
  • Deploy network intrusion detection rules to identify requests containing JWTs signed with the known default key
  • Review WebUI configuration files and container environment settings during security assessments

Monitoring Recommendations

  • Enable comprehensive logging for all WebUI authentication events and administrative actions
  • Configure alerts for failed authentication attempts followed by successful access
  • Monitor for configuration changes to 5G network parameters that could indicate unauthorized access
  • Implement session monitoring to detect token reuse or tokens with anomalous lifetimes

How to Mitigate CVE-2026-0622

Immediate Actions Required

  • Set the JWT_SECRET_KEY environment variable to a strong, randomly generated secret (minimum 32 characters recommended)
  • Rotate the JWT signing key and invalidate all existing sessions if the default key may have been exposed
  • Review WebUI access logs for signs of unauthorized access during the exposure period
  • Restrict network access to the Open 5GS WebUI to trusted management networks only

Patch Information

The fix involves ensuring that a secure, unique JWT signing key is configured before the WebUI can operate. See GitHub Pull Request #857 for the related code changes. Administrators should update to patched versions and verify that their deployment configurations include a properly set JWT_SECRET_KEY environment variable.

Additional information is available in the CERT Vulnerability Advisory #458022.

Workarounds

  • Set a strong, unique value for the JWT_SECRET_KEY environment variable in all deployment environments
  • Place the Open 5GS WebUI behind a VPN or network access control to limit exposure to trusted networks
  • Implement additional authentication layers such as client certificates or IP-based access restrictions
  • Disable the WebUI entirely if it is not required for operations, relying on CLI or API management instead
bash
# Configuration example
# Set a strong JWT secret key for Open 5GS WebUI
# Generate a secure random key:
export JWT_SECRET_KEY=$(openssl rand -base64 32)

# Or set explicitly in your deployment configuration:
export JWT_SECRET_KEY="your-strong-unique-secret-key-here"

# For Docker deployments, include in docker-compose.yml:
# environment:
#   - JWT_SECRET_KEY=your-strong-unique-secret-key-here

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechOpensource 5gs

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • GitHub Issue #2264

  • GitHub Issue #856

  • GitHub Pull Request #857

  • CERT Vulnerability Advisory #458022
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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