CVE-2026-3854

Source
https://cve.org/CVERecord?id=CVE-2026-3854
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-3854.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-3854
Published
2026-03-10T18:19:06.007Z
Modified
2026-03-15T14:15:17.262014Z
Severity
  • 8.8 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
[none]
Details

An improper neutralization of special elements vulnerability was identified in GitHub Enterprise Server that allowed an attacker with push access to a repository to achieve remote code execution on the instance. During a git push operation, user-supplied push option values were not properly sanitized before being included in internal service headers. Because the internal header format used a delimiter character that could also appear in user input, an attacker could inject additional metadata fields through crafted push option values. This vulnerability was reported via the GitHub Bug Bounty program and has been fixed in GitHub Enterprise Server versions 3.14.24, 3.15.19, 3.16.15, 3.17.12, 3.18.6 and 3.19.3.

References

Affected packages

Git /

Affected ranges

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-3854.json"
unresolved_ranges
[
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "fixed": "3.14.24"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "3.15.0"
            },
            {
                "fixed": "3.15.19"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "3.16.0"
            },
            {
                "fixed": "3.16.15"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "3.17.0"
            },
            {
                "fixed": "3.17.12"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "3.18.0"
            },
            {
                "fixed": "3.18.6"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "3.19.0"
            },
            {
                "fixed": "3.19.3"
            }
        ]
    }
]