Files
CVEs-PoC/2021/CVE-2021-23404.md
T
2025-09-29 21:09:30 +02:00

18 lines
840 B
Markdown

### [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=0%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Cross-site%20Request%20Forgery%20(CSRF)&color=brightgreen)
### 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.