LiveActive security incident?Get immediate response
CVE Record

CVE-2026-1999: Incorrect Authorization vulnerability was identified in GitHub Enterprise Server that allowed unauthorized merging of pull requests

An incorrect authorization vulnerability was identified in GitHub Enterprise Server that allowed an attacker to merge their own pull request into a repository without having push access by exploiting an authorization bypass in the enable_auto_merge mutation for pull requests. This issue only affected repositories that allow forking as the attack relies on opening a pull request from an attacker-controlled fork into the target repository. Exploitation was only possible in specific scenarios. It required a clean pull request status and only applied to branches without branch protection rules enabled. This vulnerability affected GitHub Enterprise Server versions prior to 3.19.2, 3.18.5, and 3.17.11, and was fixed in versions 3.19.2, 3.18.5, and 3.17.11. This vulnerability was reported via the GitHub Bug Bounty program.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

GitHub Enterprise Server had an authorization flaw that could let a logged-in attacker merge their own pull request without push access. The issue required a fork-based pull request, clean checks, and no branch protection on the target branch. For affected self-hosted GitHub environments, this is a source-code integrity risk.

Executive priority

Treat as a high-priority platform integrity issue if your organization runs GitHub Enterprise Server. Prioritize upgrades for instances hosting production code, regulated software, or release pipelines. The scenario is constrained, but successful abuse could bypass intended code ownership and review controls.

Technical view

CVE-2026-1999 is CWE-863 incorrect authorization in GitHub Enterprise Server’s enable_auto_merge pull request mutation. It affects versions before 3.17.11, 3.18.5, and 3.19.2. The CVSS 4.0 score is 7.1. Exploitation required low privileges and specific repository conditions involving forks, clean pull request status, and unprotected branches.

Likely exposure

Exposure is limited to GitHub Enterprise Server deployments running affected 3.17.x, 3.18.x, or 3.19.x versions before the fixed releases. Risk applies where repositories allow forking and branches lack branch protection rules. GitHub.com is not identified as affected in the provided sources.

Exploitation context

The sources do not report active exploitation, and the CVE is not marked in KEV. Practical exploitation requires an authenticated attacker, an attacker-controlled fork, a clean pull request status, and a target branch without branch protection. The business impact is unauthorized code changes entering protected workflows or release paths.

Researcher notes

Key conditions are authorization bypass in enable_auto_merge, fork-origin pull request, clean status, and no branch protection. The provided record does not include proof-of-concept details or evidence of exploitation in the wild. Validation should focus on affected versions and repository governance controls, not speculative exploit testing.

Mitigation direction

  • Upgrade GitHub Enterprise Server to 3.17.11, 3.18.5, 3.19.2, or later supported releases.
  • Review GitHub release notes for any environment-specific upgrade requirements.
  • Enable branch protection rules on important branches where appropriate.
  • Review repository fork policies for sensitive codebases.

Validation and detection

  • Inventory all GitHub Enterprise Server appliance versions.
  • Confirm no instance runs below 3.17.11, 3.18.5, or 3.19.2.
  • Identify repositories that allow forks and have unprotected target branches.
  • Review recent pull request merges from forked repositories for unexpected approvals or automation.
Prepared
Confidence
high
Sources
5

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 · medium confidence lookup

CWE-863: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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.

Open ATT&CK lookup
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-1999 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.1 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:H/VA:L/SC:L/SI:H/SA:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
7.1CVSS 4.0HighCVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:H/VA:L/SC:L/SI:H/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

7.1High
CVSS 4.0 vector shape for CVE-2026-1999Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:H/VA:L/SC:L/SI:H/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
GitHubEnterprise Server3.17.0, 3.18.0, 3.19.0affected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-863 · source CWE mapping

Incorrect Authorization

Incorrect Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.