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 broad range of data sources and routes them to outputs such as files, relational databases, NoSQL stores, cloud services, and Hadoop clusters. In versions before 1.19.3, the out_file plugin and other file‑based output configurations build file paths by interpolating the ${tag} placeholder without adequate validation. An attacker can send a tag that includes path‑traversal characters; this causes Fluentd to write or overwrite arbitrary files on the host, potentially enabling remote code execution if the attacker can place a malicious executable in a location that the system executes. The flaw, classified as CWE‑22, is remedied by upgrading to version 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. Based on the description, it is inferred that 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 August 3, 2026 at 04:41 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 August 3, 2026 at 04:41 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

Status : Analyzed

Published: 2026-07-08T22:17:14.337

Modified: 2026-07-13T18:48:53.893

Link: CVE-2026-44024

cve-icon Redhat

Severity : Important

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

Links: CVE-2026-44024 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T04:45:03Z

Weaknesses
  • CWE-22

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