Related Posts for WPML Security & Risk Analysis

wordpress.org/plugins/related-posts-for-wpml

Shows related posts on MultiLanguage sites, working with WPML

10 active installs v1.1 PHP + WP 3.0.1+ Updated Aug 1, 2020
related-postswpml
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Related Posts for WPML Safe to Use in 2026?

Generally Safe

Score 85/100

Related Posts for WPML 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 plugin "related-posts-for-wpml" v1.1 presents a mixed security posture. On the positive side, there are no known CVEs, no common vulnerability types recorded, and the plugin utilizes prepared statements for all SQL queries, which is a strong security practice. The absence of an extensive attack surface, such as AJAX handlers, REST API routes, shortcodes, or cron events without proper authorization checks, also contributes to its current security. However, the static analysis reveals significant concerns regarding code security.

The presence of two "unserialize" calls is a major red flag. If the data being unserialized originates from an untrusted source, this function can lead to remote code execution vulnerabilities. Furthermore, the taint analysis indicates two flows with unsanitized paths, even though they are not categorized as critical or high severity. This suggests potential pathways for malicious input to be processed without adequate sanitization, which could be exploited in conjunction with other weaknesses.

The most concerning aspect is the complete lack of output escaping. With nine total outputs and 0% properly escaped, any data displayed to users that originates from an external source or is processed by the plugin is vulnerable to Cross-Site Scripting (XSS) attacks. The absence of nonce checks and capability checks on any entry points (though the attack surface is zero) also leaves the door open for potential privilege escalation or unauthorized actions if new entry points were to be introduced or if existing code paths are exploitable in ways not captured by the initial analysis.

In conclusion, while the plugin has a clean vulnerability history and good SQL practices, the presence of "unserialize" calls, unsanitized taint flows, and critically, the complete lack of output escaping, present substantial security risks. The plugin is highly vulnerable to XSS attacks and potentially RCE if the unserialized data is not strictly controlled. The lack of fundamental security checks like nonces and capability checks further exacerbates these risks.

Key Concerns

  • Dangerous function: unserialize found
  • Flows with unsanitized paths found
  • Output escaping: 0% properly escaped
  • Nonce checks: 0
  • Capability checks: 0
Vulnerabilities
None known

Related Posts for WPML Security Vulnerabilities

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

Related Posts for WPML Code Analysis

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

Dangerous Functions Found

unserialize$options = unserialize( get_option('related_posts_for_wpml_settings') );related-posts-for-wpml.php:44
unserialize$options = unserialize( get_option('related_posts_for_wpml_settings') );related-posts-for-wpml.php:68

Output Escaping

0% escaped9 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
__construct (init-related-posts.php:20)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Related Posts for WPML Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionadmin_menuinit-related-posts.php:23
Maintenance & Trust

Related Posts for WPML Maintenance & Trust

Maintenance Signals

WordPress version tested5.4.19
Last updatedAug 1, 2020
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Related Posts for WPML Developer Profile

ghz1990

2 plugins · 100 total installs

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

How We Detect Related Posts for WPML

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
titleimg_wrapperclassul_classli_classa_classimg_class
FAQ

Frequently Asked Questions about Related Posts for WPML