Upgrade gnutls to version 3.8.13 for CVE-2026-42012 and CVE-2026-42013#17614
Open
Ratiranjan5 wants to merge 3 commits into
Open
Upgrade gnutls to version 3.8.13 for CVE-2026-42012 and CVE-2026-42013#17614Ratiranjan5 wants to merge 3 commits into
Ratiranjan5 wants to merge 3 commits into
Conversation
Kanishk-Bansal
requested changes
Jun 3, 2026
Kanishk-Bansal
left a comment
There was a problem hiding this comment.
remove all patches from spec folder as well
Author
Done. |
Author
Author
Buddy build has passed. |
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.
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?
gnutlsto version 3.8.13 for CVE-2026-42012 and CVE-2026-42013nettleto version 3.10.%checksection, replaced the previous sed-based removal of test-ciphers-openssl.sh from Makefile.am with a cleaner skip mechanism (echo 'exit 77'). The old approach triggeredautomake 1.18regeneration, but available one is of version1.16.5. The new approach keeps the file present (satisfying make targets) while marking the test as SKIP per autotools convention.Added GNUTLS_SYSTEM_PRIORITY_FILE=/dev/null to prevent system crypto policy interference during test execution. Added automatic log dumping on test failure.Patch1: CVE-2024-28834.patch fixed in the version 3.8.4
Patch2: CVE-2024-28835.patch fixed in the version 3.8.4
Patch3: CVE-2024-12133.patch fixed in the version 3.8.9
Patch4: CVE-2024-12243.patch fixed in the version 3.8.9
Patch5: CVE-2025-32990.patch fixed in the version 3.8.10
Patch6: CVE-2025-32989.patch fixed in the version 3.8.10
Patch7: CVE-2025-32988.patch fixed in the version 3.8.10
Patch8: CVE-2025-6395.patch fixed in the version 3.8.10
Patch10: CVE-2025-9820.patch fixed in the version 3.8.11
Patch11: CVE-2026-33845.patch fixed in the version 3.8.13
Change Log
Does this affect the toolchain?
NO
Associated issues
Links to CVEs
Test Methodology