cve/2022/CVE-2022-3025.md

19 lines
1012 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2022-3025](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3025)
![](https://img.shields.io/static/v1?label=Product&message=Bitcoin%20%2F%20Altcoin%20Faucet&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=1.6.0%3C%3D%201.6.0%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-352%20Cross-Site%20Request%20Forgery%20(CSRF)&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%20Cross-Site%20Scripting%20(XSS)&color=brighgreen)
### Description
The Bitcoin / Altcoin Faucet WordPress plugin through 1.6.0 does not have any CSRF check when saving its settings, allowing attacker to make a logged in admin change them via a CSRF attack. Furthermore, due to the lack of sanitisation and escaping, it could also lead to Stored Cross-Site Scripting issues
### POC
#### Reference
- https://wpscan.com/vulnerability/66bc783b-67e1-4bd0-99c0-322873b3a22a
#### Github
No PoCs found on GitHub currently.