Subtitle Security & Risk Analysis

wordpress.org/plugins/subtitle

Displays subtitle text field after the title in post, page and other post type edit page.

100 active installs v0.1 PHP + WP 3.5.1+ Updated May 1, 2013
custom-fieldsubtitle
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 12yr ago
Risk Assessment

The "subtitle" plugin version 0.1 exhibits a strong security posture based on the provided static analysis. There are no identified AJAX handlers, REST API routes, shortcodes, or cron events, which significantly limits the potential attack surface. The code also demonstrates good practices with 100% of SQL queries using prepared statements, and no dangerous functions, file operations, or external HTTP requests are present. The plugin includes one capability check, indicating some level of authorization is considered.

However, the analysis reveals a complete lack of nonce checks, which is a significant concern, especially if any AJAX or form submissions are intended (though none are currently identified). Furthermore, 50% of output is not properly escaped, presenting a potential risk for cross-site scripting (XSS) vulnerabilities. The absence of taint analysis results and the small number of analyzed outputs make it difficult to fully assess the risk of unsanitized data leading to vulnerabilities.

The plugin's vulnerability history is clean, with no known CVEs. This, coupled with the limited attack surface and good SQL practices, suggests a potentially secure plugin. However, the lack of nonce checks and partial output escaping are definite weaknesses that require attention. The overall conclusion is that while the plugin has a solid foundation, these specific areas need improvement to achieve a more robust security profile.

Key Concerns

  • Outputs not properly escaped
  • Missing nonce checks
Vulnerabilities
None known

Subtitle Security Vulnerabilities

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

Subtitle Code Analysis

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

Output Escaping

50% escaped2 total outputs
Attack Surface

Subtitle Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionedit_form_after_titlesubtitle.php:20
actionsave_postsubtitle.php:21
actioninitsubtitle.php:22
Maintenance & Trust

Subtitle Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedMay 1, 2013
PHP min version
Downloads4K

Community Trust

Rating60/100
Number of ratings2
Active installs100
Developer Profile

Subtitle Developer Profile

ShinichiN

4 plugins · 260 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

Data Attributes
for="subtitle_id"name="subtitle"id="subtitle_id"
Shortcode Output
<label for="subtitle_id">Subtitle <br /><input size="100" type="text" name="subtitle" id="subtitle_id" value="
FAQ

Frequently Asked Questions about Subtitle