CVE-2025-54583
BaseFortify
Publication date: 2025-07-30
Last updated on: 2025-08-01
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| finos | gitproxy | to 1.19.2 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-863 | The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in GitProxy versions 1.19.1 and below allows users to push code to remote Git repositories while bypassing policies and explicit approvals. Because checks and plugins are skipped, unauthorized or potentially harmful code, such as code containing secrets or unwanted changes, can be pushed into the repository. The issue is fixed in version 1.19.2.
How can this vulnerability impact me? :
The vulnerability can lead to unauthorized code being pushed to your Git repositories without proper review or approval. This could result in sensitive information (like secrets) being exposed or unwanted changes being introduced, potentially compromising the integrity and security of your codebase.
What immediate steps should I take to mitigate this vulnerability?
Upgrade GitProxy to version 1.19.2 or later, as this version fixes the vulnerability that allows bypassing policies and approvals when pushing to remote repositories.