Infusionsoft SDK Security & Risk Analysis

wordpress.org/plugins/infusionsoft-sdk

Integrate with the Infusionsoft API using the free Novak Solutions SDK. This plugin is a dependency for other Infusionsoft plugins.

100 active installs v1.0.13 PHP + WP 2.7+ Updated Jun 7, 2019
apiinfusionsoftsdk
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Infusionsoft SDK Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 6yr ago
Risk Assessment

The "infusionsoft-sdk" v1.0.13 plugin exhibits a mixed security posture. On the positive side, the plugin has a very small attack surface, with no apparent AJAX handlers, REST API routes, shortcodes, or cron events exposed. Furthermore, all observed SQL queries are properly prepared, and there are no recorded vulnerabilities or CVEs, suggesting a history of diligent security practices from the developers or a lack of targeted exploitation. This indicates a generally robust foundation.

However, the static analysis reveals significant concerns. The presence of two instances of the `unserialize` function is a critical risk, as unsanitized serialized data can lead to Remote Code Execution vulnerabilities. Compounding this, the plugin has zero capability checks and zero nonce checks across all its entry points, meaning any functionality could potentially be accessed and exploited by unauthenticated or low-privileged users. The output escaping is also alarmingly low at only 8%, creating a high risk of Cross-Site Scripting (XSS) vulnerabilities. The file operations are also notable, and combined with the lack of authorization checks, could present further risks.

In conclusion, while the plugin's lack of historical vulnerabilities and prepared SQL statements are strengths, the critical risks associated with `unserialize` without sanitization, absence of capability and nonce checks, and poor output escaping represent a significant security deficit. These issues create a high probability of severe vulnerabilities if not addressed.

Key Concerns

  • Dangerous function unserialize used
  • Output escaping too low (8%)
  • No capability checks
  • No nonce checks
Vulnerabilities
None known

Infusionsoft SDK Security Vulnerabilities

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

Infusionsoft SDK Release Timeline

v1.0.13Current
v1.0.12
Code Analysis
Analyzed Mar 16, 2026

Infusionsoft SDK Code Analysis

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

Dangerous Functions Found

unserialize$data = unserialize($content);Infusionsoft\RemoveFieldsCache.php:26
unserialize$data = unserialize($serialized_data);Infusionsoft\SmartCache.php:89

Output Escaping

8% escaped13 total outputs
Attack Surface

Infusionsoft SDK Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionadmin_noticesinfusionsoft-sdk.php:39
filterplugin_action_linksinfusionsoft-sdk.php:56
actionadmin_initinfusionsoft-sdk.php:82
actionadmin_menuinfusionsoft-sdk.php:122
Maintenance & Trust

Infusionsoft SDK Maintenance & Trust

Maintenance Signals

WordPress version tested5.2.24
Last updatedJun 7, 2019
PHP min version
Downloads9K

Community Trust

Rating100/100
Number of ratings2
Active installs100
Developer Profile

Infusionsoft SDK Developer Profile

Jacob Allred

6 plugins · 380 total installs

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

How We Detect Infusionsoft SDK

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/infusionsoft-sdk/Infusionsoft/infusionsoft.php

HTML / DOM Fingerprints

CSS Classes
infusionsoft_sdk_settings
Data Attributes
name="infusionsoft_sdk_app_name"name="infusionsoft_sdk_api_key"
FAQ

Frequently Asked Questions about Infusionsoft SDK