WP Scribd Security & Risk Analysis

wordpress.org/plugins/wp-scribd

Description: Add Scribd docs inside a post

10 active installs v0.1 PHP + WP 2.5+ Updated Aug 29, 2008
documentpdfscribd
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Scribd Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 17yr ago
Risk Assessment

The "wp-scribd" v0.1 plugin presents a mixed security picture. On the positive side, it has a very small attack surface with no identified AJAX handlers, REST API routes, shortcodes, or cron events. Furthermore, all SQL queries are prepared, and there are no known vulnerabilities (CVEs) associated with it, suggesting a potentially stable and well-maintained past. This indicates a good understanding of fundamental WordPress security practices in these areas.

However, significant concerns arise from the code analysis. A critical weakness is that 100% of its three output operations are not properly escaped. This leaves the plugin highly susceptible to Cross-Site Scripting (XSS) attacks, where malicious code could be injected into content displayed to users. Additionally, the taint analysis reveals two flows with unsanitized paths, which, although not classified as critical or high severity in this specific scan, represent potential entry points for malicious data manipulation if not handled with proper sanitization. The complete absence of nonce checks and capability checks for any potential (though currently non-existent) entry points is also a notable oversight, as these are crucial for protecting against CSRF and unauthorized actions.

In conclusion, while the plugin demonstrates strengths in avoiding common entry points and secure SQL handling, the unescaped output and unsanitized taint flows are serious security flaws that significantly increase its risk profile. The lack of known vulnerabilities is positive but does not negate the immediate risks identified in the static analysis. Users should exercise extreme caution due to the XSS vulnerability.

Key Concerns

  • Unescaped output found
  • Flows with unsanitized paths found
  • No nonce checks implemented
  • No capability checks implemented
Vulnerabilities
None known

WP Scribd Security Vulnerabilities

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

WP Scribd Release Timeline

No version history available.
Code Analysis
Analyzed Mar 17, 2026

WP Scribd Code Analysis

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

Output Escaping

0% escaped3 total outputs
Data Flows · Security
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
wp_scribd_options_page (wp-scribd.php:77)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP Scribd Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionadmin_menuwp-scribd.php:200
filterthe_contentwp-scribd.php:201
Maintenance & Trust

WP Scribd Maintenance & Trust

Maintenance Signals

WordPress version tested2.6.1
Last updatedAug 29, 2008
PHP min version
Downloads7K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WP Scribd Developer Profile

Maurizio Pelizzone

3 plugins · 30 total installs

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

How We Detect WP Scribd

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

Asset Fingerprints

HTML / DOM Fingerprints

HTML Comments
<!-- Scridb filter-->
Shortcode Output
<i>Scridb filter</i>
FAQ

Frequently Asked Questions about WP Scribd