Vulnerability Description
Fluentd collects events from various data sources and writes them to files to help unify logging infrastructure. The parser_apache2 plugin in Fluentd v0.14.14 to v1.14.1 suffers from a regular expression denial of service (ReDoS) vulnerability. A broken apache log with a certain pattern of string can spend too much time in a regular expression, resulting in the potential for a DoS attack. This issue is patched in version 1.14.2 There are two workarounds available. Either don't use parser_apache2 for parsing logs (which cannot guarantee generated by Apache), or put patched version of parser_apache2.rb into /etc/fluent/plugin directory (or any other directories specified by the environment variable `FLUENT_PLUGIN` or `--plugin` option of fluentd).
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Fluentd | Fluentd | >= 0.14.14, <= 1.14.1 |
Related Weaknesses (CWE)
References
- https://github.com/fluent/fluentd/blob/master/CHANGELOG.md#v1142Release NotesThird Party Advisory
- https://github.com/fluent/fluentd/security/advisories/GHSA-hwhf-64mh-r662Third Party Advisory
- https://github.com/github/securitylab-vulnerabilities/blob/52dc4a2a828c6dc242319Broken Link
- https://github.com/fluent/fluentd/blob/master/CHANGELOG.md#v1142Release NotesThird Party Advisory
- https://github.com/fluent/fluentd/security/advisories/GHSA-hwhf-64mh-r662Third Party Advisory
- https://github.com/github/securitylab-vulnerabilities/blob/52dc4a2a828c6dc242319Broken Link
FAQ
What is CVE-2021-41186?
CVE-2021-41186 is a vulnerability with a CVSS score of 5.9 (MEDIUM). Fluentd collects events from various data sources and writes them to files to help unify logging infrastructure. The parser_apache2 plugin in Fluentd v0.14.14 to v1.14.1 suffers from a regular express...
How severe is CVE-2021-41186?
CVE-2021-41186 has been rated MEDIUM with a CVSS base score of 5.9/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2021-41186?
Check the references section above for vendor advisories and patch information. Affected products include: Fluentd Fluentd.