Skip to main content

AudioIgniter CVE-2026-8679

| EUVDEUVD-2026-31421 HIGH
Authorization Bypass Through User-Controlled Key (CWE-639)
2026-05-22 Wordfence GHSA-hvqp-vjwf-27jg
7.5
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

Vendor (Wordfence) PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Primary rating from Vendor (Wordfence) · only source for this CVE.

CVSS VectorVendor: Wordfence

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Lifecycle Timeline

2
Source Code Evidence Fetched
May 22, 2026 - 09:30 vuln.today
Analysis Generated
May 22, 2026 - 09:30 vuln.today

DescriptionCVE.org

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.

AnalysisAI

Unauthorized playlist data disclosure in the AudioIgniter WordPress plugin (≤2.0.2) allows remote unauthenticated attackers to retrieve track metadata for non-public playlists via the /audioigniter/playlist/{id}/ rewrite endpoint. The handle_playlist_endpoint() function validates only post_type, omitting authentication, capability, and post_status checks, so draft, private, pending, and trashed playlists are reachable by ID enumeration. No public exploit identified at time of analysis; the issue is fixed in version 2.0.3 per the vendor commit.

Technical ContextAI

AudioIgniter is a WordPress music player plugin published by CSSIgniter (CPE cpe:2.3:a:cssigniterteam:audioigniter_music_player). The flaw is a classic CWE-639 Insecure Direct Object Reference: the plugin registers a custom rewrite rule and audioigniter_playlist_id query var that map directly to a WordPress post ID, and handle_playlist_endpoint() (hooked into template_redirect) returns JSON track data after only checking that the resolved post is of the audioigniter playlist post_type. WordPress normally enforces visibility through current_user_can('read_post', $id) and post_status checks, but those gates were absent in this code path, so the post-ID becomes a direct, attacker-controllable object reference.

RemediationAI

Vendor-released patch: upgrade to AudioIgniter 2.0.3, which adds is_user_logged_in(), post_status, and current_user_can('read_post', $id) checks in both shortcode_ai_playlist() and handle_playlist_endpoint() per commit 35a0508583c26c01b6ac446404ad6fe1d440d8d4 (https://github.com/cssigniter/audioigniter/commit/35a0508583c26c01b6ac446404ad6fe1d440d8d4) and the readme changelog. Until the upgrade is applied, administrators can block the /audioigniter/playlist/ rewrite path and any requests carrying the audioigniter_playlist_id query var at the WAF or web-server level (this will break the front-end playlist JSON endpoint for legitimate users, so any pages relying on the AJAX-style endpoint will stop loading tracks), or temporarily move all unpublished playlists out of the audioigniter post type so they cannot be resolved by ID. Generic WordPress hardening such as restricting xmlrpc or wp-admin does not mitigate this issue because the vulnerable endpoint is on the public site front-end.

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-44000 CRITICAL POC
9.8 Oct 20

Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-27007 CRITICAL POC
9.8 May 01

The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-4295 CRITICAL POC
9.8 Jun 05

The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in

CVE-2024-50498 CRITICAL POC
10.0 Oct 28

Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u

Share

CVE-2026-8679 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy