RSS to Posts Security & Risk Analysis

wordpress.org/plugins/rss-to-posts

A simple plugin to add multiple RSS feeds via the admin panel. These feeds will then be monitored, and any new posts will be imported hourly on a reg …

20 active installs v1.0.4 PHP 5.6+ WP 4.0+ Updated Feb 9, 2019
autoblogfeed-to-postimportpostsrss
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is RSS to Posts Safe to Use in 2026?

Generally Safe

Score 85/100

RSS to 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 "rss-to-posts" plugin v1.0.4 exhibits significant security concerns due to its exposed attack surface. While the plugin demonstrates good practices in database interaction by exclusively using prepared statements and not making external HTTP requests, its handling of entry points is a major weakness. With two AJAX handlers identified and neither having authentication checks, this presents a clear risk of unauthorized execution of plugin functionalities. Furthermore, all output is unescaped, which is a critical vulnerability that could lead to cross-site scripting (XSS) attacks if any of the AJAX handlers process or display user-supplied data without proper sanitization. The plugin's vulnerability history is clean, with no known CVEs, which is a positive indicator. However, this should not overshadow the immediate risks identified in the static analysis, as a clean history does not guarantee future security. The lack of nonce checks and capability checks on the AJAX endpoints further exacerbates the risk of unauthorized actions.

Key Concerns

  • AJAX handlers without authentication checks
  • Unescaped output on all outputs
  • No nonce checks on AJAX handlers
  • No capability checks on AJAX handlers
  • Bundled library (Guzzle) potentially outdated
Vulnerabilities
None known

RSS to Posts Security Vulnerabilities

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

RSS to Posts Code Analysis

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

Bundled Libraries

Guzzle

Output Escaping

0% escaped2 total outputs
Attack Surface
2 unprotected

RSS to Posts Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

authwp_ajax_rss2posts_readfeedsrc\Admin.php:29
authwp_ajax_rss2posts_saveconfigsrc\Admin.php:30
WordPress Hooks 2
actionadmin_menusrc\Admin.php:31
actionadmin_enqueue_scriptssrc\Admin.php:32
Maintenance & Trust

RSS to Posts Maintenance & Trust

Maintenance Signals

WordPress version tested5.1.22
Last updatedFeb 9, 2019
PHP min version5.6
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs20
Developer Profile

RSS to Posts Developer Profile

capnhammered

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 RSS to Posts

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/rss-to-posts/admin/build/static/js//wp-content/plugins/rss-to-posts/vendor/danny/rss-reader/src/js/admin.js
Script Paths
/wp-content/plugins/rss-to-posts/admin/build/static/js//wp-content/plugins/rss-to-posts/vendor/danny/rss-reader/src/js/admin.js

HTML / DOM Fingerprints

Data Attributes
data-rssFeeds
REST Endpoints
/wp-json/wp/v2/posts
Shortcode Output
<div id='rss2posts-admin'
FAQ

Frequently Asked Questions about RSS to Posts