---
id: CVE-2026-89247
title: >-
  WWBN AVideo at commit c3edcc274c389816d434acadac07ee78eaf330c1 and earlier
  contains an XML injection vulnerability in plugin/AD_Server/VMAP.php, which is
  reachable without authentication when the AD_Server plugin is enabled
summary: >-
  WWBN AVideo at commit c3edcc274c389816d434acadac07ee78eaf330c1 and earlier
  contains an XML injection vulnerability in plugin/AD_Server/VMAP.php, which is
  reachable without authentication when the AD_Server plugin is enabled. The
  script e…
severity: medium
cvss: 6.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'
cwe:
  - CWE-91
vendor: WWBN
product: AVideo
affected:
  - AVideo <= c3edcc274c389816d434acadac07ee78eaf330c1
published: '2026-09-11'
updated: '2026-09-15'
sourceUpdated: '2026-09-15T17:17:34.703'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-89247'
references:
  - url: 'https://github.com/WWBN/AVideo/security/advisories/GHSA-whh8-w65x-9fvx'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/wwbn-avideo-xml-injection-via-plugin-ad-server-vmap-php
    label: disclosure@vulncheck.com
  - url: 'https://github.com/WWBN/AVideo/security/advisories/GHSA-whh8-w65x-9fvx'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
  - cve.org
  - exploit-available
epss: 0.00362
epssPercentile: 0.27288
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-15T16:11:04.357437Z'
ingestedAt: '2026-09-11T16:45:47.861Z'
---

## Overview

WWBN AVideo at commit c3edcc274c389816d434acadac07ee78eaf330c1 and earlier contains an XML injection vulnerability in plugin/AD_Server/VMAP.php, which is reachable without authentication when the AD_Server plugin is enabled. The script emits Content-Type: application/xml and writes the timeOffset and idTag values returned by AD_Server::getVMAPSFromRequest() directly into VMAP attributes without encoding. Those values originate from the base64- and JSON-decoded $_REQUEST['vmaps'] parameter, which is not covered by $securityFilter in objects/security.php. A remote attacker can craft a vmaps value (containing a non-empty VAST.campaing entry) and induce a user to open the resulting VMAP URL or a video page using it, injecting arbitrary <vmap:AdBreak> and <vmap:AdTagURI>/AdSource nodes into the generated XML. The player's IMA path (afterVideoJS -> PlayerSkins::setIMAADTag) then requests the attacker-supplied ad URLs, resulting in ad injection and cross-origin requests from the victim's playback session. The issue was unfixed at the time of reporting.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
