CVE-2025-10760
BaseFortify
Publication date: 2025-09-21
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 |
|---|---|---|
| harness | harness | 3.3.0 |
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 flaw in Harness version 3.3.0, specifically in the LookupRepo function of the file app/api/controller/gitspace/lookup_repo.go. It allows an attacker to manipulate the 'url' argument, which can lead to server-side request forgery (SSRF). This means an attacker can make the server send unauthorized requests to internal or external systems. The attack can be launched remotely, and an exploit has already been published.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to make the server perform unauthorized requests, potentially accessing internal systems or sensitive data, bypassing network restrictions, or causing other malicious effects. This can lead to information disclosure, unauthorized access, or disruption of services.