CVE-2025-6215 MEDIUM

CVE-2025-6215: Omnishop <= 1.0.9 - Missing Registration Restriction to Unauthenticated Account Creation via /users/register REST Endpoint

Vendor Omnishop
Product Omnishop – Mobile shop apps complementing your WooCommerce webshop
Weakness CWE-862 · Missing authorization
Published July 23, 2025
Last update April 8, 2026

CVSS base score

5.3/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality None
Integrity Low

CVSS vector

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

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

Omnishop versions up to 1.0.9 lack proper authorization checks, allowing unauthenticated attackers to modify data through the mobile app API. No authentication is required to exploit this vulnerability. The flaw affects the integrity of shop data but does not expose sensitive information or cause service disruption.

What an attacker can do

03Attacker Capabilities

Modify shop data without authentication via the mobile app API.

Potential impact on your site

04Site Impact

Attackers can alter WooCommerce shop data (products, orders, settings) without logging in.

Conditions required to exploit

05Prerequisites

Network access to the Omnishop API; no authentication or user interaction required.

Key dates

06Disclosure timeline

July 23, 2025 CVE published
April 8, 2026 Record updated