Skip to content

ReDoS vulnerability in parser_apache2

Moderate severity GitHub Reviewed Published Oct 29, 2021 in fluent/fluentd • Updated May 4, 2023

Package

bundler fluentd (RubyGems)

Affected versions

>= 0.14.14, < 1.14.2

Patched versions

1.14.2

Description

Impact

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.

Patches

v1.14.2

Workarounds

Either of the following:

  • Don't use parser_apache2 for parsing logs which cannot guarantee generated by Apache.
  • 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).

References

References

@ashie ashie published to fluent/fluentd Oct 29, 2021
Reviewed Oct 29, 2021
Published by the National Vulnerability Database Oct 29, 2021
Published to the GitHub Advisory Database Nov 1, 2021
Last updated May 4, 2023

Severity

Moderate
5.9
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
High
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H

Weaknesses

CVE ID

CVE-2021-41186

GHSA ID

GHSA-hwhf-64mh-r662

Source code

Credits

Checking history
See something to contribute? Suggest improvements for this vulnerability.