CVE-2025-55060
BaseFortify
Publication date: 2025-12-29
Last updated on: 2025-12-31
Assigner: Israel National Cyber Directorate
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-601 | The web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a redirect. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a CWE-601 URL Redirection to Untrusted Site, also known as an 'Open Redirect'. It occurs when a web application accepts a user-controlled input that specifies a link to an external site, and then redirects the user to that site without proper validation. This can be exploited to redirect users to malicious websites.
How can this vulnerability impact me? :
This vulnerability can impact you by allowing attackers to redirect users to malicious websites, potentially leading to phishing attacks, theft of credentials, or distribution of malware. It can also damage the trust users have in the affected website.