Description
The RegistrationMagic WordPress plugin before 6.0.9.4 does not properly validate that a one-time password presented in a cookie belongs to the identity being requested before returning front-end form submissions, allowing unauthenticated attackers to read other users' form submission data, including personal information.
Published: 2026-07-30
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises because the RegistrationMagic WordPress plugin fails to confirm that a one‑time password presented in a cookie matches the identity requested before delivering front‑end form submissions. This oversight allows an attacker to read other users’ form submissions, which may contain personally identifiable information. The weakness falls under the CWE‑639 category of Insecure Direct Object References, resulting in a moderate confidentiality impact.

Affected Systems

Any WordPress site that has the RegistrationMagic plugin installed with a version older than 6.0.9.4 is affected. The issue does not depend on other plugins or themes and applies to all user roles that can trigger the form‑submission endpoint.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate risk. The EPSS score of less than 1% suggests that exploitation is considered unlikely at present, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is an unauthenticated HTTP request that carries a one‑time password cookie; the attacker can craft such a request to access any user’s form submission data.

Generated by OpenCVE AI on August 3, 2026 at 11:14 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update RegistrationMagic to version 6.0.9.4 or later so that the plugin enforces proper ownership checks on the one‑time password cookie.
  • If an update cannot be applied immediately, reconfigure the site or plugin settings to deny unauthenticated access to the form‑submission viewing endpoint, ensuring only logged‑in users can retrieve submission data.
  • Review any custom code, hooks or third‑party extensions that set or manipulate the one‑time password cookie, and modify them to perform ownership validation before delivering form submissions.

Generated by OpenCVE AI on August 3, 2026 at 11:14 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 30 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-639
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N'}

ssvc

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


Thu, 30 Jul 2026 10:45:00 +0000

Type Values Removed Values Added
First Time appeared Registrationmagic
Registrationmagic registrationmagic
Wordpress
Wordpress wordpress
Vendors & Products Registrationmagic
Registrationmagic registrationmagic
Wordpress
Wordpress wordpress

Thu, 30 Jul 2026 06:15:00 +0000

Type Values Removed Values Added
Description The RegistrationMagic WordPress plugin before 6.0.9.4 does not properly validate that a one-time password presented in a cookie belongs to the identity being requested before returning front-end form submissions, allowing unauthenticated attackers to read other users' form submission data, including personal information.
Title RegistrationMagic < 6.0.9.4 - Unauthenticated Form Submission Disclosure via IDOR
References

Subscriptions

Registrationmagic Registrationmagic
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-07-30T15:02:30.668Z

Reserved: 2026-07-09T12:56:11.326Z

Link: CVE-2026-15255

cve-icon Vulnrichment

Updated: 2026-07-30T15:02:15.646Z

cve-icon NVD

Status : Deferred

Published: 2026-07-30T06:25:02.070

Modified: 2026-07-30T16:16:56.153

Link: CVE-2026-15255

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T11:15:04Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key