vendor:
Count per Day
by:
m3tamantra
8,8
CVSS
HIGH
Cross-Site Request Forgery (CSRF)
352
CWE
Product Name: Count per Day
Affected Version From: 3.2.5
Affected Version To: 3.2.5
Patch Exists: YES
Related CWE: N/A
CPE: a:wordpress:count_per_day:3.2.5
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Apache/2.2.16 (Debian) PHP 5.3.3-7+squeeze14 with Suhosin-Patch (cli)
2013
WordPress Count per Day 3.2.5 CSRF
Count per Day is a WordPress plugin that allows users to track the number of visitors to their website. The plugin is vulnerable to CSRF due to the lack of a CSRF token in the counter.php file. An attacker can craft a malicious request to the counter.php file with a malicious referer, which will be stored in the database. When the admin views the Count per Day - Statistics page, the malicious JavaScript payload will be executed.
Mitigation:
Implement CSRF tokens in the counter.php file.