The AudioIgniter plugin for WordPress is vulnerable to Insecure Direct Object Reference in versions up to, and including, 2.0.2. This is due to the handle_playlist_endpoint() function (hooked to template_redirect) accepting a user-controlled playlist ID via the audioigniter_playlist_id query var or the /audioigniter/playlist/{id}/ rewrite rule and returning playlist track data without performing any authentication, capability, or post_status check — only the post_type is validated. This makes it possible for unauthenticated attackers to view track metadata (titles, artists, audio URLs, buy links, download URLs, and cover images) of any playlist on the site, including those in draft, private, pending, or trash status.
AudioIgniter WordPress plugin versions up to 2.0.2 contain an Insecure Direct Object Reference vulnerability allowing unauthenticated attackers to access playlist metadata without authorization. Attackers can view sensitive track information including audio URLs, download links, and cover images from any playlist regardless of publication status.
ثغرة Insecure Direct Object Reference في إضافة AudioIgniter للووردبريس تسمح للمهاجمين غير المصرح لهم بالوصول إلى بيانات تعريف قوائم التشغيل دون التحقق من المصادقة أو الصلاحيات. يمكن للمهاجمين الوصول إلى معلومات حساسة مثل روابط الصوت وروابط التحميل والصور المصغرة من أي قائمة بغض النظر عن حالة النشر.
AudioIgniter WordPress plugin versions up to 2.0.2 contain an Insecure Direct Object Reference vulnerability allowing unauthenticated attackers to access playlist metadata without authorization. Attackers can view sensitive track information including audio URLs, download links, and cover images from any playlist regardless of publication status.
Update AudioIgniter plugin to version 2.0.3 or later immediately. Implement authentication and capability checks in the handle_playlist_endpoint() function. Validate post_status and user permissions before returning playlist data. Apply Web Application Firewall rules to restrict direct object reference attempts.
قم بتحديث إضافة AudioIgniter إلى الإصدار 2.0.3 أو أحدث فوراً. طبق فحوصات المصادقة والصلاحيات في دالة handle_playlist_endpoint(). تحقق من حالة المنشور وصلاحيات المستخدم قبل إرجاع بيانات القائمة. طبق قواعد جدار الحماية لتقييد محاولات الوصول المباشر للكائنات.