fix(deps): bump jsoup to 1.23.2 for CVE-2026-75140 - #490
Merged
Jan-Kazlouski-elastic merged 1 commit intoAug 28, 2026
Conversation
Bump org.jsoup:jsoup from 1.23.1 to 1.23.2 to resolve CVE-2026-75140 (uncontrolled resource consumption in XmlTreeBuilder namespace tracking, fixed in jsoup #2556 / release 1.23.2). Part of elastic/security#13638
erikcurrin-elastic
approved these changes
Aug 28, 2026
Jan-Kazlouski-elastic
deleted the
jan-kazlouski/13638-cve-2026-75140-fix
branch
August 28, 2026 14:02
Jan-Kazlouski-elastic
added a commit
that referenced
this pull request
Aug 28, 2026
Backports the following commits to 1.0: - fix(deps): bump jsoup to 1.23.2 for CVE-2026-75140 (#490) Co-authored-by: Jan-Kazlouski-elastic <jan.kazlouski@elastic.co>
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.
Part of https://github.com/elastic/security/issues/13638
Bump
org.jsoup:jsoupfrom 1.23.1 to 1.23.2 to resolve CVE-2026-75140 (uncontrolled resource consumption inXmlTreeBuildernamespace scope tracking via deeply nested XML with uniquely-namespaced elements).Version choice
862ba2f— optimizes XML namespace scope tracking.Scanner A/B (
CVE-2026-75140)Baseline:
jsoup1.23.1 → 1.23.2 (Maven jar).Method: Snyk jar scan on
jsoup-1.23.1.jarvsjsoup-1.23.2.jar.SNYK-JAVA-ORGJSOUP-19233597)1/1 CVE: reported → clear. Container re-publish +
snyk container monitorstill needed for dashboard refresh.Checklists
Pre-Review Checklist
crawler.yml.exampleandelasticsearch.yml.example)make install-gems,make install-jars,make lint,make test— 690 examples, 0 failures)v0.1.0)make noticeif any dependencies have been addedChanges Requiring Extra Attention
Related Pull Requests
Follows #480 (jsoup 1.23.1 bump for CVE-2026-71497).
Release Note
Bump jsoup to 1.23.2 to fix CVE-2026-75140 (XmlTreeBuilder namespace DoS).