🔐 CVE Alert

CVE-2026-3568

MEDIUM 4.3

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

CVSS Score
4.3
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-639
Vendor inspireui
Product mstore api – create native android & ios apps on the cloud
Published Apr 9, 2026
Last Updated Apr 9, 2026
Stay Ahead of the Next One

Get instant alerts for inspireui mstore api – create native android & ios apps on the cloud

Be the first to know when new medium vulnerabilities affecting inspireui mstore api – create native android & ios apps on the cloud are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

inspireui / MStore API – Create Native Android & iOS Apps On The Cloud
0 ≤ 4.18.3

References

NVD ↗ CVE.org ↗ EPSS Data ↗
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/a77bc126-4dbd-4a26-b98c-946341d4282f?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/mstore-api/trunk/controllers/flutter-user.php#L1078 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/mstore-api/trunk/controllers/flutter-user.php#L1080 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/mstore-api/tags/4.18.3/controllers/flutter-user.php#L1080 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/mstore-api/trunk/controllers/flutter-user.php#L1012 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/mstore-api/tags/4.18.3/controllers/flutter-user.php#L1012 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/mstore-api/tags/4.18.3/controllers/flutter-user.php#L1078 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3494266%40mstore-api&new=3494266%40mstore-api&sfp_email=&sfph_mail=

Credits

Osvaldo Noe Gonzalez Del Rio