The Customer Reviews for WooCommerce plugin for WordPress is vulnerable to authentication bypass in all versions up to, and including, 5.103.0. This is due to the `create_review_permissions_check()` function comparing the user-supplied `key` parameter against the order's `ivole_secret_key` meta value using strict equality (`===`), without verifying that the stored key is non-empty. For orders where no review reminder email has been sent, the `ivole_secret_key` meta is not set, causing `get_meta()` to return an empty string. An attacker can supply `key: ""` to match this empty value and bypass the permission check. This makes it possible for unauthenticated attackers to submit, modify, and inject product reviews on any product — including products not associated with the referenced order — via the REST API endpoint `POST /ivole/v1/review`. Reviews are auto-approved by default since `ivole_enable_moderation` defaults to `"no"`.
The Customer Reviews for WooCommerce plugin contains an authentication bypass vulnerability in versions up to 5.103.0 that allows unauthenticated attackers to submit and modify product reviews via the REST API. The flaw exists in the create_review_permissions_check() function which fails to validate that stored secret keys are non-empty before comparison.
يؤثر هذا الضعف على جميع إصدارات مكون Customer Reviews for WooCommerce حتى 5.103.0 ويسمح للمهاجمين بتجاوز فحوصات الأذونات بتقديم مفتاح فارغ. يمكن للمهاجمين تقديم وتعديل التقييمات على أي منتج بما في ذلك المنتجات غير المرتبطة بالطلب المرجعي عبر نقطة نهاية REST API. التقييمات يتم الموافقة عليها تلقائياً بشكل افتراضي مما يزيد من تأثير الهجوم.
عرضة لثغرة تجاوز المصادقة في مكون Customer Reviews for WooCommerce حتى الإصدار 5.103.0 يسمح للمهاجمين غير المصرح لهم بتقديم وتعديل تقييمات المنتجات عبر واجهة REST API. يحدث الخلل في دالة create_review_permissions_check() التي تفشل في التحقق من أن مفاتيح السر المخزنة غير فارغة قبل المقارنة.
Update the Customer Reviews for WooCommerce plugin to version 5.103.1 or later immediately. Additionally, implement input validation to ensure the ivole_secret_key meta value is non-empty before performing strict equality comparisons. Review and audit all product reviews submitted during the vulnerability window for unauthorized or malicious content.
قم بتحديث مكون Customer Reviews for WooCommerce إلى الإصدار 5.103.1 أو أحدث على الفور. بالإضافة إلى ذلك، قم بتنفيذ التحقق من صحة الإدخال للتأكد من أن قيمة ivole_secret_key غير فارغة قبل إجراء مقارنات المساواة الصارمة. راجع وتدقيق جميع تقييمات المنتجات المقدمة أثناء نافذة الثغرة للبحث عن محتوى غير مصرح به أو ضار.