A Logging Tool Running Inside Every Major Cloud Platform Has Serious Security Flaws

Researchers at Oligo have published findings on critical vulnerabilities in Fluent Bit, an open-source log processing tool deployed across AWS, Google Cloud, and Microsoft Azure, as well as inside container environments and Kubernetes clusters running on those platforms. The vulnerabilities allow attackers to manipulate log data, bypass authentication controls, and execute arbitrary code on affected infrastructure. Oligo demonstrated remote code execution against all three major cloud providers in their research. The footprint of Fluent Bit across cloud infrastructure means the exposure is not confined to organizations that chose to deploy it. If your business runs workloads on any of the major cloud platforms, Fluent Bit is almost certainly present somewhere in that environment.

Patches are available. The response required from organizations is specific and manageable. Understanding why this particular finding carries the weight it does is the starting point for treating that response with appropriate urgency.

What Fluent Bit Does and Why Its Compromise Is Structurally Significant
Log processing is infrastructure work that most business users never directly interact with, which contributes to the gap between how significant this finding is and how much attention it receives outside technical circles. Logs are the continuous record that cloud systems generate about their own operation: what requests were made, what resources were accessed, what errors occurred, and what authentication events took place. That record is what security teams examine when something goes wrong, what compliance auditors review to verify that access controls are functioning, and what automated detection systems monitor to identify anomalous behavior before it becomes a full incident.

Fluent Bit sits in the middle of that process. It collects log data from across cloud infrastructure, processes it, and routes it to wherever it needs to go. Its presence across AWS, Google Cloud, and Azure is not incidental. It became the dominant tool in this space because it handles the log processing requirements of large-scale cloud environments efficiently, and the major cloud providers integrated it into their platforms accordingly.

The vulnerabilities Oligo identified attack this position directly. An attacker who can manipulate log data through a compromised Fluent Bit instance can alter the record of what happened in the environment. Security investigations that depend on log integrity become unreliable. Automated detection systems that trigger on specific log patterns can be blinded or misdirected. Compliance records that are supposed to demonstrate controlled access to sensitive systems can be made to show whatever the attacker needs them to show. The logs that are supposed to catch attackers become a tool for hiding them.

Remote code execution compounds this considerably. An attacker with the ability to run arbitrary code on infrastructure running Fluent Bit is not limited to manipulating logs. They can install persistent malware, access data processed by the affected systems, move laterally to connected infrastructure, and establish access that persists beyond the initial exploitation. The log manipulation capability makes detection of this activity substantially harder.

The Supply Chain Dimension
What makes the Fluent Bit findings particularly significant for organizations that do not directly manage cloud infrastructure is the supply chain structure of modern cloud deployments. The major cloud providers are not just offering compute capacity. They are offering managed platforms built on interconnected components, many of which are open-source tools like Fluent Bit that the provider has integrated into their infrastructure. A business running workloads on AWS or Google Cloud is implicitly running every component those platforms use to operate, whether or not the business made an explicit choice to use those components.

This is the structural condition that makes supply chain vulnerabilities in cloud infrastructure a different category of concern than vulnerabilities in software that the organization chose and deployed independently. When an organization installs a piece of software, they have visibility into what it installed and can make explicit decisions about patching and configuration. When a cloud provider integrates a tool into its platform infrastructure, the organization running workloads on that platform inherits the exposure without necessarily having visibility into which tools are present or what versions are running.

Oligo’s demonstration of remote code execution across all three major cloud providers makes the scope concrete. This is not a theoretical concern about what could happen if a vulnerable component were present in cloud infrastructure. It is a documented demonstration that the vulnerability exists and is exploitable in the environments where most enterprise cloud workloads actually run.

Identifying and Addressing Your Exposure
The response to these findings has a technical component and an organizational component, and both matter for organizations that do not have dedicated cloud security teams actively monitoring this space.

The first step is establishing whether Fluent Bit is present in your environment and what version is running. Versions below 3.1.9, and versions in the 3.2.x series before 3.2.1 is the affected range. For organizations with internal IT staff or a managed service provider, requesting a specific inventory check for Fluent Bit versions across cloud infrastructure and container environments is the right starting point. This is not a complex audit, but it requires someone to look explicitly rather than assuming the environment is unaffected.

Applying available patches is the primary remediation. Oligo coordinated with cloud vendors and the Fluent Bit project before publishing their findings, and updates are available. For Fluent Bit instances that the organization manages directly, updating to a patched version is straightforward. For Fluent Bit instances managed by cloud providers as part of their platform infrastructure, the relevant action is confirming with the provider that their managed services are running patched versions, and understanding the provider’s timeline if updates are still being rolled out.

Network access controls for Fluent Bit instances address the exposure independently of patching. Management interfaces for log processing infrastructure do not need to be reachable from the public internet, and restricting access to trusted internal networks reduces the attack surface regardless of whether specific vulnerabilities exist. This is a configuration principle that applies broadly to infrastructure management tooling, and the Fluent Bit findings are a useful prompt to audit whether it is being applied consistently.

Log integrity monitoring, specifically the capability to detect when log data has been tampered with, becomes more important in the context of vulnerabilities that directly target log manipulation. Centralized log storage with integrity verification, backup copies of log data that are not accessible through the same infrastructure that could be compromised, and anomaly detection that looks for gaps or inconsistencies in log streams all contribute to maintaining the reliability of the audit record that security and compliance functions depend on.

What This Means for Cloud Security Posture Going Forward
The Fluent Bit findings are the current instance of a pattern that has been established clearly enough over the past several years to be treated as a standing condition rather than a series of surprises. Open-source components integrated broadly into cloud infrastructure represent high-value targets precisely because their footprint is so wide. A vulnerability in a component running across all three major cloud providers does not require finding a weakness in any individual organization. It finds every organization simultaneously.

The appropriate organizational response to this pattern is not to treat each individual finding as an isolated event requiring a one-time response, but to build the practices that reduce response time and exposure across the category. This means maintaining visibility into which third-party components are running in cloud environments, establishing relationships with IT partners who are monitoring for findings like the Fluent Bit vulnerabilities and can initiate a response without waiting to be asked, and treating cloud infrastructure as requiring the same active security management as on-premises systems rather than assuming the cloud provider’s security posture covers everything running on their platform.

The cloud providers did not create this vulnerability. Fluent Bit is an open-source project, and the flaws Oligo identified are in that project’s code. But the cloud providers integrated Fluent Bit into their platforms, which means their customers inherited the exposure. That is the supply chain dynamic that makes understanding what is running inside your cloud environment a security requirement rather than an optional technical detail.

The patches exist. The path to applying them is clear. The organizations that treat this finding with the urgency its scope warrants are the ones whose cloud security posture will be stronger for having done so, and whose exposure window will be shorter than those that are still working through the implications when the next similar finding arrives.