Update dependency Flask-HTTPAuth to v4.8.1 [SECURITY] (master)#1978
Open
renovatebot-confluentinc[bot] wants to merge 1 commit intomasterfrom
Open
Update dependency Flask-HTTPAuth to v4.8.1 [SECURITY] (master)#1978renovatebot-confluentinc[bot] wants to merge 1 commit intomasterfrom
renovatebot-confluentinc[bot] wants to merge 1 commit intomasterfrom
Conversation
|
Could not automerge PR: CI checks have not passed |
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.
For any questions/concerns about this PR, please review the Renovate Bot wiki/FAQs, or the #renovatebot Slack channel.
This PR contains the following updates:
==4.4.0→==4.8.1GitHub Vulnerability Alerts
CVE-2026-34531
Summary
In a situation where the client makes a request to a token protected resource without passing a token, or passing an empty token, Flask-HTTPAuth would invoke the application's token verification callback function with the
tokenargument set to an empty string. If the application had any users in its database with an empty string set as their token, then it could potentially authenticate the client request against any of those users.Notes
NULLinstead.Remediation
To protect against this issue, developers should make sure that no user in the user database has their
tokenset to an empty string. If there are such users, change the value of those tokens toNULLinstead.Alternatively, developers can upgrade their projects to
Flask-HTTPAuth>=4.8.1, which fixes this issue.Flask-HTTPAuth invokes token verification callback when missing or empty token was given by client
CVE-2026-34531 / GHSA-p44q-vqpr-4xmg
More information
Details
Summary
In a situation where the client makes a request to a token protected resource without passing a token, or passing an empty token, Flask-HTTPAuth would invoke the application's token verification callback function with the
tokenargument set to an empty string. If the application had any users in its database with an empty string set as their token, then it could potentially authenticate the client request against any of those users.Notes
NULLinstead.Remediation
To protect against this issue, developers should make sure that no user in the user database has their
tokenset to an empty string. If there are such users, change the value of those tokens toNULLinstead.Alternatively, developers can upgrade their projects to
Flask-HTTPAuth>=4.8.1, which fixes this issue.Severity
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:H/A:NReferences
This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.