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

CVE-2024-46507: Yeti-platform Yeti SSTI RCE Vulnerability

CVE-2024-46507 is a server-side template injection vulnerability in Yeti-platform Yeti that enables remote code execution on the application server. This article covers technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2024-46507 Overview

CVE-2024-46507 is a Server-Side Template Injection (SSTI) vulnerability in the custom template export function of yeti-platform/yeti before version 2.1.12. Yeti is an open-source threat intelligence repository used by security teams to organize observables, indicators, and tactics, techniques, and procedures (TTPs). Attackers can inject template directives into custom export templates, causing the templating engine to evaluate attacker-controlled expressions during rendering. Successful exploitation results in arbitrary code execution on the Yeti application server. The flaw is classified under CWE-94: Improper Control of Generation of Code.

Critical Impact

Authenticated network attackers can execute arbitrary code on the Yeti application server, exposing threat intelligence data and enabling lateral movement into incident response infrastructure.

Affected Products

  • yeti-platform/yeti versions prior to 2.1.12
  • Self-hosted Yeti threat intelligence platform deployments
  • Yeti instances exposing the custom template export feature

Discovery Timeline

  • 2026-05-08 - CVE-2024-46507 published to NVD
  • 2026-05-08 - Last updated in NVD database

Technical Details for CVE-2024-46507

Vulnerability Analysis

The vulnerability lives in the custom template export function exposed by Yeti's web interface. Yeti allows users to define export templates for rendering observables and intelligence objects into reports. The export pipeline passes user-supplied template content directly to a server-side templating engine without sandboxing or input restriction.

When the engine evaluates a template containing language constructs such as object attribute access or built-in function calls, it executes those expressions inside the Python application process. Attackers leverage this evaluation path to reach interpreter internals, the os module, or subprocess facilities. The result is arbitrary command execution under the privileges of the Yeti service account.

Root Cause

The root cause is improper neutralization of directives in user-controlled template input, consistent with [CWE-94]. The custom template feature treats template bodies as trusted code rather than untrusted data. No filtering, no sandboxed environment, and no allowlist of safe expressions is applied before the engine renders the template.

Attack Vector

Exploitation requires network access to the Yeti web interface and the ability to submit or modify a custom export template. An attacker creates a template containing a malicious expression, then triggers an export operation that renders the template. The templating engine evaluates the payload during rendering and runs the embedded code on the server. Refer to the Rhino Security Labs analysis of CVE-2024-46507 for a detailed technical walkthrough of the exploit chain.

Detection Methods for CVE-2024-46507

Indicators of Compromise

  • Unexpected child processes spawned by the Yeti application process, such as /bin/sh, python, curl, or wget.
  • New or modified custom export templates containing template syntax referencing __class__, __mro__, __subclasses__, os.popen, or subprocess.
  • Outbound network connections from the Yeti host to unfamiliar IP addresses immediately after export operations.
  • Web access logs showing repeated POST or PUT requests to template management endpoints from a single account.

Detection Strategies

  • Review Yeti audit logs for creation or modification of export templates by non-administrative users.
  • Hunt for SSTI payload signatures in HTTP request bodies, including {{, {%, __globals__, and config.__class__.
  • Correlate template export events with process execution telemetry on the Yeti host to surface command spawning.
  • Inspect the Yeti database for stored templates that contain Python introspection primitives.

Monitoring Recommendations

  • Enable verbose application logging on the Yeti server and forward logs to a central SIEM for retention and analysis.
  • Monitor the Yeti process tree for unexpected interpreter invocations and shell descendants.
  • Alert on outbound connections from the Yeti host that fall outside expected threat-intel feed destinations.
  • Track changes to the export templates table with database audit triggers.

How to Mitigate CVE-2024-46507

Immediate Actions Required

  • Upgrade yeti-platform/yeti to version 2.1.12 or later as soon as possible.
  • Restrict network access to the Yeti web interface to trusted analyst networks only.
  • Audit all existing custom export templates and remove any that contain unexpected template directives.
  • Rotate credentials, API tokens, and integration secrets stored on or accessible from the Yeti host if exploitation is suspected.

Patch Information

The maintainers fixed the vulnerability in Yeti 2.1.12. Operators should pull the updated container image or upgrade the Python package, then restart the Yeti service. Verify the running version after upgrade and confirm that the custom template export endpoint enforces the fix. The Rhino Security Labs advisory documents the affected code paths.

Workarounds

  • Disable the custom template export feature until the upgrade is applied, where deployment configuration permits.
  • Limit template creation and modification permissions to a small set of trusted administrators.
  • Place the Yeti instance behind a web application firewall configured to block common SSTI payload patterns.
  • Run the Yeti service as an unprivileged user inside a hardened container to reduce blast radius if exploited.
bash
# Upgrade Yeti to a patched version
pip install --upgrade 'yeti-platform>=2.1.12'

# Or pull the patched container image and restart
docker pull yetiplatform/yeti:2.1.12
docker compose down && docker compose up -d

# Verify the installed version
python -c "import yeti; print(yeti.__version__)"

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechYeti

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.17%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-94
  • Technical References
  • Rhino Security Labs Analysis
  • Related CVEs
  • CVE-2024-46508: Yeti-platform Yeti Auth Bypass 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