
This is a Proof of Concept (PoC) for CVE-2023-3244, a vulnerability in comment-like-dislike. The PoC demonstrates the exploitability of this vulnerability and serves as a reference for security researchers and developers to better understand and mitigate the risk associated with this issue.
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.
For further information and external readings on this vulnerability, you can visit the National Vulnerability Database (NVD) website at CVE-2023-3244.
or if you are more comfortable using exploit-db you can use this link CVE-2023-3244
for searchploit you can look up this script using this command:
searchsploit comments-like-dislike
or using the following command:
searchsploit -x 51809
This Proof of Concept (PoC) exploit is provided for educational purposes only.