LiveActive security incident?Get immediate response
CVE Record

CVE-2016-9126: Revive Adserver before 3.2.3 suffers from persistent XSS.

Revive Adserver before 3.2.3 suffers from persistent XSS. Usernames are not properly escaped when displayed in the audit trail widget of the dashboard upon login, allowing persistent XSS attacks. An authenticated user with enough privileges to create other users could exploit the vulnerability to access the administrator account.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2016-9126 is a stored cross-site scripting flaw in Revive Adserver before 3.2.3. A privileged authenticated user could create a username that is displayed unsafely in the dashboard audit trail, potentially causing administrator account compromise when viewed.

Executive priority

Treat as a near-term fix for any remaining legacy Revive Adserver instances. The business risk is administrator account compromise, but exploitation requires authenticated privilege, so prioritize exposed or delegated-administration environments first.

Technical view

The issue is CWE-79 in Revive Adserver's dashboard audit trail widget. Usernames were not properly escaped on login display. Sources describe impact as persistent XSS, reachable by an authenticated user with sufficient privileges to create other users, and fixed before version 3.2.3.

Likely exposure

Exposure is limited to Revive Adserver deployments running versions before 3.2.3, especially where non-administrators can create users and administrators view the dashboard audit trail.

Exploitation context

The provided sources do not show active exploitation or KEV listing. The public HackerOne report, vendor advisory, and fixing commit indicate responsible disclosure and remediation history, not confirmed in-the-wild abuse.

Researcher notes

Evidence is straightforward but limited: no CVSS data is provided, and the bundle names no current exploit activity. Focus validation on version inventory, permission boundaries, audit trail rendering, and account review after upgrade.

Mitigation direction

  • Upgrade Revive Adserver to 3.2.3 or later.
  • Restrict user creation privileges until the upgrade is complete.
  • Review vendor advisory for any deployment-specific guidance.
  • Audit privileged accounts and recent user creation events.

Validation and detection

  • Confirm the installed Revive Adserver version is 3.2.3 or later.
  • Check whether any users can create accounts unnecessarily.
  • Review dashboard audit trail entries for suspicious usernames.
  • Verify username output is escaped in the audit trail widget.
Prepared
Confidence
high
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2016-9126 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/aRevive Adserver All versions before 3.2.3Revive Adserver All versions before 3.2.3Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-79 · source CWE mapping

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

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.