MobStac WordPress Mobile Security & Risk Analysis

wordpress.org/plugins/mobstac-blogger

Renders for mobile visitors a mobile version of your WordPress site, with blazing-fast page loads, multiple themes, support for over 5000 mobile devi …

10 active installs v2.75 PHP + WP 1.5+ Updated Oct 18, 2012
androidiphonemobilemobile-sitemobile-website
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is MobStac WordPress Mobile Safe to Use in 2026?

Generally Safe

Score 85/100

MobStac WordPress Mobile has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 13yr ago
Risk Assessment

The "mobstac-blogger" v2.75 plugin exhibits a mixed security posture. On the positive side, the plugin has no recorded vulnerabilities (CVEs) and demonstrates good practices in database interactions, with 100% of SQL queries using prepared statements. Furthermore, the attack surface appears minimal, with zero identified AJAX handlers, REST API routes, shortcodes, or cron events, and importantly, none of these potential entry points are reported as unprotected.

However, significant concerns arise from the static code analysis. The presence of dangerous functions like `preg_replace(/e)` and `create_function` indicates potential for arbitrary code execution if user-supplied data can influence their behavior. The low rate of proper output escaping (9%) is a notable weakness, increasing the risk of cross-site scripting (XSS) vulnerabilities. The taint analysis reveals a high number of flows with unsanitized paths (6 out of 7 analyzed), which, while not resulting in critical or high severity issues in this specific analysis, points to a systemic lack of input validation and sanitization. The absence of nonce checks is another critical oversight, leaving any potential AJAX endpoints vulnerable to CSRF attacks if they were to exist or be introduced in the future. The plugin also performs file operations and external HTTP requests, which, without proper validation and sanitization on the input controlling these actions, could lead to further security issues.

Given the lack of historical vulnerabilities, it's possible these code-level risks haven't been exploited or are mitigated by other factors not visible in this analysis. However, the identified code signals and taint analysis results present clear, actionable security concerns that significantly detract from the plugin's overall security. The developer should prioritize addressing these issues to improve the plugin's robustness and security.

Key Concerns

  • Dangerous functions used (preg_replace(/e), create_function)
  • Low rate of properly escaped output (9%)
  • High number of flows with unsanitized paths
  • No nonce checks present
  • Only 1 capability check for 1 entry point
Vulnerabilities
None known

MobStac WordPress Mobile Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 17, 2026

MobStac WordPress Mobile Code Analysis

Dangerous Functions
2
Raw SQL Queries
0
0 prepared
Unescaped Output
21
2 escaped
Nonce Checks
0
Capability Checks
1
File Operations
3
External Requests
3
Bundled Libraries
0

Dangerous Functions Found

preg_replace(/e)preg_replace('/^(\-)?([0-9]+)(\.[0-9]+)?([eE]\+[0-9]+)?/e'FastJSON.class.php:332
create_function$i = create_function('&$e, $p, $l', 'return intval(substr($e, $p, $l));');FastJSON.class.php:164

Output Escaping

9% escaped23 total outputs
Data Flows
6 unsanitized

Data Flow Analysis

7 flows6 with unsanitized paths
mobstac_handle_googlebot_mobile (plugin_base.php:89)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

MobStac WordPress Mobile Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 8
actiontemplate_redirectwordpress_common.php:440
actiontemplate_redirectwordpress_common.php:442
actioninitwordpress_common.php:443
actionwp_dashboard_setupwordpress_common.php:444
actionwp_headwordpress_common.php:445
actionadmin_menuwordpress_common.php:446
actionpublish_postwordpress_common.php:447
actionadmin_noticeswordpress_common.php:448
Maintenance & Trust

MobStac WordPress Mobile Maintenance & Trust

Maintenance Signals

WordPress version tested3.3.2
Last updatedOct 18, 2012
PHP min version
Downloads18K

Community Trust

Rating20/100
Number of ratings1
Active installs10
Developer Profile

MobStac WordPress Mobile Developer Profile

mobstac

1 plugin · 10 total installs

84
trust score
Avg Security Score
85/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect MobStac WordPress Mobile

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/mobstac-blogger/js/mobstac-tracking.js/wp-content/plugins/mobstac-blogger/css/mobstac-styling.css
Script Paths
/wp-content/plugins/mobstac-blogger/js/mobstac-tracking.js
Version Parameters
mobstac-blogger/js/mobstac-tracking.js?ver=mobstac-blogger/css/mobstac-styling.css?ver=

HTML / DOM Fingerprints

HTML Comments
<!-- MobStac Wordpress --><!-- Mobstac Wordpress plugin by MobStac --><!-- Mobstac Wordpress Plugin -->
Data Attributes
data-mobstac-id
JS Globals
window.mobstac_tracker_infovar mobstac_redirect_urlvar mobstac_api_key
FAQ

Frequently Asked Questions about MobStac WordPress Mobile