Back to overview

CVE-2026-12415

CRITICAL
9.8
CVSS 3.1
Description
The Invoice Generator plugin for WordPress is vulnerable to privilege escalation due to a missing capability check on the pravel_invoice_edit_account() AJAX action in versions up to, and including, 1.0.0. The handler is exposed via wp_ajax_nopriv_pravel_invoice_edit_account, accepts an attacker-controlled user_id and user_email from POST data, and calls wp_update_user() without verifying authentication, ownership, or a nonce. This makes it possible for unauthenticated attackers to change the email address of any user, including administrators, and then trigger WordPress's password reset flow to gain access to the targeted account.

Metadata

CVE ID
CVE-2026-12415
State
PUBLISHED
Assigner
Wordfence
Reserved
2026-06-16 15:59 UTC
Published
2026-06-27 04:30 UTC
Last updated
2026-06-27 04:30 UTC
Primary CWE
CWE-269
CWE-269 Improper Privilege Management
Vendor / Product
pravel / Invoice Generator
Sources
cve.org  ·  NVD

Severity & Metrics

9.8 CRITICAL CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected products (1)
VendorProductPlatformVersions
pravel Invoice Generator 0 ≤ 1.0.0
Weakness (CWE)
CWESourceDescription
CWE-269 cna CWE-269 Improper Privilege Management
CVSS scores (1)
ScoreSeverityVersionSourceVector
9.8 CRITICAL 3.1 cna CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Back to overview