CVE-2025-20307
BaseFortify
Publication date: 2025-07-02
Last updated on: 2025-10-23
Assigner: Cisco Systems, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| cisco | broadworks_application_delivery_platform | to RI.2025.05 (exc) |
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 cross-site scripting (XSS) issue in the web-based management interface of Cisco BroadWorks Application Delivery Platform. It occurs because the interface does not properly validate user-supplied input, allowing an authenticated remote attacker with administrative credentials to inject malicious script code into the interface. This malicious code can then execute in the context of the interface or access sensitive browser-based information.
How can this vulnerability impact me? :
If exploited, this vulnerability could allow an attacker to execute arbitrary scripts within the web interface, potentially leading to unauthorized access to sensitive information or actions performed on behalf of legitimate users. However, exploitation requires valid administrative credentials, which limits the attacker's initial access.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, ensure that only trusted administrators have access to the web-based management interface, as exploitation requires valid administrative credentials. Additionally, apply any available patches or updates from Cisco for the BroadWorks Application Delivery Platform to address the insufficient input validation. Implementing strict input validation and sanitization on the interface can also help prevent cross-site scripting attacks.