[AutoPR- Security] Patch libsoup for CVE-2026-0716 [MEDIUM]#15878
Open
azurelinux-security wants to merge 1 commit intomicrosoft:3.0-devfrom
Open
[AutoPR- Security] Patch libsoup for CVE-2026-0716 [MEDIUM]#15878azurelinux-security wants to merge 1 commit intomicrosoft:3.0-devfrom
azurelinux-security wants to merge 1 commit intomicrosoft:3.0-devfrom
Conversation
Kanishk-Bansal
approved these changes
Feb 18, 2026
Contributor
Kanishk-Bansal
left a comment
There was a problem hiding this comment.
LGTM ✅
Patch Review:
- Fix correctly prevents integer overflow in
process_frame()by validatingpayload_lenagainstG_MAXSIZE - 14before the buffer size calculation - Upstream reference verified (GNOME GitLab MR 494)
- Test coverage includes both direct and soup-based WebSocket connection scenarios
Spec Review:
- Release bump 12 → 13 ✓
- Patch28 added ✓
- Changelog updated ✓
Buddy build passed. Approving.
kgodara912
requested changes
Feb 19, 2026
Contributor
kgodara912
left a comment
There was a problem hiding this comment.
Please check the upstream references and see what can be done to run the tests here,
"+ /usr/bin/meson test -C x86_64-azl-linux --num-processes 16 --print-errorlogs"
"====== CHECK START libsoup
No tests defined.
====== CHECK DONE libsoup. EXIT STATUS 0
+ echo '====== CHECK DONE libsoup. EXIT STATUS 0'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Auto Patch libsoup for CVE-2026-0716.
Autosec pipeline run -> https://dev.azure.com/mariner-org/mariner/_build/results?buildId=1050813&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