CVE-2022-41716 Affecting golang-1.15 package, versions *
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-DEBIAN11-GOLANG115-3111667
- published 10 Nov 2022
- disclosed 2 Nov 2022
Introduced: 2 Nov 2022
CVE-2022-41716 Open this link in a new tabHow to fix?
There is no fixed version for Debian:11 golang-1.15.
NVD Description
Note: Versions mentioned in the description apply only to the upstream golang-1.15 package and not the golang-1.15 package as distributed by Debian.
See How to fix? for Debian:11 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".