Advanced FedEx Shipping – Live Rates & Address Validation for WooCommerce Security & Risk Analysis

wordpress.org/plugins/wc-fedex-shipping

FedEx Shipping plugin for WooCommerce displays live shipping rates at cart / checkout pages and validates shipping address before allowing to place an …

30 active installs v1.2.8 PHP 7.3+ WP 5.6+ Updated Mar 4, 2026
address-validationfedexshipping-methodvalidate-addresswoocommerce
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Advanced FedEx Shipping – Live Rates & Address Validation for WooCommerce Safe to Use in 2026?

Generally Safe

Score 100/100

Advanced FedEx Shipping – Live Rates & Address Validation for WooCommerce has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1mo ago
Risk Assessment

The plugin 'wc-fedex-shipping' v1.2.8 presents a generally good security posture based on the provided static analysis. The absence of any CVEs in its history is a positive indicator, suggesting a history of secure development or diligent patching of past issues. The analysis shows a limited attack surface with no registered AJAX handlers, REST API routes, shortcodes, or cron events. Importantly, all SQL queries utilize prepared statements, and there are no file operations or bundled libraries to worry about. The code also demonstrates some level of security awareness with capability checks in place and a decent percentage of output escaping.

However, the presence of the `unserialize` function without explicit checks for its source is a significant concern. If data processed by `unserialize` originates from user input or an untrusted source, it could lead to Remote Code Execution (RCE) vulnerabilities. While taint analysis shows no immediate flows, the potential for misuse remains. Furthermore, the lack of nonce checks on any entry points (although there are none listed) is a weakness if new handlers are ever added. The 59% proper output escaping also means a portion of the output is not being secured, potentially leading to Cross-Site Scripting (XSS) vulnerabilities if the unescaped data is user-controlled.

Overall, the plugin has strengths in its minimal attack surface and secure SQL handling. The primary risks stem from the insecure use of `unserialize` and the partial output escaping. The clean vulnerability history is encouraging, but the identified code signals warrant attention. A balanced conclusion is that while the plugin avoids common pitfalls, the specific findings regarding `unserialize` and output escaping introduce moderate risks that should be addressed.

Key Concerns

  • Unsanitized unserialize function
  • Partial output escaping (41% not properly escaped)
  • Missing nonce checks on potential entry points
Vulnerabilities
None known

Advanced FedEx Shipping – Live Rates & Address Validation for WooCommerce Security Vulnerabilities

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

Advanced FedEx Shipping – Live Rates & Address Validation for WooCommerce Code Analysis

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

Dangerous Functions Found

unserialize$data = unserialize($response['body']);includes\Admin\OneTeamSoftware.php:179

Output Escaping

59% escaped22 total outputs
Attack Surface

Advanced FedEx Shipping – Live Rates & Address Validation for WooCommerce Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 10
actionadmin_menuincludes\Admin\OneTeamSoftware.php:55
actionadmin_initincludes\Admin\OneTeamSoftware.php:56
actionplugins_loadedincludes\Logger\Logger.php:28
actionadmin_initincludes\Shipping\AbstractShippingMethod.php:24
filterhttp_request_timeoutincludes\Shipping\Adapter\AbstractAdapter.php:80
actionadmin_menuincludes\Shipping\Plugin.php:89
filterwoocommerce_shipping_methodsincludes\Shipping\Plugin.php:93
actionplugins_loadedincludes\Shipping\Plugin.php:101
actionwp_loadedincludes\Shipping\Plugin.php:102
actionwoocommerce_after_checkout_validationincludes\Shipping\Plugin.php:103
Maintenance & Trust

Advanced FedEx Shipping – Live Rates & Address Validation for WooCommerce Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedMar 4, 2026
PHP min version7.3
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs30
Developer Profile

Advanced FedEx Shipping – Live Rates & Address Validation for WooCommerce Developer Profile

oneteamsoftware

14 plugins · 6K total installs

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

How We Detect Advanced FedEx Shipping – Live Rates & Address Validation for WooCommerce

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wc-fedex-shipping/assets/css/admin.css/wp-content/plugins/wc-fedex-shipping/assets/js/admin.js
Script Paths
/wp-content/plugins/wc-fedex-shipping/assets/js/admin.js
Version Parameters
wc-fedex-shipping/assets/css/admin.css?ver=wc-fedex-shipping/assets/js/admin.js?ver=

HTML / DOM Fingerprints

CSS Classes
oneteamsoftwareoneteamsoftware_custom_cssoneteamsoftware-icon
HTML Comments
/*********************************************************************/ /* PROGRAM FlexRC */ /* PROPERTY 3-7170 Ash Cres */ /* OF Vancouver BC V6P 3K7 */ /* */ /* Any usage / copying / extension or modification without */ /* prior authorization is prohibited */ /*********************************************************************//*********************************************************************/ /* PROGRAM (C) 2021 FlexRC */ /* PROPERTY 3-7170 Ash Cres */ /* OF Vancouver, BC V6P3K7 */ /* CANADA */ /* Voice (604) 800-7879 */ /*********************************************************************/
Data Attributes
data-toggledata-target
JS Globals
oneTeamSoftware
FAQ

Frequently Asked Questions about Advanced FedEx Shipping – Live Rates & Address Validation for WooCommerce