Enterprise Server 3.4 release notes
Enterprise Server 3.4.18
Download GitHub Enterprise Server 3.4.18March 23, 2023
📣 This is not the latest release of Enterprise Server. Please use the latest release for the latest security, performance, and bug fixes.
3.4.18: Security fixes
HIGH: Addressed an improper authentication vulnerability that allowed an unauthorized actor to modify other users' secret gists by authenticating through an SSH certificate authority. This vulnerability was reported via the� GitHub Bug Bounty Program� and has been assigned� CVE-2023-23761. [Updated: 2023-04-07]
MEDIUM: Addressed an incorrect comparison vulnerability that allowed commit smuggling by displaying an incorrect diff. This vulnerability was reported via the� GitHub Bug Bounty Program� and has been assigned� CVE-2023-23762. [Updated: 2023-04-07]
3.4.18: Bug fixes
In the Management Console's monitor dashboard, the
Cached RequestsandServed Requestsgraphs, which are retrieved by thegit fetch catchingcommand, did not display metrics for the instance.After a site administrator exempted the @github-actions[bot] user from rate limiting by using the
ghe-config app.github.rate-limiting-exempt-users "github-actions[bot]"command, runningghe-config-checkcaused aValidation is-valid-characterset failedwarning to appear.GitHub Actions (
actions) and Microsoft SQL (mssql) did not appear in the list of processes within the instances monitor dashboard.On an instance in a high availability configuration, if an administrator tore down replication from a replica node using
ghe-repl-teardownimmediately after runningghe-repl-setup, but beforeghe-repl-start, an error indicated that the scriptcannot launch /usr/local/bin/ghe-single-config-apply - run is locked.