Skip to content

Conversation

@k8tgreenley
Copy link

@k8tgreenley k8tgreenley commented Nov 24, 2025

Date: October 28, 2025
Scope: Fluent Bit Security issues reported in https://github.com/fluent/fluent-bit/security/advisories/GHSA-r6wj-v2vm-9mjj (restricted access)

On October 23, 2025, we were notified of a few security issues present in Fluent Bit. Those security issues have been remediated in the latest versions currently available of Fluent Bit v4.2, v4.1 (4.1.1) as well as v4.0 (4.0.14). Below please find a summary of the issues and remediation.

1. Executive Summary

Purpose: Summarize recently disclosed vulnerabilities affecting pipelines running 3.x.

Key Findings:

Off-by-one read in percent-decoder (CWE 193) – Not a security issue. Logic bug has been remediated..
Tag key prefix match (CWE 187) – Potential for data corruption but not expanded access. Exploitability requires access to the endpoint of the service.
Path traversal in Out_File (CWE 35) – Potential for disruptive access to the filesystem beyond permitted bounds.
Stack buffer overflow in in_docker (CWE 121) – Potential for denial of service or arbitrary code execution. Requires the ability to invoke Fluent Bit with the Docker safety issue.
Missing authentication in in_forward (CWE 306) – Potential to send traffic to Fluent Bit or other destinations without authentication.

Overall Risk Rating: External exposure possible

2. Summary of New and Updated CVEs

ID Description Exploit Status Remediation Status
CWE 193 The issue cannot be exploited for memory corruption, data leakage, or arbitrary code execution. It may only lead to incorrect string decoding. None reported Bug fix - not a security issue (no CVE applicable)Remediated in version 4.1.1 and 4.0.14
CWE 187 A remote attacker withaccess to input endpoints (e.g. HTTP, Splunk, Elasticsearch) could manipulate tag prefixes to inject data into unintended backends. This affects data integrity, not confidentiality or memory safety. None reported Security issue - CVE applicable (data integrity impact)Remediated in version 4.1.1 and 4.0.14
CWE 35 An attacker able to control the tag value could cause Fluent Bit to write outside the configured directory path. Affects file integrity and host filesystem isolation. None reported Security issue - CVE applicableRemediated in version 4.1.1 and 4.0.14
CWE 121 A long container name from the Docker API could trigger a stack overflow. The issue is locally exploitable and may lead to denial of service (crash)  or potentially arbitrary code execution. None reported Security issue - CVE applicableRemediated in version 4.1.1 and 4.0.14
CWE 306 Remote attackers could send data without credentials, bypassing authentication controls. This compromises the authenticity of ingested logs and can allow injection of forged data. None reported Security issue - CVE applicableRemediated in version 4.1.1 and 4.0.14


3. Detailed Analysis

CWE 193 - Off-by-one read in percent-decoder

  • Impact: The issue cannot be exploited for memory corruption, data leakage, or arbitrary code execution. It may only lead to incorrect string decoding.
  • Resolution: Invalid escape sequences are now preserved as raw strings and are not decoded - bug fixed. Not a security issue (no CVE applicable)
  • References: PR #10961

CWE 187 - Tag key prefix match

  • Impact: A remote attacker with access to input endpoints (e.g. HTTP, Splunk, and Elasticsearch) could manipulate tag prefixes to inject data into unintended backends. This affects data integrity, not confidentiality or memory safety.
  • Resolution: The tag_key matching logic has been reimplemented using the record accessor API, enforcing strict and complete key matching. Security issue identified; CVE applicable (data integrity impact)
  • References: PR #10967

CWE 35 – Path traversal in Out_File

  • Impact: An attacker able to control the tag value (provided via input plugins such as HTTP or forward) could cause Fluent Bit to write outside the configured directory path. Affects file integrity and host filesystem isolation.
  • Resolution: File name sanitization and path canonicalization have been implemented to prevent traversal outside the allowed path. Security issue identified; CVE applicable.
  • References: PR #10969

CWE 121 - Stack buffer overflow in in_docker

  • Impact: A long container name when Fluent Bit is invoked from the Docker API could trigger a stack overflow. The issue is locally exploitable and may lead to denial of service (crash) or, potentially, arbitrary code execution.
  • Resolution: Buffer handling has been hardened and binding copies are enforced. Security issue identified; CVE applicable.
  • References: PR #10972

CWE 306 - Missing authentication in in_forward

  • Impact: Remote attackers could send data to an in-forward endpoint without valid credentials, bypassing authentication controls. This may compromise the authenticity of ingested logs and can allow injection of forged data.
  • Resolution: Authentication logic has been re-implemented and verified in multiple follow-up fixes. Security issue identified; CVE applicable.
  • References: PR #10973; PR #11026; PR #11028


4. Recommended Next Steps

  • Immediate:
    • Update to Fluent Bit v4.1 or to v4.2


Appendix

image (4) image (7) image (6) image (5) image (2) image (3)

