vendor:
Comments Like Dislike plugin
by:
Diaa Hanna
3.1
CVSS
MEDIUM
Access Control Vulnerability
284
CWE
Product Name: Comments Like Dislike plugin
Affected Version From: <= 1.2.0
Affected Version To: 36557
Patch Exists: YES
Related CWE: CVE-2023-3244
CPE: a:wordpress:comments_like_dislike
Platforms Tested: WordPress
2023
POC-CVE-2023-3244
The Comments Like Dislike plugin for WordPress <= 1.2.0 allows unauthorized modification of data due to a missing capability check on the restore_settings function called through an AJAX action. Authenticated attackers with minimal permissions, such as subscribers, can reset the plugin's settings. The issue was only partially patched in version 1.2.0, making the nonce still accessible to subscriber-level users.
Mitigation:
Update to the latest version of the plugin (if available) to prevent unauthorized modification of data. Implement least privilege access controls to restrict users from performing sensitive actions.