vendor:
Kento Post View Counter
by:
Anonymous
8,8
CVSS
HIGH
Cross-Site Request Forgery (CSRF) and Cross-Site Scripting (XSS)
352
CWE
Product Name: Kento Post View Counter
Affected Version From: 2.8
Affected Version To: 2.8
Patch Exists: YES
Related CWE: N/A
CPE: a:kento_software:kento_post_view_counter
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: WordPress 4.4.2, Firefox, Chrome
2020
CSRF and stored XSS vulnerability in Kento post view counter plugin version 2.8
The vulnerable Fields for XSS are kento_pvc_numbers_lang, kento_pvc_today_text, and kento_pvc_total_text. The combination of CSRF and XSS in this plugin can lead to huge damage of the website, as the two fields kento_pvc_today_text and kento_pvc_total_text are reflected on all authenticated users as well as non-authenticated user, all the post have a footer which shows this two parameter reflected in them, so if an attacker successfully attacks a website almost all the pages on that website will execute the malicious javascript payload on all the clients browsers visiting that website. The Code for CSRF.html is provided in the text.
Mitigation:
The user should update the plugin to the latest version and apply the patch provided by the vendor.