Cyber Resilience

CVE-2024-6931

High

Published: 27 September 2024

Published
27 September 2024
Modified
04 October 2024
KEV Added
Patch
CVSS Score v3.1 7.2 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
EPSS Score 0.3546 97.2th percentile
Risk Priority 36 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-6931 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Stellarwp The Events Calendar. Its CVSS base score is 7.2 (High).

Operationally, ranked in the top 2.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

The Events Calendar plugin for WordPress is vulnerable to stored cross-site scripting in the RSVP name field across all versions through 6.6.3. The flaw stems from insufficient input sanitization and output escaping, allowing arbitrary script injection that persists and executes in the browser of subsequent visitors.

Unauthenticated attackers can supply malicious payloads through the RSVP name field on event pages. Once stored, the scripts run with the privileges of any user who views the affected content, enabling actions such as session hijacking or unauthorized data access within the site context.

The referenced WordPress plugin changeset and developer changelog document a fix released after version 6.6.3, while the Wordfence advisory recommends immediate update to a patched release as the primary mitigation. The associated EPSS score has remained flat at 0.3546 with no observed upward trajectory since disclosure.

EU & UK References

Vulnerability details

The The Events Calendar plugin for WordPress is vulnerable to Stored Cross-Site Scripting via RSVP name field in all versions up to, and including, 6.6.3 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers…

more

to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

stellarwp
the events calendar
≤ 6.6.4

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-79

Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.

addresses: CWE-79

Validates web inputs to reject script-related content that could produce XSS.

addresses: CWE-79

Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.

References