SOGO Author's Recent Posts Security & Risk Analysis

wordpress.org/plugins/oh-authors-recent-posts-widget

Simple widget to show author's recent post, support RTL

10 active installs v1.8 PHP + WP 3.2+ Updated Nov 6, 2018
authorhebrewrecent-postrtlwidget
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is SOGO Author's Recent Posts Safe to Use in 2026?

Generally Safe

Score 85/100

SOGO Author's Recent Posts has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 7yr ago
Risk Assessment

The static analysis of the "oh-authors-recent-posts-widget" plugin v1.8 reveals a generally good security posture in some areas, with a complete absence of external HTTP requests, file operations, and SQL queries not using prepared statements. The attack surface is notably zero, with no AJAX handlers, REST API routes, shortcodes, or cron events, which significantly reduces the potential entry points for attackers. However, the plugin exhibits critical weaknesses that warrant caution.

The presence of the `create_function` dangerous function is a significant concern, as it can be a vector for code injection if used with unsanitized input. Furthermore, the extremely low percentage (9%) of properly escaped output is a major red flag. This indicates that a large portion of the plugin's output is vulnerable to Cross-Site Scripting (XSS) attacks, allowing attackers to inject malicious scripts into web pages viewed by users.

The vulnerability history of zero recorded CVEs is positive, suggesting a lack of publicly known, exploitable vulnerabilities. This, combined with the secure handling of SQL queries and the absence of an attack surface, paints a picture of a plugin that might be well-intentioned but suffers from fundamental insecure coding practices. The lack of nonce and capability checks is also concerning, as it leaves functionalities that might exist (though not evident in the zero attack surface) open to unauthorized access or manipulation.

Key Concerns

  • Dangerous function create_function used
  • Low percentage of properly escaped output
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

SOGO Author's Recent Posts Security Vulnerabilities

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

SOGO Author's Recent Posts Release Timeline

v1.6.1
v1.6
Code Analysis
Analyzed Mar 17, 2026

SOGO Author's Recent Posts Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
49
5 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("OH_Author_Recent_Entries");'));plugin.php:247

Output Escaping

9% escaped54 total outputs
Attack Surface

SOGO Author's Recent Posts Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initplugin.php:247
Maintenance & Trust

SOGO Author's Recent Posts Maintenance & Trust

Maintenance Signals

WordPress version tested4.9.29
Last updatedNov 6, 2018
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

SOGO Author's Recent Posts Developer Profile

SOGO

4 plugins · 25K total installs

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

How We Detect SOGO Author's Recent Posts

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/oh-authors-recent-posts-widget/css/admin.css/wp-content/plugins/oh-authors-recent-posts-widget/views/admin.php/wp-content/plugins/oh-authors-recent-posts-widget/views/widget.php

HTML / DOM Fingerprints

CSS Classes
oh_author_recent_post
FAQ

Frequently Asked Questions about SOGO Author's Recent Posts