PrivatePost Security & Risk Analysis

wordpress.org/plugins/privatepost

This plugin is a full featured private post management interface. It allows you to manage all private post's publishing status via the "Mana …

10 active installs v1.7 PHP + WP 2.1.2+ Updated Sep 13, 2010
accesspostsprivateprivate-postrestrict
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is PrivatePost Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 15yr ago
Risk Assessment

The "privatepost" plugin v1.7 exhibits a mixed security posture. On the positive side, it demonstrates good practices in database interaction by using prepared statements for all SQL queries and has a clean vulnerability history with no recorded CVEs. The absence of external HTTP requests and bundled libraries also reduces potential attack vectors. However, significant concerns arise from the static analysis. The plugin lacks any form of nonce or capability checks, making it vulnerable to CSRF and unauthorized access if any functionality is inadvertently exposed. Furthermore, 100% of its output is not properly escaped, creating a high risk of XSS vulnerabilities. The taint analysis reveals flows with unsanitized paths, indicating potential for path traversal or other file system manipulation vulnerabilities, even though no critical or high severity issues were explicitly flagged in that specific analysis.

Key Concerns

  • All output is unescaped
  • No nonce checks present
  • No capability checks present
  • Unsanitized paths in taint flows (2 high severity)
Vulnerabilities
None known

PrivatePost Security Vulnerabilities

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

PrivatePost Code Analysis

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

SQL Query Safety

100% prepared10 total queries

Output Escaping

0% escaped14 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
private_post_options_panel (privatepost.php:299)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

PrivatePost Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 8
actionadmin_menuprivatepost.php:24
actionadmin_menuprivatepost.php:25
filterthe_contentprivatepost.php:26
actionwidgets_initprivatepost.php:27
filterposts_where_requestprivatepost.php:28
filterposts_requestprivatepost.php:30
filterthe_postsprivatepost.php:31
filterqueryprivatepost.php:34
Maintenance & Trust

PrivatePost Maintenance & Trust

Maintenance Signals

WordPress version tested2.5
Last updatedSep 13, 2010
PHP min version
Downloads7K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

PrivatePost Developer Profile

blackc2004

5 plugins · 200 total installs

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

How We Detect PrivatePost

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

Asset Fingerprints

HTML / DOM Fingerprints

Shortcode Output
[private] This txt is private [/private]
FAQ

Frequently Asked Questions about PrivatePost