diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index 32e8075d681b..024ba69c7436 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -1,3 +1,33 @@ + + go -- misc/wasm, cmd/link: do not let command line arguments overwrite global data + + + go + 1.17.2,1 + + + + +

The Go project reports:

+
+

When invoking functions from WASM modules, built using GOARCH=wasm + GOOS=js, passing very large arguments can cause portions of the module + to be overwritten with data from the arguments.

+

If using wasm_exec.js to execute WASM modules, users will need to + replace their copy after rebuilding any modules.

+
+ +
+ + CVE-2021-38297 + https://github.com/golang/go/issues/48797 + + + 2021-10-06 + 2021-10-09 + +
+ chromium -- multiple vulnerabilities