MStore API <= 4.18.3 - Authenticated (Subscriber+) Insecure Direct Object Reference to Arbitrary User Meta Update

4.3
Authorization Bypass Through User-Controlled Key
CVE CVE-2026-3568
CVSS 4.3 (Medium)
Publicly Published April 8, 2026
Last Updated April 9, 2026
Researcher Osvaldo Noe Gonzalez Del Rio (Os) - krei.dev | ogbuilders.io

Description

The MStore API plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 4.18.3. This is due to the update_user_profile() function in controllers/flutter-user.php processing the 'meta_data' JSON parameter without any allowlist, blocklist, or validation of meta keys. The function reads raw JSON from php://input (line 1012), decodes it (line 1013), authenticates the user via cookie validation (line 1015), and then directly iterates over the user-supplied meta_data array passing arbitrary keys and values to update_user_meta() (line 1080) with no sanitization or restrictions. This makes it possible for authenticated attackers, with Subscriber-level access and above, to modify arbitrary user meta fields on their own accounts, including sensitive fields like wp_user_level (to escalate to administrator-level legacy checks), plugin-specific authorization flags (e.g., _wpuf_user_active, aiowps_account_status), and billing/profile fields with unsanitized values (potentially enabling Stored XSS in admin contexts). Note that wp_capabilities cannot be directly exploited this way because it requires a serialized array value, but wp_user_level (a simple integer) and numerous plugin-specific meta keys are exploitable.

References

Share

Vulnerability Details for MStore API – Create Native Android & iOS Apps On The Cloud

Software Type Plugin
Software Slug mstore-api (view on wordpress.org)
Patched? Yes
Remediation Update to version 4.18.4, or a newer patched version
Affected Version
  • <= 4.18.3
Patched Version
  • 4.18.4

Recent vulnerabilities in MStore API – Create Native Android & iOS Apps On The Cloud

# Title CVE ID CVSS Researchers Date
1 MStore API – Create Native Android & iOS Apps On The Cloud <= 4.18.4 - Missing Authorization CVE-2026-57375 5.3 Nguyen Dinh Hai (HaiND) July 7, 2026
2 MStore API – Create Native Android & iOS Apps On The Cloud <= 4.18.4 - Missing Authorization CVE-2026-54817 5.3 Jakub Herman June 17, 2026
3 MStore API – Create Native Android & iOS Apps On The Cloud <= 4.17.5 - Missing Authorization to Authenticated (Subscriber+) Posts Creation CVE-2025-4683 4.3 Brian Sans-Souci (liardom) May 26, 2025
4 MStore API – Create Native Android & iOS Apps On The Cloud <= 4.17.4 - Unauthenticated Limited Privilege Escalation CVE-2025-3438 6.5 Brian Sans-Souci (liardom) May 1, 2025
5 MStore API – Create Native Android & iOS Apps On The Cloud <= 4.16.4 - Authenticated (Subscriber+) HTML File Upload (Stored Cross-Site Scripting) CVE-2024-12042 5.4 shaman0x01 December 12, 2024
6 MStore API <= 4.15.7 - Authenticated (Subscriber+) SQL Injection CVE-2024-11179 6.5 Trương Hữu Phúc (truonghuuphuc) November 19, 2024
7 MStore API – Create Native Android & iOS Apps On The Cloud <= 4.15.3 - Authenticated (Subscriber+) Limited Arbitrary File Upload CVE-2024-8242 4.3 stealthcopter September 12, 2024
8 MStore API – Create Native Android & iOS Apps On The Cloud <= 4.15.3 - Unauthorized User Registration CVE-2024-8269 7.3 wesley (wcraft) September 12, 2024
9 MStore API – Create Native Android & iOS Apps On The Cloud <= 4.15.2 - Authentication Bypass to Account Takeover CVE-2024-7628 8.1 Truoc Phan August 14, 2024
10 MStore API – Create Native Android & iOS Apps On The Cloud <= 4.14.7 - Authentication Bypass CVE-2024-6328 9.8 Truoc Phan July 11, 2024

Did you know Wordfence Intelligence provides free personal and commercial API access to our comprehensive WordPress vulnerability database, along with a free webhook integration to stay on top of the latest vulnerabilities added and updated in the database? Get started today!

Learn more

Want to get notified of the latest vulnerabilities that may affect your WordPress site?
Install Wordfence on your site today to get notified immediately if your site is affected by a vulnerability that has been added to our database.

Get Wordfence

The Wordfence Intelligence WordPress vulnerability database is completely free to access and query via API. Please review the documentation on how to access and consume the vulnerability data via API.

Documentation