CVE-2023-4284
Post Timeline < 2.2.6 - Reflected XSS
Record summary
CVE-2023-4284 has a selected CVSS score of 6.1 (medium); EIP currently links 1 Nuclei template.
Description
The Post Timeline WordPress plugin before 2.2.6 does not sanitise and escape an invalid nonce before outputting it back in an AJAX response, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin
Exploitation context
Available material
- Nuclei templates
- 1
CISA SSVC decision
CISA Coordinator · SSVC 2.0.3 · Evaluated Mar 6, 2025 · Source: CVE List
Affected products and versions
1| Product | Source | Version range | Status |
|---|---|---|---|
Post TimelineDefault status: unaffected | CVE List | Before 2.2.6 | affected |
Nuclei templates
1ProjectDiscoveryHIGHWordPress Post Timeline Plugin < 2.2.6 - Cross-Site ScriptingCVSS 7.1
The Post Timeline WordPress plugin before version 2.2.6 contains a reflected cross-site scripting vulnerability. The plugin does not properly sanitize and escape an invalid nonce before outputting it back in an AJAX response, which could allow attackers to execute arbitrary JavaScript code in an administrator's browser context.
Impact
Authenticated attackers can inject malicious JavaScript through an invalid nonce parameter in AJAX responses to execute code in administrator browsers and potentially hijack WordPress sites.
Remediation
Update Post Timeline plugin to version 2.2.6 or later that properly sanitizes and escapes the nonce parameter in AJAX responses.
Source: ProjectDiscovery