CVE-2025-10760: Server-Side Request Forgery in Harness
A flaw has been found in Harness 3.3.0. This impacts the function LookupRepo of the file app/api/controller/gitspace/lookup_repo.go. Executing manipulation of the argument url can lead to server-side request forgery. The attack may be launched remotely. The exploit has been published and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
AI Analysis
Technical Summary
CVE-2025-10760 is a Server-Side Request Forgery (SSRF) vulnerability identified in Harness version 3.3.0, specifically within the LookupRepo function of the file app/api/controller/gitspace/lookup_repo.go. SSRF vulnerabilities occur when an attacker can manipulate server-side requests by controlling input parameters, in this case the 'url' argument, causing the server to make unintended HTTP requests. This flaw allows a remote attacker to craft malicious requests that the vulnerable Harness server will execute, potentially accessing internal resources or services that are otherwise inaccessible externally. The vulnerability does not require user interaction or authentication, making it easier to exploit remotely. The CVSS 4.0 base score is 5.3 (medium severity), reflecting the moderate impact on confidentiality, integrity, and availability, with low complexity and no privileges required. The vendor was notified but has not responded or issued a patch, and while no known exploits are currently active in the wild, proof-of-concept exploit code has been published, increasing the risk of exploitation. SSRF can be leveraged to scan internal networks, access metadata services, or pivot to other internal systems, potentially leading to data leakage or further compromise depending on the internal network architecture and protections in place.
Potential Impact
For European organizations using Harness 3.3.0, this SSRF vulnerability poses a significant risk. Harness is a continuous delivery platform often integrated into DevOps pipelines, meaning compromised instances could allow attackers to access internal infrastructure, source code repositories, or cloud metadata endpoints. This could lead to unauthorized data access, disruption of deployment processes, or lateral movement within corporate networks. Given the remote exploitability without authentication, attackers could target exposed Harness instances directly over the internet. The lack of vendor response and patch availability increases exposure time. Organizations in Europe with sensitive intellectual property or critical infrastructure relying on Harness for deployment automation could face operational disruptions and data breaches. The impact is heightened in environments where network segmentation or egress filtering is weak, allowing SSRF to reach sensitive internal services. Additionally, compliance with GDPR and other data protection regulations means that exploitation could result in regulatory penalties and reputational damage.
Mitigation Recommendations
Immediate mitigation steps include restricting network access to Harness instances, ensuring they are not publicly accessible unless absolutely necessary. Implement strict egress filtering on the network to limit outbound requests from the Harness server to only trusted destinations, preventing SSRF from reaching internal or cloud metadata services. Employ web application firewalls (WAFs) with rules tuned to detect and block SSRF patterns targeting the 'url' parameter in the LookupRepo function. Monitor logs for unusual outbound requests originating from Harness servers. If possible, disable or restrict the LookupRepo functionality until a vendor patch is available. Conduct internal code reviews or penetration tests to identify other potential SSRF vectors. Organizations should also consider deploying runtime application self-protection (RASP) solutions to detect and block SSRF attempts in real time. Finally, maintain an inventory of all Harness instances and upgrade to patched versions promptly once available, or apply vendor-provided workarounds if released.
Affected Countries
Germany, United Kingdom, France, Netherlands, Sweden, Finland, Belgium, Italy
CVE-2025-10760: Server-Side Request Forgery in Harness
Description
A flaw has been found in Harness 3.3.0. This impacts the function LookupRepo of the file app/api/controller/gitspace/lookup_repo.go. Executing manipulation of the argument url can lead to server-side request forgery. The attack may be launched remotely. The exploit has been published and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
AI-Powered Analysis
Technical Analysis
CVE-2025-10760 is a Server-Side Request Forgery (SSRF) vulnerability identified in Harness version 3.3.0, specifically within the LookupRepo function of the file app/api/controller/gitspace/lookup_repo.go. SSRF vulnerabilities occur when an attacker can manipulate server-side requests by controlling input parameters, in this case the 'url' argument, causing the server to make unintended HTTP requests. This flaw allows a remote attacker to craft malicious requests that the vulnerable Harness server will execute, potentially accessing internal resources or services that are otherwise inaccessible externally. The vulnerability does not require user interaction or authentication, making it easier to exploit remotely. The CVSS 4.0 base score is 5.3 (medium severity), reflecting the moderate impact on confidentiality, integrity, and availability, with low complexity and no privileges required. The vendor was notified but has not responded or issued a patch, and while no known exploits are currently active in the wild, proof-of-concept exploit code has been published, increasing the risk of exploitation. SSRF can be leveraged to scan internal networks, access metadata services, or pivot to other internal systems, potentially leading to data leakage or further compromise depending on the internal network architecture and protections in place.
Potential Impact
For European organizations using Harness 3.3.0, this SSRF vulnerability poses a significant risk. Harness is a continuous delivery platform often integrated into DevOps pipelines, meaning compromised instances could allow attackers to access internal infrastructure, source code repositories, or cloud metadata endpoints. This could lead to unauthorized data access, disruption of deployment processes, or lateral movement within corporate networks. Given the remote exploitability without authentication, attackers could target exposed Harness instances directly over the internet. The lack of vendor response and patch availability increases exposure time. Organizations in Europe with sensitive intellectual property or critical infrastructure relying on Harness for deployment automation could face operational disruptions and data breaches. The impact is heightened in environments where network segmentation or egress filtering is weak, allowing SSRF to reach sensitive internal services. Additionally, compliance with GDPR and other data protection regulations means that exploitation could result in regulatory penalties and reputational damage.
Mitigation Recommendations
Immediate mitigation steps include restricting network access to Harness instances, ensuring they are not publicly accessible unless absolutely necessary. Implement strict egress filtering on the network to limit outbound requests from the Harness server to only trusted destinations, preventing SSRF from reaching internal or cloud metadata services. Employ web application firewalls (WAFs) with rules tuned to detect and block SSRF patterns targeting the 'url' parameter in the LookupRepo function. Monitor logs for unusual outbound requests originating from Harness servers. If possible, disable or restrict the LookupRepo functionality until a vendor patch is available. Conduct internal code reviews or penetration tests to identify other potential SSRF vectors. Organizations should also consider deploying runtime application self-protection (RASP) solutions to detect and block SSRF attempts in real time. Finally, maintain an inventory of all Harness instances and upgrade to patched versions promptly once available, or apply vendor-provided workarounds if released.
Affected Countries
For access to advanced analysis and higher rate limits, contact root@offseq.com
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- VulDB
- Date Reserved
- 2025-09-20T07:05:08.666Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 68cf6ade4a0b186b93230502
Added to database: 9/21/2025, 3:02:54 AM
Last enriched: 9/29/2025, 12:44:57 AM
Last updated: 11/5/2025, 9:00:04 AM
Views: 85
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2025-10622: Client-Side Enforcement of Server-Side Security in Red Hat Red Hat Satellite 6.18 for RHEL 9
HighCVE-2025-12677: CWE-200 Exposure of Sensitive Information to an Unauthorized Actor in mykiot KiotViet Sync
MediumCVE-2025-12676: CWE-259 Use of Hard-coded Password in mykiot KiotViet Sync
MediumCVE-2025-12675: CWE-862 Missing Authorization in mykiot KiotViet Sync
MediumCVE-2025-12674: CWE-434 Unrestricted Upload of File with Dangerous Type in mykiot KiotViet Sync
CriticalActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need enhanced features?
Contact root@offseq.com for Pro access with improved analysis and higher rate limits.