## https://sploitus.com/exploit?id=4160D84F-6E3A-5C76-9698-1CE268DDFBC4
# proof of concept for CVE-2023-3244
Hello, this is a simple Proof of Concept (PoC) for the CVE-2023-3244 vulnerability found in the WordPress plugin "comments-like-dislike". The vulnerability affects plugin versions up to and including 1.2.0.
To exploit this vulnerability, you can refer to the Python script provided. However, please note that the issue has been addressed and fixed in version 1.2.1 of the plugin.
---
## Further Readings and links
For further information and external readings on this vulnerability, you can visit the National Vulnerability Database (NVD) website at [CVE-2023-3244](https://nvd.nist.gov/vuln/detail/CVE-2023-3244).
or if you are more comfortable using exploit-db you can use this link [CVE-2023-3244](https://www.exploit-db.com/exploits/51809)
---
## searchsploit
for searchploit you can look up this script using this command:
```
searchsploit comments-like-dislike
```
or using the following command:
```
searchsploit -x 51809
```
---
## Disclaimer
This Proof of Concept (PoC) exploit is provided for educational purposes only.
---