cve/2022/CVE-2022-2241.md

18 lines
931 B
Markdown
Raw Permalink Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2022-2241](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2241)
![](https://img.shields.io/static/v1?label=Product&message=Featured%20Image%20from%20URL%20(FIFU)&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=0%3C%204.0.1%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-116%20Improper%20Encoding%20or%20Escaping%20of%20Output&color=brighgreen)
### Description
The Featured Image from URL (FIFU) WordPress plugin before 4.0.1 does not have CSRF check in place when updating its settings, which could allow attackers to make a logged in admin change them via a CSRF attack. Furthermore, due to the lack of validation, sanitisation and escaping in some of them, it could also lead to Stored XSS issues
### POC
#### Reference
- https://wpscan.com/vulnerability/8670d196-972b-491b-8d9b-25994a345f57
#### Github
No PoCs found on GitHub currently.