Fix urllib3 HIGH CVEs (CVE-2026-44431/44432)#528
Closed
moshemorad wants to merge 3 commits into
Closed
Conversation
Resolves two HIGH-severity Vanta/Dependabot findings on the krr image, both in urllib3 2.6.3 (fixed in 2.7.0): - CVE-2026-44431 (5.3): sensitive headers (Authorization/Cookie/ Proxy-Authorization) forwarded on cross-origin redirects via the low-level ProxyManager.connection_from_url().urlopen() flow. - CVE-2026-44432 (7.5): DoS via excessive HTTP response decompression (Brotli read / drain_conn) — CWE-409. Bumps urllib3 ^2.6.3 -> ^2.7.0 in pyproject.toml, 2.6.3 -> 2.7.0 in requirements.txt, and updates poetry.lock accordingly. Trivy rescan of requirements.txt reports 0 HIGH/CRITICAL; full test suite passes (55). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Bump urllib3 2.6.3 -> 2.7.0 in enforcer/requirements.txt to fix the decompression-bomb streaming-API bypass (Dependabot alert #76, HIGH). The root requirements.txt and poetry.lock are already on 2.7.0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
WalkthroughThe pull request updates the Changesurllib3 Version Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
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.
Fixes the two HIGH Dependabot alerts for
urllib3(decompression-bomb safeguards bypass in the streaming API), surfaced in Vanta.requirements.txt— already aturllib3==2.7.0enforcer/requirements.txt— bumpedurllib3==2.6.3→2.7.0(this PR)poetry.lockandpyproject.tomlalready requireurllib3 ^2.7.0, confirming compatibility.Scope: HIGH severity only, as requested. MEDIUM findings (pytest, requests, idna) intentionally left out.
🤖 Generated with Claude Code