The Global Body Mass Index Calculator plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'gbmicalc' shortcode in versions up to, and including, 1.2. This is due to insufficient input sanitization and output escaping on user-supplied shortcode attributes in the GBMI_Calc_Widget::widget() function. Shortcode attributes are extracted directly into local variables via @extract($args) and then echoed unescaped into an HTML style attribute (height/width) and HTML body context (title), allowing attribute-breakout payloads. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
The Global Body Mass Index Calculator WordPress plugin versions up to 1.2 contains a Stored Cross-Site Scripting vulnerability in the 'gbmicalc' shortcode due to insufficient input sanitization. Authenticated contributors can inject malicious scripts that execute when users access affected pages.
تحتوي إضافة حاسبة مؤشر كتلة الجسم العالمية لـ WordPress على ثغرة XSS مخزنة في دالة GBMI_Calc_Widget::widget() حيث يتم استخراج خصائص Shortcode مباشرة دون تنظيف آمن. يمكن للمهاجمين المصرح لهم بمستوى المساهم أو أعلى حقن رموز ضارة في صفات HTML والمحتوى الأساسي. تنفذ البرامج النصية الضارة عند وصول أي مستخدم إلى الصفحة المصابة.
The Global Body Mass Index Calculator WordPress plugin versions up to 1.2 contains a Stored Cross-Site Scripting vulnerability in the 'gbmicalc' shortcode due to insufficient input sanitization. Authenticated contributors can inject malicious scripts that execute when users access affected pages.
Update the Global Body Mass Index Calculator plugin to version 1.3 or later immediately. Implement strict input validation and output escaping for all shortcode attributes. Restrict contributor-level access to trusted users only. Use WordPress security plugins to monitor and block malicious shortcode usage.
قم بتحديث إضافة حاسبة مؤشر كتلة الجسم العالمية إلى الإصدار 1.3 أو أحدث فوراً. طبق التحقق الصارم من المدخلات والتهريب الآمن لجميع خصائص Shortcode. قيد الوصول على مستوى المساهم للمستخدمين الموثوقين فقط. استخدم إضافات أمان WordPress لمراقبة ومنع استخدام Shortcode الضار.