从这个网页截图中,可以获取到以下关于漏洞的关键信息: 1. 漏洞描述: - 标题:Login form allows browser to cache sensitive fields - 发布者:dpgaspar - CVE编号:CVE-2024-45314 - CVSS评分:3.6/10 - 影响版本:<4.5.1 - 修复版本:4.5.1 2. 影响: - 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. 3. 修复建议: - Upgrade flask-appbuilder to version 4.5.1 - 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" 4. 参考资料: - Are there any links users can visit to find out more? 这些信息提供了关于漏洞的详细描述、影响范围、修复建议和参考资料,帮助用户了解和解决该安全问题。