Form Submissions Manager Security & Risk Analysis

wordpress.org/plugins/form-submissions-manager

A simple plugin to manage various form submissions data with ease.

10 active installs v1.4 PHP 7.4+ WP 6.3+ Updated Unknown
export-form-submissionsform-submissionsformsmanage-form-submissions
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Form Submissions Manager Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The 'form-submissions-manager' plugin version 1.4 exhibits a generally strong security posture based on the provided static analysis. A significant positive is the complete absence of critical or high-severity taint flows and the overwhelmingly high percentage of SQL queries using prepared statements, indicating good defensive coding against SQL injection. The plugin also demonstrates an awareness of security best practices with a robust use of nonce and capability checks for its entry points, including AJAX handlers. Furthermore, the plugin has no recorded vulnerabilities, historical or current, which is a strong indicator of secure development and maintenance.

However, a few areas warrant attention. While the total number of entry points (AJAX, shortcodes) is relatively low, it's important to ensure all are thoroughly reviewed for potential weaknesses. The presence of file operations, even without explicit taint analysis findings, suggests a potential avenue for abuse if not handled with extreme care. The percentage of properly escaped output, while high at 85%, means there's a small window for cross-site scripting (XSS) vulnerabilities if the unescaped outputs handle user-supplied data. Overall, this plugin appears well-secured but benefits from continued vigilance.

Considering the data, the plugin benefits from a low attack surface, robust authentication checks on its entry points, and a clean vulnerability history. The secure handling of SQL queries is a significant strength. The primary concerns, though minor, relate to the potential for issues with file operations and the small percentage of unescaped output, which could theoretically be exploited. Given the strong overall security indicators and lack of documented issues, the risk is assessed as low.

Key Concerns

  • Unescaped output detected
  • File operations present
Vulnerabilities
None known

Form Submissions Manager Security Vulnerabilities

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

Form Submissions Manager Code Analysis

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

SQL Query Safety

95% prepared19 total queries

Output Escaping

85% escaped114 total outputs
Data Flows
All sanitized

Data Flow Analysis

7 flows
fscmngr_handle_send_email (includes\class-ajax-handler.php:70)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Form Submissions Manager Attack Surface

Entry Points6
Unprotected0

AJAX Handlers 5

authwp_ajax_fscmngr_filter_submissionsincludes\class-ajax-handler.php:283
authwp_ajax_fscmngr_delete_submissionincludes\class-ajax-handler.php:284
authwp_ajax_fscmngr_send_emailincludes\class-ajax-handler.php:285
authwp_ajax_fscmngr_bulk_deleteincludes\class-ajax-handler.php:286
authwp_ajax_fscmngr_bulk_emailincludes\class-ajax-handler.php:287

Shortcodes 1

[fsc_form_submissions] includes\shortcode-handler.php:41
WordPress Hooks 8
actionadmin_enqueue_scriptsform-submissions-manager.php:45
actionadmin_menuform-submissions-manager.php:59
actionwpcf7_mail_sentincludes\class-form-detection.php:18
actiongform_after_submissionincludes\class-form-detection.php:21
actionwpforms_process_completeincludes\class-form-detection.php:24
actionadmin_initincludes\class-form-submission.php:955
actionadmin_initincludes\class-form-submission.php:956
actionadmin_initincludes\class-form-submission.php:957
Maintenance & Trust

Form Submissions Manager Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedUnknown
PHP min version7.4
Downloads937

Community Trust

Rating100/100
Number of ratings6
Active installs10
Developer Profile

Form Submissions Manager Developer Profile

Anandhu Nadesh

3 plugins · 10 total installs

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

How We Detect Form Submissions Manager

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/form-submissions-manager/assets/css/admin-styles.css/wp-content/plugins/form-submissions-manager/assets/js/admin-scripts.js
Script Paths
/wp-content/plugins/form-submissions-manager/assets/js/admin-scripts.js
Version Parameters
form-submissions-manager/assets/js/admin-scripts.js?ver=

HTML / DOM Fingerprints

CSS Classes
fscmngr-admin-wrap
JS Globals
fscmngr_ajax_object
Shortcode Output
<p>No submissions found</p><table><thead><tr><th>ID</th><th>Submission Data</th></tr></thead><tbody>
FAQ

Frequently Asked Questions about Form Submissions Manager