Apply upstream patches to address multiple vulnerabilities#3526
Merged
Conversation
- CVE-2025-6021 - 17d950ae "tree: Fix integer overflow in xmlBuildQName" - CVE-2025-6170 - 5e9ec5c1 "Fix potential buffer overflows of interactive shell" - CVE-2025-49794 - 81cef8c5 "schematron: Fix xmlSchematronReportOutput" - CVE-2025-49795 - 62048278 "schematron: Fix null pointer dereference leading to DoS" - CVE-2025-49796 - 81cef8c5 "schematron: Fix xmlSchematronReportOutput"
Member
Author
|
Thanks so much @flavorjones. https://xkcd.com/2347/ feels very relevant here 😄 |
|
Thank you so much @flavorjones |
Member
Author
|
This was released in v1.18.9. |
|
@flavorjones I've also contacted Snyk to let them know this should be resolved now so hopefully it stops being flagged soon by our systems 😄 |
Thanks for this @flavorjones. This helped solve a work issue today. 🎉 P.S. Long time since NYC💎rb. Hope you are well! |
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.
What problem is this PR intended to solve?
Address multiple vulnerabilities that are patched in libxml 2.14.4 and 2.14.5 but do not appear in an official 2.13.x release.
See related GHSA-353f-x4gh-cqq8 which will be published when these patches appear in a release.