Skip to content

fix: CVE-2026-25645 - bump requests to 2.33.0+#173

Merged
lfarrel6 merged 1 commit into
masterfrom
com-151/patch-CVE-2026-25645
May 22, 2026
Merged

fix: CVE-2026-25645 - bump requests to 2.33.0+#173
lfarrel6 merged 1 commit into
masterfrom
com-151/patch-CVE-2026-25645

Conversation

@lfarrel6
Copy link
Copy Markdown
Member

Linear Issue: COM-151

Security Patch: CVE-2026-25645

CVE Summary

CVE-2026-25645 (GHSA-gc5v-m9x4-r6x2) affects the requests Python library before version 2.33.0. The requests.utils.extract_zipped_paths() function writes extracted zip archive contents to the system temp directory using a predictable filename. A local attacker with write access to that temp directory can pre-create a malicious file at the expected path, causing the library to load it instead of the legitimate one.

Remediation

Updated requests dependency from 2.32.5 to 2.34.2 by running poetry update requests.

Risk Assessment

Negligible in practice. The vulnerability only impacts applications that call extract_zipped_paths() directly. Audit of this codebase confirms this function is never called — requests is only used for standard HTTP operations (Session, HTTPAdapter, Retry, get()).

Changes

  • Updated poetry.lock to pin requests 2.34.2
  • All existing tests pass (unrelated pre-existing failures in attestation tests remain)

@lfarrel6 lfarrel6 requested a review from a team as a code owner May 22, 2026 11:57
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 22, 2026

⚠️ No Changeset found

Latest commit: 7158482

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@lfarrel6 lfarrel6 merged commit 57d4856 into master May 22, 2026
8 checks passed
@lfarrel6 lfarrel6 deleted the com-151/patch-CVE-2026-25645 branch May 22, 2026 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants