Word Replacer Security & Risk Analysis

wordpress.org/plugins/word-replacer

Replace word by another word in post, page, or comment. And... bbPress

1K active installs v0.4 PHP + WP 3.1+ Updated Aug 10, 2014
commentpagepostreplacereplacer
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Word Replacer Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 11yr ago
Risk Assessment

The 'word-replacer' plugin v0.4 exhibits a generally good security posture with no recorded vulnerabilities in its history and a limited attack surface. The static analysis reveals no critical code signals like dangerous functions, file operations, or external HTTP requests, and importantly, no unsanitized taint flows. The absence of known CVEs also contributes positively to its security. However, there are areas for improvement. The plugin utilizes prepared statements for only 40% of its SQL queries, indicating a potential risk of SQL injection if not handled with extreme care in the remaining queries. Furthermore, only 15% of output is properly escaped, posing a risk of Cross-Site Scripting (XSS) vulnerabilities. The presence of a single nonce check is a positive sign, but the complete lack of capability checks for its entry points, although currently zero, means any future additions without proper authorization checks would be immediately exploitable.

Key Concerns

  • Low percentage of properly escaped output
  • SQL queries not consistently using prepared statements
  • No capability checks on entry points
Vulnerabilities
None known

Word Replacer Security Vulnerabilities

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

Word Replacer Code Analysis

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

SQL Query Safety

40% prepared5 total queries

Output Escaping

15% escaped20 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
word_replacer_post (word-replacer.php:182)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Word Replacer Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 8
filtercomment_textword-replacer.php:46
filterthe_contentword-replacer.php:47
filterbbp_get_reply_contentword-replacer.php:48
filterthe_titleword-replacer.php:49
filterwp_titleword-replacer.php:50
actionadmin_headword-replacer.php:51
actionadmin_menuword-replacer.php:52
filtercontextual_helpword-replacer.php:53
Maintenance & Trust

Word Replacer Maintenance & Trust

Maintenance Signals

WordPress version tested3.9.40
Last updatedAug 10, 2014
PHP min version
Downloads42K

Community Trust

Rating80/100
Number of ratings4
Active installs1K
Developer Profile

Word Replacer Developer Profile

takien

6 plugins · 1K total installs

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

How We Detect Word Replacer

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/word-replacer/word-replacer.php

HTML / DOM Fingerprints

CSS Classes
strip_backslashreplacer_expandable
Data Attributes
name='delete[]'name='id[]'name='count'name='original[]'name='replacement[]'name='in_posts[]'+8 more
JS Globals
jQuery
FAQ

Frequently Asked Questions about Word Replacer