Read More Function Security & Risk Analysis

wordpress.org/plugins/readmore

Easy configuration of readable content in article listing.

20 active installs v1.1 PHP + WP 3.0+ Updated Apr 7, 2023
contentreadmore
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Read More Function Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 2yr ago
Risk Assessment

The "readmore" plugin v1.1 exhibits a generally good security posture regarding its attack surface and vulnerability history. There are no reported CVEs, and the static analysis indicates no direct entry points like AJAX handlers, REST API routes, or shortcodes that are immediately exploitable. Furthermore, the plugin shows adherence to secure coding practices by exclusively using prepared statements for SQL queries, which mitigates common SQL injection risks.

However, there are significant concerns stemming from the output escaping. The analysis reveals that 100% of the identified output points are not properly escaped. This is a critical weakness, as unescaped output can lead to Cross-Site Scripting (XSS) vulnerabilities, allowing attackers to inject malicious scripts into the website, which can then be executed in the browsers of other users. The taint analysis also identified two flows with unsanitized paths, although they were not flagged as critical or high severity. This, combined with the lack of capability checks, suggests a potential for unauthorized actions if these unsanitized paths are ever triggered through a discovered input vector.

In conclusion, while the plugin avoids common pitfalls like direct SQL injection and has a clean vulnerability history, the complete lack of output escaping represents a serious security deficiency. The absence of capability checks and the presence of unsanitized paths, even if not immediately exploitable, indicate areas that require immediate attention to prevent potential XSS and privilege escalation vulnerabilities. The strengths lie in the managed SQL and absence of historical vulnerabilities, but the weaknesses in output sanitization are a significant risk.

Key Concerns

  • 100% of output points are not properly escaped
  • 2 flows with unsanitized paths
  • No capability checks found
Vulnerabilities
None known

Read More Function Security Vulnerabilities

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

Read More Function Code Analysis

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

Output Escaping

0% escaped2 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
options_menu (readmore.php:23)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Read More Function Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionadmin_menureadmore.php:10
filterthe_postsreadmore.php:11
Maintenance & Trust

Read More Function Maintenance & Trust

Maintenance Signals

WordPress version tested4.0.38
Last updatedApr 7, 2023
PHP min version
Downloads5K

Community Trust

Rating0/100
Number of ratings0
Active installs20
Developer Profile

Read More Function Developer Profile

complex economy

1 plugin · 20 total installs

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

How We Detect Read More Function

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

Asset Fingerprints

HTML / DOM Fingerprints

Shortcode Output
<a href="">weiterlesen</a>">Titel</a>">benutzerdefiniert</a>
FAQ

Frequently Asked Questions about Read More Function