
Proof-of-concept exploit for CVE-2023-3244 in the WordPress comments-like-dislike plugin up to v1.2.0. Includes Python script to demonstrate vulnerability exploitation for security research and mitigation.
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.