EverPress Security & Risk Analysis

wordpress.org/plugins/everpress

EverPress allows Evernote users to automatic post their shared notebooks to WordPress.

10 active installs v1.0.3 PHP + WP 2.5+ Updated Oct 17, 2011
aggregationautobloggingevernotepostrss
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is EverPress Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 14yr ago
Risk Assessment

The "everpress" plugin version 1.0.3 presents a mixed security posture. While the plugin exhibits strengths such as a seemingly small attack surface with no identified AJAX handlers, REST API routes, shortcodes, or cron events without authentication or permission checks, and all SQL queries utilizing prepared statements, significant concerns remain. The presence of three instances of the `unserialize` function is a major red flag. Without proper sanitization or validation of the data being unserialized, this function can lead to remote code execution vulnerabilities if an attacker can control the serialized data. Furthermore, the low percentage of properly escaped output (38%) indicates a risk of cross-site scripting (XSS) vulnerabilities, as sensitive data displayed to users might not be sufficiently sanitized, allowing malicious scripts to be injected.

Key Concerns

  • Use of unserialize without input validation
  • Insufficient output escaping
Vulnerabilities
None known

EverPress Security Vulnerabilities

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

EverPress Code Analysis

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

Dangerous Functions Found

unserializereturn unserialize(file_get_contents($this->name));simplepie.php:8686
unserialize$data = unserialize($row[1]);simplepie.php:8974
unserialize$feed['child'][SIMPLEPIE_NAMESPACE_ATOM_10]['entry'][] = unserialize($row[0]);simplepie.php:9020

Output Escaping

38% escaped13 total outputs
Attack Surface

EverPress Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actioniniteverpress.php:101
actionadmin_menueverpress.php:102
Maintenance & Trust

EverPress Maintenance & Trust

Maintenance Signals

WordPress version tested3.2.1
Last updatedOct 17, 2011
PHP min version
Downloads10K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

EverPress Developer Profile

mhawksey

4 plugins · 40 total installs

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

How We Detect EverPress

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/everpress/everpress.php

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about EverPress