Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-44162
Published:July 01, 2026
Updated:August 27, 2026
The "fluent-plugin-s3" plugin (specifically the "in_s3" input plugin) supports reading and decompressing heavily compressed files (such as "gzip", "lzma2", and "lzop") from Amazon S3. It was discovered that the plugin read the entire decompressed payload into memory at once without enforcing a strict size limit. If an attacker has sufficient permissions to upload files to the monitored S3 bucket, they can upload a maliciously crafted, highly compressed file. When Fluentd attempts to decompress this file, it will expand to an excessive size and it will consume significant system resources.
Affected Packages
https://github.com/fluent/fluent-plugin-s3.git (GITHUB):
Affected version(s) >=v0.1.2 <v1.8.5
Fix Suggestion:
Update to version v1.8.5
fluent-plugin-s3 (RUBY):
Affected version(s) >=0.7.0 <1.8.5
Fix Suggestion:
Update to version 1.8.5
Do you need more information?
Contact Us
CVSS v4
Base Score:
5.1
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
HIGH
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
LOW
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
2.7
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
HIGH
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
LOW
Weakness Type (CWE)
Allocation of Resources Without Limits or Throttling