Description
Low‑privileged users could use their Full Name as a vector for a stored XSS attack. The name is included in system‑generated emails, whose content is stored in the details field of the userlog table. An admin user viewing the email content through userlog-details.php would have any malicious JavaScript payload executed due to missing output sanitisation. Proper escaping has been added to the userlog details output.
Published: 2026-06-23
Score: 0 Low
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Low‑privileged users can embed malicious JavaScript into their Full Name field. The name is included in system‑generated emails and the resulting content is stored in table. When an administrator views the logged email content through userlog-details.php, the unsanitized JavaScript is executed in the admin’s browser, giving the attacker the ability to run arbitrary scripts in the context of the admin session. This requires only standard account privileges for the attacker and is a classic stored cross‑site scripting weakness (CWE‑79).

Affected Systems

The vulnerability affects the Revive:Adserver product. No specific version information is provided, so all current builds are potentially impacted until the vendor releases a patch that sanitizes userlog details output.

Risk and Exploitability

The EPSS score is unavailable and the vulnerability is not listed in CISA KEV, suggesting no known public exploitation at this time. However, the CVSS severity is not disclosed; the fact that malicious payloads are executed in an administrator’s privileged session indicates a high potential impact if an attacker can manipulate the Full Name field. The attack vector is inferred to be local or network based, depending on whether the attacker can create or modify a user profile. Once the vulnerable entry is present, any admin who opens the corresponding log will trigger the XSS. The absence of a known exploit does not mitigate be orchestrated internally or by a compromised low‑privileged account.

Generated by OpenCVE AI on June 23, 2026 at 19:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor patch that escapes userlog details output
  • Ensure that all user log entries are sanitized before being displayed in administrative interfaces
  • Restrict low‑privileged users from editing or injecting content into their Full Name field
  • Implement additional input validation to prevent script insertion

Generated by OpenCVE AI on June 23, 2026 at 19:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Tue, 23 Jun 2026 20:45:00 +0000

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

Tue, 23 Jun 2026 19:45:00 +0000

Type Values Removed Values Added
Title Stored XSS via User Full Name in Admin Email Logs

Tue, 23 Jun 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 23 Jun 2026 16:45:00 +0000

Type Values Removed Values Added
Description Low‑privileged users could use their Full Name as a vector for a stored XSS attack. The name is included in system‑generated emails, whose content is stored in the details field of the userlog table. An admin user viewing the email content through userlog-details.php would have any malicious JavaScript payload executed due to missing output sanitisation. Proper escaping has been added to the userlog details output.
Weaknesses CWE-79
References
Metrics cvssV3_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: hackerone

Published:

Updated: 2026-06-23T17:25:34.164Z

Reserved: 2026-05-08T15:00:02.446Z

Link: CVE-2026-44956

cve-icon Vulnrichment

Updated: 2026-06-23T17:25:22.378Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-23T20:30:08Z

Weaknesses
  • CWE-79

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