PrestaShop Integration Security & Risk Analysis

wordpress.org/plugins/prestashop-integration

Add integration using shortcodes and widgets from a PrestaShop e-commerce to your blog

100 active installs v0.9.15 PHP + WP 3.3.0+ Updated Oct 10, 2023
carte-commerceecommerceeshopprestashop
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is PrestaShop Integration Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 2yr ago
Risk Assessment

The "prestashop-integration" plugin v0.9.15 exhibits a mixed security posture. On the positive side, the plugin demonstrates good practices by having all identified entry points (AJAX handlers, REST API routes, shortcodes) protected by either authorization checks or permission callbacks. The absence of known vulnerabilities in its history is also a strong indicator of past security diligence. However, the code analysis reveals several areas of concern that detract from its overall security. The presence of the `unserialize` function is a significant risk, as it can lead to arbitrary code execution if used with untrusted input. While the plugin has a relatively low percentage of SQL queries using prepared statements (20%), this still means a majority are potentially vulnerable to SQL injection. Furthermore, a very low percentage of output escaping (11%) suggests a high likelihood of cross-site scripting (XSS) vulnerabilities. The plugin's lack of vulnerability history, while generally positive, could also indicate a lack of rigorous security testing in the past, or simply good luck that hasn't been challenged by sophisticated attacks. The combination of `unserialize` and poor output escaping creates a notable risk profile, despite the protected entry points.

Key Concerns

  • Use of unserialize function
  • Low percentage of SQL prepared statements
  • Low percentage of properly escaped output
Vulnerabilities
None known

PrestaShop Integration Security Vulnerabilities

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

PrestaShop Integration Code Analysis

Dangerous Functions
1
Raw SQL Queries
4
1 prepared
Unescaped Output
83
10 escaped
Nonce Checks
2
Capability Checks
5
File Operations
0
External Requests
0
Bundled Libraries
0

Dangerous Functions Found

unserialize$store['hours'] = @unserialize($store['hours']);prestashop-integration.php:887

SQL Query Safety

20% prepared5 total queries

Output Escaping

11% escaped93 total outputs
Attack Surface

PrestaShop Integration Attack Surface

Entry Points9
Unprotected0

AJAX Handlers 3

authwp_ajax_prestashop_integration_list_productprestashop-integration.php:66
authwp_ajax_prestashop_integration_add_productprestashop-integration.php:67
authwp_ajax_prestashop_integration_del_productprestashop-integration.php:68

Shortcodes 6

[ps_module] prestashop-integration.php:74
[ps_hook] prestashop-integration.php:75
[ps_template_vars] prestashop-integration.php:76
[ps_product_image] prestashop-integration.php:77
[ps_new_products] prestashop-integration.php:78
[ps_product_list] prestashop-integration.php:79
WordPress Hooks 8
filterdo_parse_requestprestashop-integration.php:58
actionadmin_initprestashop-integration.php:61
actionadmin_footerprestashop-integration.php:62
actionadmin_menuprestashop-integration.php:63
actionadmin_enqueue_scriptsprestashop-integration.php:64
actionwidgets_initprestashop-integration.php:70
actiontemplate_redirectprestashop-integration.php:71
actionwp_headprestashop-integration.php:72
Maintenance & Trust

PrestaShop Integration Maintenance & Trust

Maintenance Signals

WordPress version tested6.3.8
Last updatedOct 10, 2023
PHP min version
Downloads32K

Community Trust

Rating92/100
Number of ratings13
Active installs100
Developer Profile

PrestaShop Integration Developer Profile

aytechnet

1 plugin · 100 total installs

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

How We Detect PrestaShop Integration

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/prestashop-integration/css/prestashop-integration.css/wp-content/plugins/prestashop-integration/css/prestashop-integration-admin.css/wp-content/plugins/prestashop-integration/js/prestashop-integration.js/wp-content/plugins/prestashop-integration/js/prestashop-integration-admin.js
Script Paths
/wp-content/plugins/prestashop-integration/js/prestashop-integration.js/wp-content/plugins/prestashop-integration/js/prestashop-integration-admin.js
Version Parameters
prestashop-integration/css/prestashop-integration.css?ver=prestashop-integration/css/prestashop-integration-admin.css?ver=prestashop-integration/js/prestashop-integration.js?ver=prestashop-integration/js/prestashop-integration-admin.js?ver=

HTML / DOM Fingerprints

CSS Classes
prestashop-integration-adminprestashop-integration-admin-form
HTML Comments
<!-- PrestaShop Integration options -->
JS Globals
prestashopIntegrationAdmin
REST Endpoints
/wp-json/prestashop-integration/v1
Shortcode Output
[ps_module][ps_hook][ps_template_vars][ps_product_image]
FAQ

Frequently Asked Questions about PrestaShop Integration