LiveActive security incident?Get immediate response
CVE Record

CVE-2016-9128: Revive Adserver before 3.2.3 suffers from reflected XSS.

Revive Adserver before 3.2.3 suffers from reflected XSS. The affiliate-preview.php script in www/admin is vulnerable to a reflected XSS attack. This vulnerability could be used by an attacker to steal the session ID of an authenticated user, by tricking them into visiting a specifically crafted URL.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Revive Adserver before 3.2.3 has a reflected cross-site scripting flaw in an admin preview script. An attacker would need to trick an authenticated user into opening a crafted URL. If successful, the attack could expose that user's session ID and let the attacker act as them.

Executive priority

Treat this as a targeted account-compromise risk for legacy Revive Adserver deployments. Prioritize remediation if the platform is still internet-facing or used by privileged advertising operations staff.

Technical view

CVE-2016-9128 is CWE-79 reflected XSS in www/admin/affiliate-preview.php. The public description states the issue affects Revive Adserver before 3.2.3 and could be used to steal an authenticated user's session ID through a crafted URL.

Likely exposure

Exposure is limited to environments running Revive Adserver versions before 3.2.3, especially where authenticated administrative users can be targeted through links. The source bundle does not identify affected deployments beyond Revive Adserver before 3.2.3.

Exploitation context

The bundle does not show KEV listing or confirmed active exploitation. The described attack requires social engineering an authenticated user into visiting a crafted URL, making user targeting and session handling central to risk.

Researcher notes

Evidence supports affected version range, vulnerable admin script, vulnerability class, and session-theft impact. The bundle does not provide CVSS, active exploitation evidence, or broader affected product details, so severity remains source-limited.

Mitigation direction

  • Upgrade Revive Adserver to version 3.2.3 or later.
  • Review the vendor advisory for any environment-specific guidance.
  • Restrict administrative access to trusted users and networks where feasible.
  • If compromise is suspected, invalidate active sessions after remediation.

Validation and detection

  • Inventory Revive Adserver instances and confirm installed versions.
  • Check whether any instance is older than 3.2.3.
  • Review access logs for unusual requests to affiliate-preview.php.
  • Confirm remediation using a safe, authorized XSS validation method.
Prepared
Confidence
high
Sources
6

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-9128 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
5Source 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.