Junglewise Threat Intelligence

CVE-2026-38465: GazellePW stored XSS in donor avatar tooltip

CVE-2026-38465 · Severity: medium · CVSS 5.4 · Published 2026-08-25

Technologies: Mosasauroidea GazellePW. Vendors: Mosasauroidea.

Executive brief

GazellePW is a web-based platform used for managing and displaying user donations. A stored cross-site scripting (XSS) vulnerability in the donor avatar tooltip feature allows authenticated users to inject malicious JavaScript code that persists in the database and executes when other users view the affected avatar, potentially enabling account hijacking, session theft, or unauthorized actions on behalf of victims.

Technical details

This is a stored XSS vulnerability in the avatar_mouse_over_text parameter within the donor avatar feature. The vulnerability exists because user-supplied input is not properly sanitized or escaped before being stored in the database and later rendered in avatar tooltip elements. An authenticated attacker can inject arbitrary JavaScript through the avatar_mouse_over_text field, which is then executed in the context of any user's browser when they hover over or interact with the affected avatar. The attack requires authentication but no additional user interaction beyond viewing the tooltip. A patch would need to implement proper output encoding (HTML escaping) of the tooltip text.

Affected products

  • Mosasauroidea GazellePW up to commit 86c4bedf727691b5a97af42a4864869d18446449

Timeline

  • 2026-08-25: disclosed

References

Related threats