CVE-2025-53834
BaseFortify
Publication date: 2025-07-14
Last updated on: 2025-07-15
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| caido | caido | * |
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 Caido's toast UI component in versions before 0.49.0. It occurs because toast messages may reflect unsanitized user input in certain tools like Match&Replace and Scope, allowing an attacker to craft input that executes arbitrary scripts in the user's browser.
How can this vulnerability impact me? :
This vulnerability can allow attackers to execute arbitrary scripts in the context of the affected application, potentially leading to theft of sensitive information, session hijacking, or other malicious actions performed on behalf of the user.
What immediate steps should I take to mitigate this vulnerability?
Upgrade Caido to version 0.49.0 or later, as this version fixes the reflected XSS vulnerability in the toast UI component.