Per Post Comment Settings Security & Risk Analysis

wordpress.org/plugins/per-post-comment-settings

You can change comment settings post by post on WP 2.7 or greater.

10 active installs v0.121 PHP + WP 2.7+ Updated Feb 26, 2013
commentsper-post-comment-settingsppcs
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Per Post Comment Settings Safe to Use in 2026?

Generally Safe

Score 85/100

Per Post Comment Settings 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 "per-post-comment-settings" plugin v0.121 exhibits a strong security posture in several key areas. The static analysis reveals no SQL queries executed without prepared statements, all output is properly escaped, and there are no file operations or external HTTP requests. Furthermore, the plugin demonstrates no known CVEs and has a clean vulnerability history, indicating a history of secure development. The attack surface is also notably absent, with no AJAX handlers, REST API routes, shortcodes, or cron events, meaning there are no direct entry points for external interaction. This absence of known vulnerabilities and minimal attack surface suggests a robustly designed plugin from a security perspective.

However, a significant concern arises from the presence of the `create_function` dangerous function. While the static analysis does not reveal any taint flows or unsanitized paths, the use of `create_function` is generally discouraged in modern PHP due to potential security risks, particularly if it were ever to dynamically construct code based on user input in the future. Additionally, the complete lack of nonce checks and capability checks across any potential entry points (though none are currently present) represents a potential weakness that could be exploited if the plugin's attack surface were to expand in future versions without proper security considerations.

Overall, the plugin is currently in a very secure state with no exploitable vulnerabilities detected in the provided data. The lack of known CVEs and a clean history are strong positives. The main area for improvement lies in refactoring the use of `create_function` and implementing robust authorization checks for any future expansion of its attack surface to maintain this high level of security.

Key Concerns

  • Use of dangerous function create_function
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Per Post Comment Settings Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Per Post Comment Settings Release Timeline

v0.12
v0.11
v0.1
Code Analysis
Analyzed Apr 16, 2026

Per Post Comment Settings Code Analysis

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

Dangerous Functions Found

create_function$func = create_function('$a', 'return WP_PPCS::pre_option(\''.$name.'\');');per-post-comment-settings.php:236

Output Escaping

100% escaped2 total outputs
Attack Surface

Per Post Comment Settings Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionadmin_menuper-post-comment-settings.php:60
actionsave_postper-post-comment-settings.php:61
actioninitper-post-comment-settings.php:62
Maintenance & Trust

Per Post Comment Settings Maintenance & Trust

Maintenance Signals

WordPress version tested2.7.1
Last updatedFeb 26, 2013
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Per Post Comment Settings Developer Profile

Cheon, YoungMin

2 plugins · 610 total installs

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

How We Detect Per Post Comment Settings

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/per-post-comment-settings/css/style.css/wp-content/plugins/per-post-comment-settings/js/scripts.js
Script Paths
/wp-content/plugins/per-post-comment-settings/js/scripts.js
Version Parameters
per-post-comment-settings/css/style.css?ver=per-post-comment-settings/js/scripts.js?ver=

HTML / DOM Fingerprints

HTML Comments
<!-- ppcs -->
Data Attributes
data-ppcs-comment-registrationdata-ppcs-close-comments-for-old-postsdata-ppcs-close-comments-days-olddata-ppcs-thread-commentsdata-ppcs-thread-comments-depthdata-ppcs-page-comments+3 more
JS Globals
wp_ppcs_settings
FAQ

Frequently Asked Questions about Per Post Comment Settings