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

CVE-2024-46508: Yeti-platform Yeti Auth Bypass Vulnerability

CVE-2024-46508 is an authentication bypass flaw in Yeti-platform Yeti that allows attackers to generate valid JWT tokens when the default secret key is unchanged. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 18, 2026

CVE-2024-46508 Overview

CVE-2024-46508 affects the Yeti threat intelligence platform in versions prior to 2.1.12. The vulnerability stems from a hardcoded default JSON Web Token (JWT) signing secret. When operators fail to change the YETI_AUTH_SECRET_KEY environment variable from its default value of SECRET, attackers can forge valid JWT tokens. This allows unauthenticated remote attackers to impersonate any user and access protected threat intelligence data. The flaw is classified under [CWE-798] Use of Hardcoded Credentials.

Critical Impact

Remote attackers can forge authentication tokens against any Yeti instance running the default secret, gaining full access to threat intelligence data without credentials.

Affected Products

  • yeti-platform yeti versions prior to 2.1.12
  • Deployments using the default YETI_AUTH_SECRET_KEY value of SECRET
  • Self-hosted Yeti threat intelligence repositories exposed to untrusted networks

Discovery Timeline

  • 2026-05-08 - CVE-2024-46508 published to the National Vulnerability Database (NVD)
  • 2026-05-08 - Last updated in the NVD database

Technical Details for CVE-2024-46508

Vulnerability Analysis

Yeti is an open-source threat intelligence platform used to aggregate observables, indicators, and tactics, techniques, and procedures (TTPs). The platform uses JWT tokens for authenticating API requests and user sessions. Token signatures rely on a server-side secret loaded from the YETI_AUTH_SECRET_KEY environment variable.

In versions before 2.1.12, the platform ships with the placeholder value SECRET as the default signing key. Administrators who deploy Yeti without overriding this variable leave token validation vulnerable to forgery. An attacker who knows the default value can craft a signed JWT for any account, including administrative users.

The vulnerability requires no prior authentication, no user interaction, and is exploitable over the network. Successful exploitation breaks the confidentiality of threat intelligence stored in Yeti, including indicators, investigations, and integrated feed credentials.

Root Cause

The root cause is the use of a static, publicly known default value for a cryptographic signing key, mapped to [CWE-798] Use of Hardcoded Credentials. The application does not enforce rotation of YETI_AUTH_SECRET_KEY at startup and does not warn operators when the default value remains in place. JWT signatures generated with the default secret are indistinguishable from legitimate tokens.

Attack Vector

An attacker reaches the Yeti web interface or API over the network. The attacker constructs a JWT payload claiming an arbitrary username, then signs it with HMAC-SHA256 using the string SECRET. The forged token is submitted in the Authorization: Bearer header. The server validates the signature against its configured secret, accepts the token, and grants the impersonated user's permissions. The attacker can then read, modify, or exfiltrate threat intelligence artifacts.

For technical context on related Yeti vulnerabilities, see the Rhino Security Labs Analysis and the GitHub CVE-2024-46507 Repository.

Detection Methods for CVE-2024-46508

Indicators of Compromise

  • Authentication events for privileged accounts originating from unfamiliar IP addresses or geographies
  • JWT tokens in HTTP request logs with alg: HS256 and unusually long lifetimes or non-standard iat and exp claims
  • Unexpected API calls to /api/v2/users or administrative endpoints from sessions without a preceding login event
  • Configuration files or container environments where YETI_AUTH_SECRET_KEY is unset or equal to SECRET

Detection Strategies

  • Audit running Yeti deployments for the presence and value of the YETI_AUTH_SECRET_KEY environment variable
  • Decode JWT tokens captured in reverse proxy logs and verify whether they were signed with the default secret
  • Correlate API access logs against the user login table to identify sessions established without authentication events
  • Flag deployments running container images tagged below 2.1.12

Monitoring Recommendations

  • Forward Yeti application and web server logs to a centralized analytics platform for retention and correlation
  • Alert on access to sensitive endpoints from IP addresses not previously associated with the user account
  • Monitor for token reuse across multiple source addresses within short time windows

How to Mitigate CVE-2024-46508

Immediate Actions Required

  • Upgrade Yeti to version 2.1.12 or later
  • Set YETI_AUTH_SECRET_KEY to a cryptographically random value of at least 32 bytes and restart the service
  • Invalidate all existing JWT sessions and require users to re-authenticate after rotating the secret
  • Restrict network access to the Yeti web interface and API using firewall rules or a VPN

Patch Information

The yeti-platform maintainers addressed the issue in version 2.1.12. The fix prevents deployments from running with the default placeholder secret. Operators should pull the updated container image or upgrade the Python package, then verify the configured secret has been changed from SECRET before exposing the service.

Workarounds

  • Place Yeti behind a reverse proxy that enforces an additional authentication layer such as mutual TLS or single sign-on
  • Rotate YETI_AUTH_SECRET_KEY to a high-entropy value as a temporary measure if upgrading is not immediately possible
  • Remove the Yeti instance from public network exposure until the upgrade is applied
bash
# Generate a strong secret and configure Yeti
export YETI_AUTH_SECRET_KEY="$(openssl rand -hex 32)"
# Persist the value in your deployment configuration (docker-compose, systemd, k8s secret)
# Then restart the Yeti service to invalidate previously issued tokens

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechYeti

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.38%

  • 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-798
  • Technical References
  • Rhino Security Labs Analysis

  • GitHub CVE-2024-46507 Repository
  • Related CVEs
  • CVE-2024-46507: Yeti-platform Yeti SSTI RCE 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