The MoneySpace plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 2.13.9. This is due to the plugin storing full payment card details (PAN, card holder name, expiry month/year, and CVV) in WordPress post_meta using base64_encode(), and then embedding these values into the publicly accessible mspaylink page's inline JavaScript without any authentication or authorization check. This makes it possible for unauthenticated attackers who know or can guess an order_id to access the mspaylink endpoint and retrieve full credit card numbers and CVV codes directly from the HTML/JS response, constituting a severe PCI-DSS violation.
The MoneySpace WordPress plugin stores full payment card details in base64-encoded format in post_meta and exposes them in publicly accessible JavaScript without authentication checks. Unauthenticated attackers can retrieve complete credit card numbers and CVV codes by guessing order IDs, violating PCI-DSS compliance requirements.
تعاني إضافة MoneySpace من ثغرة كشف معلومات حساسة حيث يتم تخزين بيانات بطاقات الائتمان الكاملة بترميز base64 في قاعدة بيانات WordPress. يتم عرض هذه البيانات في صفحة mspaylink العامة بدون أي حماية أو فحص مصادقة، مما يسمح للمهاجمين بالوصول المباشر إلى أرقام البطاقات وأكواز CVV.
منصة MoneySpace لـ WordPress تخزن بيانات بطاقات الائتمان الكاملة بصيغة base64 في post_meta وتكشفها في JavaScript متاح للعموم بدون فحوصات مصادقة. يمكن للمهاجمين غير المصرح لهم استرجاع أرقام بطاقات الائتمان الكاملة وأكواد CVV بتخمين معرفات الطلبات، مما ينتهك متطلبات PCI-DSS.
Immediately update the MoneySpace plugin to version 2.14.0 or later. Implement strict authentication and authorization checks on the mspaylink endpoint. Never store full card details in post_meta; use tokenization services instead. Conduct PCI-DSS compliance audit and implement Web Application Firewall (WAF) rules to restrict access to payment endpoints. Review server logs for unauthorized access attempts.
قم بتحديث إضافة MoneySpace فوراً إلى الإصدار 2.14.0 أو أحدث. طبق فحوصات مصادقة وتفويض صارمة على نقطة mspaylink. لا تخزن بيانات البطاقة الكاملة في post_meta؛ استخدم خدمات التوكنايزيشن بدلاً من ذلك. أجرِ تدقيق امتثال PCI-DSS وطبق قواعد جدار الحماية لتقييد الوصول إلى نقاط الدفع. راجع سجلات الخادم للكشف عن محاولات وصول غير مصرح بها.