CVE-2026-9701 CRITICAL

CVE-2026-9701: Eventer <= 4.4.2 - Insecure Password Reset Mechanism to Unauthenticated Privilege Escalation

Vendor Joe007
Product Eventer
Weakness CWE-289
Published July 8, 2026
Last update July 8, 2026

CVSS base score

9.8/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

Eventer versions up to 4.4.2 contain a critical authentication bypass vulnerability. An attacker can gain full control of the application without credentials, reading and modifying all data and disrupting service. The vulnerability requires only network access and no user interaction. Immediate patching is essential.

What an attacker can do

03Attacker Capabilities

Gain unauthorized access to the entire application and read, modify, or delete all data without authentication.

Potential impact on your site

04Site Impact

Complete compromise of the Eventer application and all data it manages; attackers can impersonate users and disrupt service.

Conditions required to exploit

05Prerequisites

Network access to the Eventer installation; no authentication or user interaction required.

Key dates

06Disclosure timeline

July 8, 2026 CVE published
July 8, 2026 Record updated