Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backports: v3.2 20240108 #9811

Draft
wants to merge 1 commit into
base: 3.2
Choose a base branch
from
Draft

backports: v3.2 20240108 #9811

wants to merge 1 commit into from

Conversation

edsiper
Copy link
Member

@edsiper edsiper commented Jan 8, 2025

Backports for v3.2.x:

  • 38730d8: in_systemd: fix buffer over-read

Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.

Fix buffer over-reads in systemd input plugin (#9788).
In systemd_enumerate_data_store: when copying the item value
the input string may not be 0-terminated, so relying on
strlen may lead to reads beyond the end of the buffer.
Use the known string length instead of strlen.

Signed-off-by: Bodo Petermann <[email protected]>
@edsiper edsiper changed the base branch from master to 3.2 January 8, 2025 22:22
@edsiper edsiper marked this pull request as draft January 8, 2025 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants