
Обратный звонок Security & Risk Analysis
wordpress.org/plugins/call-me-spootПлагин добавляет на сайт кнопку и форму заказа обратного звонка.
Is Обратный звонок Safe to Use in 2026?
Generally Safe
Score 85/100Обратный звонок has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The 'call-me-spoot' plugin version 1.4 presents a significant security risk due to multiple unauthenticated entry points and poor output escaping practices. The static analysis revealed two AJAX handlers, both of which lack authentication checks. This means any unauthenticated user could potentially trigger these handlers, leading to unintended actions or information disclosure.
While the plugin utilizes prepared statements for SQL queries, which is a strength, the overwhelmingly low percentage of properly escaped output (13%) is a major concern. This indicates a high likelihood of cross-site scripting (XSS) vulnerabilities, where malicious code could be injected into the website's output. The presence of `create_function`, while less critical on its own, can also be a vector for code injection if not handled with extreme care. The absence of any recorded vulnerability history is positive but does not negate the inherent risks identified in the code analysis.
In conclusion, the plugin's security posture is weak. The unauthenticated AJAX handlers and severe output escaping deficiencies create substantial risks. While good practices like prepared statements are present, they are overshadowed by critical vulnerabilities that require immediate attention. The plugin's attack surface is small but poorly secured.
Key Concerns
- Unprotected AJAX handlers
- Low output escaping percentage
- Use of dangerous function create_function
- Missing nonce checks on AJAX handlers
Обратный звонок Security Vulnerabilities
Обратный звонок Code Analysis
Dangerous Functions Found
Output Escaping
Обратный звонок Attack Surface
AJAX Handlers 2
WordPress Hooks 7
Maintenance & Trust
Обратный звонок Maintenance & Trust
Maintenance Signals
Community Trust
Обратный звонок Developer Profile
9 plugins · 2K total installs
How We Detect Обратный звонок
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
/wp-content/plugins/call-me-spoot/css/font-awesome.css/wp-content/plugins/call-me-spoot/css/style.css/wp-content/plugins/call-me-spoot/js/phone_mask.js/wp-content/plugins/call-me-spoot/js/script.js/wp-content/plugins/call-me-spoot/js/phone_mask.js/wp-content/plugins/call-me-spoot/js/script.jscall-me-spoot/css/font-awesome.css?ver=call-me-spoot/css/style.css?ver=call-me-spoot/js/phone_mask.js?ver=call-me-spoot/js/script.js?ver=HTML / DOM Fingerprints
cms30_linkcms30_buttoncms30_modal_wrappercms30_close_modalcms30_modal_dialogcms30_containercms30_callback_formcms30_close_modal_min+2 moredata-cms30-phone-maskdata-cms30-form-submitajax_object<a class="cms30_link cms30_button" href="#cms30_call_me"><i class="fa fa-phone-square" aria-hidden="true"></i> Callback request</a><div class="cms30_modal_wrapper" id="cms30_call_me">
<a href="#close" class="cms30_close_modal"></a>
<div class="cms30_modal_dialog">
<div class="cms30_container">
<form class="cms30_callback_form" action="#" method="post">
<a href="#close" class="cms30_close_modal_min"></a>
<div class="title_h3">Callback form</div>
<input name="cms30_phone" class="cms30_phone" placeholder="Phone" type="tel" tabindex="1">
<input type="hidden" name="cms30_msg" class="cms30_msg" value="Thanks!">
<button name="submit" type="submit">Send</button>
<a class="copyright" title="Форма обратного звонка WordPress" href="https://cms3.ru/">Форма обратного звонка WordPress</a>
</form>
</div>
</div>
</div>