Description
Fluentd collects events from various data sources and writes them to files, RDBMS, NoSQL, IaaS, SaaS, Hadoop and so on. Prior to 1.19.3, Fluentd allows dynamically constructing file paths using the ${tag} placeholder, and insufficient validation of ${tag} in file configurations such as the path parameter of the out_file plugin allows attackers sending untrusted tags containing path traversal characters to write or overwrite arbitrary files and potentially achieve remote code execution. This issue is fixed in version 1.19.3.
Published: 2026-07-08
Score: 9.8 Critical
EPSS: 1.1% Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Fluentd aggregates event data from a variety of sources and writes them to files, databases, cloud services, and Hadoop. In versions earlier than 1.19.3, the out_file plugin and other file-emitters construct a destination path by interpolating the supplied ${tag} placeholder. Because the plugin does not validate or sanitize the tag value, an attacker can supply a tag containing path‑traversal sequences, causing Fluentd to create or overwrite any file on the host. If an attacker writes a malicious executable into a directory that is executed by the system, remote code execution is possible. The vulnerability is identified as CWE‑22 (Path Traversal) and is fixed in Fluentd 1.19.3.

Affected Systems

The vulnerability affects every Fluentd release from the fluent organization earlier than 1.19.3. Any installation that uses the out_file plugin or any other output that builds file paths from tags is at risk. Sub‑product names are not differentiated, so all Fluentd distributions and forks remain impacted on the vulnerable versions.

Risk and Exploitability

The CVSS score of 9.8 classifies the issue as critical, while the EPSS score of 1 % suggests that exploitation is currently rare but not impossible. The vulnerability is not listed in the CISA KEV catalog. Attackers can exploit the flaw over the network by injecting malicious tags through any data source that the Fluentd instance subscribes to. If successful, the attacker can overwrite arbitrary files and potentially run arbitrary code, giving full control of the host.

Generated by OpenCVE AI on July 26, 2026 at 16:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Fluentd version 1.19.3 or later to apply the fix that removes path traversal in the out_file plugin.
  • If an upgrade is not possible, modify any configuration that uses the ${tag} placeholder in a file path so that only a trusted, sanitized value is used; otherwise replace the placeholder with a static filename or whitelist acceptable values.
  • Limit the sources of input that can supply tags to authenticated, trusted endpoints, and monitor system logs for unexpected file write activity or appearance of paths containing traversal sequences.

Generated by OpenCVE AI on July 26, 2026 at 16:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-44hj-4m45-frj3 Fluentd is Vulnerable to Remote Code Execution (RCE) via Arbitrary File Write in `${tag}` Placeholder
History

Tue, 14 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Important


Fri, 10 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
First Time appeared Fluentd
Fluentd fluentd
Vendors & Products Fluentd
Fluentd fluentd

Thu, 09 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 08 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
Description Fluentd collects events from various data sources and writes them to files, RDBMS, NoSQL, IaaS, SaaS, Hadoop and so on. Prior to 1.19.3, Fluentd allows dynamically constructing file paths using the ${tag} placeholder, and insufficient validation of ${tag} in file configurations such as the path parameter of the out_file plugin allows attackers sending untrusted tags containing path traversal characters to write or overwrite arbitrary files and potentially achieve remote code execution. This issue is fixed in version 1.19.3.
Title Fluentd: Remote Code Execution (RCE) via Arbitrary File Write in `${tag}` Placeholder
Weaknesses CWE-22
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-10T03:55:45.194Z

Reserved: 2026-05-04T21:24:36.506Z

Link: CVE-2026-44024

cve-icon Vulnrichment

Updated: 2026-07-09T13:26:47.715Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Important

Publid Date: 2026-07-08T21:20:29Z

Links: CVE-2026-44024 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T17:00:14Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')