Description
The EventON - WordPress Virtual Event Calendar Plugin plugin for WordPress (full) is vulnerable to SQL Injection via the WordPress 'search' parameter in versions up to, and including, 5.0.11 due to insufficient escaping on the user supplied parameter and lack of preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database, granted the "Enable additional search queries" setting is enabled and at least one published event exists.
Published: 2026-06-30
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the unescaped WordPress 'search' parameter of the EventON virtual event calendar plugin. An attacker can inject additional SQL statements when this parameter is processed, enabling extraction of sensitive data from the WordPress database. The weakness is classified as a code injection flaw (CWE‑89) and, due to the lack of query preparation, it can be exploited without authentication. If the "Enable additional search queries" option is active and at least one event is published, the attacker can download all rows from the target tables, potentially revealing usernames, passwords, and other confidential data.

Affected Systems

All installations of the EventON virtual event calendar plugin for WordPress that use version 5.0.11 or earlier. The affected product is EventON (Pro), the fully featured WordPress plugin, where the flaw exists in the code handling the search feature.

Risk and Exploitability

This flaw carries a CVSS score of 9.8, indicating critical severity. The EPSS score is not available, suggesting no publicly reported exploitation data, and it is not listed in the CISA KEV catalog. The likely attack path involves a malicious user visiting a site that uses the affected plugin and submitting a crafted search query to the plugin’s endpoint. Because authentication is not required, the risk of exploitation is high once the plugin is deployed on a live site.

Generated by OpenCVE AI on June 30, 2026 at 11:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the EventON plugin to a version newer than 5.0.11, which removes the vulnerable code
  • If upgrading immediately is not possible, disable the "Enable additional search queries" setting to eliminate the code path that allows injection
  • Implement input validation on the search parameter to allow only alphanumeric characters and limit its length, and deploy a web application firewall rule to block suspicious queries

Generated by OpenCVE AI on June 30, 2026 at 11:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 30 Jun 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 30 Jun 2026 09:45:00 +0000

Type Values Removed Values Added
Description The EventON - WordPress Virtual Event Calendar Plugin plugin for WordPress (full) is vulnerable to SQL Injection via the WordPress 'search' parameter in versions up to, and including, 5.0.11 due to insufficient escaping on the user supplied parameter and lack of preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database, granted the "Enable additional search queries" setting is enabled and at least one published event exists.
Title EventON - WordPress Virtual Event Calendar Plugin <= 5.0.11 - Unauthenticated Blind SQL Injection via Search Parameter
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-06-30T12:33:48.495Z

Reserved: 2026-05-27T14:04:49.057Z

Link: CVE-2026-9711

cve-icon Vulnrichment

Updated: 2026-06-30T12:33:43.108Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-30T11:30:04Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')