Cyber Resilience

CVE-2024-10508

Metagauss Registrationmagic ≤ 6.0.2.7

Published
09 November 2024
Modified
29 January 2025
Patch / advisory
CVSS Score v3.1 9.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.015 71th percentile
Risk Priority 82 floored blend · peak EPSS

Summary

CVE-2024-10508 is a critical-severity Improper Handling of Missing Values (CWE-230) vulnerability in Metagauss Registrationmagic. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 29% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

The RegistrationMagic – User Registration Plugin with Custom Registration Forms for WordPress is vulnerable to privilege escalation via account takeover in all versions through 6.0.2.6. The root cause is insufficient validation of password reset tokens in the login controller before allowing a password update, which permits modification of any user account including administrators.

Unauthenticated attackers can exploit the flaw over the network by supplying a crafted or absent token to reset arbitrary passwords, thereby gaining full access to affected accounts. The issue carries a CVSS 3.1 score of 9.8 and is tracked under CWE-230.

A fix was committed in changeset 3181174 to the plugin's class_rm_login_controller.php, and Wordfence has published corresponding threat intelligence. The EPSS score has remained flat at 0.1533 with no material increase observed after disclosure.

EU & UK References

Vulnerability Data

The RegistrationMagic – User Registration Plugin with Custom Registration Forms plugin for WordPress is vulnerable to privilege escalation via account takeover in all versions up to, and including, 6.0.2.6. This is due to the plugin not properly validating the password…

more

reset token prior to updating a user's password. This makes it possible for unauthenticated attackers to reset the password of arbitrary users, including administrators, and gain access to these accounts.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-2951Same product: Metagauss Registrationmagic
CVE-2023-47645Same product: Metagauss Registrationmagic
CVE-2023-2548Same product: Metagauss Registrationmagic
CVE-2024-1990Same product: Metagauss Registrationmagic
CVE-2023-50846Same product: Metagauss Registrationmagic
CVE-2023-25991Same product: Metagauss Registrationmagic
CVE-2024-39643Same product: Metagauss Registrationmagic
CVE-2023-49831Same product: Metagauss Registrationmagic
CVE-2025-24686Same product: Metagauss Registrationmagic
CVE-2024-33947Same product: Metagauss Registrationmagic

Affected Assets

metagauss
registrationmagic
≤ 6.0.2.7

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 7 hardening rules · 3 OS baselines
Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

Input validation directly requires checking that supplied parameters/fields have valid (non-missing) values before they are used.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require input validation and null/missing-value handling during coding and review.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect missing-value flaws but does not itself prevent them.

prevents

Application security requirements can mandate explicit handling of missing parameter values.

prevents

Secure coding standards can require validation that every supplied parameter has a non-null value.

Hardening callouts derived

Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).

Oracle Linux 8 (4 rules)
  • V-248714 OL 8 must not allow accounts configured with blank or null passwords. prevents CWE-230
  • V-248715 OL 8 must not allow blank or null passwords in the system-auth file. prevents CWE-230
  • V-248716 OL 8 must not allow blank or null passwords in the password-auth file. prevents CWE-230
RHEL 7 (1 rule)
  • V-204424 The Red Hat Enterprise Linux operating system must not allow accounts configured with blank or null passwords. prevents CWE-230
Ubuntu 24.04 (1 rule)
  • V-270714 Ubuntu 24.04 LTS must not allow accounts configured in Pluggable Authentication Modules (PAM) with blank or null passwords. prevents CWE-230

References