Description
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.
Published: 2026-07-08
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Eventer WordPress plugin stores a plaintext password reset key in the eventer_verification_code user meta field when a reset is requested. An attacker who can retrieve this key can invoke the plugin’s custom reset endpoint to set a new password for any user, including administrators. Combined with a separate SQL injection flaw, the reset key can be extracted directly from the database, allowing an unauthenticated attacker to seize any account.

Affected Systems

WordPress sites that have the joe007 Eventer plugin at version 4.4.2 or earlier are affected. The flaw exists in every release up to and including 4.4.2 and is only usable with PHP version 7.4 or earlier, although the underlying issue remains regardless of PHP version. No other vendors or products are listed as impacted.

Risk and Exploitability

The CVSS score of 9.8 indicates a critical risk level. With an EPSS score of <1%, exploitation is unlikely but not impossible, especially where the unrelated CVE-2026-9700 SQL injection vulnerability can expose the reset key. The vulnerability is not part of the CISA KEV catalog, yet the public password-reset endpoint can be targeted on any WordPress site running a vulnerable Eventer plugin. Overall, the risk is high for sites that permit unauthenticated password resets with a vulnerable plugin.

Generated by OpenCVE AI on July 29, 2026 at 14:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Eventer plugin to the latest version, which removes the insecure reset-key storage mechanism.
  • Disable or restrict the public password reset feature so that only authenticated or privileged users can initiate resets.
  • Mitigate the unrelated CVE-2026-9700 SQL injection flaw or otherwise secure database access to prevent direct extraction of user meta entries.

Generated by OpenCVE AI on July 29, 2026 at 14:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 10 Jul 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Joe007
Joe007 eventer
Wordpress
Wordpress wordpress
Vendors & Products Joe007
Joe007 eventer
Wordpress
Wordpress wordpress

Wed, 08 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 08 Jul 2026 04:45:00 +0000

Type Values Removed Values Added
Description 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.
Title Eventer <= 4.4.2 - Insecure Password Reset Mechanism to Unauthenticated Privilege Escalation
Weaknesses CWE-289
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

Joe007 Eventer
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-08T17:10:20.940Z

Reserved: 2026-05-27T12:25:20.268Z

Link: CVE-2026-9701

cve-icon Vulnrichment

Updated: 2026-07-08T13:49:25.031Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T15:00:04Z

Weaknesses
  • CWE-289

    Authentication Bypass by Alternate Name