SS Find Post with Password Security & Risk Analysis

wordpress.org/plugins/ss-find-post-with-password

This plugin allows you to search out and find posts with a specific password.

10 active installs v1.0.0 PHP + WP 2.3+ Updated Jul 9, 2014
pagepasswordpostspotlightstudios
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is SS Find Post with Password Safe to Use in 2026?

Generally Safe

Score 85/100

SS Find Post with Password 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 "ss-find-post-with-password" v1.0.0 plugin exhibits a mixed security posture. On the positive side, the static analysis reveals excellent security practices in several key areas. All SQL queries are protected by prepared statements, and all observed output is properly escaped, indicating a strong defense against common injection and cross-site scripting (XSS) vulnerabilities. The absence of file operations, external HTTP requests, and the fact that all entry points (though minimal) are seemingly protected also contribute positively to its security. However, there are significant concerns arising from the taint analysis. One analyzed flow shows unsanitized paths, which is flagged as a high-severity issue. This suggests a potential avenue for an attacker to manipulate file paths or other path-related data, potentially leading to unauthorized file access or other system compromises. The lack of nonces and capability checks, while not directly tied to the identified taint flow, represents a missed opportunity to further harden the plugin, especially if the shortcode or other potential entry points are ever expanded or used in a sensitive context. The plugin's vulnerability history is clean, with no known CVEs, which is a strong positive. This, combined with the good practices in SQL and output handling, suggests the developers have some security awareness. However, the single high-severity taint flow remains a critical concern that overshadows the otherwise clean code. The overall risk is moderate, with the potential for exploitation of the identified taint flow being the primary threat.

Key Concerns

  • High severity unsanitized path in taint analysis
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

SS Find Post with Password Security Vulnerabilities

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

SS Find Post with Password Code Analysis

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

SQL Query Safety

100% prepared2 total queries
Data Flows
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<ss-findPostWithPassword> (ss-findPostWithPassword.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

SS Find Post with Password Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[ss_postpassword] ss-findPostWithPassword.php:95
Maintenance & Trust

SS Find Post with Password Maintenance & Trust

Maintenance Signals

WordPress version tested3.9.40
Last updatedJul 9, 2014
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

SS Find Post with Password Developer Profile

spotlightstudios

1 plugin · 10 total installs

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

How We Detect SS Find Post with Password

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
uk-alertuk-alert-dangeruk-form-danger
Data Attributes
data-uk-alert
Shortcode Output
<form action="" method="post"><div style="text-align: center;"><input type="password" placeholder="" name="pw_field" value="" class="" /> <input type="submit" name="submit_pw_field" value="
FAQ

Frequently Asked Questions about SS Find Post with Password