
Baseter body mass index calculator Security & Risk Analysis
wordpress.org/plugins/baseter-body-mass-index-calculatorProvide your visitors the ability to calculate their body mass index to determine wheter their bmi in normal, they are underweight or they are overwei …
Is Baseter body mass index calculator Safe to Use in 2026?
Generally Safe
Score 85/100Baseter body mass index calculator has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The 'baseter-body-mass-index-calculator' plugin version 0.3.1 exhibits a concerning security posture despite a lack of publicly disclosed vulnerabilities and apparent absence of critical code signals. The static analysis reveals a complete lack of output escaping, indicating that all user-supplied data, if processed, could potentially be rendered directly to the browser without sanitization. This poses a significant risk of Cross-Site Scripting (XSS) vulnerabilities, allowing attackers to inject malicious scripts into the website. Furthermore, the absence of any capability checks, nonce checks, or explicit authentication checks on potential entry points (though currently zero, this could change with future updates) is a major red flag. The plugin also has no recorded vulnerability history, which, while seemingly positive, could also suggest a lack of rigorous security auditing or testing. The overall impression is a plugin developed with minimal security considerations for output handling and authentication, presenting a latent risk that could be exploited if any user-controllable data interacts with the output mechanisms.
Key Concerns
- 0% output escaping
- 0 capability checks
- 0 nonce checks
- No protection on AJAX handlers
- No protection on REST API routes
Baseter body mass index calculator Security Vulnerabilities
Baseter body mass index calculator Code Analysis
Output Escaping
Baseter body mass index calculator Attack Surface
WordPress Hooks 1
Maintenance & Trust
Baseter body mass index calculator Maintenance & Trust
Maintenance Signals
Community Trust
Baseter body mass index calculator Alternatives
BMI Calculator by Calculator.iO
ci-bmi-calculator
The free Body Mass Index calculator, also known as BMI, computes and classifies BMI for children and adults using data obtained from WHO and CDC.
BMI Widget
bmi-widget
Adds a widget that displays a BMI calculator with standard or metric measurements and options for styling.
Greek BMI Calculator
greek-bmi-calculator
With this plugin you can calculate BMI and show the results and the category that the user belongs, in greek.
CC BMI Calculator
cc-bmi-calculator
Add a free simple customizable BMI Calculator to your web site.
fitness calculators
fitness-calculators
Plugin for calculating Water intake, BMI calculator, protein Intake for the fitness freaks.
Baseter body mass index calculator Developer Profile
6 plugins · 3K total installs
How We Detect Baseter body mass index calculator
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
HTML / DOM Fingerprints
<form id="baseterform" onsubmit="return bmi_calculator(this);" method="post">
Weight: <input type="text" name="bmi_weight" id="bmi_weight" size="9"; /> lbs.<br>
Height: <input type="text" name="bmi_height_ft" id="bmi_height_ft" size="9"; /> ft <br>
Height: <input type="text" name="bmi_height_in" id="bmi_height_in" size="9"; /> in
<br><input type="submit" name="submit" id="submit" value="Calculate" /><br>
<div id="bmi_result"></div>
</form>