
Simple Font Resizer Security & Risk Analysis
wordpress.org/plugins/simple-font-resizerJust Install and click to resize your font plugins. Simple but flexible.
Is Simple Font Resizer Safe to Use in 2026?
Generally Safe
Score 100/100Simple Font Resizer has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The 'simple-font-resizer' plugin exhibits a generally strong security posture based on the provided static analysis. The absence of dangerous functions, raw SQL queries, file operations, and external HTTP requests is commendable. The plugin also boasts a very small attack surface, with only one entry point identified, and importantly, zero unprotected entry points. Taint analysis shows no identified flows, further reinforcing a clean bill of health in this area. The vulnerability history is also excellent, with no recorded CVEs, indicating a lack of publicly known security flaws.
However, a significant concern arises from the complete lack of output escaping. This means that any data processed by the plugin and displayed on the frontend is not being sanitized, opening the door to Cross-Site Scripting (XSS) vulnerabilities. While there are no currently identified flows in the taint analysis, the absence of escaping is a foundational security weakness that could be exploited if untrusted data were to enter the plugin's processing pipeline. Additionally, the complete absence of nonce and capability checks across all entry points is a notable oversight, especially given the potential for manipulation of the shortcode's functionality.
Key Concerns
- Unescaped output found
- Missing nonce checks on entry points
- Missing capability checks on entry points
Simple Font Resizer Security Vulnerabilities
Simple Font Resizer Code Analysis
Output Escaping
Simple Font Resizer Attack Surface
Shortcodes 1
WordPress Hooks 2
Maintenance & Trust
Simple Font Resizer Maintenance & Trust
Maintenance Signals
Community Trust
Simple Font Resizer Alternatives
Zeno Font Resizer
zeno-font-resizer
Zeno Font Resizer allows the visitors of your website to change the font size of your text.
Accessibility Font Resizer
accessibility-font-resizer
Make accessibility better for your visitors by enabling them to resize the text on your website and make it bigger.
Easy Font Resize
easy-font-resize
Allow your visitors to increase or decrease font size of the "main" section of your website.
Barrierefrei Helper
barrierefrei-helper
Verbessert die Barrierefreiheit auf Websites mit Anpassungen wie Schriftgrößenänderung, Farbwahl, und Kontrastmodus.
SiteEase Accessibility Pro
site-accessibility
SiteEase Accessibility Pro improves website readability and usability by allowing users to adjust font size, colors, and other visual settings.
Simple Font Resizer Developer Profile
7 plugins · 730 total installs
How We Detect Simple Font Resizer
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
/wp-content/plugins/simple-font-resizer/assets/css/style.css/wp-content/plugins/simple-font-resizer/assets/js/custom.js/wp-content/plugins/simple-font-resizer/assets/js/custom.jssimple-font-resizer/assets/css/style.css?ver=simple-font-resizer/assets/js/custom.js?ver=HTML / DOM Fingerprints
font_resizer_pluswp_font_rp_btnid="btn-increase_wp_font_rp"id="btn-orig_wp_font_rp"id="btn-decrease_wp_font_rp"<div class="font_resizer_plus">
<button id="btn-increase_wp_font_rp" class="btn btn-default wp_font_rp_btn" type="button">A+</button><br>
<button id="btn-orig_wp_font_rp" class="btn btn-default wp_font_rp_btn" type="button">A</button><br>
<button id="btn-decrease_wp_font_rp" class="btn btn-default wp_font_rp_btn" type="button">A-</button>
</div>