CVE-2024-45314 – flask-appbuilder
Package
Manager: pip
Name: flask-appbuilder
Vulnerable Version: >=0 <4.5.1
Severity
Level: Medium
CVSS v3.1: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N
CVSS v4.0: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:N/SA:N
EPSS: 0.00013 pctl0.01507
Details
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"
Metadata
Created: 2024-09-04T18:12:16Z
Modified: 2024-11-18T16:27:09Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/09/GHSA-fw5r-6m3x-rh7p/GHSA-fw5r-6m3x-rh7p.json
CWE IDs: ["CWE-525"]
Alternative ID: GHSA-fw5r-6m3x-rh7p
Finding: F065
Auto approve: 1