RSS to Post Security & Risk Analysis

wordpress.org/plugins/rss-2-post

RSS-to-post will add a items from an RSS Feed to the bottom of your post content.

10 active installs v1.0.3 PHP + WP 2.0.2+ Updated Unknown
add-to-postfeedpostrssxml
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is RSS to Post Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The "rss-2-post" plugin, version 1.0.3, exhibits a mixed security posture. On the positive side, the plugin has a minimal attack surface with no identified AJAX handlers, REST API routes, shortcodes, or cron events. Furthermore, all SQL queries are properly prepared, and there are no known CVEs associated with this plugin. This indicates good development practices in certain areas, particularly in database interaction and vulnerability management.

However, significant concerns arise from the static analysis. The most critical finding is that 100% of the 14 output operations are not properly escaped. This presents a high risk of Cross-Site Scripting (XSS) vulnerabilities, where malicious scripts could be injected into the WordPress site through the plugin's output. Additionally, the taint analysis revealed 3 flows with unsanitized paths, which could potentially lead to file access or manipulation vulnerabilities, although the severity is not explicitly categorized as high or critical. The presence of file operations without specific details on their handling also warrants caution.

Given the lack of recorded vulnerabilities, it might suggest that previous versions or this version have not been extensively exploited or discovered. However, the unescaped output and unsanitized path flows are fundamental security weaknesses that can be easily exploited by attackers. The plugin needs immediate attention to address the output escaping and taint analysis findings to mitigate the risk of XSS and potential file-related exploits.

Key Concerns

  • Output escaping missing on all outputs
  • Unsanitized paths in taint flows
  • File operations present without detailed analysis
Vulnerabilities
None known

RSS to Post Security Vulnerabilities

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

RSS to Post Code Analysis

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

Output Escaping

0% escaped14 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
my_plugin_options (rss-to-post.php:30)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

RSS to Post Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 7
actionadmin_menurss-to-post.php:25
actionadmin_initrss-to-post.php:198
actiondraft_postrss-to-post.php:263
actionpublish_postrss-to-post.php:264
actionsave_postrss-to-post.php:265
actionupdate_postrss-to-post.php:266
filterthe_contentrss-to-post.php:321
Maintenance & Trust

RSS to Post Maintenance & Trust

Maintenance Signals

WordPress version tested2.9.2
Last updatedUnknown
PHP min version
Downloads15K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

RSS to Post Developer Profile

frenchsquared

1 plugin · 10 total installs

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

How We Detect RSS to Post

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/rss-2-post/images/rss-icon30.png/wp-content/plugins/rss-2-post/scripts/jquery.js
Script Paths
/wp-content/plugins/rss-2-post/scripts/jquery.js

HTML / DOM Fingerprints

CSS Classes
settingsAreasavedBoxerrorBoxhighlightrssNotesrssEntreerssTitle
Data Attributes
name="rss-enabled"name="rss-title"name="rss-trunc"name="rss_amount"name="rss-feed"name="rss-submit"+1 more
JS Globals
jquery
Shortcode Output
<div class="rssEntree"><h3><a href=
FAQ

Frequently Asked Questions about RSS to Post