CVE-2021-41186
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedFluentd 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).
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe parser_apache2 plugin in Fluentd versions v0.14.14 through v1.14.1 contains a regular expression denial of service (ReDoS) vulnerability. Specially crafted Apache log entries with certain string patterns cause the regex engine to consume excessive CPU time, potentially leading to service disruption.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 0.14.14, <= 1.14.1CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify installed Fluentd versionRun 'fluentd --version' or check the gem version with 'gem list fluentd'Affected if Version is between v0.14.14 and v1.14.1 inclusive (run 'gem list fluentd' and look for the installed version number)
-
Locate Fluentd configuration fileCommon paths are /etc/fluent/fluent.conf, /etc/fluent.conf, or check for FLUENT_CONF environment variableAffected if Configuration file exists and is readable for inspection
-
Check if parser_apache2 plugin is enabledIn the configuration file, search for '@parser apache2' or 'parser apache2' directives within <parse> sectionsAffected if The parser_apache2 parser is explicitly configured in any <parse> block
-
Verify plugin file existsLocate parser_apache2.rb in the Fluentd plugin directory - typically in the Ruby gems path under fluent/plugin/parser_apache2.rbAffected if The parser_apache2.rb file exists in the Fluentd plugin directory
If Fluentd version is 0.14.14 through 1.14.1 and the parser_apache2 plugin is configured in use, the environment is vulnerable to ReDoS via crafted Apache log entries.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade Fluentd to version 1.14.2 or later to apply the patch. Alternatively, avoid using parser_apache2 for non-Apache-generated logs or manually deploy the patched parser_apache2.rb to the plugin directory.
1.14.2
- Identify your current Fluentd version using `fluentd --version` or your package manager
- Stop the Fluentd service to prevent disruption during upgrade
- Upgrade Fluentd to version 1.14.2 using your installation method: for gem use `gem install fluentd -v 1.14.2`, for package managers use your distro's upgrade command (e.g., apt-get upgrade fluentd, yum update fluentd)
- Verify the upgrade was successful by checking `fluentd --version` shows 1.14.2
- Start the Fluentd service
- Monitor logs to ensure Fluentd is running correctly after upgrade
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation1.0 h
- Implementation2.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,664.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2021-41186 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2021-41186 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data