Bug 2329266 - CVE-2024-53859 opentofu: go-gh `auth.TokenForHost` violates GitHub host security boundary within a codespace [epel-all]
Summary: CVE-2024-53859 opentofu: go-gh `auth.TokenForHost` violates GitHub host secur...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: opentofu
Version: epel9
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
Assignee: Mikel Olasagasti Uranga
QA Contact:
URL:
Whiteboard: {"flaws": ["50da4f36-c991-497a-8ba1-2...
Depends On:
Blocks: CVE-2024-53859
TreeView+ depends on / blocked
 
Reported: 2024-11-27 22:49 UTC by Robb Gatica
Modified: 2024-12-05 16:55 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2024-12-05 16:55:06 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Robb Gatica 2024-11-27 22:49:20 UTC
More information about this security flaw is available in the following bug:

https://bugzilla.redhat.com/show_bug.cgi?id=2329254

Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

Comment 1 Mikel Olasagasti Uranga 2024-12-05 16:55:06 UTC
Module go-gh is only used as development tool:

$ grep github.com/hashicorp/copywrite * -R
go.mod:	github.com/hashicorp/copywrite v0.16.3
go.sum:github.com/hashicorp/copywrite v0.16.3 h1:9yOzvuMAVurKEmn2lIWLUYq1Nn7lsYTZMyXbUdEB9wk=
go.sum:github.com/hashicorp/copywrite v0.16.3/go.mod h1:wl92lMJ9VBqxH9M5KWfseHzXtjj7Q2u5LnKhpS0Rclo=
scripts/add-copyright-headers.sh:go run github.com/hashicorp/copywrite headers
tools.go:	_ "github.com/hashicorp/copywrite"

$ cat tools.go
(...)
// This file tracks some external tools we use during development and release
// processes. These are not used at runtime but having them here allows the
// Go toolchain to see that we need to include them in go.mod and go.sum.
(...)


Note You need to log in before you can comment on or make changes to this bug.