git: bddf0026fdf3 - main - security/vuxml: Document lang/go vulnerability
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Oct 2021 07:02:46 UTC
The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=bddf0026fdf3032c9ed0b090590ae572b3e277db commit bddf0026fdf3032c9ed0b090590ae572b3e277db Author: Guangyuan Yang <ygy@FreeBSD.org> AuthorDate: 2021-10-09 07:02:33 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2021-10-09 07:02:33 +0000 security/vuxml: Document lang/go vulnerability --- security/vuxml/vuln-2021.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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 @@ + <vuln vid="4fce9635-28c0-11ec-9ba8-002324b2fba8"> + <topic>go -- misc/wasm, cmd/link: do not let command line arguments overwrite global data</topic> + <affects> + <package> + <name>go</name> + <range><lt>1.17.2,1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Go project reports:</p> + <blockquote cite="https://github.com/golang/go/issues/48797"> + <p>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.</p> + <p>If using wasm_exec.js to execute WASM modules, users will need to + replace their copy after rebuilding any modules.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2021-38297</cvename> + <url>https://github.com/golang/go/issues/48797</url> + </references> + <dates> + <discovery>2021-10-06</discovery> + <entry>2021-10-09</entry> + </dates> + </vuln> + <vuln vid="7d3d94d3-2810-11ec-9c51-3065ec8fd3ec"> <topic>chromium -- multiple vulnerabilities</topic> <affects>