chore(deps): update dependency fluentd to v1.14.2 [security] (release-2.8.x) - autoclosed #10938
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
'1.9.0'
->'1.14.2'
ReDoS vulnerability in parser_apache2
CVE-2021-41186 / GHSA-hwhf-64mh-r662
More information
Details
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:
FLUENT_PLUGIN
or--plugin
option of fluentd).References
Severity
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
References
This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).
Release Notes
fluent/fluentd (fluentd)
v1.14.2
Compare Source
IMPORTANT: This release contain the fix for CVE-2021-41186 -
ReDoS vulnerability in
parser_apache2
.This vulnerability is affected from Fluentd v0.14.14 to v1.14.1.
We recommend to upgrade Fluentd to v1.14.2 or use patched version of
parser_apache2
plugin.Enhancement
--event-time
option to send specified event time for testing.https://github.com/fluent/fluentd/pull/35283528
Bug fix
https://github.com/fluent/fluentd/pull/35243524
This vulnerability is caused by a certain pattern of a broken apache log.
v1.14.1
Compare Source
Enhancement
These metrics should be collected same as fluent-bit's in_tahttps://github.com/fluent/fluentd/pull/3504ull/3504
https://github.com/fluent/fluentd/pull/35063506
Bug fix
This error may happen only when
read_bytes_limit_per_second
was specified.https://github.com/fluent/fluentd/pull/35003500
https://github.com/fluent/fluentd/pull/35033https://github.com/fluent/fluentd/pull/3507ull/3507
@include
directiveIt was occurred when http/https scheme URI is used in
@include
directive with Ruby 3.https://github.com/fluent/fluentd/pull/35173517
ignore_if_prev_success
It didn't work even if a user set https://github.com/fluent/fluentd/pull/3515ull/3515
Then, inappropriate labels in log are also fixed. (retry_time -> retry_times,
next_retry_seconds -> next_retrhttps://github.com/fluent/fluentd/pull/3518td/pull/3518
v1.14.0
Compare Source
Enhancement
enable_input_metrics
,enable_size_metrics
systemconfiguration parameter
This feature might need to pay higher CPU cost, so input event metrics
features are disabled by default. These features are also enabled by
--enable-input-metrics
,--enable-size-metrics
command lineoptihttps://github.com/fluent/fluentd/pull/3440ull/3440
@ROOT
for getting root router.This is incompatible change. Do not use
@ROOT
for label name.https://github.com/fluent/fluentd/pull/33583358
send_keepalive_packet
optionhttps://github.com/fluent/fluentd/pull/34743474
cors_allow_credentials
option.This option tells browsers whether to expose the response to
frontend when the credentials mode is "inhttps://github.com/fluent/fluentd/pull/3481thttps://github.com/fluent/fluentd/pull/3491luentd/pull/3491
Bug fix
from pos file by file compaction at starthttps://github.com/fluent/fluentd/pull/3467ull/3467
https://github.com/fluent/fluentd/pull/34783478
https://github.com/fluent/fluentd/pull/34833483
Misc
The implementations is changed to use metrics plugin.
In the future, 3rd party plugin will be able to handle these mhttps://github.com/fluent/fluentd/pull/3471thttps://github.com/fluent/fluentd/pull/3473lhttps://github.com/fluent/fluentd/pull/3479nhttps://github.com/fluent/fluentd/pull/3484buffer: Use metrics plugin mechanism on a plugin base class fluent/fluentd#3484
v1.13.3
Compare Source
Bug fix
https://github.com/fluent/fluentd/pull/34573https://github.com/fluent/fluentd/pull/3460ull/3460
Avoid deleting pos_file entries unexpectedly when both
pos_file_compaction_interval
andfollow_inode
are enabled.Use
bytesize
instead ofsize
for path length.https://github.com/fluent/fluentd/pull/34593459
follow_inode
.https://github.com/fluent/fluentd/pull/34663466
Misc
https://github.com/fluent/fluentd/pull/34563456
v1.13.2
Compare Source
Enhancement
https://github.com/fluent/fluentd/pull/34263426
Use
FLUENT_OJ_OPTION_BIGDECIMAL_LOAD
,FLUENT_OJ_OPTION_MAX_NESTING
,FLUENT_OJ_OPTION_MODE
, andFLUENT_OJ_OPTION_USE_TO_JSON
environmentvariable to configure https://github.com/fluent/fluentd/pull/3315ull/3315
Bug fix
https://github.com/fluent/fluentd/pull/34433443
config file. This is a regression since v1.13.0. If you use invalid
'@' prefix parameter, remove it as https://github.com/fluent/fluentd/pull/3451/fluentd/pull/3451
will be discarded if the throttling feature is enablhttps://github.com/fluent/fluentd/pull/3390ull/3390
It was unexpectedly introduced by #3305, thus this bug was a
regression since 1.12https://github.com/fluent/fluentd/pull/3444ull/3444
Misc
It was fixed because false positive detection is occurred frequently
by security scanninghttps://github.com/fluent/fluentd/pull/3450td/pull/3450
v1.13.1
Compare Source
Bug fix
It's caused by using a same unpacker from multiple threahttps://github.com/fluent/fluentd/pull/3405uhttps://github.com/fluent/fluentd/pull/3406td/pull/3406
It was unexpectedly introduced by #3185 log throttling feature.
https://github.com/fluent/fluentd/pull/34183418
There was a potential cross-site scripting vector even though
it is quite difficult to ehttps://github.com/fluent/fluentd/pull/3427td/pull/3427
Misc
for debugghttps://github.com/fluent/fluentd/pull/3398ull/3398
https://github.com/fluent/fluentd/pull/34123412
v1.13.0
Compare Source
Enhancement
https://github.com/fluent/fluentd/pull/31853https://github.com/fluent/fluentd/pull/3364uhttps://github.com/fluent/fluentd/pull/3379td/pull/3379
https://github.com/fluent/fluentd/pull/32993https://github.com/fluent/fluentd/pull/3362ull/3362
https://github.com/fluent/fluentd/pull/33733373
https://github.com/fluent/fluentd/pull/33523352
Bug fix
trace_instruction
whenRubyVM::InstructionSequence
is available. It improvescompatibility with
truffleruby
some extent.https://github.com/fluent/fluentd/pull/33763376
Windows. It improves exception handling about
ERROR_SHARING_VIOLATION
on Windows.https://github.com/fluent/fluentd/pull/33783378
has been fihttps://github.com/fluent/fluentd/pull/3368ull/3368
Note that
skip_refresh_on_startup
must be enabled.https://github.com/fluent/fluentd/pull/33803380
Misc
https://github.com/fluent/fluentd/pull/33593359
https://github.com/fluent/fluentd/pull/33603360
v1.12.4
Compare Source
Bug fix
https://github.com/fluent/fluentd/pull/33933393
v1.12.3
Compare Source
Enhancement
https://github.com/fluent/fluentd/pull/33083308
Bug fix
https://github.com/fluent/fluentd/pull/33023302
https://github.com/fluent/fluentd/pull/33253https://github.com/fluent/fluentd/pull/3329uhttps://github.com/fluent/fluentd/pull/3331thttps://github.com/fluent/fluentd/pull/3337luentd/pull/3337
https://github.com/fluent/fluentd/pull/33283328
https://github.com/fluent/fluentd/pull/33353335
https://github.com/fluent/fluentd/pull/33393339
https://github.com/fluent/fluentd/pull/33303330
Misc
https://github.com/fluent/fluentd/pull/33033303
https://github.com/fluent/fluentd/pull/33053305
https://github.com/fluent/fluentd/pull/33043https://github.com/fluent/fluentd/pull/3307uhttps://github.com/fluent/fluentd/pull/3312thttps://github.com/fluent/fluentd/pull/3313lhttps://github.com/fluent/fluentd/pull/3314nhttps://github.com/fluent/fluentd/pull/3316fhttps://github.com/fluent/fluentd/pull/3336com/Use GitHub Actions' status badges instead of Travis CI's fluent/fluentd#3336
https://github.com/fluent/fluentd/pull/33433343
v1.12.2
Compare Source
Enhancement
https://github.com/fluent/fluentd/pull/31903https://github.com/fluent/fluentd/pull/3287ull/3287
https://github.com/fluent/fluentd/pull/32523252
https://github.com/fluent/fluentd/pull/16661https://github.com/fluent/fluentd/pull/3288uhttps://github.com/fluent/fluentd/pull/3289td/pull/3289
Bug fix
https://github.com/fluent/fluentd/pull/32753275
https://github.com/fluent/fluentd/pull/32673https://github.com/fluent/fluentd/pull/3285ull/3285
https://github.com/fluent/fluentd/pull/32943294
https://github.com/fluent/fluentd/pull/32973297
https://github.com/fluent/fluentd/pull/21162116
Misc
https://github.com/fluent/fluentd/pull/32573257
https://github.com/fluent/fluentd/pull/32613261
https://github.com/fluent/fluentd/pull/32823282
https://github.com/fluent/fluentd/pull/32863https://github.com/fluent/fluentd/pull/3259uhttps://github.com/fluent/fluentd/pull/3291td/pull/3291
https://github.com/fluent/fluentd/pull/32663https://github.com/fluent/fluentd/pull/3268uhttps://github.com/fluent/fluentd/pull/3281thttps://github.com/fluent/fluentd/pull/3283lhttps://github.com/fluent/fluentd/pull/3290nt/fluentd/pull/3290
v1.12.1
Compare Source
Enhancement
headers_from_placeholders
parameterhttps://github.com/fluent/fluentd/pull/32413241
--table
option to use markdown tablehttps://github.com/fluent/fluentd/pull/32403240
--disable-shared-socket
/disable_shared_socket
to disable ServerEngine's shared socket setuphttps://github.com/fluent/fluentd/pull/32503250
Bug fix
https://github.com/fluent/fluentd/pull/32463246
https://github.com/fluent/fluentd/pull/32563256
Misc
https://github.com/fluent/fluentd/pull/32333https://github.com/fluent/fluentd/pull/3255ull/3255
v1.12.0
Compare Source
New feature
follow_inode
to support log rotation with wild cardhttps://github.com/fluent/fluentd/pull/31823182
https://github.com/fluent/fluentd/pull/31553https://github.com/fluent/fluentd/pull/3162ull/3162
https://github.com/fluent/fluentd/pull/31313131
Enhancement
https://github.com/fluent/fluentd/pull/30953095
service_discovery
typehttps://github.com/fluent/fluentd/pull/31783178
add_query_params
parameter to add query params to event recordhttps://github.com/fluent/fluentd/pull/31973197
unixtime_micros
andunixtime_nanos
intime_type
https://github.com/fluent/fluentd/pull/32203220
https://github.com/fluent/fluentd/pull/31673https://github.com/fluent/fluentd/pull/3170uhttps://github.com/fluent/fluentd/pull/3180thttps://github.com/fluent/fluentd/pull/3196lhttps://github.com/fluent/fluentd/pull/3213nhttps://github.com/fluent/fluentd/pull/3222test_parser_syslog: Fix 2020-year failure fluent/fluentd#3222
Bug fix
https://github.com/fluent/fluentd/pull/32033203
v1.11.5
Compare Source
Enhancement
newline
parameter to supportCRLF
https://github.com/fluent/fluentd/pull/31523152
https://github.com/fluent/fluentd/pull/31463146
Bug fix
https://github.com/fluent/fluentd/pull/31563156
v1.11.4
Compare Source
Enhancement
unixtime_millis
intime_type
parameterhttps://github.com/fluent/fluentd/pull/31453145
Bug fix
json_array true
https://github.com/fluent/fluentd/pull/31443144
${chunk_id}
https://github.com/fluent/fluentd/pull/31343134
v1.11.3
Compare Source
Enhancement
connect_mode
parameter to read stderrhttps://github.com/fluent/fluentd/pull/31083108
https://github.com/fluent/fluentd/pull/31093109
ignore_same_log_interval
parameterhttps://github.com/fluent/fluentd/pull/31193119
https://github.com/fluent/fluentd/pull/31003100
https://github.com/fluent/fluentd/pull/30943https://github.com/fluent/fluentd/pull/3118ull/3118
Bug fix
https://github.com/fluent/fluentd/pull/30183018
https://github.com/fluent/fluentd/pull/31383138
v1.11.2
Compare Source
Enhancement
in_dummy
renamed toin_sample
https://github.com/fluent/fluentd/pull/30653065
https://github.com/fluent/fluentd/pull/30713071
https://github.com/fluent/fluentd/pull/30513051
Bug fix
chunk_limit_records
casehttps://github.com/fluent/fluentd/pull/30793079
https://github.com/fluent/fluentd/pull/30923092
https://github.com/fluent/fluentd/pull/30863086
https://github.com/fluent/fluentd/pull/30933093
v1.11.1
Compare Source
Enhancement
dump_error_log
parameterhttps://github.com/fluent/fluentd/pull/30353035
https://github.com/fluent/fluentd/pull/30463046
https://github.com/fluent/fluentd/pull/30473047
Bug fix
https://github.com/fluent/fluentd/pull/30423042
https://github.com/fluent/fluentd/pull/30443044
v1.11.0
Compare Source
New feature
https://github.com/fluent/fluentd/pull/29922992
Enhancement
time_format
for RFC3164 string parserhttps://github.com/fluent/fluentd/pull/30143014
https://github.com/fluent/fluentd/pull/30153015
https://github.com/fluent/fluentd/pull/30193019
Bug fix
use_symbol_keys
parameter to emit string key recordhttps://github.com/fluent/fluentd/pull/30083008
v1.10.4
Compare Source
Enhancement
https://github.com/fluent/fluentd/pull/29732973
https://github.com/fluent/fluentd/pull/29882988
Bug fix
File.umask(0)
for standalone workerhttps://github.com/fluent/fluentd/pull/29872987
weight 0
https://github.com/fluent/fluentd/pull/29892989
v1.10.3
Compare Source
Enhancement
set
methodhttps://github.com/fluent/fluentd/pull/29772977
https://github.com/fluent/fluentd/pull/29582958
https://github.com/fluent/fluentd/pull/29612https://github.com/fluent/fluentd/pull/2962uhttps://github.com/fluent/fluentd/pull/2965thttps://github.com/fluent/fluentd/pull/2966lhttps://github.com/fluent/fluentd/pull/2978nt/fluentd/pull/2978
Bug fix
linger_timeout
setting on Windowshttps://github.com/fluent/fluentd/pull/29592959
https://github.com/fluent/fluentd/pull/29742974
v1.10.2
Compare Source
Enhancement
https://github.com/fluent/fluentd/pull/29342934
https://github.com/fluent/fluentd/pull/29302930
https://github.com/fluent/fluentd/pull/29372937
https://github.com/fluent/fluentd/pull/29202920
https://github.com/fluent/fluentd/pull/29352https://github.com/fluent/fluentd/pull/2936uhttps://github.com/fluent/fluentd/pull/2938thttps://github.com/fluent/fluentd/pull/2939lhttps://github.com/fluent/fluentd/pull/2946nt/fluentd/pull/2946
Bug fix
https://github.com/fluent/fluentd/pull/29422942
https://github.com/fluent/fluentd/pull/29432943
https://github.com/fluent/fluentd/pull/29452945
https://github.com/fluent/fluentd/pull/29482948
--daemon
combohttps://github.com/fluent/fluentd/pull/29502950
v1.10.1
Compare Source
Enhancement
--daemon
and--no-supervisor
now work togetherhttps://github.com/fluent/fluentd/pull/29122912
https://github.com/fluent/fluentd/pull/29132913
Bug fix
Fix pos_file_compaction_interval
parameter typehttps://github.com/fluent/fluentd/pull/29212921
https://github.com/fluent/fluentd/pull/29222922
with_priority
and RFC5424 casehttps://github.com/fluent/fluentd/pull/29232923
Misc
https://github.com/fluent/fluentd/pull/29112911
v1.10.0
Compare Source
New feature
https://github.com/fluent/fluentd/pull/28762876
Enhancement
cert_verifier
parameter for TLS transporthttps://github.com/fluent/fluentd/pull/28882888
https://github.com/fluent/fluentd/pull/28862886
suspend
parameterhttps://github.com/fluent/fluentd/pull/28972897
https://github.com/fluent/fluentd/pull/28582https://github.com/fluent/fluentd/pull/2862uhttps://github.com/fluent/fluentd/pull/2864thttps://github.com/fluent/fluentd/pull/2869lhttps://github.com/fluent/fluentd/pull/2870nhttps://github.com/fluent/fluentd/pull/2874fhttps://github.com/fluent/fluentd/pull/2881chttps://github.com/fluent/fluentd/pull/2885hhttps://github.com/fluent/fluentd/pull/2894/https://github.com/fluent/fluentd/pull/2896phttps://github.com/fluent/fluentd/pull/2898 https://github.com/fluent/fluentd/pull/2899
https://github.com/fluent/fluentd/pull/29002https://github.com/fluent/fluentd/pull/2901uhttps://github.com/fluent/fluentd/pull/2906td/pull/2901
It can take some time to output lines fluent/fluentd#2906
Bug fix
linger_timeout
https://github.com/fluent/fluentd/pull/28682868
https://github.com/fluent/fluentd/pull/28792879
available_buffer_space_ratio
calculationhttps://github.com/fluent/fluentd/pull/28822882
https://github.com/fluent/fluentd/pull/28902890
https://github.com/fluent/fluentd/pull/29032903
v1.9.3
Compare Source
Enhancement
unmatched_line
at shutdown phase whenemit_unmatched_lines true
https://github.com/fluent/fluentd/pull/28372837
https://github.com/fluent/fluentd/pull/28272827
https://github.com/fluent/fluentd/pull/28612861
https://github.com/fluent/fluentd/pull/28292https://github.com/fluent/fluentd/pull/2830uhttps://github.com/fluent/fluentd/pull/2832thttps://github.com/fluent/fluentd/pull/2836lhttps://github.com/fluent/fluentd/pull/2838nhttps://github.com/fluent/fluentd/pull/2842fhttps://github.com/fluent/fluentd/pull/2843com/Flush buffer is invoked in line buffer fluent/fluentd#2843
Bug fix
https://github.com/fluent/fluentd/pull/28242https://github.com/fluent/fluentd/pull/2853ull/2853
Tempfile
as binmode for decompressionhttps://github.com/fluent/fluentd/pull/28472847
Misc
.idea
to git ignore filehttps://github.com/fluent/fluentd/pull/28342834
https://github.com/fluent/fluentd/pull/28532https://github.com/fluent/fluentd/pull/2855ull/2855
https://github.com/fluent/fluentd/pull/28392839
v1.9.2
Compare Source
Enhancement
pos_file_compaction_interval
parameter for auto compactionhttps://github.com/fluent/fluentd/pull/28052805
-E
https://github.com/fluent/fluentd/pull/28142814
Bug fix
https://github.com/fluent/fluentd/pull/28072807
https://github.com/fluent/fluentd/pull/28132813
https://github.com/fluent/fluentd/pull/28122812
NoMethodError
whenOPTIONS
request doesn't have 'Origin' headerhttps://github.com/fluent/fluentd/pull/28232823
parser_syslog
https://github.com/fluent/fluentd/pull/28162816
v1.9.1
Compare Source
Enhancement
https://github.com/fluent/fluentd/pull/27872787
path_delimiter
to split with any charhttps://github.com/fluent/fluentd/pull/27962796
https://github.com/fluent/fluentd/pull/28032803
retryable_response_code
https://github.com/fluent/fluentd/pull/28092809
https://github.com/fluent/fluentd/pull/27672767
https://github.com/fluent/fluentd/pull/28022802
Bug fix
EncodingError
to unrecoverable errorshttps://github.com/fluent/fluentd/pull/28082808
https://github.com/fluent/fluentd/pull/28022802
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.