CVE-2026-38465
Deferred Deferred - Pending Action

Stored XSS in GazellePW Donor Avatar Tooltip

Vulnerability report for CVE-2026-38465, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-25

Last updated on: 2026-08-31

Assigner: MITRE

Description

A Stored XSS vulnerability in the donor avatar mouse-over text feature in GazellePW (GazellePosterWall) commit 86c4bedf727691b5a97af42a4864869d18446449 allows remote authenticated users to inject arbitrary JavaScript via the avatar_mouse_over_text parameter, which is stored and later rendered in avatar tooltip.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-25
Last Modified
2026-08-31
Generated
2026-09-15
AI Q&A
2026-08-26
EPSS Evaluated
2026-09-14
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
gazelleposterwall gazellepw *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Stored Cross-Site Scripting (XSS) vulnerability in GazellePW (GazellePosterWall). It allows remote authenticated users to inject arbitrary JavaScript code via the avatar_mouse_over_text parameter. The injected script is stored on the server and later rendered in avatar tooltips when viewed by other users.

Detection Guidance

To detect this Stored XSS vulnerability in GazellePW, inspect HTTP requests and responses for the avatar_mouse_over_text parameter. Look for user-controlled input containing JavaScript code in tooltip text. Check server logs for suspicious avatar_mouse_over_text values. Manually test by submitting avatar_mouse_over_text with a simple XSS payload like <script>alert(1)</script> and verify if it executes when hovering over the avatar.

Impact Analysis

An attacker could exploit this to execute malicious JavaScript in the browsers of other users who view the affected avatar tooltip. This could lead to session hijacking, theft of sensitive data, or defacement of the website.

Compliance Impact

This vulnerability could potentially impact compliance with GDPR and HIPAA by enabling unauthorized JavaScript execution through stored XSS. This may lead to data exfiltration, manipulation of user interfaces, or other malicious activities that compromise data integrity and confidentiality.

Mitigation Strategies

Immediately update GazellePW to the latest commit or patch that fixes the avatar_mouse_over_text parameter handling. Implement strict input validation to sanitize and escape all user-provided data in the avatar_mouse_over_text field. Use Content Security Policy (CSP) headers to mitigate XSS impact. Temporarily disable the avatar mouse-over text feature if an update is not immediately available.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-38465. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart