### [CVE-2021-23404](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23404) ![](https://img.shields.io/static/v1?label=Product&message=sqlite-web&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=%3E%3D%200%20&color=brighgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=Cross-site%20Request%20Forgery%20(CSRF)&color=brighgreen) ### Description This affects all versions of package sqlite-web. The SQL dashboard area allows sensitive actions to be performed without validating that the request originated from the application. This could enable an attacker to trick a user into performing these actions unknowingly through a Cross Site Request Forgery (CSRF) attack. ### POC #### Reference - https://snyk.io/vuln/SNYK-PYTHON-SQLITEWEB-1316324 #### Github No PoCs found on GitHub currently.