WP PHPList Comment Subscriber Security & Risk Analysis

wordpress.org/plugins/phplist-comment-subscriber

This wordpress plugin gives users the option to subscribe to your PHPList newsletter when adding comments to your blog

10 active installs v1.0 PHP + WP 2.0.2+ Updated Unknown
comment-subscriberemail-newsletterintegrationphplist
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP PHPList Comment Subscriber Safe to Use in 2026?

Generally Safe

Score 100/100

WP PHPList Comment Subscriber has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs
Risk Assessment

The "phplist-comment-subscriber" plugin v1.0 exhibits a concerning security posture despite a lack of recorded vulnerabilities. While the static analysis shows a very small attack surface and no immediate critical vulnerabilities like dangerous functions or unpatched CVEs, several code signals raise significant red flags. The plugin's complete absence of nonce checks and capability checks, combined with the fact that all SQL queries are executed without prepared statements, indicates a high risk of various injection attacks, particularly SQL injection. Furthermore, the 100% of analyzed output is not properly escaped, posing a substantial Cross-Site Scripting (XSS) risk. The taint analysis revealing flows with unsanitized paths, although not categorized as critical or high, further supports the presence of potential vulnerabilities that could be exploited if an attacker can control the input to these flows. The vulnerability history being clean is a positive sign, but it does not negate the inherent risks identified in the code. The plugin's strengths lie in its limited attack surface and external dependencies. However, the identified weaknesses in input validation, output escaping, and database query sanitization make it a potentially risky choice without further scrutiny and remediation.

Key Concerns

  • SQL queries not using prepared statements
  • No output escaping
  • No nonce checks
  • No capability checks
  • Unsanitized paths in taint flows
Vulnerabilities
None known

WP PHPList Comment Subscriber Security Vulnerabilities

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

WP PHPList Comment Subscriber Code Analysis

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

SQL Query Safety

0% prepared1 total queries

Output Escaping

0% escaped3 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
phplist_comments_subpanel (phplist-comment-subscriber.php:168)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP PHPList Comment Subscriber Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionadmin_menuphplist-comment-subscriber.php:275
actioncomment_postphplist-comment-subscriber.php:276
actioncomment_formphplist-comment-subscriber.php:277
Maintenance & Trust

WP PHPList Comment Subscriber Maintenance & Trust

Maintenance Signals

WordPress version tested3.1.4
Last updatedUnknown
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WP PHPList Comment Subscriber Developer Profile

jesseheap

2 plugins · 110 total installs

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

How We Detect WP PHPList Comment Subscriber

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
wrapoptions
Data Attributes
name="phplist[php_list_uri]"id="php_list_uri"name="phplist[php_list_login]"id="php_list_login"name="phplist[php_list_pass]"id="php_list_pass"+13 more
Shortcode Output
<input type="checkbox" name="subscribe" id="subscribe" value="subscribe" style="width: auto;" <label for="subscribe"><small>
FAQ

Frequently Asked Questions about WP PHPList Comment Subscriber