Extended Theme Option Security & Risk Analysis

wordpress.org/plugins/extended-theme-option

Extended Theme Option is an advanced plugin to add more fields in the site. Field values can be retrived by using auto generated functions.

10 active installs v1.0.1 PHP + WP 2.7+ Updated Jan 25, 2013
add-more-fieldsdynamic-function-for-custom-fieldsdynamic-functions-for-fieldsextend-theme-fields
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Extended Theme Option Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The "extended-theme-option" plugin v1.0.1 exhibits a concerning security posture despite a clean vulnerability history. While the plugin has no known CVEs and a seemingly small attack surface (0 AJAX handlers, REST API routes, shortcodes, or cron events), the static analysis reveals significant weaknesses. A critical concern is the complete lack of output escaping (0% properly escaped), which makes any dynamic content rendered by the plugin highly susceptible to Cross-Site Scripting (XSS) attacks. The taint analysis further exacerbates this, showing 3 flows with unsanitized paths, all classified as high severity. This indicates that data processed by the plugin is not being adequately cleaned before being used, potentially leading to code injection or other malicious actions through these unsanitized flows.

The absence of nonces on AJAX handlers and the limited capability checks (only 1) suggest that even if an attack vector were found, user authentication and authorization might not be sufficiently enforced. The fact that 4 out of 9 SQL queries are not using prepared statements also introduces a risk of SQL injection vulnerabilities, although this is less severe than the XSS and taint flow issues. The lack of any recorded vulnerabilities in its history might lead to complacency, but the current static analysis findings present substantial risks that need immediate attention.

Key Concerns

  • All output is unescaped (0%)
  • 3 high severity taint flows with unsanitized paths
  • 44% of SQL queries not using prepared statements
  • 0 nonce checks on AJAX handlers
  • Only 1 capability check found
Vulnerabilities
None known

Extended Theme Option Security Vulnerabilities

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

Extended Theme Option Release Timeline

v1.0.1Current
Code Analysis
Analyzed Mar 17, 2026

Extended Theme Option Code Analysis

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

SQL Query Safety

44% prepared9 total queries

Output Escaping

0% escaped14 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
wpeto_config_page (wp-extend-theme.php:112)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Extended Theme Option Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionadmin_menuwp-extend-theme.php:42
actioninitwp-extend-theme.php:43
actionplugins_loadedwp-extend-theme.php:44
filterplugin_action_linkswp-extend-theme.php:110
Maintenance & Trust

Extended Theme Option Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedJan 25, 2013
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Alternatives

Extended Theme Option Alternatives

No alternatives data available yet.

Developer Profile

Extended Theme Option Developer Profile

Vipin P.G

1 plugin · 10 total installs

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

How We Detect Extended Theme Option

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-extend-theme/css/wpeto-style.css

HTML / DOM Fingerprints

CSS Classes
field_titleadmn_err_msgfooter_developer
FAQ

Frequently Asked Questions about Extended Theme Option