CVE-2025-27208
BaseFortify
Publication date: 2025-10-31
Last updated on: 2025-12-01
Assigner: HackerOne
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| revive-adserver | revive_adserver | to 6.0.0 (exc) |
| revive-adserver | revive_adserver | 6.0.0 |
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 Revive Adserver version 5.5.2. It occurs in the admin-search.php file via the compact parameter. An attacker can craft a malicious URL that, when clicked by a user with access to the Revive Adserver user interface, executes injected JavaScript code in the victim's browser context. Although the session cookie cannot be accessed, other malicious operations can be performed through this injected code.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to execute arbitrary JavaScript code in the context of a user's browser who has access to the Revive Adserver interface. While the session cookie is protected, the attacker could perform other unauthorized actions on behalf of the user, potentially leading to data manipulation, unauthorized operations, or further exploitation within the application.