Description
A Stored XSS vulnerability in forum reward comments in GazellePW (GazellePosterWall) commit 86c4bedf727691b5a97af42a4864869d18446449 allows remote attackers to inject arbitrary JavaScript via the c parameter in /forums.php?action=ajax_get_jf which is later rendered in the data-tooltip attribute in /forums.php?action=viewthread and interpreted as HTML by the Tooltipster configuration.
Published: 2026-08-25
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Stored Cross‑Site Scripting allowing arbitrary JavaScript execution
Action: Patch Now
AI Analysis

Impact

The vulnerability is a stored cross‑site scripting flaw in GazellePW's forum reward comments. Remote attackers can submit a crafted request to /forums.php?action=ajax_get_jf with a malicious value in the c parameter. The value is persisted and later rendered inside the data-tooltip attribute on /forums.php?action=viewthread, where Tooltipster interprets the attribute as HTML. As a result, the attacker's JavaScript runs in the browser context of any user who views the thread, enabling session hijack, credential theft, defacement, or other client‑side attacks.

Affected Systems

GazellePW (GazellePosterWall) versions up to and including the commit 86c4bedf727691b5a97af42a4864869d18446449, and any earlier revisions that have not addressed the sanitization of the c parameter, are vulnerable.

Risk and Exploitability

The EPSS score is <1% and the CVSS score is 6.1, indicating moderate severity. The flaw permits remote, unauthenticated execution of arbitrary JavaScript in user browsers by sending a single HTTP request. While the exploitation probability is low, the impact on confidentiality, integrity, and availability of affected users is significant. The vulnerability is not listed in the CISA KEV catalog, but the potential for widespread client‑side compromise warrants immediate attention.

Generated by OpenCVE AI on August 31, 2026 at 17:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any official patch or update that sanitizes the 'c' parameter and removes injected HTML from tooltip content.
  • If no patch is available, escape or HTML‑encode content stored in the c parameter before rendering it in the data-tooltip attribute.
  • Deploy a content-security-policy that blocks inline scripts and limits script sources to known trusted origins.
  • Temporarily disable Tooltipster tooltips or remove the data-tooltip mechanism to prevent the browser from rendering malicious content.
  • Monitor forum logs for suspicious comment submissions and review user‑generated content for unescaped script fragments.

Generated by OpenCVE AI on August 31, 2026 at 17:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Title Stored XSS in GazellePW Forum Comment Tooltips

Mon, 31 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-79
Metrics cvssV3_1

{'score': 6.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}

ssvc

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


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

Type Values Removed Values Added
Title Stored XSS in GazellePW Forum Comment Tooltips

Tue, 25 Aug 2026 22:00:00 +0000

Type Values Removed Values Added
Description A Stored XSS vulnerability in forum reward comments in GazellePW (GazellePosterWall) commit 86c4bedf727691b5a97af42a4864869d18446449 allows remote attackers to inject arbitrary JavaScript via the c parameter in /forums.php?action=ajax_get_jf which is later rendered in the data-tooltip attribute in /forums.php?action=viewthread and interpreted as HTML by the Tooltipster configuration.
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-31T14:42:37.951Z

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

Link: CVE-2026-38472

cve-icon Vulnrichment

Updated: 2026-08-31T14:42:33.728Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-08-31T15:17:15.123

Link: CVE-2026-38472

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T17:15:03Z

Weaknesses
  • CWE-79

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