
WC Share Cart URL Security & Risk Analysis
wordpress.org/plugins/wc-share-cart-urlShare WooCommerce cart by URL. Send the cart to any Customer in WooCommerce store.
Is WC Share Cart URL Safe to Use in 2026?
Generally Safe
Score 92/100WC Share Cart URL has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
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
WC Share Cart URL Security Vulnerabilities
WC Share Cart URL Code Analysis
Dangerous Functions Found
Output Escaping
Data Flow Analysis
WC Share Cart URL Attack Surface
WordPress Hooks 5
Maintenance & Trust
WC Share Cart URL Maintenance & Trust
Maintenance Signals
Community Trust
WC Share Cart URL Alternatives
Custom Cart Link for WooCommerce
cart-link-for-woocommerce
Create, customize and share the direct cart links which once clicked will automatically fill the customers' cart with the selected products.
Add Product To Cart Via URL
add-product-to-cart-via-url
Allows a CMS users (eg shop admin) to create a URL (for WooCommerce only) with specific product(s) and quantity info. When clicked by a user this URL …
Lean Cart Share and Save for Later for WooCommerce
lean-cart-share-and-save
Lightweight cart sharing and saving for WooCommerce - let customers share carts via URLs and save carts for later.
WPC Share Cart for WooCommerce
wpc-share-cart
WPC Share Cart is a simple but powerful tool that can help your customer share their cart.
Add bulk cart packages
add-bulk-cart-packages
Add bulk cart packages allows you to create custom product packages in WooCommerce and add them to the cart with a single click.
WC Share Cart URL Developer Profile
2 plugins · 1K total installs
How We Detect WC Share Cart URL
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.