CVE-2024-54387: WordPress Posts Date Ranges plugin <= 2.2 - Reflected Cross Site Scripting (XSS) vulnerability
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Jaytesh Barange Posts Date Ranges posts-date-ranges allows Reflected XSS.This issue affects Posts Date Ranges: from n/a through <= 2.2.
Security readout for executives and security teams
Plain-English summary
CVE-2024-54387 affects the WordPress Posts Date Ranges plugin through version 2.2. A crafted link could cause a visitor’s browser to run attacker-controlled script if the visitor interacts with it. This can support account compromise or content manipulation in the victim’s browser context.
Executive priority
Treat this as a near-term web application risk, especially on public WordPress sites with administrative users. It is high severity but not confirmed as actively exploited in the provided evidence.
Technical view
The issue is reflected cross-site scripting, CWE-79, caused by improper input neutralization during page generation. CVSS 3.1 is 7.1: network reachable, low complexity, no privileges required, user interaction required, changed scope, and low confidentiality, integrity, and availability impact.
Likely exposure
Exposure is limited to WordPress sites using Jaytesh Barange Posts Date Ranges, package slug posts-date-ranges, versions through 2.2. Sites not running this plugin are not indicated as affected by the provided sources.
Exploitation context
The source bundle does not show CISA KEV listing, active exploitation, exploit code, or a named public proof of concept. Attack success depends on user interaction, such as a victim opening a crafted request.
Researcher notes
Evidence is limited to CVE and Patchstack-style vulnerability metadata. The bundle does not identify vulnerable parameters, exploit payloads, a fixed version, or observed exploitation. Avoid asserting more than reflected XSS through version 2.2 without vendor confirmation.
Mitigation direction
Inventory WordPress sites for the posts-date-ranges plugin.
Check vendor and Patchstack guidance for a fixed version or official mitigation.
Update the plugin if an official fixed release is available.
Disable or remove the plugin where it is unnecessary or unsupported.
Prioritize sites with privileged WordPress users and public traffic.
Validation and detection
Confirm installed plugin versions and flag any version through 2.2.
Review WordPress plugin management records across production and staging.
Check security monitoring for suspicious requests involving the plugin.
Validate remediation in staging before production rollout.
Record whether vendor guidance names a fixed release.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-79 · source CWE mapping
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.