Enterprise ServerApplication · GitHub

CVE-2022-46258

MEDIUM · 6.5 CVSS v3.1 Published 2023-01-09
Fix available
A fix is available. Upgrade to 3.3.16 / 3.4.11 or later.
See remediation →
71/100
Remediation priority · Elevated
Remotely reachable Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
An incorrect authorization vulnerability was identified in GitHub Enterprise Server that allowed a repository-scoped token with read/write access to modify Action Workflow files without a Workflow scope. The Create or Update file contents API should enforce workflow scope. This vulnerability affected all versions of GitHub Enterprise Server prior to version 3.7 and was fixed in versions 3.3.16, 3.4.11, 3.5.8, and 3.6.4. This vulnerability was reported via the GitHub Bug Bounty program.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

GitHub Enterprise Server allowed repository-scoped tokens with read/write access to modify GitHub Actions workflow files via the Create or Update file contents API without enforcing the required Workflow scope. This authorization bypass enabled tokens that should only have repository access to alter sensitive workflow configurations.

MitigationUpgrade GitHub Enterprise Server to version 3.3.16, 3.4.11, 3.5.8, 3.6.4, or later. Review existing token scopes and revoke or adjust any tokens that may have inappropriately accessed workflow files prior to the fix.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Enterprise ServerApplication
Affected:< 3.3.16>= 3.4.0, < 3.4.11>= 3.5.0, < 3.5.8>= 3.6.0, < 3.6.4

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
Low
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
None

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify your GitHub Enterprise Server version
    Navigate to the GitHub Enterprise Server administration console or check the /setup/settings page to view the current version. Alternatively, use the administrative API endpoint: GET /enterprise/settings or check the About page in the management console.
    Affected if The installed version is less than 3.3.16, between 3.4.0 and 3.4.11, between 3.5.0 and 3.5.8, or between 3.6.0 and 3.6.4.
  2. Review existing personal access tokens and OAuth tokens
    Use the site admin API to list all tokens or have administrators review tokens in their organization settings. Look for tokens with repo scope (read/write repository access) that do not have the workflow scope explicitly granted.
    Affected if Repository-scoped tokens exist that have read/write access to repositories but lack the workflow scope, and the GitHub Enterprise Server version is in the affected range.
  3. Verify workflow file modification attempts via API
    Audit API logs or use the GitHub Enterprise Server audit log to search for Create or Update file API calls targeting .github/workflows/ directories. Look for events where the actor used a token without workflow scope.
    Affected if Workflow files were modified using tokens that only had repository read/write access without the workflow scope.
  4. Check audit log for unauthorized workflow access
    Query the enterprise audit log filtering for the 'update_workflow' or 'push' events involving paths under .github/workflows/ and review the token scopes used for those actions.
    Affected if Workflow modifications were performed by users or integrations using tokens scoped only to repository access.

You are affected if your GitHub Enterprise Server version falls within the vulnerable ranges AND repository-scoped tokens without explicit workflow scope were able to modify workflow files.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 3.3.16 / 3.4.11 / 3.5.8 or later
Fixed in 3.3.163.4.113.5.8
Interim mitigation

Upgrade GitHub Enterprise Server to version 3.3.16, 3.4.11, 3.5.8, 3.6.4, or later. Review existing token scopes and revoke or adjust any tokens that may have inappropriately accessed workflow files prior to the fix.

Recommended fix High confidence

Upgrade to version 3.7 (latest fixed release) or the appropriate point release: 3.3.16, 3.4.11, 3.5.8, or 3.6.4 depending on your current branch

  1. 1. Identify the current GitHub Enterprise Server version by navigating to the Management Console or using the administrative API
  2. 2. Determine which upgrade path applies based on current version: if < 3.3.x upgrade to 3.3.16; if 3.4.x upgrade to 3.4.11; if 3.5.x upgrade to 3.5.8; if 3.6.x upgrade to 3.6.4
  3. 3. Review GitHub Enterprise Server upgrade prerequisites and backup requirements from docs.github.com
  4. 4. Perform the upgrade following the standard GitHub Enterprise Server upgrade procedure
  5. 5. After upgrade, verify the instance is functioning correctly
  6. 6. Confirm the vulnerability is remediated by testing that repository-scoped tokens without Workflow scope can no longer modify Action Workflow files via the Create or Update file contents API
Caveat Refer to GitHub Enterprise Server release notes for any known issues between your current version and target version; standard upgrade precautions apply (backup, staging test)

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Enterprise Server Scoped from the published advisory
  • Consultation4.0 h
  • Implementation8.0 h
  • Testing4.0 h
  • Review / QA2.0 h
18.0 hours of engineering $3,200
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,120.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2022-46258 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2022-46258 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data