highCVSS 7.5Vulnerability

CVE-2026-44025

Fluentd's Monitor Agent plugin (`in_monitor_agent`) exposes internal metrics and plugin information via a REST API. It was discovered that the API response (`/api/plugins.json` and related endpoints) unintentionally includes internal instance variables of loaded plugins. If any plugins store sensitive information—such as database passwords, API keys, or cloud credentials—in its instance variables, this information may be exposed in plain text to any user or system that has HTTP access to the Monitor Agent API. ### Impact This vulnerability allows for unauthorized information disclosure. An attacker who can reach the Monitor Agent API port (default: `24220`) can potentially extract sensitive credentials used by other Fluentd plugins. The impact severity depends highly on the network configuration (whether the Monitor Agent port is exposed to untrusted networks) and the specific plugins configured in the Fluentd instance. ### Patches: v1.19.3 ### Workarounds If usesrs cannot immediately update Fluentd to the patched version, they can mitigate this risk by strictly controlling access to the Monitor Agent port. Ensure the Monitor Agent is only bound to `localhost` (`127.0.0.1`) rather than `0.0.0.0`. ``` <source> @type monitor_agent bind 127.0.0.1 port 24220 </source> ``` Use firewall rules (e.g., iptables, AWS Security Groups) to block access to the Monitor Agent port (`24220`) from untrusted networks or instances.

Properties

summary
Fluentd is Vulnerable to Exposure of Sensitive Information via Monitor Agent API
severity
high
epss_score
0.00414
cvss_score
7.5
ghsa_published
2026-06-26T16:32:57Z
source_url
https://github.com/advisories/GHSA-pr7j-96cj-549h
ghsa_updated
2026-06-26T16:32:58Z
ghsa_id
GHSA-pr7j-96cj-549h
cve_id
CVE-2026-44025
cvss_vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
is_ghsa_only
false
epss_percentile
0.34109

Related Entities (6)

ENRICHED_BY (1)

[Source]FIRST EPSS

REPORTED_BY (1)

[Source]GitHub Advisory Database

VULNERABLE_TO (1)

[Software]rubygems/fluentd

AFFECTS (1)

[Software]rubygems/fluentd

HAS_WEAKNESS (2)

[Weakness]Exposure of Sensitive Information to an Unauthorized Actor
[Weakness]Missing Authentication for Critical Function

Explore deeper with Ninja Signal's threat intelligence graph

CVE-2026-44025 (CVSS 7.5) — Ninja Signal Threat Intelligence | Ninja Signal