Subtitle Security & Risk Analysis

wordpress.org/plugins/subcontent

Adds another text editor below the editor in your post/page/custom-post-type edit page.

10 active installs v0.2 PHP + WP 3.5.1+ Updated Jun 30, 2014
custom-fieldeditorsub-contentwp_editor
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Subtitle Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 11yr ago
Risk Assessment

The "subcontent" v0.2 plugin exhibits a strong security posture in several key areas, including a complete absence of known vulnerabilities and a secure approach to SQL queries using prepared statements. The plugin also demonstrates good practice by not bundling external libraries, which can often introduce outdated and vulnerable components. Furthermore, the static analysis reveals no identifiable critical or high-severity issues within the code itself, such as dangerous functions or unsanitized taint flows, and no external HTTP requests that could lead to SSRF vulnerabilities.

However, the analysis does highlight a significant concern regarding output escaping. With 100% of its outputs not being properly escaped, the plugin presents a considerable risk of Cross-Site Scripting (XSS) vulnerabilities. This means that any data displayed by the plugin, if it originates from user input or an untrusted source, could be manipulated to inject malicious scripts, leading to unauthorized actions on behalf of the user or data theft. While the attack surface appears minimal with no AJAX handlers, REST API routes, shortcodes, or cron events exposed, this XSS risk is a critical flaw that requires immediate attention.

In conclusion, while "subcontent" v0.2 has a clean history and avoids common pitfalls like vulnerable SQL queries or unpatched CVEs, the unescaped output is a critical weakness. The plugin's strengths lie in its minimal attack surface and secure handling of database operations. However, the lack of output escaping negates much of this good work and makes it highly susceptible to XSS attacks. Addressing this output escaping issue should be the highest priority for developers to improve the plugin's overall security.

Key Concerns

  • Output not properly escaped
Vulnerabilities
None known

Subtitle Security Vulnerabilities

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

Subtitle Release Timeline

v0.1
Code Analysis
Analyzed Apr 16, 2026

Subtitle Code Analysis

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

Output Escaping

0% escaped2 total outputs
Attack Surface

Subtitle Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionedit_form_after_editorsubcontent.php:22
actionsave_postsubcontent.php:23
actioninitsubcontent.php:24
Maintenance & Trust

Subtitle Maintenance & Trust

Maintenance Signals

WordPress version tested3.9.40
Last updatedJun 30, 2014
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Subtitle Developer Profile

ShinichiN

6 plugins · 290 total installs

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

How We Detect Subtitle

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
subcontentLabel
Shortcode Output
get_the_subcontentthe_subcontent
FAQ

Frequently Asked Questions about Subtitle