CVE-2024-6180
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe EventON plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the 'eventon_import_settings' ajax action in all versions up to, and including, 2.2.15. This makes it possible for unauthenticated attackers to update plugin settings, including adding stored cross-site scripting to settings options displayed on event calendar pages.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe EventON WordPress plugin is vulnerable to unauthorized data modification due to a missing capability check on the 'eventon_import_settings' AJAX action. This allows unauthenticated attackers to update plugin settings and inject stored cross-site scripting (XSS) into event calendar page displays.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Changed
- Confidentiality
- Low
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Confirm EventON plugin is installedIn WordPress admin, go to Plugins > Installed Plugins and look for 'EventON' or check the plugin files in /wp-content/plugins/eventon/ for the main PHP file to read the version headerAffected if EventON plugin is not installed or not present in the WordPress environment
-
Identify the installed EventON versionOpen the main EventON plugin file (usually eventon.php) and locate the Version header comment, or query the WordPress database options table for the 'eventon_version' optionAffected if The installed version is unpatched and matches the vulnerable version range (prior to the fix in version 4.5.5)
-
Locate the vulnerable AJAX action handlerSearch the EventON plugin files for 'eventon_import_settings' - typically in includes/class-ajax.php or similar AJAX handler filesAffected if The 'eventon_import_settings' AJAX action is present in the codebase without proper capability checks
-
Verify AJAX action lacks authorizationExamine the PHP code for the eventon_import_settings action handler - check for missing check_ajax_referer() calls and absence of current_user_can() or similar capability checks before processing settingsAffected if The AJAX handler executes without verifying user authentication or authorization (no current_user_can() check present)
-
Test if settings can be modified without authSend a POST request to /wp-admin/admin-ajax.php with action=eventon_import_settings and modified settings parameters (without valid nonce or authentication) using a tool like curlAffected if The AJAX endpoint accepts and processes the request without returning a 403 or requiring authentication
The environment is affected if EventON is installed with an unpatched version and the eventon_import_settings AJAX action accepts unauthenticated requests without capability verification, allowing settings modification and potential XSS injection.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpdate EventON to the latest version and add proper authorization checks (using check_ajax_referer and current_user_can) to the 'eventon_import_settings' AJAX action. Review and sanitize all settings that can be modified via AJAX.
EventON version 2.2.16 or latest available version
- Check the current version of the EventON plugin installed on your WordPress site
- Navigate to Plugins > Installed Plugins in the WordPress admin dashboard
- Locate the EventON plugin and note the current version number
- If the installed version is 2.2.15 or lower, update the plugin to the latest available version
- After updating, verify the plugin settings have not been tampered with by navigating to EventON > Settings
- Review any unauthorized changes to settings, particularly around import/export functionality
- Consider reviewing user accounts for any unauthorized additions
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,088.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-6180 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2024-6180 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data