
Ultimatesmsapi SMS PLugin Security & Risk Analysis
wordpress.org/plugins/ultimate-sms-feedback-formGET FEEDBACK MESSAGES ON YOUR PHONE USING ANY FREE SMS PROVIDER
Is Ultimatesmsapi SMS PLugin Safe to Use in 2026?
Generally Safe
Score 85/100Ultimatesmsapi SMS PLugin has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The "ultimate-sms-feedback-form" v1.1.1 plugin presents a mixed security posture. On the positive side, it exhibits good practices by avoiding dangerous functions, utilizing prepared statements for all SQL queries, and having no known vulnerabilities or CVEs in its history. The attack surface is also relatively small, with only one entry point (a shortcode) and no exposed AJAX handlers or REST API routes without authentication. However, significant concerns arise from the code analysis. The complete lack of output escaping for all identified outputs is a critical flaw, opening the door to Cross-Site Scripting (XSS) vulnerabilities. Furthermore, the taint analysis reveals three flows with unsanitized paths, indicating potential for insecure data handling, even though they are not classified as critical or high severity by the analysis. The absence of nonce checks and capability checks on any entry points, combined with the unsanitized taint flows, creates a risk of unauthorized actions or data manipulation if an attacker can control user input or trigger these flows. The plugin's vulnerability history, while currently clean, does not mitigate the risks identified in the static and taint analysis.
Key Concerns
- All output escaping is missing
- Taint analysis shows unsanitized paths
- No nonce checks on entry points
- No capability checks on entry points
Ultimatesmsapi SMS PLugin Security Vulnerabilities
Ultimatesmsapi SMS PLugin Release Timeline
Ultimatesmsapi SMS PLugin Code Analysis
Output Escaping
Data Flow Analysis
Ultimatesmsapi SMS PLugin Attack Surface
Shortcodes 1
WordPress Hooks 2
Maintenance & Trust
Ultimatesmsapi SMS PLugin Maintenance & Trust
Maintenance Signals
Community Trust
Ultimatesmsapi SMS PLugin Alternatives
AP SMS Manager
ap-sms-manager
AP SMS Manager helps you turn your website into an SMS as a service web app. It makes it a breeze to send bulk sms messages to your contacts, using pr …
New Post SMS Notifications
new-post-sms-notifications
Sends SMS notifications to your clients for new post status changes. You can also receive an SMS message when a new new post is received.
WC – APG SMS Notifications
woocommerce-apg-sms-notifications
Add to your WooCommerce store SMS notifications to your customers when order status changed.
Alpha SMS
alpha-sms
Connect your WordPress and WooCommerce store to Alpha SMS for OTP verification and order notifications in Bangladesh.
TerraReach SMS for WooCommerce
terrareach-sms-for-woocommerce
SMS gateway for Sri Lanka to send transactional or bulk SMS to your customers via WooCommerse store.
Ultimatesmsapi SMS PLugin Developer Profile
2 plugins · 20 total installs
How We Detect Ultimatesmsapi SMS PLugin
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
HTML / DOM Fingerprints
Copyright 2012 Rahul Chaudhary (email : rahchaudhary@gmail.com)<form action='' method='post'>
<table>
<tr>
<td>Name: </td><td><input type='text' name='name'></td>
<tr>
<td>Mobile: </td><td><input type='text' name='number' length=10> (without country code)</td>
<tr>
<td>Email: </td><td><input type='text' name='mail'></td>
<tr>
<td>Message: </td><td><textarea name='mess'></textarea></td>
<tr>
<td></td><td><input type='submit' name='submit' value='Send'></td>
</table>
</form>