Sort Export for Gravity Forms Security & Risk Analysis

wordpress.org/plugins/gf-sort-export

Control (and persist) the order of the fields during the export of entries.

50 active installs v1.1.2 PHP 7.1+ WP 4.0+ Updated Dec 3, 2025
drag-n-dropexportgravity-formsordersort
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Sort Export for Gravity Forms Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 4mo ago
Risk Assessment

The "gf-sort-export" plugin version 1.1.2 exhibits a mixed security posture. On the positive side, it avoids dangerous functions, uses prepared statements for all SQL queries, and properly escapes all output. It also has no recorded vulnerability history, suggesting a generally stable and well-maintained codebase in the past. However, a significant concern arises from its attack surface, specifically the two AJAX handlers that lack authentication checks. This means any authenticated user could potentially trigger these handlers, leading to unintended actions or information disclosure if the handlers are not designed with strict internal authorization logic.

The taint analysis reveals two flows with unsanitized paths, which, while not flagged as critical or high severity in this specific analysis, warrant attention. These flows could represent potential entry points for malicious input that is not adequately validated or cleaned before being used in downstream operations. Given the lack of nonce checks on these AJAX handlers, these unsanitized paths could be leveraged by attackers to execute arbitrary code or manipulate data within the WordPress environment.

In conclusion, while the plugin demonstrates good practices in core areas like SQL handling and output sanitization, the unprotected AJAX endpoints and the identified unsanitized taint flows represent tangible security risks. The absence of known CVEs is a positive indicator, but the current analysis highlights vulnerabilities that could be exploited in the absence of further security controls. The plugin is not inherently insecure due to its basic coding practices, but the exposed entry points require careful consideration and mitigation.

Key Concerns

  • AJAX handlers without authentication checks
  • Taint flows with unsanitized paths
  • Missing nonce checks on AJAX handlers
Vulnerabilities
None known

Sort Export for Gravity Forms Security Vulnerabilities

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

Sort Export for Gravity Forms Code Analysis

Dangerous Functions
0
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
1

Bundled Libraries

jQuery
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
storeOrder (src\SortExportPlugin.php:94)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
2 unprotected

Sort Export for Gravity Forms Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

authwp_ajax_gf-sort-export-store-ordersrc\SortExportPlugin.php:19
authwp_ajax_gf-sort-export-get-ordersrc\SortExportPlugin.php:20
WordPress Hooks 5
actiongform_loadedgf-sort-export.php:23
actionadmin_enqueue_scriptssrc\SortExportPlugin.php:17
actiongform_form_export_pagesrc\SortExportPlugin.php:18
actiongform_noconflict_scriptssrc\SortExportPlugin.php:21
actiongform_noconflict_stylessrc\SortExportPlugin.php:22
Maintenance & Trust

Sort Export for Gravity Forms Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedDec 3, 2025
PHP min version7.1
Downloads3K

Community Trust

Rating100/100
Number of ratings3
Active installs50
Developer Profile

Sort Export for Gravity Forms Developer Profile

Apogi

1 plugin · 50 total installs

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

How We Detect Sort Export for Gravity Forms

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/gf-sort-export/public/js/gf-sort-export.jquery.js/wp-content/plugins/gf-sort-export/public/js/gf-sort-export.jquery.min.js/wp-content/plugins/gf-sort-export/public/css/gf-sort-export.css/wp-content/plugins/gf-sort-export/public/css/gf-sort-export.min.css
Script Paths
/wp-content/plugins/gf-sort-export/public/js/gf-sort-export.jquery.js/wp-content/plugins/gf-sort-export/public/js/gf-sort-export.jquery.min.js
Version Parameters
gf-sort-export/public/js/gf-sort-export.jquery.js?ver=gf-sort-export/public/css/gf-sort-export.css?ver=

HTML / DOM Fingerprints

JS Globals
window.gf_sort_export
REST Endpoints
/wp-json/gf-sort-export/store-order/wp-json/gf-sort-export/get-order
FAQ

Frequently Asked Questions about Sort Export for Gravity Forms