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's Monitor Agent plugin in_monitor_agent exposes internal metrics and plugin information via a REST API, and responses from /api/plugins.json and related endpoints unintentionally include internal instance variables that may contain database passwords, API keys, or cloud credentials. This issue is fixed in version 1.19.3.
Published: 2026-07-08
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Fluentd collects events from various data sources and writes them to files, relational and NoSQL databases, cloud services, and Hadoop. Prior to 1.19.3, its Monitor Agent plugin in_monitor_agent exposed internal metrics and plugin information via a REST API. Responses from /api/plugins.json and related endpoints unintentionally included internal instance variables that could contain database passwords, API keys, or cloud credentials. An attacker who can reach that endpoint can retrieve sensitive data. This vulnerability is CWE‑306.

Affected Systems

All installations of Fluentd older than 1.19.3 that use the monitor‑agent plugin are impacted. The issue is fixed in v1.19.3; users of 1.19.2 or earlier must update or otherwise disable the plugin.

Risk and Exploitability

With a CVSS score of 7.5, this vulnerability is considered high severity. Based on the description, the REST API is accessible without authentication, implying that attackers with network reach to a running Fluentd instance could retrieve credential information via the /api/plugins.json endpoint. The EPSS score of < 1% indicates a very low but nonzero exploitation probability, and the flaw is not listed in CISA's KEV catalog; however, the lack of authentication makes exploitation likely for adversaries with connectivity to the host.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Fluentd to version 1.19.3 or later where the monitor‑agent plugin has been secured or removed
  • If an immediate upgrade is infeasible, disable the Monitor Agent plugin or block its REST endpoints using firewall or network segmentation rules
  • Ensure that any remaining monitoring APIs enforce authentication so that no internal data is exposed to unauthenticated callers

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

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-pr7j-96cj-549h Fluentd is Vulnerable to Exposure of Sensitive Information via Monitor Agent API
History

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': 'partial'}, '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's Monitor Agent plugin in_monitor_agent exposes internal metrics and plugin information via a REST API, and responses from /api/plugins.json and related endpoints unintentionally include internal instance variables that may contain database passwords, API keys, or cloud credentials. This issue is fixed in version 1.19.3.
Title Fluentd: Exposure of Sensitive Information via Monitor Agent API
Weaknesses CWE-306
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-09T13:47:17.414Z

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

Link: CVE-2026-44025

cve-icon Vulnrichment

Updated: 2026-07-09T13:47:13.614Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T16:45:03Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function