My Settings Security & Risk Analysis

wordpress.org/plugins/my-settings

My Settings allows you to change default settings and change display of your site content.

10 active installs v1.0 PHP + WP 2.0.2+ Updated Jul 30, 2012
emailemail-fromplugin-editorsendersender-name
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is My Settings Safe to Use in 2026?

Generally Safe

Score 85/100

My Settings 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 "my-settings" plugin v1.0 exhibits a mixed security posture. On one hand, the static analysis reveals a minimal attack surface with no identified AJAX handlers, REST API routes, shortcodes, or cron events exposed without authentication or permission checks. This suggests a potential effort to limit entry points. However, significant concerns arise from the code signals. The plugin uses raw SQL queries without prepared statements, which is a critical vulnerability risk for SQL injection. Furthermore, all identified output operations are not properly escaped, opening the door to cross-site scripting (XSS) vulnerabilities. The absence of nonce checks and capability checks on the few potential entry points, combined with the lack of input sanitization indicated by the zero taint flows with unsanitized paths, further exacerbates these risks, implying that even if there were entry points, they would likely be vulnerable.

The vulnerability history is currently clear, with no recorded CVEs or past issues. This is a positive indicator, but it does not negate the inherent risks identified in the code itself. It's possible that the plugin's limited functionality or the specific ways it's used have so far avoided triggering known vulnerabilities. The lack of any recorded vulnerabilities could also mean the plugin is new or has not been subjected to extensive security auditing. In conclusion, while the plugin has a small attack surface and no known past vulnerabilities, the presence of unescaped output and raw SQL queries are major weaknesses that require immediate attention. These coding practices create significant security risks that could be exploited.

Key Concerns

  • SQL queries not using prepared statements
  • Output escaping not properly implemented
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

My Settings Security Vulnerabilities

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

My Settings Code Analysis

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

SQL Query Safety

0% prepared1 total queries

Output Escaping

0% escaped9 total outputs
Attack Surface

My Settings Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 11
actionwp_logoutmys.php:258
filterthe_contentmys.php:261
filterthe_excerptmys.php:262
filtermenu_ordermys.php:266
actionadmin_initmys.php:267
actionwp_headmys.php:268
actionwp_footermys.php:269
filterwp_mail_frommys.php:270
filterwp_mail_from_namemys.php:271
actionadmin_menumys.php:272
filterlogin_urlmys.php:273
Maintenance & Trust

My Settings Maintenance & Trust

Maintenance Signals

WordPress version tested2.1
Last updatedJul 30, 2012
PHP min version
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

My Settings Developer Profile

victor4g

2 plugins · 110 total installs

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

How We Detect My Settings

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/my-settings/mys.css

HTML / DOM Fingerprints

CSS Classes
mys_footer
Data Attributes
name="mys_email_from"name="mys_email_sender"name="mys_login_url"name="mys_login_rurl"name="mys_hide_theme_edt"name="mys_hide_plugin_edt"+9 more
FAQ

Frequently Asked Questions about My Settings