CVE-2025-13796
BaseFortify
Publication date: 2025-12-01
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| deco-cx | apps | 0.120.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a server-side request forgery (SSRF) found in the deco-cx apps up to version 0.120.1. It occurs in the AnalyticsScript function of the file website/loaders/analyticsScript.ts within the Parameter Handler component. The vulnerability allows an attacker to manipulate the 'url' argument, causing the server to make unauthorized requests. The attack can be executed remotely. Upgrading to version 0.120.2 fixes this issue.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to make unauthorized requests from the server, potentially accessing internal resources or services that are not normally exposed. This can lead to information disclosure, unauthorized access, or further exploitation within the affected environment.
What immediate steps should I take to mitigate this vulnerability?
Upgrade the affected deco-cx apps component to version 0.120.2, as this version addresses the vulnerability in the AnalyticsScript function. This is the suggested mitigation step.