CVE-2026-3568
Last modified
CVE-2026-3568 is a medium-severity vulnerability rated 4.3/10 on the CVSS scale. 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. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-3568?
How severe is CVE-2026-3568?
How do I fix CVE-2026-3568?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-35672phpMyFAQ before 4.1.3 contains an authentication bypass vuln…8.7
- CVE-2026-35673OpenClaw before 2026.4.29 contains an SSRF policy bypass vul…6.5
- CVE-2026-35674OpenClaw before 2026.5.18 contains a scope bypass vulnerabil…8.8
- CVE-2026-35675phpMyFAQ before 4.1.3 contains an authentication bypass vuln…8.8
- CVE-2026-35676phpMyFAQ before 4.1.3 contains an unauthenticated password r…8.8
- CVE-2026-35679Zcash zcashd before 6.12.0 allows invalid transactions to be…3.5
- CVE-2026-35682Anviz CX2 Lite is vulnerable to an authenticated command inj…8.8
- CVE-2026-3569The Liaison Site Prober plugin for WordPress is vulnerable t…5.3
- CVE-2026-3570The Smarter Analytics plugin for WordPress is vulnerable to …5.3
- CVE-2026-3571The Pie Register – User Registration, Profiles & Content Res…6.5
- CVE-2026-35716A stack-based buffer overflow in the motion_privacy.cgi bina…6.3
- CVE-2026-35717A stack-based buffer overflow in the export_language.cgi bin…6.3
Are you affected by CVE-2026-3568?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
