CVE-2026-46496
Deferred
Deferred - Pending Action
Stored XSS in HAX CMS Video-Player Component
Publication date: 2026-06-05
Last updated on: 2026-06-05
Assigner: GitHub, Inc.
Description
Description
HAX CMS helps manage microsite universe with PHP or NodeJs backends. A stored cross-site scripting (XSS) vulnerability exists in versions prior to 26.0.0 due to improper sanitization of the `<video-player>` component. The component allows `javascript:` URIs in the `source` attribute, which are executed when the page is viewed. This enables attackers to execute arbitrary JavaScript in the context of the victimβs browser and access sensitive data such as JWT tokens and more. Version 26.0.0 fixes the issue.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| hax_cms | hax_cms | to 26.0.0 (exc) |
| haxtheweb | haxcms | to 26.0.0 (exc) |
| haxtheweb | haxcms_nodejs | to 26.0.0 (exc) |
| haxtheweb | video_player | to 26.0.0 (exc) |
| haxtheweb | haxcms_php | to 26.0.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-116 | The product prepares a structured message for communication with another component, but encoding or escaping of the data is either missing or done incorrectly. As a result, the intended structure of the message is not preserved. |
| 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. |