PatchSiren cyber security CVE debrief
CVE-2025-24890 GitoxideLabs CVE debrief
CVE-2025-24890 is a medium-severity vulnerability in the gitoxide Rust implementation of git, affecting Windows systems. An administrator running a dependent program with an unfiltered elevated token incorrectly trusts repositories controlled by another user. This allows repository configuration or hooks to execute commands with the administrator's privileges. The issue is fixed in version 0.13.3.
- Vendor
- GitoxideLabs
- Product
- gitoxide
- CVSS
- MEDIUM 6.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-14
- Original CVE updated
- 2026-09-23
- Advisory published
- 2026-09-14
- Advisory updated
- 2026-09-23
Who should care
Windows administrators and developers using gitoxide should assess exposure and verify their installations, prioritizing upgrades to version 0.13.3 or later. They should review Windows systems for affected gitoxide installations, monitor administrator interactions with git repositories, and implement safe.directory-style protections for git repositories. Additionally, they should confirm whether affected product deployments exist in managed environments, 0
Why it matters
CVE-2025-24890 is a medium-severity vulnerability in gitoxide on Windows, allowing potential privilege escalation via git repository configuration or hooks when administrators interact with repositories controlled by other users.
- Potential privilege escalation for administrators interacting with git repositories
- Execution of commands with administrator privileges via repository configuration or hooks
- Verification of gitoxide version and safe.directory-style protections required
- Limited user repository configuration may lead to elevated command execution
Technical summary
The gix-sec crate in gitoxide incorrectly trusts repositories controlled by another user when an administrator runs a dependent program with an unfiltered elevated token on Windows. This allows repository configuration or hooks to execute commands with the administrator's privileges. The issue arises from gix_sec::identity::is_path_owned_by_current_user obtaining folder_owner and token_owner, but its administrator-specific IsWellKnownSid and CheckTokenMembership checks examine the running token rather than confirming the directory owner. This bypasses safe.directory-style protection for repositories owned and configured by a limited user, allowing repository configuration or hooks to execute commands with the 0
Defensive priority
Defenders should prioritize verifying and upgrading to gitoxide version 0.13.3 or later, especially in Windows environments where administrators interact with git repositories.
Recommended defensive actions
- Verify gitoxide version and upgrade to 0.13.3 or later
- Review Windows systems for affected gitoxide installations
- Monitor administrator interactions with git repositories
- Implement safe.directory-style protections for git repositories
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its description, CVSS score, and affected versions. GitHub references offer additional context and a fix in version 0.13.3.
Sources and references
Verified primary and authoritative sources
-
CVE-2025-24890 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2025-24890
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2025-24890 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2025-24890
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/GitoxideLabs/gitoxide/commit/39e37482d6f884bf4765dbe9c95a93dc2a92e559
-
Source reference
Unverified legacy reference
URL: https://github.com/GitoxideLabs/gitoxide/pull/2510
-
Source reference
Unverified legacy reference
URL: https://github.com/GitoxideLabs/gitoxide/releases/tag/gix-sec-v0.13.3
-
Source reference
Unverified legacy reference
URL: https://github.com/GitoxideLabs/gitoxide/security/advisories/GHSA-7rhf-42qf-vrvc
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.