← Back

Miguelgrinberg

miguelgrinberg

1 CVE • 1 product

Products (1)

Click to collapse
Toggle
Flask Httpauth
flask-httpauth

CVEs (1)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Miguelgrinberg
1Flask Httpauth
Jun 17, 2026
Apr 1, 2026
N/A· v4
8.2 HIGH· v3
N/A· v2
Flask-HTTPAuth provides Basic, Digest and Token HTTP authentication for Flask routes. Prior to version 4.8.1, in a situation where the client makes a request to a token protected resource without passing a token, or pass...Show more
Flask-HTTPAuth provides Basic, Digest and Token HTTP authentication for Flask routes. Prior to version 4.8.1, 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 token argument 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. This issue has been patched in version 4.8.1.Show less