Webuilders Import Export Security & Risk Analysis

wordpress.org/plugins/webuilders-import-export

Import and export WordPress data with field mapping support.

0 active installs v1.0.0 PHP 7.4+ WP 5.0+ Updated Mar 9, 2026
backupexportimportmeta-exporterpost-exporter
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Webuilders Import Export Safe to Use in 2026?

Generally Safe

Score 100/100

Webuilders Import Export has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 5mo ago
Risk Assessment

The "webuilders-import-export" plugin v1.0.0 exhibits a mixed security posture. On the positive side, it demonstrates good practices by properly escaping all output and using prepared statements for a high percentage of its SQL queries. The lack of known vulnerabilities in its history is also a strong positive indicator, suggesting a generally secure development approach.

However, the static analysis reveals critical areas of concern. The presence of the `unserialize` function is a significant risk, especially when combined with two taint analysis flows identified as having "unsanitized paths." While the plugin doesn't expose these via REST API or shortcodes, the AJAX handlers, even though they have nonce checks in this version, could still be vulnerable if the unserialized data originates from an untrusted source. The absence of capability checks on entry points is another weakness that could potentially be exploited if an attacker can trigger these AJAX handlers without proper user authorization.

In conclusion, while the plugin has a clean vulnerability history and good output handling, the identified risks associated with `unserialize` and unsanitized taint flows in AJAX handlers warrant careful attention. The lack of capability checks further exacerbates this potential risk.

Key Concerns

  • Taint flow with unsanitized path (High severity)
  • Taint flow with unsanitized path (High severity)
  • Dangerous function: unserialize
  • No capability checks on entry points
Vulnerabilities
None known

Webuilders Import Export Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Webuilders Import Export Release Timeline

No version history available.
Code Analysis
Analyzed Mar 17, 2026

Webuilders Import Export Code Analysis

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

Dangerous Functions Found

unserialize$value = unserialize($value);inc\import-logic.php:292

SQL Query Safety

75% prepared8 total queries

Output Escaping

100% escaped50 total outputs
Data Flows · Security
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
webim_ajax_get_meta_fields (inc\ajax.php:7)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Webuilders Import Export Attack Surface

Entry Points3
Unprotected0

AJAX Handlers 3

authwp_ajax_webim_get_meta_fieldsinc\ajax.php:51
authwp_ajax_webim_process_exportinc\ajax.php:77
authwp_ajax_webim_process_importinc\ajax.php:113
WordPress Hooks 3
actionadmin_menuinc\admin-pages.php:36
actionadmin_enqueue_scriptsinc\admin-pages.php:54
actionadmin_initinc\functions.php:25
Maintenance & Trust

Webuilders Import Export Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.5
Last updatedMar 9, 2026
PHP min version7.4
Downloads509

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Webuilders Import Export Developer Profile

webuilders

1 plugin · 0 total installs

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

How We Detect Webuilders Import Export

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/webuilders-import-export/css/admin-style.css/wp-content/plugins/webuilders-import-export/js/admin-script.js
Script Paths
/wp-content/plugins/webuilders-import-export/js/admin-script.js
Version Parameters
webuilders-import-export/css/admin-style.css?ver=webuilders-import-export/js/admin-script.js?ver=

HTML / DOM Fingerprints

CSS Classes
webim-cardwebim-meta-cardwebim-card-titlewebim-meta-gridwebim-selection-item
Data Attributes
webim_ajax
JS Globals
webim_ajax
FAQ

Frequently Asked Questions about Webuilders Import Export