Pretty Pinterest Pins Security & Risk Analysis

wordpress.org/plugins/pretty-pinterest-pins

A plugin to show off images, captions, and links from your latest Pinterest activity.

300 active installs v1.3.1 PHP + WP 2.8+ Updated Sep 21, 2015
pinterestsidebarwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Pretty Pinterest Pins Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 10yr ago
Risk Assessment

The security posture of the 'pretty-pinterest-pins' plugin v1.3.1 appears generally good in several key areas. The absence of known CVEs and a clean vulnerability history is a strong positive indicator, suggesting a mature and well-maintained codebase regarding known exploits. Furthermore, the plugin demonstrates good practices by exclusively using prepared statements for SQL queries and not performing any file operations or external HTTP requests, which significantly reduces common attack vectors. However, the static analysis reveals some concerning areas. The presence of two instances of `create_function` is a significant risk. This function is deprecated and known to be a source of severe security vulnerabilities, particularly remote code execution, as it can be exploited to execute arbitrary PHP code. Additionally, the plugin exhibits poor output escaping practices, with only 25% of outputs being properly escaped. This leaves it vulnerable to cross-site scripting (XSS) attacks, where malicious scripts could be injected into the website's content.

Key Concerns

  • Use of deprecated and insecure create_function
  • Low percentage of properly escaped output
  • No nonce checks on AJAX handlers
  • No capability checks on AJAX handlers
Vulnerabilities
None known

Pretty Pinterest Pins Security Vulnerabilities

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

Pretty Pinterest Pins Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'widgets_init', create_function( '', 'register_widget("Pretty_Pinterest_Pins");' ) );pretty-pinterest-pins.php:17
create_functionadd_filter( 'wp_feed_cache_transient_lifetime', create_function('$rssLife', 'return 500;') );pretty-pinterest-pins.php:215

Output Escaping

25% escaped36 total outputs
Attack Surface

Pretty Pinterest Pins Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionwidgets_initpretty-pinterest-pins.php:17
filterwp_feed_cache_transient_lifetimepretty-pinterest-pins.php:215
Maintenance & Trust

Pretty Pinterest Pins Maintenance & Trust

Maintenance Signals

WordPress version tested4.3.34
Last updatedSep 21, 2015
PHP min version
Downloads42K

Community Trust

Rating98/100
Number of ratings9
Active installs300
Developer Profile

Pretty Pinterest Pins Developer Profile

jowilki

1 plugin · 300 total installs

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

How We Detect Pretty Pinterest Pins

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/pretty-pinterest-pins/pretty-pinterest-pins.php

HTML / DOM Fingerprints

CSS Classes
pretty-pinterest-pins-widgetpretty-pinterest-pinpretty-pinterest-follow-mepretty-pinterest-image
FAQ

Frequently Asked Questions about Pretty Pinterest Pins