FriendFeed Comments Security & Risk Analysis

wordpress.org/plugins/friendfeed-comments

Puts the comments and likes from FriendFeed on your posts.

10 active installs v1.6.4 PHP + WP 2.3+ Updated Jun 29, 2008
commentsfriendfeedlifestreaming
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is FriendFeed Comments Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 17yr ago
Risk Assessment

The friendfeed-comments plugin v1.6.4 presents a mixed security posture. While it boasts no known CVEs and a seemingly small attack surface with no unprotected entry points, significant concerns arise from the static analysis. The presence of dangerous functions like 'unserialize' and 'assert' is a red flag, especially when combined with a complete lack of output escaping (0% properly escaped). This combination creates a high risk of Cross-Site Scripting (XSS) vulnerabilities, where malicious data could be executed. The single taint flow with an unsanitized path, flagged as high severity, further reinforces the potential for code injection or data compromise.

The plugin's vulnerability history is clean, which could indicate diligence in past development or simply a lack of historical scrutiny. However, the current code analysis reveals critical weaknesses that could be exploited if a vulnerable entry point were present or introduced. The absence of capability checks and nonce checks on what appears to be a single cron event also warrants attention, as it could potentially be triggered by unauthenticated users if not properly secured within its execution context.

In conclusion, despite a clean vulnerability history, the plugin's internal code quality concerning output escaping and the use of dangerous functions is a major weakness. The high-severity taint flow is a direct indicator of potential risk. While the attack surface appears limited, the internal code vulnerabilities mean that any future or undiscovered entry point could lead to severe compromise.

Key Concerns

  • Dangerous functions used (unserialize, assert)
  • No output escaping (0% properly escaped)
  • High severity taint flow with unsanitized path
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

FriendFeed Comments Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

FriendFeed Comments Release Timeline

No version history available.
Code Analysis
Analyzed Mar 17, 2026

FriendFeed Comments Code Analysis

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

Dangerous Functions Found

unserialize$apikeys = unserialize($apikeys);friendfeed-comments.php:208
unserialize$apikeys = unserialize($apikeys);friendfeed-comments.php:253
unserialize$discussion->comments = unserialize($discussion->comments);friendfeed-comments.php:455
unserialize$discussion->likes = unserialize($discussion->likes);friendfeed-comments.php:456
unserialize$comments = unserialize ($likes);friendfeed-comments.php:719
unserialize$comments = unserialize ($comments);friendfeed-comments.php:747
assertassert(function_exists("curl_init"));friendfeed.php:18

SQL Query Safety

100% prepared16 total queries

Output Escaping

0% escaped63 total outputs
Data Flows · Security
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<friendfeed_ajax> (friendfeed_ajax.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

FriendFeed Comments Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
actionadmin_menufriendfeed-comments.php:38
actionupdate_friendfeedcomments_hookfriendfeed-comments.php:39
actionwp_headfriendfeed-comments.php:40
actionedit_form_advancedfriendfeed-comments.php:41
filtersave_postfriendfeed-comments.php:42
actionadmin_noticesfriendfeed-comments.php:62

Scheduled Events 1

update_friendfeedcomments_hook
Maintenance & Trust

FriendFeed Comments Maintenance & Trust

Maintenance Signals

WordPress version tested
Last updatedJun 29, 2008
PHP min version
Downloads11K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

FriendFeed Comments Developer Profile

dalziel

6 plugins · 80 total installs

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

How We Detect FriendFeed Comments

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/friendfeed-comments/defaultStyle.css
Script Paths
/wp-content/plugins/friendfeed-comments/friendfeed-comments.js

HTML / DOM Fingerprints

CSS Classes
friendfeeddivfriendfeed_current_entryfriendfeed_change_entry
Data Attributes
id="friendfeed_change_link"id="friendfeed_current_entry"id="friendfeed_change_entry"id="friendfeedcomments-post"
JS Globals
friendFeedServicePath
FAQ

Frequently Asked Questions about FriendFeed Comments