Description
The Omnishop plugin for WordPress is vulnerable to Unauthenticated Registration Bypass in all versions up to, and including, 1.0.9. Its /users/register endpoint is exposed to the public (permission_callback always returns true) and invokes wp_create_user() unconditionally, ignoring the site’s users_can_register option and any nonce or CAPTCHA checks. This makes it possible for unauthenticated attackers to create arbitrary user accounts (customer) on sites where registrations should be closed.
Published: 2025-07-23
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized Account Creation
Action: Patch
AI Analysis

Impact

The Omnishop plugin contains an unauthenticated registration bypass that allows attackers to create arbitrary WordPress user accounts via the /users/register endpoint. The API call ignores both the site’s registration setting and any security mechanisms such as nonces or CAPTCHAs, meaning anyone can register new members without authentication. This flaw enables attackers to populate the site with spam accounts, potentially facilitating credential stuffing, targeted phishing, or lockout attacks. While the vulnerability does not provide direct code execution or data exfiltration, the ability to create unlimited accounts can be weaponized for denial‑of‑service or as a foothold for further attacks.

Affected Systems

The flaw affects all Omnishop plugin versions up to and including 1.0.9 installed on WordPress sites. No newer versions are listed in the data, so any site running Omnishop 1.0.9 or earlier is vulnerable.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity, and the EPSS score of less than 1 percent suggests a very low probability of exploitation in the wild. The plugin’s registration endpoint is publicly accessible and the error conditions are trivial to trigger, so the attack vector is unauthenticated, remote, and requires no privileged access. The vulnerability is not listed in CISA’s KEV catalogue, indicating it has not been reported as a widely exploited target.

Generated by OpenCVE AI on April 22, 2026 at 14:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Omnishop WordPress plugin to the latest version that removes the public registration endpoint.
  • If an upgrade is not possible, disable or remove the plugin entirely from the site.
  • After upgrading or removing the plugin, ensure WordPress’ user registration option is set to "disabled" to prevent accidental registrations through other pathways.

Generated by OpenCVE AI on April 22, 2026 at 14:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
EUVD EUVD EUVD-2025-22405 The Omnishop plugin for WordPress is vulnerable to Unauthenticated Registration Bypass in all versions up to, and including, 1.0.9. Its /users/register endpoint is exposed to the public (permission_callback always returns true) and invokes wp_create_user() unconditionally, ignoring the site’s users_can_register option and any nonce or CAPTCHA checks. This makes it possible for unauthenticated attackers to create arbitrary user accounts (customer) on sites where registrations should be closed.
History

Wed, 23 Jul 2025 17:45:00 +0000

Type Values Removed Values Added
First Time appeared Wordpress
Wordpress wordpress
Vendors & Products Wordpress
Wordpress wordpress

Wed, 23 Jul 2025 16:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 23 Jul 2025 02:45:00 +0000

Type Values Removed Values Added
Description The Omnishop plugin for WordPress is vulnerable to Unauthenticated Registration Bypass in all versions up to, and including, 1.0.9. Its /users/register endpoint is exposed to the public (permission_callback always returns true) and invokes wp_create_user() unconditionally, ignoring the site’s users_can_register option and any nonce or CAPTCHA checks. This makes it possible for unauthenticated attackers to create arbitrary user accounts (customer) on sites where registrations should be closed.
Title Omnishop <= 1.0.9 - Missing Registration Restriction to Unauthenticated Account Creation via /users/register REST Endpoint
Weaknesses CWE-862
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N'}


Subscriptions

Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T16:36:31.597Z

Reserved: 2025-06-17T21:45:34.183Z

Link: CVE-2025-6215

cve-icon Vulnrichment

Updated: 2025-07-23T14:25:33.678Z

cve-icon NVD

Status : Deferred

Published: 2025-07-23T03:15:25.290

Modified: 2026-04-15T00:35:42.020

Link: CVE-2025-6215

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-22T14:45:19Z

Weaknesses