Skip to content

chore(deps): update dependency requests to v2.33.0 [security]#110

Merged
nautilus-renovate-4[bot] merged 1 commit intomainfrom
renovate/pypi-requests-vulnerability
Mar 26, 2026
Merged

chore(deps): update dependency requests to v2.33.0 [security]#110
nautilus-renovate-4[bot] merged 1 commit intomainfrom
renovate/pypi-requests-vulnerability

Conversation

@nautilus-renovate-4
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
requests (source, changelog) ==2.32.5==2.33.0 age confidence

GitHub Vulnerability Alerts

CVE-2026-25645

Impact

The requests.utils.extract_zipped_paths() utility function uses a predictable filename when extracting files from zip archives into the system temporary directory. If the target file already exists, it is reused without validation. A local attacker with write access to the temp directory could pre-create a malicious file that would be loaded in place of the legitimate one.

Affected usages

Standard usage of the Requests library is not affected by this vulnerability. Only applications that call extract_zipped_paths() directly are impacted.

Remediation

Upgrade to at least Requests 2.33.0, where the library now extracts files to a non-deterministic location.

If developers are unable to upgrade, they can set TMPDIR in their environment to a directory with restricted write access.


Configuration

📅 Schedule: Branch creation - "" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@nautilus-renovate-4 nautilus-renovate-4 bot merged commit d253039 into main Mar 26, 2026
1 check passed
@nautilus-renovate-4 nautilus-renovate-4 bot deleted the renovate/pypi-requests-vulnerability branch March 26, 2026 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants