Home

Description

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.

PUBLISHED Reserved 2026-03-30 | Published 2026-04-01 | Updated 2026-05-28 | Assigner GitHub_M




MEDIUM: 6.5CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:H/A:N

Problem types

CWE-287: Improper Authentication

Product status

< 4.8.1
affected

References

lists.debian.org/debian-lts-announce/2026/05/msg00049.html

github.com/...TPAuth/security/advisories/GHSA-p44q-vqpr-4xmg

github.com/...ommit/b15ffe9e50e110d7174ccd944f642079e1dcf9ee

github.com/miguelgrinberg/Flask-HTTPAuth/releases/tag/v4.8.1

cve.org (CVE-2026-34531)

nvd.nist.gov (CVE-2026-34531)

Download JSON