Skip to main content

Eventer CVE-2026-9701

| EUVDEUVD-2026-42163 CRITICAL
Authentication Bypass by Alternate Name (CWE-289)
2026-07-08 Wordfence GHSA-qhrf-5rv2-gph8
9.8
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

Vendor (Wordfence) PRIMARY
9.8 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
8.1 HIGH

Full account takeover gives C/I/A High, but reliable exploitation needs a secondary key-disclosure flaw and PHP ≤7.4, so AC:H rather than the source vector's AC:L.

3.1 AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:H/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (Wordfence).

CVSS VectorVendor: Wordfence

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

2
Analysis Generated
Jul 08, 2026 - 05:22 vuln.today
CVE Published
Jul 08, 2026 - 04:30 nvd
CRITICAL 9.8

DescriptionCVE.org

The Eventer plugin for WordPress is vulnerable to an insecure password reset mechanism in all versions up to, and including, 4.4.2. The plugin stores a plaintext copy of the password reset key in the eventer_verification_code user meta field when a user requests a password reset. The plaintext key stored in wp_usermeta can be used with the plugin's custom reset action to set a new password for any user. Combined with another vulnerability such as SQL Injection (CVE-2026-9700), this makes it possible for unauthenticated attackers to extract the plaintext reset key and take over any user account, including administrators. Note: The password reset function only works up to PHP version 7.4.

AnalysisAI

Account takeover in the Eventer WordPress event-manager plugin (all versions through 4.4.2) stems from the plugin writing the password-reset key in cleartext to the eventer_verification_code field in wp_usermeta; any actor who can read that value can drive the plugin's custom reset action to set an arbitrary password for any user, including administrators. Chained with the companion SQL injection flaw CVE-2026-9700, remote attackers can extract the stored key without authentication and fully hijack accounts. There is no public exploit identified at time of analysis, and exploitation is constrained to sites running PHP 7.4 or earlier, where the reset routine functions.

Technical ContextAI

Eventer is a commercial WordPress event-management plugin (CPE cpe:2.3:a:joe007:eventer) that implements its own password-reset workflow rather than relying on WordPress core. When a reset is requested, the plugin generates a verification key and persists a plaintext copy in the eventer_verification_code user_meta row, then exposes a custom reset action that accepts that key to set a new password. The root cause maps to CWE-289 (Authentication Bypass by Alternate Name): the plugin's alternate, self-built reset path trusts a secret that it has itself stored in readable form, so possession of the meta value alone authenticates the password change. Because the key lives in the standard wp_usermeta table, any read primitive over that table - such as SQL injection - yields the secret. The plugin's own note that the reset only functions up to PHP 7.4 indicates the vulnerable code path depends on behavior removed or broken in PHP 8.x.

RemediationAI

No vendor-released patch identified at time of analysis - the description marks all versions through 4.4.2 as vulnerable and the references (Wordfence threat intel and the CodeCanyon listing) do not cite a fixed release, so administrators should monitor CodeCanyon for an update newer than 4.4.2 and apply it once published, then invalidate existing sessions and force a password reset for all accounts. Until a fix ships, the highest-value compensating control is to close the companion read primitive: patch or virtually-patch the SQL injection (CVE-2026-9700) via a WAF rule so the plaintext key cannot be extracted, since the takeover is impractical without it. Additional interim controls include deleting stale eventer_verification_code rows from wp_usermeta, disabling the plugin's custom password-reset feature if it is not needed, and restricting or blocking access to the plugin's reset action endpoint; note these may break legitimate self-service password reset for event users. Migrating hosts to PHP 8.x also disables the vulnerable reset routine per the vendor note, though it should be treated as a side effect rather than a primary fix. The Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/bc656765-1eac-4a96-99e9-c22d64984923?source=cve) should be consulted for updated guidance.

More in PHP

View all
CVE-2019-11043 CRITICAL POC
9.8 Oct 28

In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it

CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2018-11138 CRITICAL POC
9.8 May 31

The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

Share

CVE-2026-9701 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy