Description
The RegistrationMagic WordPress plugin before 6.0.9.4 does not sanitise and escape a parameter before using it in a SQL statement, which could allow high privilege users such as admin to perform SQL injection attacks.
Published: 2026-08-26
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is present in the RegistrationMagic WordPress plugin in versions prior to 6.0.9.4, where the rm_sortby parameter is passed unfiltered into an SQL query. This flaw enables an authenticated administrator to inject arbitrary SQL statements, potentially exposing, modifying, or deleting sensitive data and compromising the integrity of the site database. The weakness is a classic SQL injection flaw (CWE‑89).

Affected Systems

Hosts running the RegistrationMagic plugin before version 6.0.9.4 are affected. The plugin is a WordPress extension that manages registrations and user data; any deployment of this plugin that has not been updated to at least 6.0.9.4 is at risk.

Risk and Exploitability

The vulnerability requires that the attacker already have administrative privileges on the WordPress site, as the injection is limited to the rm_sortby parameter processed by the plugin. Without escalating privileges, exploitation is not possible. The EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog, indicating no publicly known exploit at this time. Nevertheless, because the flaw can be leveraged by high‑privilege users to read or alter database contents, the risk to organizations that run outdated versions of the plugin is moderate to high, especially if compromised admin accounts are present.

Generated by OpenCVE AI on August 26, 2026 at 07:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the RegistrationMagic plugin to version 6.0.9.4 or newer.
  • If an upgrade is not immediately feasible, restrict access to the rm_sortby functionality by disabling the parameter or limiting its use to a narrow set of trusted administrators.
  • Deploy a web application firewall rule that detects and blocks common SQL injection payloads targeting the RegistrationMagic plugin’s search parameters.

Generated by OpenCVE AI on August 26, 2026 at 07:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 08:00:00 +0000

Type Values Removed Values Added
First Time appeared Registrationmagic
Registrationmagic registrationmagic
Wordpress
Wordpress wordpress
Weaknesses CWE-89
Vendors & Products Registrationmagic
Registrationmagic registrationmagic
Wordpress
Wordpress wordpress

Wed, 26 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The RegistrationMagic WordPress plugin before 6.0.9.4 does not sanitise and escape a parameter before using it in a SQL statement, which could allow high privilege users such as admin to perform SQL injection attacks.
Title RegistrationMagic < 6.0.9.4 - Admin+ SQLi via 'rm_sortby' Parameter
References

Subscriptions

Registrationmagic Registrationmagic
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-26T06:00:22.488Z

Reserved: 2026-08-21T12:24:52.153Z

Link: CVE-2026-77790

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T07:45:02Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')