CVE-2025-11360
BaseFortify
Publication date: 2025-10-07
Last updated on: 2025-10-08
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| jakowenko | double-take | 1.13.2 |
| jakowenko | double-take | 1.13.1 |
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. |
| CWE-94 | The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the jakowenko double-take software up to version 1.13.1, specifically in the app.use function of the API component. It involves the manipulation of the X-Ingress-Path argument, which can lead to a cross-site scripting (XSS) attack. This means an attacker can remotely inject malicious scripts into the application, potentially affecting users who interact with it. The issue is fixed by upgrading to version 1.13.2.
How can this vulnerability impact me? :
The vulnerability allows remote attackers to perform cross-site scripting (XSS) attacks by manipulating the X-Ingress-Path argument. This can lead to the execution of malicious scripts in the context of users' browsers, potentially resulting in unauthorized actions, session hijacking, or other malicious activities. It impacts the integrity of the application and the security of its users.
What immediate steps should I take to mitigate this vulnerability?
Upgrade the affected jakowenko double-take component to version 1.13.2, as this version contains the patch that resolves the vulnerability.