Strategic Overview
- Status
- Patched in 3.4.1
- Affected Plugin
- Count per Day
- Affected Version
< 3.4.1- CVSS
- 7.2High
- Weakness type
- CWE-352 · Cross-Site Request Forgery (CSRF)
- CVE
CVE-2015-5533
At a glance
CVE-2015-5533 is a high-severity Cross-Site Request Forgery (CSRF) vulnerability in the Count per Day WordPress plugin, affecting versions < 3.4.1. It carries a CVSS score of 7.2 (reachable over the network; low attack complexity; high confidentiality, integrity, availability impact). The issue is fixed in version 3.4.1; sites on affected versions should update now. Disclosed July 2015, reported by pvdl.
Vulnerability Overview
SQL injection vulnerability in counter-options.php in the Count Per Day plugin before 3.4.1 for WordPress allows remote authenticated administrators to execute arbitrary SQL commands via the cpd_keep_month parameter to wp-admin/options-general.php. NOTE: this can be leveraged using CSRF to allow remote attackers to execute arbitrary SQL commands.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user. A successful exploit has high impact on confidentiality, integrity, availability — full site compromise territory.
CWE-352: Cross-Site Request Forgery (CSRF)
Reaching this weakness in Count per Day < 3.4.1 takes a caller who can reach the endpoint. Cross-site request forgery abuses the fact that browsers attach a victim's cookies to any request, so a state-changing action that only checks who you are, not whether you meant to act, can be triggered from another site.
An attacker who gets a logged-in user to load a crafted page can perform that action as them, with the impact scaling to whatever the victim's role is allowed to do. For Count per Day the fix is 3.4.1: builds < 3.4.1 are affected, anything from 3.4.1 onward is not.
Remediation
Update to version 3.4.1, or a newer patched version
How does WordSec protect against this?
The attempt arrives as an ordinary request to Count per Day: WordSec's web application firewall inspects request payloads before WordPress loads them. None of that substitutes for the fix: Count per Day 3.4.1 closes this, and updating the plugin is the step that ends it.
- Firewall
- Alerts
External References
Related records
Other vulnerabilities in Count per Day
- 9.1Count Per Day <= 3.2.3 Path Disclosure and Denial of Service
- 8.3Count per Day < 3.5.5 Stored Cross-Site Scripting
- 7.5CVE-2012-0896: Count per Day <= 3.1 Arbitrary File Download
CVE-2012-0896 - 7.1Count per Day < 3.5.5 Reflected Cross-Site Scripting
- 7.1Count per Day < 3.2.6 Reflected Cross-Site Scripting
- 6.1CVE-2012-0895: Count per Day <= 3.1 Cross-Site Scripting
CVE-2012-0895 - 6.1CVE-2012-3434: Count Per Day <= 3.1.1 Cross-Site Scripting
CVE-2012-3434 - 6.1CVE-2013-7472: Count per Day < 3.2.6 Cross-Site Scripting
CVE-2013-7472
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C