CVE-2025-62613
BaseFortify
Publication date: 2025-10-22
Last updated on: 2025-10-27
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| steveseguin | vdo.ninja | 28.0 |
| steveseguin | vdo.ninja | 28.4 |
Helpful Resources
Exploitability
| 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 Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a reflected Cross-Site Scripting (XSS) issue in VDO.Ninja versions 28.0 to before 28.4. It occurs on the examples/control.html page through the room parameter, which is not properly sanitized before being rendered in the DOM. This allows an attacker to inject and execute malicious scripts in the context of the user's browser.
How can this vulnerability impact me? :
The vulnerability can allow attackers to execute malicious scripts in the user's browser, potentially leading to theft of sensitive information, session hijacking, or performing actions on behalf of the user without their consent.
What immediate steps should I take to mitigate this vulnerability?
Upgrade VDO.Ninja to version 28.4 or later, as this version contains the patch that fixes the reflected Cross-Site Scripting (XSS) vulnerability in examples/control.html related to the room parameter.