{"id":"CVE-2026-44025","title":"Fluentd is Vulnerable to Exposure of Sensitive Information via Monitor Agent API","summary":"Fluentd is Vulnerable to Exposure of Sensitive Information via Monitor Agent API","severity":"high","cvss":7.5,"cwe":["CWE-200","CWE-306"],"vendor":"fluentd","product":"fluentd","ecosystem":"rubygems","affected":["fluentd <= 1.19.2"],"patched":["fluentd 1.19.3"],"published":"2026-06-26","updated":"2026-06-26","source":"GHSA","sourceUrl":"https://github.com/advisories/GHSA-pr7j-96cj-549h","references":[{"url":"https://github.com/fluent/fluentd/security/advisories/GHSA-pr7j-96cj-549h"},{"url":"https://github.com/fluent/fluentd/releases/tag/v1.19.3"},{"url":"https://github.com/advisories/GHSA-pr7j-96cj-549h"}],"tags":["ghsa","rubygems"],"ingestedAt":"2026-06-26T16:43:14.188Z","epss":0.00474,"epssPercentile":0.4019,"slug":"CVE-2026-44025","body":"## Overview\n\nFluentd's Monitor Agent plugin (`in_monitor_agent`) exposes internal metrics and plugin information via a REST API.\nIt was discovered that the API response (`/api/plugins.json` and related endpoints) unintentionally includes internal instance variables of loaded plugins.\n\nIf any plugins store sensitive information—such as database passwords, API keys, or cloud credentials—in its instance variables,\nthis information may be exposed in plain text to any user or system that has HTTP access to the Monitor Agent API.\n\n### Impact\nThis 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.\nThe 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.\n\n### Patches:\nv1.19.3\n\n### Workarounds\nIf usesrs cannot immediately update Fluentd to the patched version, they can mitigate this risk by strictly controlling access to the Monitor Agent port.\n\nEnsure the Monitor Agent is only bound to `localhost` (`127.0.0.1`) rather than `0.0.0.0`.\n\n```\n<source>\n  @type monitor_agent\n  bind 127.0.0.1\n  port 24220\n</source>\n```\n\nUse firewall rules (e.g., iptables, AWS Security Groups) to block access to the Monitor Agent port (`24220`) from untrusted networks or instances.\n\n## Affected packages\n\n- `fluentd <= 1.19.2`\n\n## Remediation\n\nUpgrade to a patched release:\n\n- `fluentd 1.19.3`","depth":"twilight","depthScore":41,"depthScoreParts":{"impact":41.3,"likelihood":0.1,"exploitation":0,"ransomware":0},"changes":[]}