Feedback Extended Security & Risk Analysis

wordpress.org/plugins/feedback-extended

This plugin requires Jetpack 1.3 or up with Contact Form plugin active. This plugin will enable users to reply to feedbacks from the admin panel.

10 active installs v1.0.0 PHP + WP 2.8+ Updated Feb 4, 2013
contact-formextendedfeedbackjetpackreply
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Feedback Extended Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The feedback-extended v1.0.0 plugin exhibits a concerning security posture primarily due to a lack of authentication checks on its sole entry point. The static analysis reveals one AJAX handler that is not protected by any authentication or capability checks, creating a significant attack surface. This unprotected endpoint is a direct path for unauthorized users to interact with the plugin's functionality, potentially leading to unintended consequences.

While the plugin demonstrates good practices in other areas, such as using prepared statements for all SQL queries and avoiding file operations and external HTTP requests, these strengths are overshadowed by the fundamental security flaw in its AJAX handling. The presence of a dangerous function like `create_function` is also a red flag, though the taint analysis did not identify any critical or high-severity issues stemming from it. The absence of any recorded vulnerabilities in its history is positive, suggesting that past versions might not have had exploitable flaws, or they were not publicly disclosed. However, this historical lack of vulnerabilities should not breed complacency given the identified code-level risks.

In conclusion, the "feedback-extended" plugin's security is severely compromised by its unprotected AJAX endpoint. While it benefits from secure SQL practices and avoids certain risky operations, the critical flaw in its entry point makes it a high risk. The lack of historical vulnerabilities is a minor positive but does not mitigate the immediate risks identified in the code.

Key Concerns

  • Unprotected AJAX handler
  • Dangerous function create_function used
  • Low percentage of properly escaped output
  • Missing Nonce check on AJAX handler
  • Missing Capability check on AJAX handler
Vulnerabilities
None known

Feedback Extended Security Vulnerabilities

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

Feedback Extended Code Analysis

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

Dangerous Functions Found

create_functionadd_filter('wp_mail_content_type', create_function('', 'return "text/html";'));feedback_extended.php:33

Output Escaping

21% escaped38 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<feedback_extended> (feedback_extended.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
1 unprotected

Feedback Extended Attack Surface

Entry Points1
Unprotected1

AJAX Handlers 1

authwp_ajax_send_feedback_replyfeedback_extended.php:18
WordPress Hooks 2
actionmanage_posts_custom_columnfeedback_extended.php:17
filterwp_mail_content_typefeedback_extended.php:33
Maintenance & Trust

Feedback Extended Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedFeb 4, 2013
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Feedback Extended Developer Profile

ehsan4php

2 plugins · 310 total installs

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

How We Detect Feedback Extended

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/feedback-extended/feedback-extended.css
Script Paths
/wp-content/plugins/feedback-extended/feedback-extended.js
Version Parameters
feedback-extended/feedback-extended.css?ver=feedback-extended/feedback-extended.js?ver=

HTML / DOM Fingerprints

CSS Classes
replysubmitdelete
HTML Comments
<!-- more -->
Data Attributes
id="fe_reply_area_id="com-replyid="replyrowid="com-reply-id="replyheadid="edithead+12 more
JS Globals
feFeedbackReplywindow.feFeedbackReply
FAQ

Frequently Asked Questions about Feedback Extended