LiveActive security incident?Get immediate response
CVE Record

CVE-2017-20206: Appointments <= 2.2.1 - Unauthenticated PHP Object Injection

The Appointments plugin for WordPress is vulnerable to PHP Object Injection in versions up to, and including, 2.2.1 via deserialization of untrusted input from the `wpmudev_appointments` cookie. This allows unauthenticated attackers to inject a PHP Object. Attackers were actively exploiting this vulnerability with the WP_Theme() class to create backdoors.

CriticalCVSS 9.8Not KEV-listedUpdated
Glexia's Takecritical

Analyst readout for executives and security teams

Plain-English summary

A WordPress booking plugin called Appointments contained a flaw that let anonymous attackers send a crafted cookie and take control of sites running it. According to Wordfence, attackers exploited this in the wild back in 2017 to plant backdoors. Any site still running version 2.2.1 or earlier should be considered at high risk of full compromise.

Executive priority

Treat as urgent for any WordPress property using this plugin: unauthenticated full takeover with documented in-the-wild abuse. If the plugin is or was installed, prioritize patching today and conduct a compromise assessment before the next business cycle.

Technical view

Appointments plugin versions ≤ 2.2.1 unsafely deserialize the `wpmudev_appointments` cookie, enabling unauthenticated PHP Object Injection (CWE-502). Public reporting from Wordfence describes in-the-wild abuse leveraging the WP_Theme() class to write attacker-controlled files and establish persistent backdoors. CVSS 3.1 base score is 9.8 (network, no privileges, no user interaction) with full confidentiality, integrity, and availability impact.

Likely exposure

WordPress sites that installed the WPMU DEV Appointments plugin and never updated past 2.2.1. Exposure is internet-facing wherever the plugin endpoint accepts the vulnerable cookie. Sites compromised in 2017 may still harbor backdoors even after patching.

Exploitation context

Wordfence documented active exploitation in October 2017, with attackers using the WP_Theme() gadget chain to drop backdoors. The flaw is not currently listed in CISA KEV, but the cited vendor reporting clearly describes mass exploitation at the time of disclosure.

Researcher notes

Vulnerable sink is unserialize() on the `wpmudev_appointments` cookie. Wordfence references the WP_Theme() gadget chain as the observed exploitation primitive. The trac changeset 1733186 is the canonical fix reference. Although the CVE was published in 2025, the underlying flaw and exploitation activity are from 2017, so legacy/abandoned installs are the primary concern.

Mitigation direction

  • Update the Appointments plugin to a version newer than 2.2.1 per the vendor changeset.
  • If no supported version is in use, deactivate and remove the plugin until vendor guidance is verified.
  • Block or filter requests carrying the `wpmudev_appointments` cookie at the WAF.
  • Rotate WordPress secrets, admin credentials, and API keys on any historically vulnerable site.
  • Hunt for and remove web shells, rogue admin users, and modified theme files.

Validation and detection

  • Confirm installed Appointments plugin version against the patched changeset 1733186.
  • Review web server logs for requests setting or sending `wpmudev_appointments` cookies.
  • Search the WordPress filesystem for unexpected PHP files in themes, uploads, and mu-plugins.
  • Audit `wp_users` and `wp_options` for unauthorized administrators or scheduled tasks.
  • Run a reputable WordPress malware scanner against the site and database.
Prepared
Confidence
high
Sources
5

Based on public source material and reviewed before publication.

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-20206 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-20206Attack 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
wpmudevAppointments0unaffected
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.