LiveActive security incident?Get immediate response
CVE Record

CVE-2017-20208: RegistrationMagic - Custom Registration Forms <= 3.7.9.2 - PHP Object Injection

The RegistrationMagic – Custom Registration Forms, User Registration, Payment, and User Login plugin for WordPress is vulnerable to PHP Object Injection in all versions up to 3.7.9.3 (exclusive) via deserialization of untrusted input from the is_expired_by_date() function. This makes it possible for unauthenticated attackers to inject a PHP Object. The additional presence of a POP chain allows attackers to fetch a remote file and install it on the site.

CriticalCVSS 9.8Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

A WordPress plugin called RegistrationMagic, used to build registration and login forms, has a critical flaw in versions up to 3.7.9.2. An attacker on the internet, without any account, can trick the site into running attacker-controlled code and pulling in a remote file. That can lead to full website takeover, data theft, or use of the site to attack visitors.

Executive priority

Treat as urgent for any WordPress site running RegistrationMagic. Patch or remove the plugin and review for site compromise this week.

Technical view

CVE-2017-20208 is an unauthenticated PHP Object Injection in RegistrationMagic up to and including 3.7.9.2, caused by deserialization of untrusted input inside is_expired_by_date() (CWE-502). A documented POP chain lets an attacker fetch and install a remote file, yielding code execution. CVSS 3.1 base score is 9.8 (AV:N/AC:L/PR:N/UI:N/C:H/I:H/A:H).

Likely exposure

WordPress sites using the metagauss RegistrationMagic plugin at versions at or below 3.7.9.2. Sites that accept public registration are reachable over the internet without authentication, so any unpatched install on a public site is exposed.

Exploitation context

Wordfence's 2017 reporting describes zero-day exploitation of plugin vulnerabilities in the wild during that period. The CVE is not in CISA KEV, but the unauthenticated, network-reachable attack path and historical exploitation make opportunistic targeting plausible.

Researcher notes

Root cause is unsafe deserialization (CWE-502) in is_expired_by_date(), reachable by unauthenticated input. The cited POP chain enables remote file fetch and installation, escalating object injection to code execution and persistence. Fix landed in WordPress.org plugin SVN changeset 1733274 for the custom-registration-form-builder-with-submission-manager slug.

Mitigation direction

  • Update RegistrationMagic to version 3.7.9.3 or later across all WordPress installs.
  • If immediate update is not possible, deactivate and remove the plugin until patched.
  • Apply WAF rules from Wordfence or your provider that block PHP object injection patterns.
  • Restrict outbound traffic from the web host to limit remote file fetch by a successful exploit.
  • Review vendor advisories at the linked Wordfence and WordPress.org changeset pages for additional guidance.

Validation and detection

  • Inventory WordPress sites and identify any with RegistrationMagic installed and its version.
  • Confirm patched version 3.7.9.3 or later is active; flag any install at or below 3.7.9.2.
  • Search web and PHP error logs for unexpected serialized payloads or outbound requests from the site.
  • Look for unfamiliar plugins, themes, or files written under wp-content that could indicate remote file install.
  • Run a malware and integrity scan such as Wordfence on suspect sites and review admin user accounts.
Prepared
Confidence
medium
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-502: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2017-20208 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
9.8CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.8Critical
CVSS 3.1 vector shape for CVE-2017-20208Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
metagaussRegistrationMagic – Custom Registration Forms, User Registration, Payment, and User Login0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-502 · source CWE mapping

Deserialization of Untrusted Data

Deserialization of Untrusted Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.