Skip to content
Discussion options

You must be logged in to vote

Thanks for the detailed report.

1. Is fluent-package v6.0.4 affected?

The scanner's detection is accurate: v6.0.4 bundles Ruby 3.4.9, whose default erb gem is 4.0.4, which matches the affected range of the advisory.

However, we do not consider Fluentd itself to have a practical attack path forthis CVE.
Exploitation requires Marshal.load() on attacker-controlled data in a process that has erb loaded (the published gadget chain additionally requires ActiveSupport).

In fluent-package v6.0.4:

  • The erb library is not loaded by Fluentd core at runtime: require "erb" appears only in fluent-plugin-generate and fluent-plugin-config-format (developer CLI tools).
    Note that some bundled plugins can p…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ykai8975
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants