Sunday, February 9, 2025
HomeCVE/vulnerabilityYeti Forensic Platform Vulnerability Allows Attackers to Execute Remote Code

Yeti Forensic Platform Vulnerability Allows Attackers to Execute Remote Code

Published on

SIEM as a Service

Follow Us on Google News

A critical security flaw has been identified in the popular Yeti Forensic Intelligence platform, exposing its users to unauthenticated remote code execution (RCE) attacks.

Two vulnerabilities designated  CVE-2024-46507 and CVE-2024-46508, affect versions 2.0 to 2.1.11 of the Yeti platform, posing significant risks to cybersecurity and DFIR (Digital Forensics and Incident Response) teams.

Yeti, widely used by threat intelligence professionals, enables users to catalog, analyze, and link observables such as IP addresses, TTPs (Tactics, Techniques, and Procedures), and threat actors.

With over 10,000 DockerHub pulls and nearly 2,000 GitHub stars, its popularity underscores the urgency of addressing these vulnerabilities, as per a report by Rhino Security Labs.

New template
New template

CVE-2024-46507: SSTI Leads to Remote Code Execution

The first vulnerability, CVE-2024-46507, involves a Server-Side Template Injection (SSTI) flaw that allows attackers to execute arbitrary code on targeted Yeti servers.

The issue arises from Yeti’s feature allows users to create custom templates for exporting observables like IP addresses, hashes, and domains.

These templates are processed on the backend without input sanitization, leaving the platform susceptible to malicious payloads embedded within the templates.

export template
export template

Steps to Exploit

  1. Create a Malicious Template: Attackers craft a template with embedded malicious commands.
  2. Create an Observable: Observables can be generated via “Observables -> New Observable -> Save.”
  3. Export Observable Using Malicious Template: Upon export, users download a .txt file, which executes the attacker’s command on the server backend.

The consequences can be severe, ranging from attackers gathering intelligence on monitored threat actors to altering or destroying critical observables.

CVE-2024-46508: Static Insecure JWT Secret

The second vulnerability, CVE-2024-46508, exposes Yeti deployments to authentication bypasses due to the use of a static, insecure JWT secret.

During installation, Yeti does not require users to modify the default .env file, where the JWT secret is hardcoded as “SECRET.”

Additionally, Yeti’s documentation does not urge users to configure the secret, increasing the likelihood of unmodified deployments in production environments.

With access to the static JWT secret, attackers can generate valid tokens, bypassing authentication altogether.

When combined with SSTI-driven RCE, this flaw enables attackers to escalate privileges, fully compromise the server, and infiltrate sensitive threat intelligence data.

The vulnerabilities have been patched in version 2.1.12 of Yeti. Users are strongly advised to upgrade immediately. The fixed version can be obtained from the Yeti GitHub repository.

  1. Update to Version 2.1.12: Apply the patch to address both SSTI and JWT vulnerabilities.
  2. Configure Unique Secrets: Ensure that JWT secrets are replaced during installation to prevent authentication bypasses.
  3. Sanitize User Inputs: Employ proper input validation across all modules.

Yeti users in the DFIR community should act promptly to secure their deployments and avoid potential breaches.

Collect Threat Intelligence with TI Lookup to improve your company’s security - Get 50 Free Request

Divya
Divya
Divya is a Senior Journalist at GBhackers covering Cyber Attacks, Threats, Breaches, Vulnerabilities and other happenings in the cyber world.

Latest articles

UK Pressures Apple to Create Global Backdoor To Spy on Encrypted iCloud Access

United Kingdom has reportedly ordered Apple to create a backdoor allowing access to all...

Autonomous LLMs Reshaping Pen Testing: Real-World AD Breaches and the Future of Cybersecurity

Large Language Models (LLMs) are transforming penetration testing (pen testing), leveraging their advanced reasoning...

Securing GAI-Driven Semantic Communications: A Novel Defense Against Backdoor Attacks

Semantic communication systems, powered by Generative AI (GAI), are transforming the way information is...

Cybercriminals Target IIS Servers to Spread BadIIS Malware

A recent wave of cyberattacks has revealed the exploitation of Microsoft Internet Information Services...

Supply Chain Attack Prevention

Free Webinar - Supply Chain Attack Prevention

Recent attacks like Polyfill[.]io show how compromised third-party components become backdoors for hackers. PCI DSS 4.0’s Requirement 6.4.3 mandates stricter browser script controls, while Requirement 12.8 focuses on securing third-party providers.

Join Vivekanand Gopalan (VP of Products – Indusface) and Phani Deepak Akella (VP of Marketing – Indusface) as they break down these compliance requirements and share strategies to protect your applications from supply chain attacks.

Discussion points

Meeting PCI DSS 4.0 mandates.
Blocking malicious components and unauthorized JavaScript execution.
PIdentifying attack surfaces from third-party dependencies.
Preventing man-in-the-browser attacks with proactive monitoring.

More like this

UK Pressures Apple to Create Global Backdoor To Spy on Encrypted iCloud Access

United Kingdom has reportedly ordered Apple to create a backdoor allowing access to all...

Autonomous LLMs Reshaping Pen Testing: Real-World AD Breaches and the Future of Cybersecurity

Large Language Models (LLMs) are transforming penetration testing (pen testing), leveraging their advanced reasoning...

Securing GAI-Driven Semantic Communications: A Novel Defense Against Backdoor Attacks

Semantic communication systems, powered by Generative AI (GAI), are transforming the way information is...