Recently Edited Content Widget Security & Risk Analysis

wordpress.org/plugins/recently-edited-content-widget

This plugin provides a dashboard widget that lists recently edited content for quick access.

200 active installs v0.3.2 PHP + WP 3.0.0+ Updated Dec 9, 2015
dashboarddashboard-widgeteditedpost-typeswidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Recently Edited Content Widget Safe to Use in 2026?

Generally Safe

Score 85/100

Recently Edited Content Widget 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 "recently-edited-content-widget" plugin v0.3.2 exhibits a generally strong security posture. The static analysis indicates a small attack surface, with all identified entry points (AJAX handlers) protected by nonce and capability checks. The absence of dangerous functions, file operations, and external HTTP requests is a positive sign. Furthermore, the plugin has no recorded vulnerabilities, including critical or high-severity ones, which suggests a history of secure development or diligent patching by users. However, a significant concern lies in the handling of SQL queries. With 100% of its SQL queries not using prepared statements, this plugin is susceptible to SQL injection vulnerabilities, especially if any of the user-controlled data used in these queries is not rigorously sanitized and validated. While the output escaping is mostly handled well, the unescaped outputs present a minor risk of cross-site scripting (XSS).

Despite the good overall security practices demonstrated by the limited attack surface and robust authentication/authorization for entry points, the unqualified SQL queries represent a notable weakness. The lack of any historical vulnerabilities is a positive indicator, but it's crucial to address the SQL query issue proactively. The plugin's strengths are its limited attack surface and secure handling of its entry points. The primary weakness is the lack of prepared statements for all SQL queries, which could be a significant security risk. It's recommended to address the SQL query vulnerability immediately to improve its security posture.

Key Concerns

  • 100% of SQL queries are not using prepared statements
  • 25% of outputs are not properly escaped
Vulnerabilities
None known

Recently Edited Content Widget Security Vulnerabilities

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

Recently Edited Content Widget Code Analysis

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

SQL Query Safety

0% prepared2 total queries

Output Escaping

75% escaped16 total outputs
Attack Surface

Recently Edited Content Widget Attack Surface

Entry Points2
Unprotected0

AJAX Handlers 2

authwp_ajax_recw_searchrecently-edited-content-widget.php:26
authwp_ajax_recw_autocompleterecently-edited-content-widget.php:27
WordPress Hooks 5
actionwp_dashboard_setuprecently-edited-content-widget.php:25
filterexcerpt_morerecently-edited-content-widget.php:39
filterexcerpt_lengthrecently-edited-content-widget.php:127
filterexcerpt_morerecently-edited-content-widget.php:128
actionadmin_head-index.phprecently-edited-content-widget.php:536
Maintenance & Trust

Recently Edited Content Widget Maintenance & Trust

Maintenance Signals

WordPress version tested4.4.0
Last updatedDec 9, 2015
PHP min version
Downloads6K

Community Trust

Rating100/100
Number of ratings5
Active installs200
Developer Profile

Recently Edited Content Widget Developer Profile

webdeveric

4 plugins · 330 total installs

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

How We Detect Recently Edited Content Widget

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/recently-edited-content-widget/css/dashboard-widget.css/wp-content/plugins/recently-edited-content-widget/js/dashboard-widget.js
Script Paths
/wp-content/plugins/recently-edited-content-widget/js/dashboard-widget.js
Version Parameters
recently-edited-content-widget/css/dashboard-widget.css?ver=recently-edited-content-widget/js/dashboard-widget.js?ver=

HTML / DOM Fingerprints

CSS Classes
dashboard-recw-itemdashboard-recw-item-wrappost-titlepost-type-metameta-seppost-typepost-statepost-meta+5 more
Data Attributes
data-recw-search-nonce
JS Globals
REC_WIDGET_AJAX_URLREC_WIDGET_SEARCH_NONCE
FAQ

Frequently Asked Questions about Recently Edited Content Widget