Picker Security & Risk Analysis

wordpress.org/plugins/picker

Picker is a simple and flexible plugin which allow users to choose a specific post inside admin widgets page and display it in their site frontend.

10 active installs v1.1.6 PHP + WP 4.0+ Updated Mar 14, 2021
adminpickpickerusabilitywidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Picker Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 5yr ago
Risk Assessment

The "picker" plugin v1.1.6 presents a mixed security posture. While the plugin demonstrates good practices in its handling of SQL queries, utilizing prepared statements exclusively, and has no recorded vulnerability history, significant concerns arise from its attack surface and output escaping. The presence of two AJAX handlers with no authentication checks creates a considerable risk, as these entry points are open to unauthorized access and potential manipulation. The taint analysis indicates two flows with unsanitized paths, which, although not flagged as critical or high severity in this analysis, warrant attention. The low percentage of properly escaped output (49%) is another major concern, suggesting a high likelihood of cross-site scripting (XSS) vulnerabilities. In conclusion, the plugin's lack of vulnerability history and secure SQL practices are positive, but the unprotected AJAX endpoints and widespread unescaped output expose it to significant risks.

Key Concerns

  • AJAX handlers without auth checks
  • Unsanitized paths in taint analysis
  • Low percentage of properly escaped output
  • No nonce checks on AJAX handlers
Vulnerabilities
None known

Picker Security Vulnerabilities

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

Picker Code Analysis

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

SQL Query Safety

100% prepared16 total queries

Output Escaping

49% escaped92 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
picker_suggest_lookup (includes\core.php:100)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
2 unprotected

Picker Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

authwp_ajax_picker_suggest_lookupincludes\core.php:139
noprivwp_ajax_picker_suggest_lookupincludes\core.php:140
WordPress Hooks 11
actionsave_postincludes\abstracts\abstract-picker-widget.php:87
actiondeleted_postincludes\abstracts\abstract-picker-widget.php:88
actionpublish_future_postincludes\abstracts\abstract-picker-widget.php:89
actionswitch_themeincludes\abstracts\abstract-picker-widget.php:90
actionadmin_initincludes\admin\class-picker-admin.php:33
actionadmin_menuincludes\admin\class-picker-admin.php:34
actionwp_print_stylesincludes\settings.php:22
actionadmin_print_stylesincludes\settings.php:25
actionadmin_print_scriptsincludes\settings.php:28
actioninitpicker.php:105
actionwidgets_initpicker.php:106
Maintenance & Trust

Picker Maintenance & Trust

Maintenance Signals

WordPress version tested5.7.15
Last updatedMar 14, 2021
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings2
Active installs10
Developer Profile

Picker Developer Profile

Andrea Landonio

4 plugins · 1K total installs

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

How We Detect Picker

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/picker/assets/css/picker.css/wp-content/plugins/picker/assets/js/picker.js
Script Paths
/wp-content/plugins/picker/assets/js/picker.js
Version Parameters
picker/assets/css/picker.css?ver=picker/assets/js/picker.js?ver=

HTML / DOM Fingerprints

CSS Classes
picker-widget
Data Attributes
data-pkr-value
JS Globals
Picker
FAQ

Frequently Asked Questions about Picker