CVE-2022-41716 Affecting go1.18-doc package, versions <1.18.8-150000.1.37.1
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-SLES154-GO118DOC-3125040
- published 18 Nov 2022
- disclosed 17 Nov 2022
Introduced: 17 Nov 2022
CVE-2022-41716 Open this link in a new tabHow to fix?
Upgrade SLES:15.4 go1.18-doc to version 1.18.8-150000.1.37.1 or higher.
NVD Description
Note: Versions mentioned in the description apply only to the upstream go1.18-doc package and not the go1.18-doc package as distributed by SLES.
See How to fix? for SLES:15.4 relevant fixed versions and status.
Due to unsanitized NUL values, attackers may be able to maliciously set environment variables on Windows. In syscall.StartProcess and os/exec.Cmd, invalid environment variable values containing NUL values are not properly checked for. A malicious environment variable value can exploit this behavior to set a value for a different environment variable. For example, the environment variable string "A=B\x00C=D" sets the variables "A=B" and "C=D".