CVE Catalog

CVE-2026-8679

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Elevated risk
1.51%

72th percentile - higher than 72% of all known CVEs

Summary

Insecure Direct Object Reference (IDOR) vulnerability in the AudioIgniter plugin for WordPress up to version 2.0.2. The handle_playlist_endpoint() function returns playlist track data without authentication, allowing unauthenticated attackers to view track metadata (titles, artists, audio URLs, buy links, download URLs, cover images) of any playlist, including draft, private, pending, or trash status.

Risk Assessment

An unauthenticated attacker can access sensitive playlist metadata, including audio download links, potentially violating privacy and copyright.

Recommendation

Update the AudioIgniter plugin to version 2.0.3 or later if available; otherwise, temporarily disable the plugin.

Related vulnerabilities

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS