Skip to main content

WpMobi WordPress Plugin CVE-2026-8909

| EUVDEUVD-2026-35306 MEDIUM
Cross-Site Request Forgery (CSRF) (CWE-352)
2026-06-09 Wordfence GHSA-5xqj-g46w-c5mr
4.3
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
4.3 MEDIUM
AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

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

Lifecycle Timeline

2
Analysis Generated
Jun 09, 2026 - 05:13 vuln.today
CVE Published
Jun 09, 2026 - 03:41 nvd
MEDIUM 4.3

DescriptionCVE.org

The WpMobi plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 0.0.3. This is due to missing or incorrect nonce validation on the handleSaveGeneralSettings function. This makes it possible for unauthenticated attackers to modify the plugin's General Settings and inject arbitrary web scripts into the administrator's browser via the unescaped app_name attribute reflection via a forged request granted they can trick a site administrator into performing an action such as clicking on a link. The injected script executes even when the supplied app_name value fails validation and is not persisted to the database, because the form is re-rendered with the attacker-supplied in-memory value on validation failure.

AnalysisAI

Cross-Site Request Forgery combined with reflected XSS in the WpMobi WordPress plugin (all versions through 0.0.3) allows unauthenticated attackers to execute arbitrary JavaScript in an administrator's browser session by forging a settings-save request. The handleSaveGeneralSettings function performs no nonce validation, permitting any remote party to submit crafted plugin settings on behalf of an authenticated admin. A particularly notable aspect is that the injected script in the app_name parameter fires even when server-side validation rejects the value, because the view layer re-renders the form with the unsanitized in-memory value rather than a sanitized fallback - meaning the XSS trigger does not depend on successful data persistence. No public exploit code or CISA KEV listing has been identified at time of analysis.

Technical ContextAI

The vulnerability resides in the WpMobi plugin (CPE: cpe:2.3:a:rahulbhangale:wpmobi:*:*:*:*:*:*:*:*) authored by rahulbhangale for the WordPress ecosystem. The root cause class is CWE-352 (Cross-Site Request Forgery) caused by absent or incorrect WordPress nonce verification in the handleSaveGeneralSettings method located at CWpMobiGeneralSettings.class.php line 37. WordPress nonces are anti-CSRF tokens that bind a form submission to a specific authenticated session; without this check, any page on the internet can submit a POST request to the admin endpoint on behalf of a logged-in administrator. The secondary weakness is unescaped output in the view layer at general_settings.php line 12, where the app_name POST parameter is reflected directly into HTML without encoding. The combination of CSRF (allows unauthorized form submission) and unescaped reflection (allows JavaScript injection) constitutes a stored-XSS-equivalent risk via CSRF delivery. The core registration of the settings handler is visible at CCore.class.php line 61. The attack chain is fully server-side reflected, not stored, but is functionally equivalent in terms of admin-session compromise.

RemediationAI

No vendor-released patch version has been identified in the available data; the affected CPE range covers all versions through 0.0.3 with no upper-bound fix version specified. Site administrators should check the WordPress plugin repository for an updated version of WpMobi beyond 0.0.3 and upgrade immediately if available. If no patched release exists, the most effective compensating control is to deactivate and remove the WpMobi plugin until the vendor releases a fix that adds proper WordPress nonce verification to handleSaveGeneralSettings and output-escapes the app_name value before rendering. As an interim measure, a WAF rule blocking POST requests to the plugin's settings endpoint from unauthenticated or cross-origin referrers can reduce exposure, though this does not eliminate the underlying flaw. Administrators should also review WordPress admin activity logs for unexpected changes to plugin General Settings, particularly the app_name field, as a detection measure. The Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/5fbd1c5c-d23a-4f89-9225-514552d6ea70?source=cve should be monitored for patch status updates.

CVE-2016-10045 CRITICAL POC
9.8 Dec 30

The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-11749 CRITICAL POC
9.8 Nov 05

The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-3495 CRITICAL POC
9.8 May 22

The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete

Share

CVE-2026-8909 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy