Skip to content

fix(deps): update module github.com/go-git/go-git/v5 to v5.16.5 [security]#549

Open
lunar-renovate wants to merge 1 commit intomasterfrom
renovate/go-github.com-go-git-go-git-v5-vulnerability
Open

fix(deps): update module github.com/go-git/go-git/v5 to v5.16.5 [security]#549
lunar-renovate wants to merge 1 commit intomasterfrom
renovate/go-github.com-go-git-go-git-v5-vulnerability

Conversation

@lunar-renovate
Copy link
Copy Markdown
Contributor

@lunar-renovate lunar-renovate commented Sep 17, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
github.com/go-git/go-git/v5 v5.4.2v5.16.5 age confidence

GitHub Vulnerability Alerts

CVE-2023-49569

Impact

A path traversal vulnerability was discovered in go-git versions prior to v5.11. This vulnerability allows an attacker to create and amend files across the filesystem. In the worse case scenario, remote code execution could be achieved.

Applications are only affected if they are using the ChrootOS, which is the default when using "Plain" versions of Open and Clone funcs (e.g. PlainClone). Applications using BoundOS or in-memory filesystems are not affected by this issue.
This is a go-git implementation issue and does not affect the upstream git cli.

Patches

Users running versions of go-git from v4 and above are recommended to upgrade to v5.11 in order to mitigate this vulnerability.

Workarounds

In cases where a bump to the latest version of go-git is not possible in a timely manner, we recommend limiting its use to only trust-worthy Git servers.

Credit

Thanks to Ionut Lalu for responsibly disclosing this vulnerability to us.

CVE-2023-49568

Impact

A denial of service (DoS) vulnerability was discovered in go-git versions prior to v5.11. This vulnerability allows an attacker to perform denial of service attacks by providing specially crafted responses from a Git server which triggers resource exhaustion in go-git clients.

Applications using only the in-memory filesystem supported by go-git are not affected by this vulnerability.
This is a go-git implementation issue and does not affect the upstream git cli.

Patches

Users running versions of go-git from v4 and above are recommended to upgrade to v5.11 in order to mitigate this vulnerability.

Workarounds

In cases where a bump to the latest version of go-git is not possible, we recommend limiting its use to only trust-worthy Git servers.

Credit

Thanks to Ionut Lalu for responsibly disclosing this vulnerability to us.

References

CVE-2025-21613

Impact

An argument injection vulnerability was discovered in go-git versions prior to v5.13.

Successful exploitation of this vulnerability could allow an attacker to set arbitrary values to git-upload-pack flags. This only happens when the file transport protocol is being used, as that is the only protocol that shells out to git binaries.

Affected versions

Users running versions of go-git from v4 and above are recommended to upgrade to v5.13 in order to mitigate this vulnerability.

Workarounds

In cases where a bump to the latest version of go-git is not possible, we recommend users to enforce restrict validation rules for values passed in the URL field.

Credit

Thanks to @​vin01 for responsibly disclosing this vulnerability to us.

CVE-2025-21614

Impact

A denial of service (DoS) vulnerability was discovered in go-git versions prior to v5.13. This vulnerability allows an attacker to perform denial of service attacks by providing specially crafted responses from a Git server which triggers resource exhaustion in go-git clients.

This is a go-git implementation issue and does not affect the upstream git cli.

Patches

Users running versions of go-git from v4 and above are recommended to upgrade to v5.13 in order to mitigate this vulnerability.

Workarounds

In cases where a bump to the latest version of go-git is not possible, we recommend limiting its use to only trust-worthy Git servers.

Credit

Thanks to Ionut Lalu for responsibly disclosing this vulnerability to us.

CVE-2026-25934

Impact

A vulnerability was discovered in go-git whereby data integrity values for .pack and .idx files were not properly verified. This resulted in go-git potentially consuming corrupted files, which would likely result in unexpected errors such as object not found.

For context, clients fetch packfiles from upstream Git servers. Those files contain a checksum of their contents, so that clients can perform integrity checks before consuming it. The pack indexes (.idx) are generated locally by go-git, or the git cli, when new .pack files are received and processed. The integrity checks for both files were not being verified correctly.

Note that the lack of verification of the packfile checksum has no impact on the trust relationship between the client and server, which is enforced based on the protocol being used (e.g. TLS in the case of https:// or known hosts for ssh://). In other words, the packfile checksum verification does not provide any security benefits when connecting to a malicious or compromised Git server.

Patches

Users should upgrade to v5.16.5, or the latest v6 pseudo-version, in order to mitigate this vulnerability.

Workarounds

In case updating to a fixed version of go-git is not possible, users can run git fsck from the git cli to check for data corruption on a given repository.

Credit

Thanks @​N0zoM1z0 for finding and reporting this issue privately to the go-git project.


Release Notes

go-git/go-git (github.com/go-git/go-git/v5)

v5.16.5

Compare Source

What's Changed

Full Changelog: go-git/go-git@v5.16.4...v5.16.5

v5.16.4

Compare Source

What's Changed

Full Changelog: go-git/go-git@v5.16.3...v5.16.4

v5.16.3

Compare Source

What's Changed

  • internal: Expand regex to fix build [5.x] by @​baloo in #​1644
  • build: raise timeouts for windows CI tests and disable CIFuzz [5.x] by @​baloo in #​1646
  • plumbing: support commits extra headers, support jujutsu signed commit [5.x] by @​baloo in #​1633

Full Changelog: go-git/go-git@v5.16.2...v5.16.3

v5.16.2

Compare Source

What's Changed

  • utils: fix diff so subpaths work for sparse checkouts, fixes 1455 to releases/v5.x by @​kane8n in #​1567

Full Changelog: go-git/go-git@v5.16.1...v5.16.2

v5.16.1

Compare Source

What's Changed

New Contributors

Full Changelog: go-git/go-git@v5.16.0...v5.16.1

v5.16.0

Compare Source

What's Changed

Full Changelog: go-git/go-git@v5.15.0...v5.16.0

v5.15.0

Compare Source

What's Changed

Full Changelog: go-git/go-git@v5.14.0...v5.15.0

v5.14.0

Compare Source

What's Changed

⚠️ Note that this version requires Go 1.23, due to the bump to golang.org/x/crypto@v0.35.0 which mitigates the CVE above. User's that can't bump to Go 1.23 will need to remain on the previous v5.13.x release.

Full Changelog: go-git/go-git@v5.13.2...v5.14.0

v5.13.2

Compare Source

What's Changed

Full Changelog: go-git/go-git@v5.13.1...v5.13.2

v5.13.1

Compare Source

What's Changed

Full Changelog: go-git/go-git@v5.13.0...v5.13.1

v5.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-git/go-git@v5.12.0...v5.13.0

v5.12.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-git/go-git@v5.11.0...v5.12.0

v5.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-git/go-git@v5.10.1...v5.11.0

v5.10.1

Compare Source

What's Changed

New Contributors

Full Changelog: go-git/go-git@v5.10.0...v5.10.1

v5.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-git/go-git@v5.9.0...v5.10.0

v5.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-git/go-git@v5.8.1...v5.9.0

v5.8.1

Compare Source

What's Changed

Full Changelog: go-git/go-git@v5.8.0...v5.8.1

v5.8.0

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

Run lunarctl renovate refresh -r lunarway/release-manager to trigger refresh immediately. Check renovate-refresh-cli for more details.

This PR has been generated by Renovate Bot.

@lunar-renovate lunar-renovate requested a review from a team September 17, 2024 00:33
@lunar-renovate
Copy link
Copy Markdown
Contributor Author

lunar-renovate commented Sep 17, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 17 additional dependencies were updated

Details:

Package Change
github.com/cyphar/filepath-securejoin v0.2.4 -> v0.2.5
github.com/stretchr/testify v1.9.0 -> v1.10.0
github.com/Microsoft/go-winio v0.4.16 -> v0.6.1
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 -> v1.1.3
github.com/emirpasic/gods v1.12.0 -> v1.18.1
github.com/go-git/gcfg v1.5.0 -> v1.5.1-0.20230307220236-3a3c6141e376
github.com/go-git/go-billy/v5 v5.3.1 -> v5.6.0
github.com/google/go-cmp v0.5.9 -> v0.6.0
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 -> v1.2.0
github.com/sergi/go-diff v1.1.0 -> v1.3.2-0.20230802210424-5b0b94c5c0d3
github.com/xanzy/ssh-agent v0.3.0 -> v0.3.3
golang.org/x/crypto v0.21.0 -> v0.31.0
golang.org/x/net v0.21.0 -> v0.33.0
golang.org/x/sys v0.18.0 -> v0.28.0
golang.org/x/term v0.18.0 -> v0.27.0
golang.org/x/text v0.14.0 -> v0.21.0
golang.org/x/tools v0.6.0 -> v0.21.1-0.20240508182429-e35e4ccd0d2d

@lunar-renovate lunar-renovate force-pushed the renovate/go-github.com-go-git-go-git-v5-vulnerability branch from 5b5e8dd to 90c7349 Compare January 6, 2025 23:55
@lunar-renovate lunar-renovate changed the title Update module github.com/go-git/go-git/v5 to v5.11.0 [SECURITY] Update module github.com/go-git/go-git/v5 to v5.13.0 [SECURITY] Jan 6, 2025
@lunar-renovate lunar-renovate force-pushed the renovate/go-github.com-go-git-go-git-v5-vulnerability branch 2 times, most recently from 3f2bb6e to 258484d Compare January 10, 2025 10:51
@lunar-renovate lunar-renovate force-pushed the renovate/go-github.com-go-git-go-git-v5-vulnerability branch from 258484d to 53f1186 Compare January 17, 2025 14:02
@lunar-renovate lunar-renovate force-pushed the renovate/go-github.com-go-git-go-git-v5-vulnerability branch 2 times, most recently from e805e52 to 8e9e15a Compare February 12, 2025 10:14
@lunar-renovate lunar-renovate force-pushed the renovate/go-github.com-go-git-go-git-v5-vulnerability branch 2 times, most recently from dc83f4b to 9143d0a Compare March 10, 2025 10:26
@lunar-renovate lunar-renovate force-pushed the renovate/go-github.com-go-git-go-git-v5-vulnerability branch from 9143d0a to d49d632 Compare April 2, 2025 14:24
@lunar-renovate lunar-renovate changed the title Update module github.com/go-git/go-git/v5 to v5.13.0 [SECURITY] fix(deps): update module github.com/go-git/go-git/v5 to v5.13.0 [security] Apr 2, 2025
@lunar-renovate lunar-renovate force-pushed the renovate/go-github.com-go-git-go-git-v5-vulnerability branch from d49d632 to 7e39a52 Compare April 7, 2025 08:47
@lunar-renovate lunar-renovate force-pushed the renovate/go-github.com-go-git-go-git-v5-vulnerability branch 2 times, most recently from a7b40e5 to c5ab85a Compare April 30, 2025 09:05
@lunar-renovate lunar-renovate force-pushed the renovate/go-github.com-go-git-go-git-v5-vulnerability branch 2 times, most recently from 2474dfb to a9b446d Compare May 12, 2025 08:34
@lunar-renovate lunar-renovate force-pushed the renovate/go-github.com-go-git-go-git-v5-vulnerability branch from a9b446d to c67ab0c Compare June 6, 2025 20:12
@lunar-renovate lunar-renovate force-pushed the renovate/go-github.com-go-git-go-git-v5-vulnerability branch from c67ab0c to 4a4560d Compare June 19, 2025 11:22
@lunar-renovate lunar-renovate force-pushed the renovate/go-github.com-go-git-go-git-v5-vulnerability branch from 4a4560d to d7f0fc7 Compare July 1, 2025 01:35
@lunar-renovate lunar-renovate force-pushed the renovate/go-github.com-go-git-go-git-v5-vulnerability branch 2 times, most recently from bfb789f to 75cce06 Compare July 15, 2025 20:13
@lunar-renovate lunar-renovate force-pushed the renovate/go-github.com-go-git-go-git-v5-vulnerability branch 2 times, most recently from bcfccc7 to ad13158 Compare August 12, 2025 12:35
@lunar-renovate lunar-renovate force-pushed the renovate/go-github.com-go-git-go-git-v5-vulnerability branch from ad13158 to 54deed6 Compare January 22, 2026 04:38
@lunar-renovate lunar-renovate requested a review from a team as a code owner January 22, 2026 04:38
@lunar-renovate
Copy link
Copy Markdown
Contributor Author

lunar-renovate commented Jan 22, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 19 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.24.0
github.com/cyphar/filepath-securejoin v0.2.4 -> v0.4.1
github.com/stretchr/testify v1.9.0 -> v1.10.0
github.com/Microsoft/go-winio v0.4.16 -> v0.6.2
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 -> v1.1.6
github.com/emirpasic/gods v1.12.0 -> v1.18.1
github.com/go-git/gcfg v1.5.0 -> v1.5.1-0.20230307220236-3a3c6141e376
github.com/go-git/go-billy/v5 v5.3.1 -> v5.6.2
github.com/golang/protobuf v1.5.3 -> v1.5.4
github.com/google/go-cmp v0.5.9 -> v0.7.0
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 -> v1.2.0
github.com/sergi/go-diff v1.1.0 -> v1.3.2-0.20230802210424-5b0b94c5c0d3
github.com/xanzy/ssh-agent v0.3.0 -> v0.3.3
golang.org/x/crypto v0.21.0 -> v0.45.0
golang.org/x/net v0.21.0 -> v0.47.0
golang.org/x/sys v0.18.0 -> v0.38.0
golang.org/x/term v0.18.0 -> v0.37.0
golang.org/x/text v0.14.0 -> v0.31.0
golang.org/x/tools v0.6.0 -> v0.38.0
google.golang.org/protobuf v1.31.0 -> v1.33.0

@lunar-renovate lunar-renovate force-pushed the renovate/go-github.com-go-git-go-git-v5-vulnerability branch from 54deed6 to c58c45a Compare February 12, 2026 10:05
@lunar-renovate lunar-renovate changed the title fix(deps): update module github.com/go-git/go-git/v5 to v5.13.0 [security] fix(deps): update module github.com/go-git/go-git/v5 to v5.16.5 [security] Feb 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant