FeedPress Security & Risk Analysis

wordpress.org/plugins/feedpress

Redirects all feeds to a FeedPress feed and enables realtime feed updates.

200 active installs v1.8 PHP + WP 3.0+ Updated Feb 25, 2025
feedfeedburnerfeedpressrss
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is FeedPress Safe to Use in 2026?

Generally Safe

Score 92/100

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

No known CVEs Updated 1yr ago
Risk Assessment

The FeedPress plugin v1.8 exhibits a mixed security posture. On the positive side, it has a very small attack surface with no AJAX handlers, REST API routes, or shortcodes. Its vulnerability history is clean, with no known CVEs, suggesting good historical security practices. However, the static analysis reveals significant concerns regarding data sanitization and database security. The presence of two SQL queries that do not use prepared statements is a critical risk, as it opens the door to SQL injection vulnerabilities if any user-supplied data is involved. Furthermore, the complete lack of output escaping for 75 identified outputs is a major red flag, indicating a high likelihood of Cross-Site Scripting (XSS) vulnerabilities. While taint analysis did not reveal critical or high severity flows, the lack of proper output escaping means that any data flowing into those two SQL queries or other outputs could potentially be exploited.

Key Concerns

  • SQL queries without prepared statements
  • No output escaping on any output
  • Flows with unsanitized paths found
Vulnerabilities
None known

FeedPress Security Vulnerabilities

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

FeedPress Code Analysis

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

SQL Query Safety

0% prepared2 total queries

Output Escaping

0% escaped75 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
feedpress_conf (feedpress.php:114)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

FeedPress Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 10
actionadmin_menufeedpress.php:18
actiontemplate_redirectfeedpress.php:810
actionpublish_postfeedpress.php:846
actionadmin_noticesfeedpress.php:874
actionfeedpress_feeds_syncing_hookfeedpress.php:1021
filterplugin_row_metafeedpress.php:1037
filtermax_srcset_image_widthfeedpress.php:1047
actionrss2_headfeedpress.php:1055
actionatom_headfeedpress.php:1056
actionrss_headfeedpress.php:1057

Scheduled Events 1

feedpress_feeds_syncing_hook
Maintenance & Trust

FeedPress Maintenance & Trust

Maintenance Signals

WordPress version tested6.7.5
Last updatedFeb 25, 2025
PHP min version
Downloads32K

Community Trust

Rating66/100
Number of ratings3
Active installs200
Developer Profile

FeedPress Developer Profile

maximevalette

3 plugins · 310 total installs

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

How We Detect FeedPress

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/feedpress/feedpress.css/wp-content/plugins/feedpress/feedpress.js
Generator Patterns
FeedPress
Script Paths
/wp-content/plugins/feedpress/feedpress.js
Version Parameters
feedpress/feedpress.css?ver=feedpress/feedpress.js?ver=

HTML / DOM Fingerprints

CSS Classes
feedpress-settings
Data Attributes
data-feedpress-token
JS Globals
feedpress_settings
FAQ

Frequently Asked Questions about FeedPress