agup006 and others added 30 commits February 16, 2022 10:33
Adding Apache 2.0 License
Signed-off-by: Eduardo Silva <[email protected]>
Reverting back to old blog structure
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
nightfall-plugin-blog: add blog post on how to set up nightfall filte…
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
patrick-stephens and others added 27 commits May 6, 2025 11:32
Signed-off-by: Eduardo Silva <[email protected]>
…ter signup URL. (#95)

* Redirected Fluent Bit newsletter signup url from Fluentd dead page newsletter signup to active Fluent Bit and OSS newsletter signup.

Signed-off-by: Eric D. Schabell <[email protected]>

* Redirected Fluent Bit newsletter signup url from Fluentd dead page newsletter signup to active Fluent Bit and OSS newsletter signup.

Signed-off-by: Eric D. Schabell <[email protected]>

---------

Signed-off-by: Eric D. Schabell <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
* removes misplaced sentence about enterprise services from community page

Signed-off-by: paige cruz <[email protected]>

* updated meeting name (Community Meeting -> Office Hours) and removed the url param pointing to an older header in the Office Hours Agenda doc

Signed-off-by: paige cruz <[email protected]>

* updated the Office Hours frequency to match our current plan for every 2 weeks

Signed-off-by: paige cruz <[email protected]>

---------

Signed-off-by: paige cruz <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
… Part of issue #30. (#105)

* Fixing broken URL links to docs in v1.6.10 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.6.9 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.6.8 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.6.6 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.6.5 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.6.4 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.6.3 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.6.2 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.6.1 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.6.0 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.7.9 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.7.8 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.7.7 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.7.6 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.7.5 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.7.4 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.7.3 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.7.2 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.7.1 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.7.0 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.8.15 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.8.14 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.8.13 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.8.12 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.8.11 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.8.10 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.8.9 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.8.8 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.8.7 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.8.6 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.8.5 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.8.4 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.8.3 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.8.2 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.8.1 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.9.9 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.9.8 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.9.7 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.9.6 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.9.5 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.9.4 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.9.3 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.9.2 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.9.1 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.9.0 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

---------

Signed-off-by: Eric D. Schabell <[email protected]>
…. Part of issue #30.  (#104)

* Fixing broken URL links to docs in v0.11.0 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.11.11 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.11.12 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.11.17 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.12.19 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.12.18 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.12.7 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.12.6 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.12.5 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.12.4 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.12.3 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.12.2 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.12.19 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.12.17 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.12.15 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.12.14 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.12.13 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.12.12 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.12.11 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.12.10 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.12.1 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.12.0 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.13.7. release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.13.6. release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.13.5. release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.13.4 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.13.2 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.13.1 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.13.0 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.14.9 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.14.8 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.14.7 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.14.6 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.14.5 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.14.4 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.14.3 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.14.2 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.14.1 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v0.14.0 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.0.6 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.0.5 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.0.4 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.0.3 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.0.2 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.0.1 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.0.0 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.1.3 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.1.2 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.1.1 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.1.0 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.2.2 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.2.1 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.2.0 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.3.11 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.3.10 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.3.9 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.3.8 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.3.7 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.3.6 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.3.5 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.3.4 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.3.3 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.3.2 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.3.1 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.3.0 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.4.6 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.4.5 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.4.4 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.4.3 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.4.2 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.4.1 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.4.0 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.5.7 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.5.6 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.5.5 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.5.4 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.5.3 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.5.2 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.5.1 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v1.5.0 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

---------

Signed-off-by: Eric D. Schabell <[email protected]>
… Part of issue #30.  (#106)

* Fixing broken URL links to docs in v2.0.11 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v2.0.10 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v2.0.9 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v2.0.8 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v2.0.7 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v2.0.6 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v2.0.5 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v2.0.4 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v2.0.3 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v2.0.2 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v2.0.1 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v2.0.0 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v2.1.10 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v2.1.9 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v2.1.8 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v2.1.7 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v2.1.6 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v2.1.5 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v2.1.3 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v2.1.2 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v2.1.1 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v2.1.0 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v2.2.3 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v2.2.2 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v2.2.1 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v2.2.0 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

---------

Signed-off-by: Eric D. Schabell <[email protected]>
…#108)

* Fixing broken URL links to docs in v4.0.5 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v4.0.4 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v4.0.3 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v4.0.2 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v4.0.1 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v4.0.0 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

---------

Signed-off-by: Eric D. Schabell <[email protected]>
… Part of issue #30. (#107)

* Fixing broken URL links to docs in v3.0.7 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.0.6 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.0.5 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.0.4 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.0.3 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.0.2 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.0.1 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.0.0 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.1.10 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.1.9 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.1.8 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.1.7 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.1.6 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.1.5 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.1.4 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.1.3 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.1.2 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.1.1 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.1.0 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.2.10 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.2.9 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.2.8 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.2.7 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.2.6 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.2.5 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.2.4 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.2.3 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.2.2 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.2.1 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

* Fixing broken URL links to docs in v3.2.0 release blog. Part of issue #30.

Signed-off-by: Eric D. Schabell <[email protected]>

---------

Signed-off-by: Eric D. Schabell <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Kazuhiro Suzuki <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
@netlify
Copy link

netlify bot commented Nov 24, 2025

Deploy Preview for fluintbit ready!

Name Link
🔨 Latest commit 725faff
🔍 Latest deploy log https://app.netlify.com/projects/fluintbit/deploys/69259de90280210008eb8be3
😎 Deploy Preview https://deploy-preview-6--fluintbit.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

k8tgreenley and others added 2 commits November 24, 2025 14:41
#120)

* Create security-vulnerabilities-addressed-in-fluent-bit-v4.1-and-backported-to-v4.0.md

Signed-off-by: Katie Greenley <[email protected]>

* Update content/posts/security-vulnerabilities-addressed-in-fluent-bit-v4.1-and-backported-to-v4.0.md

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Katie Greenley <[email protected]>

---------

Signed-off-by: Katie Greenley <[email protected]>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
…site. Fixes #121. (#122)

* Fixed security blog to use Hugo formatting and headers to post on website. Fixes #121.

Signed-off-by: Eric D. Schabell <[email protected]>

* Cleanede up HTML boilerplat, converted to markdown, and cleaned up formatting of security blog.

Signed-off-by: Eric D. Schabell <[email protected]>

---------

Signed-off-by: Eric D. Schabell <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.