Hide Title Security & Risk Analysis

wordpress.org/plugins/post-or-page-hide-title

Allows admin to hide the title tag on single pages and posts.

1K active installs v1.0 PHP + WP 4.6+ Updated May 27, 2017
adminbarfrontendtitle
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Hide Title Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 8yr ago
Risk Assessment

The "post-or-page-hide-title" plugin version 1.0 exhibits a strong security posture based on the provided static analysis. The complete absence of AJAX handlers, REST API routes, shortcodes, and cron events, particularly those without authentication checks, indicates a minimal attack surface. The code's reliance on prepared statements for all SQL queries and the presence of a nonce check are positive security practices that mitigate common vulnerabilities. The lack of dangerous functions, file operations, and external HTTP requests further reduces the potential for exploitation.

However, a significant concern arises from the low percentage of properly escaped output (18%). This suggests that user-supplied or dynamic data might be rendered without adequate sanitization, potentially leading to Cross-Site Scripting (XSS) vulnerabilities. While the taint analysis shows no immediate issues, the lack of output escaping creates a fertile ground for XSS if any data flowing into output functions is not properly validated. The vulnerability history being completely clean is a positive sign, but it cannot entirely offset the risk introduced by insufficient output escaping.

In conclusion, the plugin demonstrates good development hygiene by avoiding common attack vectors and utilizing secure database practices. The primary weakness lies in the handling of output, which requires immediate attention to prevent potential XSS attacks. Addressing the output escaping issue should be the priority to strengthen the plugin's overall security.

Key Concerns

  • Insufficient output escaping
Vulnerabilities
None known

Hide Title Security Vulnerabilities

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

Hide Title Code Analysis

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

SQL Query Safety

100% prepared2 total queries

Output Escaping

18% escaped11 total outputs
Attack Surface

Hide Title Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
actionadd_meta_boxespost-or-pages-hide-title.php:21
actionsave_postpost-or-pages-hide-title.php:22
actiondelete_postpost-or-pages-hide-title.php:23
actionwp_headpost-or-pages-hide-title.php:24
actionthe_titlepost-or-pages-hide-title.php:25
actionwp_enqueue_scriptspost-or-pages-hide-title.php:26
Maintenance & Trust

Hide Title Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.32
Last updatedMay 27, 2017
PHP min version
Downloads29K

Community Trust

Rating60/100
Number of ratings2
Active installs1K
Developer Profile

Hide Title Developer Profile

Jitendra Banjara

1 plugin · 1K total installs

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

How We Detect Hide Title

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

Asset Fingerprints

Script Paths
/wp-content/plugins/post-or-page-hide-title/post-or-pages-hide-title.php

HTML / DOM Fingerprints

CSS Classes
post_or_pages_title
Data Attributes
name="post_or_pages_title"name="post_or_pages_title_noncename"
FAQ

Frequently Asked Questions about Hide Title