github_osv/GHSA-fw5r-6m3x-rh7p
Flask-AppBuilder's login form allows browser to cache sensitive fields
### Impact
Auth DB login form default cache directives allows browser to locally store sensitive data. This can be an issue on environments using shared computer resources.
### Patches
Upgrade flask-appbuilder to version 4.5.1
### Workarounds
If upgrading is not possible configure your web server to send the following HTTP headers for /login:
"Cache-Control": "no-store, no-cache, must-revalidate, max-age=0"
"Pragma": "no-cache"
"Expires": "0"
gitlab/pypi/Flask-AppBuilder/CVE-2024-45314
Flask-AppBuilder's login form allows browser to cache sensitive fields
Auth DB login form default cache directives allows browser to locally store sensitive data. This can be an issue on environments using shared computer resources.
pypa/flask-appbuilder/PYSEC-2026-1382
Flask-AppBuilder's login form allows browser to cache sensitive fields
### Impact
Auth DB login form default cache directives allows browser to locally store sensitive data. This can be an issue on environments using shared computer resources.
### Patches
Upgrade flask-appbuilder to version 4.5.1
### Workarounds
If upgrading is not possible configure your web server to send the following HTTP headers for /login:
"Cache-Control": "no-store, no-cache, must-revalidate, max-age=0"
"Pragma": "no-cache"
"Expires": "0"
pysec/PYSEC-2026-1382
Flask-AppBuilder's login form allows browser to cache sensitive fields
### Impact
Auth DB login form default cache directives allows browser to locally store sensitive data. This can be an issue on environments using shared computer resources.
### Patches
Upgrade flask-appbuilder to version 4.5.1
### Workarounds
If upgrading is not possible configure your web server to send the following HTTP headers for /login:
"Cache-Control": "no-store, no-cache, must-revalidate, max-age=0"
"Pragma": "no-cache"
"Expires": "0"