WC Share Cart URL Security & Risk Analysis

wordpress.org/plugins/wc-share-cart-url

Share WooCommerce cart by URL. Send the cart to any Customer in WooCommerce store.

400 active installs v1.1.1 PHP 5.6+ WP 5.0+ Updated Apr 29, 2024
cart-linkcart-urlsend-cart-to-customerwoocommerce-cart-urlwoocommerce-share-cart
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is WC Share Cart URL Safe to Use in 2026?

Generally Safe

Score 92/100

WC Share Cart URL has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1yr ago
Risk Assessment

The wc-share-cart-url plugin version 1.1.1 exhibits a generally good security posture with several strengths. Notably, it demonstrates a complete absence of known CVEs, indicating a history of responsible development and patching. The plugin also scores well on output escaping and SQL query handling, with 100% of queries using prepared statements and all outputs properly escaped. This suggests a deliberate effort to prevent common web vulnerabilities like XSS and SQL injection.

However, the static analysis reveals a significant concern: the presence of the `unserialize` function, which is inherently dangerous and can lead to remote code execution if used with untrusted input. This is further underscored by a high-severity taint flow identified, suggesting that data potentially originating from user input is being passed to `unserialize` without adequate sanitization. The lack of nonce checks and capability checks on entry points, though the attack surface is currently reported as zero, presents a potential risk if new entry points are introduced in future versions without proper security considerations.

While the plugin has no recorded vulnerabilities, the identified high-severity taint flow is a critical indicator of potential risk that outweighs the clean vulnerability history. The reliance on `unserialize` without robust input validation is a major weakness. Therefore, while the plugin has some strong security practices, the identified taint flow and use of `unserialize` necessitate a cautious approach and immediate attention to secure the handling of serialized data.

Key Concerns

  • High severity taint flow
  • Dangerous function: unserialize used
  • No nonce checks on entry points
  • Lack of capability checks on entry points
Vulnerabilities
None known

WC Share Cart URL Security Vulnerabilities

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

WC Share Cart URL Code Analysis

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

Dangerous Functions Found

unserialize$cart = unserialize( file_get_contents($file) );wc-share-cart-url.php:56

Output Escaping

100% escaped4 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

2 flows1 with unsanitized paths
<wc-share-cart-url> (wc-share-cart-url.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WC Share Cart URL Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionwoocommerce_before_cartwc-share-cart-url.php:29
actionwoocommerce_load_cart_from_sessionwc-share-cart-url.php:30
filterwoocommerce_update_cart_action_cart_updatedwc-share-cart-url.php:31
filterwoocommerce_cart_item_pricewc-share-cart-url.php:32
actionwoocommerce_before_calculate_totalswc-share-cart-url.php:33
Maintenance & Trust

WC Share Cart URL Maintenance & Trust

Maintenance Signals

WordPress version tested6.5.8
Last updatedApr 29, 2024
PHP min version5.6
Downloads6K

Community Trust

Rating94/100
Number of ratings13
Active installs400
Developer Profile

WC Share Cart URL Developer Profile

Krzysztof Piątkowski

2 plugins · 1K total installs

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

How We Detect WC Share Cart URL

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

Asset Fingerprints

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about WC Share Cart URL