Description
The Uix UserCenter WordPress plugin through 1.0.3 does not verify that the account being modified through an unauthenticated profile-update action belongs to the requester, and it authenticates that action with a token whose signing key is hardcoded and identical across every install, allowing unauthenticated attackers to forge a token for any user, overwrite an administrator's email and password, and take over the account.
Published: 2026-08-29
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Uix UserCenter WordPress plugin, when installed in version 1.0.3 or earlier, fails to verify that a profile‑update request is being made for the authenticated user itself. Coupled with a hardcoded signing key that is identical on every installation, an attacker can generate a valid authentication token for any user account. By sending an unauthenticated request that carries this forged token, the attacker can overwrite an administrator’s email address and password, effectively taking control of the administrator account and gaining full administrative privileges on the WordPress site.

Affected Systems

All WordPress sites that have the Uix UserCenter plugin at version 1.0.3 or earlier are affected. The vulnerability is inherent to the plugin code and does not depend on other components of the host environment. Sites that have not upgraded beyond 1.0.3 are at risk of account takeover for any registered user, including administrators.

Risk and Exploitability

The exploit requires only the ability to set an HTTP request to the profile‑update endpoint and to create a forged token; there is no prerequisite authentication. The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog, yet the impact of isolating a site administrator is high. The likely attack vector is from a remote unauthenticated attacker sending a crafted HTTP request with a forged token. The risk remains high until the plugin is upgraded to a patched version that validates account ownership and uses unique, securely generated signing keys.

Generated by OpenCVE AI on August 29, 2026 at 09:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Uix UserCenter to a version newer than 1.0.3 that validates profile‑update requests and employs unique, securely generated signing keys.
  • Disable the profile‑update endpoint for unauthenticated users by adjusting plugin settings or applying a security plugin to restrict endpoint access.
  • Restrict access to the WordPress administrative area to a whitelist of trusted IP addresses and enable two‑factor authentication for all admin accounts.

Generated by OpenCVE AI on August 29, 2026 at 09:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 29 Aug 2026 10:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-285
CWE-798

Sat, 29 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The Uix UserCenter WordPress plugin through 1.0.3 does not verify that the account being modified through an unauthenticated profile-update action belongs to the requester, and it authenticates that action with a token whose signing key is hardcoded and identical across every install, allowing unauthenticated attackers to forge a token for any user, overwrite an administrator's email and password, and take over the account.
Title Uix UserCenter <= 1.0.3 - Unauthenticated Privilege Escalation
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-29T06:00:18.968Z

Reserved: 2026-07-20T08:29:53.101Z

Link: CVE-2026-16259

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-29T06:17:00.360

Modified: 2026-08-29T06:17:00.360

Link: CVE-2026-16259

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-29T09:45:04Z

Weaknesses
  • CWE-285

    Improper Authorization

  • CWE-798

    Use of Hard-coded Credentials