CVE-2026-67180
Received Received - Intake

Arbitrary Command Execution in Google Turbinia

Vulnerability report for CVE-2026-67180, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-11

Last updated on: 2026-08-11

Assigner: Cybersecurity and Infrastructure Security Agency (CISA) U.S. Civilian Government

Description

Google Turbinia allows arbitrary command execution via worker tasks. An attacker with privileges to submit a processing request or influence an evidence path/name obtains code execution on the worker fleet. Fixed on 2026-07-10.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-11
Last Modified
2026-08-11
Generated
2026-08-11
AI Q&A
2026-08-11
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
google turbinia to 2026-07-10 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-78 The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in Google Turbinia allows arbitrary command execution through worker tasks. Attackers with privileges to submit processing requests or influence evidence paths can inject malicious commands into shell executions. The issue stems from evidence paths being directly interpolated into shell commands with shell=True, enabling command injection via shell metacharacters in paths.

Detection Guidance

Check Turbinia worker logs for evidence paths containing shell metacharacters like semicolons, pipes, or command substitutions. Inspect commands executed by workers for shell=True usage with interpolated paths. Review evidence submission requests for suspicious path formats.

Impact Analysis

An attacker could gain remote code execution on Turbinia workers, which often run with high privileges. This could lead to full system compromise, allowing access to sensitive data, credentials, or further lateral movement within the forensic analysis environment. The impact depends on worker permissions but may include data theft, system takeover, or disruption of forensic operations.

Compliance Impact

This vulnerability could lead to unauthorized access or exfiltration of sensitive data processed by Turbinia, violating confidentiality requirements in GDPR and HIPAA. Organizations using Turbinia for forensic analysis may face compliance violations if attackers access protected health information or personal data during exploitation.

Mitigation Strategies

Update Turbinia to the fixed version released on 2026-07-10. Ensure all worker commands use shell=False and pass arguments as lists. Validate and sanitize evidence paths before processing to prevent command injection.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-67180. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart