Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update: go #1200

Closed
dongsupark opened this issue Oct 6, 2023 · 0 comments · Fixed by flatcar/scripts#1230
Closed

update: go #1200

dongsupark opened this issue Oct 6, 2023 · 0 comments · Fixed by flatcar/scripts#1230
Labels
advisory security advisory cvss/CRITICAL >= 9 assessed CVSS security security concerns

Comments

@dongsupark
Copy link
Member

dongsupark commented Oct 6, 2023

Name: go
CVEs: CVE-2023-39323
CVSSs: 9.8
Action Needed: update to >= 1.20.9

Summary: cmd/go: line directives allows arbitrary execution during build. "//line" directives can be used to bypass the restrictions on "//go:cgo_" directives, allowing blocked linker and compiler flags to be passed during compliation. This can result in unexpected execution of arbitrary code when running "go build". The line directive requires the absolute path of the file in which the directive lives, which makes exploting this issue significantly more complex.

See also https://groups.google.com/g/golang-announce/c/XBa1oHDevAo.

refmap.gentoo: TBD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
advisory security advisory cvss/CRITICAL >= 9 assessed CVSS security security concerns
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant