
Change Text Case Security & Risk Analysis
wordpress.org/plugins/change-case-for-tinymceChange Case adds buttons to change text case in the WordPress visual editor.
Is Change Text Case Safe to Use in 2026?
Generally Safe
Score 92/100Change Text Case has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The plugin "change-case-for-tinymce" v2.3.2 demonstrates a generally good security posture based on the provided static analysis. The absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly limits its attack surface. The code also shows strong adherence to secure coding practices, with 100% of SQL queries using prepared statements and all outputs being properly escaped. Furthermore, there are no known vulnerabilities or CVEs associated with this plugin, indicating a history of secure development or effective maintenance.
However, the presence of three instances of the `unserialize` function represents a significant concern. While the analysis does not show any taint flows indicating immediate exploitation, `unserialize` is inherently risky if used with untrusted data. Without proper validation of the data being unserialized, it can lead to Remote Code Execution (RCE) vulnerabilities. The lack of nonce checks is also a minor concern, though its impact is mitigated by the very small attack surface and the presence of two capability checks.
In conclusion, the plugin is strong in areas like SQL security, output escaping, and its vulnerability history. The primary weakness lies in the use of `unserialize`, which, if not handled with extreme care and input validation, could become a serious security flaw. The minimal attack surface and lack of known historical vulnerabilities are positive indicators, but the `unserialize` function warrants careful review and potential mitigation.
Key Concerns
- Use of unserialize() function
- Missing nonce checks
Change Text Case Security Vulnerabilities
Change Text Case Release Timeline
Change Text Case Code Analysis
Dangerous Functions Found
Change Text Case Attack Surface
WordPress Hooks 5
Maintenance & Trust
Change Text Case Maintenance & Trust
Maintenance Signals
Community Trust
Change Text Case Alternatives
Paste as Plain Text
paste-as-plain-text
Forces the WordPress editor to paste everything as plain text.
PRyC WP: TinyMCE more buttons
pryc-wp-tinymce-more-buttons
Add more buttons (third line/row) to default TinyMCE editor: select font, select font size, select style, text background color, new document, cut and …
Manage TinyMCE Editor
manage-tinymce-editor
Add buttons to TinyMCE, WordPress' default visual editor.
WYSIWYG Editor for Contact Form 7
wysiwyg-editor-for-contact-form-7
Let's you add a WYSIWYG Editor field for Contact Form 7.
Text Styler
text-styler
This plugin will allow a user to style text/phrase of a post or page. He can set background color, text color, and padding, etc.
Change Text Case Developer Profile
2 plugins · 5K total installs
How We Detect Change Text Case
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.