CVE-2026-77790
Deferred Deferred - Pending Action

SQL Injection in RegistrationMagic WordPress Plugin

Vulnerability report for CVE-2026-77790, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-26

Last updated on: 2026-09-03

Assigner: WPScan

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-26
Last Modified
2026-09-03
Generated
2026-09-15
AI Q&A
2026-08-26
EPSS Evaluated
2026-09-14
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
registrationmagic registrationmagic to 6.0.9.4 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw in the RegistrationMagic WordPress plugin versions before 6.0.9.4. It occurs because the plugin fails to properly sanitize and escape a parameter before using it in a SQL query. This allows users with high privileges, such as administrators, to inject malicious SQL code.

Detection Guidance

To detect this SQL injection vulnerability in the RegistrationMagic WordPress plugin, check if your installed version is prior to 6.0.9.4. Use WordPress admin panel or run the command: wp plugin list | grep registrationmagic. If vulnerable, test the 'rm_sortby' parameter with payloads like '1 OR 1=1' in plugin forms or URLs.

Impact Analysis

An attacker with admin access could exploit this to manipulate the database, steal sensitive data, modify or delete records, or gain unauthorized access to the WordPress site. Even with lower privileges, if combined with other flaws, the impact could be severe.

Compliance Impact

This vulnerability could lead to unauthorized access or exposure of personal data, violating GDPR and HIPAA requirements for data protection and security. Organizations may face fines or penalties for non-compliance if this flaw results in a data breach.

Mitigation Strategies

Update the RegistrationMagic WordPress plugin to version 6.0.9.4 or later to address the SQL injection vulnerability.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-77790. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart