SEO Content Control Security & Risk Analysis

wordpress.org/plugins/seo-content-control

SEO Content Control helps to identify and clean up various sorts of weak content, in order to improve a site's quality and to rank better.

20 active installs v1.1.0 PHP + WP 2.7+ Updated Jul 6, 2011
bingcontentgooglesearch-engine-optimizationseo
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is SEO Content Control Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 14yr ago
Risk Assessment

The "seo-content-control" plugin v1.1.0 appears to have a generally strong security posture, with no recorded vulnerabilities or active CVEs. The static analysis shows a lack of traditional attack vectors like AJAX handlers, REST API routes, and shortcodes that are unprotected by authentication or permission checks. Furthermore, all SQL queries utilize prepared statements, and there are no file operations or external HTTP requests, which significantly reduces the potential for many common web vulnerabilities. The presence of nonces and capability checks on some code paths further indicates an effort towards secure development practices.

However, there are a few areas that warrant attention. The use of the `preg_replace` function with the 'e' modifier is a known potential risk for remote code execution if not handled with extreme care regarding user-supplied input. While no taint analysis flows with unsanitized paths were found, this specific function usage represents a potential weakness. Additionally, a significant portion (41%) of output escaping is not properly implemented, which could lead to cross-site scripting (XSS) vulnerabilities if the unescaped output contains user-controlled data. The absence of any taint analysis findings, coupled with the unescaped output, suggests that while the developers may not have introduced complex vulnerabilities, a lack of rigorous sanitization for all output is present.

In conclusion, this plugin has a promising foundation with robust security measures in place against common attack vectors. The lack of historical vulnerabilities is a positive sign. The primary concerns revolve around the specific use of a dangerous function (`preg_replace(/e)`) and the notable percentage of unescaped output, which together present a latent risk that could be exploited if user input is not meticulously handled before being displayed. Addressing these specific code signals should be a priority to solidify its security.

Key Concerns

  • Dangerous function (preg_replace(/e)) used
  • Significant unescaped output (41%)
Vulnerabilities
None known

SEO Content Control Security Vulnerabilities

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

SEO Content Control Code Analysis

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

Dangerous Functions Found

preg_replace(/e)preg_replace( '/\/eseo_content_control.php:1342

SQL Query Safety

100% prepared4 total queries

Output Escaping

59% escaped17 total outputs
Attack Surface

SEO Content Control Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actioninitseo_content_control.php:2501
actionadmin_menuseo_content_control.php:2561
filterdefault_hidden_meta_boxesseo_content_control.php:2578
actionadmin_print_scripts-post.phpseo_content_control.php:2583
Maintenance & Trust

SEO Content Control Maintenance & Trust

Maintenance Signals

WordPress version tested3.2.1
Last updatedJul 6, 2011
PHP min version
Downloads20K

Community Trust

Rating60/100
Number of ratings2
Active installs20
Developer Profile

SEO Content Control Developer Profile

linkstrasse

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 SEO Content Control

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/seo-content-control/js/seo-content-control.js/wp-content/plugins/seo-content-control/css/seo-content-control.css
Script Paths
/wp-content/plugins/seo-content-control/js/seo-content-control.js
Version Parameters
seo-content-control/seo-content-control.php?ver=seo-content-control/seo-content-control.css?ver=seo-content-control/seo-content-control.js?ver=

HTML / DOM Fingerprints

CSS Classes
seocc_userseocc_douserseocc_description
Data Attributes
name="seocc_douser"name="seocc_user"name="seocc_description"
JS Globals
seo_content_control_l10domain
FAQ

Frequently Asked Questions about SEO Content Control