Description
A stored XSS vulnerabilities exists in the `maintenance-acl-check.php` and `maintenance-banners-check.php` tools of Revive Adserver 6.0.7. The issue was caused by entity names being displayed without proper escaping when inconsistencies were detected. Whether the XSS payload is executed when an administrator uses the affected maintenance tools is not entirely under the attacker's control.
Published: 2026-06-26
Score: 5.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw arises when Revive AdServer 6.0.7 outputs entity names without escaping, allowing attackers to embed malicious scripts into the maintenance‑acl‑check.php and maintenance‑banners‑check.php pages. The stored payload may be executed in an administrator’s browser when the tools are loaded, although execution is not guaranteed in all circumstances, and the vulnerability is classified as CWE‑79.

Affected Systems

Affected installations are those running Revive AdServer 6.0.7 and using the maintenance‑acl‑check.php and maintenance‑banners‑check.php components. Administrators who invoke these tools are the primary victims.

Risk and Exploitability

With a CVSS score of 5.4 the issue is deemed medium severity; the EPSS score of less than 1 percent indicates a very low likelihood of exploitation, and the vulnerability is not listed in the CISA KEV catalogue. The attack requires an attacker to insert the malicious entity name into the system and for an authorized administrator to later access one of the vulnerable maintenance pages, so the vector is limited to compromised or privileged accounts.

Generated by OpenCVE AI on August 12, 2026 at 06:13 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Modify the maintenance scripts so that any entity name displayed is properly escaped before rendering, such as by using the htmlspecialchars function to neutralise special characters.
  • Restrict the use of maintenance‑acl‑check.php and maintenance‑banners‑check.php to administrators who have multi‑factor authentication enabled, reducing the risk of accidental exposure.
  • Implement a web‑application firewall rule that blocks classic XSS payload patterns on the affected URLs to provide runtime mitigation.
  • If these maintenance tools are not essential for your operations, disable or remove them to eliminate the vulnerable entry points entirely.

Generated by OpenCVE AI on August 12, 2026 at 06:13 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Wed, 12 Aug 2026 06:30:00 +0000

Type Values Removed Values Added
Title Stored XSS in Revive AdServer Maintenance Tools

Fri, 26 Jun 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 26 Jun 2026 05:45:00 +0000

Type Values Removed Values Added
First Time appeared Revive
Revive adserver
Vendors & Products Revive
Revive adserver

Fri, 26 Jun 2026 04:15:00 +0000

Type Values Removed Values Added
Title Stored XSS in Revive AdServer Maintenance Tools

Fri, 26 Jun 2026 01:30:00 +0000

Type Values Removed Values Added
Description A stored XSS vulnerabilities exists in the `maintenance-acl-check.php` and `maintenance-banners-check.php` tools of Revive Adserver 6.0.7. The issue was caused by entity names being displayed without proper escaping when inconsistencies were detected. Whether the XSS payload is executed when an administrator uses the affected maintenance tools is not entirely under the attacker's control.
Weaknesses CWE-79
References
Metrics cvssV3_0

{'score': 4.4, 'vector': 'CVSS:3.0/AV:N/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:N'}


Subscriptions

Revive Adserver
Revive-adserver Revive Adserver
cve-icon MITRE

Status: PUBLISHED

Assigner: hackerone

Published:

Updated: 2026-06-26T12:25:33.119Z

Reserved: 2026-06-06T15:00:09.779Z

Link: CVE-2026-50742

cve-icon Vulnrichment

Updated: 2026-06-26T12:25:29.121Z

cve-icon NVD

Status : Analyzed

Published: 2026-06-26T02:16:53.740

Modified: 2026-06-29T20:20:29.267

Link: CVE-2026-50742

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T06:15:04Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')