Gravity Forms Sticky Form Security & Risk Analysis

wordpress.org/plugins/gravity-forms-sticky-form

A plugin that makes your Gravity Forms stick!

50 active installs v1.0.5 PHP + WP 2.9.2+ Updated Sep 1, 2015
datafieldformgravitypersistence
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Gravity Forms Sticky Form Safe to Use in 2026?

Generally Safe

Score 85/100

Gravity Forms Sticky Form has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 10yr ago
Risk Assessment

The static analysis of the gravity-forms-sticky-form plugin v1.0.5 reveals a generally strong security posture, with no apparent attack surface exposed through common entry points like AJAX handlers, REST API routes, or shortcodes. The plugin also demonstrates good practices by exclusively using prepared statements for SQL queries and properly escaping all outputs. Furthermore, there are no recorded vulnerabilities in its history, suggesting a history of stable and secure development.

However, the presence of two instances of the `unserialize` function without any apparent checks or sanitization presents a significant concern. The `unserialize` function is notoriously dangerous when used with untrusted input, as it can lead to Remote Code Execution (RCE) if an attacker can control the serialized data. The lack of any nonce checks or capability checks on entry points, while not explicitly problematic given the zero entry points, means that if any were introduced in the future without proper checks, they would be vulnerable. The absence of taint analysis results is also noted; while it might indicate no issues were found, it could also mean the analysis was incomplete or not performed.

In conclusion, while the plugin exhibits several positive security indicators, the identified risk associated with `unserialize` is a critical weakness that could be exploited. The lack of historical vulnerabilities is a good sign, but it does not mitigate the inherent danger of the `unserialize` function without proper input validation. Developers should prioritize addressing this potential RCE vector.

Key Concerns

  • Use of unserialize without sanitization
  • Lack of nonce checks on entry points
  • Lack of capability checks on entry points
Vulnerabilities
None known

Gravity Forms Sticky Form Security Vulnerabilities

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

Gravity Forms Sticky Form Code Analysis

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

Dangerous Functions Found

unserializereturn ($str == serialize(false) || @unserialize($str) !== false);sticky-form.php:35
unserialize$dump=unserialize($value);sticky-form.php:72
Attack Surface

Gravity Forms Sticky Form Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
filtergform_validationsticky-form.php:18
filtergform_pre_rendersticky-form.php:32
actiongform_post_submissionsticky-form.php:126
filtergform_form_settingssticky-form.php:183
actiongform_advanced_settingssticky-form.php:227
Maintenance & Trust

Gravity Forms Sticky Form Maintenance & Trust

Maintenance Signals

WordPress version tested4.3.34
Last updatedSep 1, 2015
PHP min version
Downloads4K

Community Trust

Rating100/100
Number of ratings3
Active installs50
Developer Profile

Gravity Forms Sticky Form Developer Profile

fried_eggz

1 plugin · 50 total installs

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

How We Detect Gravity Forms Sticky Form

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/gravity-forms-sticky-form/gravity-forms-sticky-form.php

HTML / DOM Fingerprints

JS Globals
sticky_getEntryOptionKeyForGF
FAQ

Frequently Asked Questions about Gravity Forms Sticky Form