LiveActive security incident?Get immediate response
CVE Record

CVE-2016-9130: Revive Adserver before 3.2.3 suffers from Persistent XSS.

Revive Adserver before 3.2.3 suffers from Persistent XSS. A vector for persistent XSS attacks via the Revive Adserver user interface exists, requiring a trusted (non-admin) account. The website name wasn't properly escaped when displayed in the campaign-zone.php script.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2016-9130 is a stored cross-site scripting issue in Revive Adserver before 3.2.3. A trusted non-admin user could place script content in a website name that was later displayed without proper escaping in the user interface.

Executive priority

Address during normal vulnerability remediation cycles, sooner for shared or multi-user Revive Adserver environments. The issue is not known to be actively exploited from the provided sources, but stored XSS can affect administrator trust boundaries.

Technical view

The issue is CWE-79 persistent XSS in campaign-zone.php. The vulnerable field is the website name, which was not properly escaped when rendered. The source material identifies affected versions as Revive Adserver before 3.2.3 and requires a trusted non-admin account.

Likely exposure

Exposure is likely limited to organizations running Revive Adserver before 3.2.3 where trusted non-admin users can modify website names in the UI.

Exploitation context

The provided sources do not show active exploitation, and the CVE is not listed as KEV. Exploitation requires an authenticated trusted non-admin account, reducing broad internet exposure but still creating risk inside shared adserver operations.

Researcher notes

Primary evidence comes from the CVE record, vendor advisory, and linked fix commit. No CVSS score is provided in the bundle. Avoid assuming unauthenticated exploitation; the description explicitly requires a trusted non-admin account.

Mitigation direction

  • Upgrade Revive Adserver to 3.2.3 or later per vendor guidance.
  • Restrict trusted non-admin accounts to users with a business need.
  • Review vendor advisory REVIVE-SA-2016-001 for deployment-specific instructions.
  • Monitor Revive Adserver release notes for any related follow-up fixes.

Validation and detection

  • Inventory Revive Adserver deployments and confirm their exact versions.
  • Flag any instance running a version before 3.2.3.
  • Review non-admin user permissions for website-name editing rights.
  • Check recent website-name changes for unexpected script-like content.
  • Confirm the updated code escapes website names in campaign-zone.php.
Prepared
Confidence
medium
Sources
4

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-9130 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
3Source 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.