Description
A Stored XSS vulnerability in the custom bonus title feature in GazellePW (GazellePosterWall) commit 86c4bedf727691b5a97af42a4864869d18446449 allows remote authenticated users to inject arbitrary JavaScript via the title parameter in /bonus.php and /user.php?action=staff_tool.
Published: 2026-08-25
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a stored cross‑site scripting flaw in the custom bonus title feature of GazellePosterWall (commit 86c4bedf727691b5a97af42a4864869d18446449). Authenticated users with sufficient privileges can inject arbitrary JavaScript via the title parameter in /bonus.php and /user.php?action=staff_tool. Based on the description, it is inferred that attackers could execute malicious scripts in the browsers of users who view the affected bonus page, enabling cookie theft, session hijacking, defacement, or malware delivery. The flaw stems from improper neutralization of input during web page generation.

Affected Systems

GazellePosterWall (GazellePW) as of commit 86c4bedf727691b5a97af42a4864869d18446449. The issue exists in any instance of the software that has not applied the pending patch or updated to a subsequent commit that addresses the sanitization of the custom bonus title. No explicit vendor name is provided, but the source‑code repository indicates the product is a community‑maintained forum software.

Risk and Exploitability

The CVSS score is not available, and EPSS is not reported, so an exact numerical risk cannot be provided. Based on the description, it is inferred that the presence of a stored XSS that can be triggered by authenticated users suggests a high exploitation likelihood, especially in environments with active staff or privileged accounts. Attackers could craft payloads that run in the context of any user who views the bonus page, giving them access to session cookies or the ability to modify page content. Although the vulnerability is not listed in the CISA KEV catalog, the vector remains present and potentially exploitable.

Generated by OpenCVE AI on August 26, 2026 at 03:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Implement server‑side input validation and output encoding to neutralize script content in bonus title fields.
  • Apply a Content Security Policy that restricts script sources and blocks inline scripts.
  • Upgrade to a patched revision of GazellePosterWall, or if an upgrade is unavailable, disable the custom bonus title feature or restrict editing rights to administrators until a fix is released.

Generated by OpenCVE AI on August 26, 2026 at 03:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 04:15:00 +0000

Type Values Removed Values Added
Title Stored XSS via Custom Bonus Title in GazellePosterWall
Weaknesses CWE-79

Tue, 25 Aug 2026 21:45:00 +0000


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-25T21:35:12.569Z

Reserved: 2026-04-06T00:00:00.000Z

Link: CVE-2026-38469

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-25T22:17:03.533

Modified: 2026-08-25T22:17:03.533

Link: CVE-2026-38469

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T04:00:04Z

Weaknesses
  • CWE-79

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