CVE-2026-54680: Logging operator has Fluentd configuration injection that allows remote code execution
The Fluentd configuration renderer in Logging operator writes strings from CRDs such as Flow directly into fluent.conf without escaping them. As a result, a user who can create Flow resources can inject Fluentd configuration by providing values that contain newlines.
In the confirmed path, a value in record_transformer.records can close the current <record> / <filter> block and add a new <match **> block. By specifying Fluentd’s core @type exec plugin in that injected block, an attacker can execute arbitrary commands inside the Fluentd aggregator.
References
- github.com/advisories/GHSA-mjqf-28ph-426h
- github.com/kube-logging/logging-operator/commit/cf437d7f1e056c78740bf5716ac8bdebcf002425
- github.com/kube-logging/logging-operator/releases/tag/6.6.0
- github.com/kube-logging/logging-operator/security/advisories/GHSA-mjqf-28ph-426h
- nvd.nist.gov/vuln/detail/CVE-2026-54680
Code Behaviors & Features
Detect and mitigate CVE-2026-54680 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →