Back to overview

CVE-2026-9242

MEDIUM
5.3
CVSS 3.1
Description
The RegistrationMagic – Custom Registration Forms, User Registration, Payment, and User Login plugin for WordPress is vulnerable to Authentication Bypass via Insufficient Verification of Data Authenticity in all versions up to and including 6.0.8.6. This is due to the PayPal IPN `callback` handler being registered as a nopriv AJAX action with no authentication or nonce requirement, and critically because the handler updates the payment log database row with attacker-controlled POST data — including `payment_status` and the `custom` field encoding the target `user_id` — before PayPal IPN validation is performed, meaning the database remains poisoned even when validation subsequently fails. This makes it possible for unauthenticated attackers to authenticate as any WordPress user, including administrators, by submitting a forged IPN request that overwrites a payment log entry's `user_id` with that of a target account, then visiting the success return URL with a legitimately obtained security hash to cause the plugin to issue real WordPress authentication cookies for the targeted account.

Metadata

CVE ID
CVE-2026-9242
State
PUBLISHED
Assigner
Wordfence
Reserved
2026-05-21 19:02 UTC
Published
2026-06-27 06:50 UTC
Last updated
2026-06-27 06:50 UTC
Primary CWE
CWE-345
CWE-345 Insufficient Verification of Data Authenticity
Vendor / Product
metagauss / RegistrationMagic – Custom Registration Forms, User Registration, Payment, and User Login
Sources
cve.org  ·  NVD

Severity & Metrics

5.3 MEDIUM CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Affected products (1)
VendorProductPlatformVersions
metagauss RegistrationMagic – Custom Registration Forms, User Registration, Payment, and User Login 0 ≤ 6.0.8.6
Weakness (CWE)
CWESourceDescription
CWE-345 cna CWE-345 Insufficient Verification of Data Authenticity
CVSS scores (1)
ScoreSeverityVersionSourceVector
5.3 MEDIUM 3.1 cna CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
References (14)
Back to overview