CVE-2025-12506: Use of Incorrectly-Resolved Name or Reference in GitLab
GitLab has remediated an issue in GitLab CE/EE affecting all versions from 16.5 before 18.11.7, 19.0 before 19.0.4, and 19.1 before 19.1.2 that under certain conditions could have allowed an authenticated user to create a repository where the content displayed in the web interface differed from the content available for download, due to improper handling of Git reference name resolution.
Security readout for executives and security teams
Plain-English summary
GitLab fixed a low-severity issue where a logged-in user could make repository content look different in the web interface than in downloads. This could mislead review or trust decisions, but the published CVSS limits impact to low integrity risk with no confidentiality or availability impact.
Executive priority
Schedule remediation through the normal GitLab patch process. Escalate only where GitLab hosts sensitive code, allows many authenticated users, or supports release workflows that depend on web-based content review.
Technical view
CWE-706 improper Git reference name resolution in GitLab CE/EE could allow an authenticated user, under certain conditions, to create inconsistent repository representations between web display and downloadable content. Affected ranges are from 16.5 before 18.11.7, 19.0 before 19.0.4, and 19.1 before 19.1.2.
Likely exposure
Exposure is limited to GitLab CE/EE instances running the affected version ranges. The attacker must be authenticated, and the CVSS vector requires user interaction, reducing broad unauthenticated risk.
Exploitation context
The source bundle references a HackerOne technical report, but KEV is false and no provided source states active exploitation in the wild. Treat this as a repository integrity and review-trust issue, not a confirmed campaign.
Researcher notes
The key technical condition is Git reference name resolution causing different content views across GitLab’s web interface and downloadable repository output. Public evidence in the bundle does not define broad impact beyond low integrity loss.
Mitigation direction
Upgrade GitLab CE/EE to the remediated versions named by GitLab.
Prioritize internet-facing and widely used shared GitLab instances.
Check GitLab release guidance for any version-specific upgrade instructions.
Review repository governance controls for untrusted authenticated users.
Validation and detection
Inventory GitLab CE/EE versions across hosted and self-managed environments.
Confirm instances are not in the affected version ranges.
Review audit logs for unusual repository creation by low-trust authenticated users.
Spot-check suspicious repositories for web-versus-download content inconsistencies.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-706: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-706 · source CWE mapping
Use of Incorrectly-Resolved Name or Reference
Use of Incorrectly-Resolved Name or Reference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.