-
Notifications
You must be signed in to change notification settings - Fork 602
[AutoPR- Security] Patch fluent-bit for CVE-2025-62408 [MEDIUM] #15333
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
base: 3.0-dev
Are you sure you want to change the base?
[AutoPR- Security] Patch fluent-bit for CVE-2025-62408 [MEDIUM] #15333
Conversation
|
Upstream Patch Modified: Yes In In |
|
Buddy Build has passed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Patch Analysis - The update backports into the existing codebase without altering externally observable behavior. The change is limited to internal query requeueing and callback sequencing logic, adapted for compatibility with the current implementation. No public APIs, configuration, or runtime semantics are modified.
- Buddy Build
- patch applied during the build (check
rpm.log) - patch include an upstream reference
- PR has security tag
- ptest regression
kgodara912
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check the corner case for read data.
| + /* query disappeared */ | ||
| + if (query == NULL) { | ||
| + continue; | ||
| + } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems incorrect. Before these changes, there was one ares__send_query(query, now) for all entry.type. Now the upstream code has reduced that to only when if (entry.type == REQUEUE_REQUEUE), then call to internal_status = ares_send_query(entry.server, query, now);; but in our backport, the call is removed for all the cases. We should send the query as upstream is sending for that specific request type.
Auto Patch fluent-bit for CVE-2025-62408.
Autosec pipeline run -> https://dev.azure.com/mariner-org/mariner/_build/results?buildId=1006572&view=results
AI Backport- https://dev.azure.com/mariner-org/mariner/_build/results?buildId=1002278&view=results
Merge Checklist
All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)
*-staticsubpackages, etc.) have had theirReleasetag incremented../cgmanifest.json,./toolkit/scripts/toolchain/cgmanifest.json,.github/workflows/cgmanifest.json)./LICENSES-AND-NOTICES/SPECS/data/licenses.json,./LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md,./LICENSES-AND-NOTICES/SPECS/LICENSE-EXCEPTIONS.PHOTON)*.signatures.jsonfilessudo make go-tidy-allandsudo make go-test-coveragepassSummary
What does the PR accomplish, why was it needed?
Change Log
Does this affect the toolchain?
YES/NO
Associated issues
Links to CVEs
Test Methodology