git: 99b28e67aefc - main - security/vuxml: document electron use after free in Garbage Collection
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Nov 2023 22:49:17 UTC
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=99b28e67aefc09d4bbf7189b65aa0c9142295b72 commit 99b28e67aefc09d4bbf7189b65aa0c9142295b72 Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2023-11-22 22:46:56 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2023-11-22 22:49:01 +0000 security/vuxml: document electron use after free in Garbage Collection Obtained from: https://github.com/electron/electron/releases/tag/v25.9.6, https://github.com/electron/electron/releases/tag/v26.6.1 --- security/vuxml/vuln/2023.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/security/vuxml/vuln/2023.xml b/security/vuxml/vuln/2023.xml index 8ccecff0fc37..b63a1801c930 100644 --- a/security/vuxml/vuln/2023.xml +++ b/security/vuxml/vuln/2023.xml @@ -1,3 +1,36 @@ + <vuln vid="147353a3-c33b-46d1-b751-e72c0d7f29df"> + <topic>electron{25,26} -- use after free in Garbage Collection</topic> + <affects> + <package> + <name>electron25</name> + <range><lt>25.9.6</lt></range> + </package> + <package> + <name>electron26</name> + <range><lt>26.6.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Electron developers report:</p> + <blockquote cite="https://github.com/electron/electron/releases/tag/v25.9.6"> + <p>This update fixes the following vulnerability:</p> + <ul> + <li>Security: backported fix for CVE-2023-5997.</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2023-5997</cvename> + <url>https://github.com/advisories/GHSA-fggx-frxq-cpx8</url> + </references> + <dates> + <discovery>2023-11-22</discovery> + <entry>2023-11-22</entry> + </dates> + </vuln> + <vuln vid="0da4db89-84bf-11ee-8290-a8a1599412c6"> <topic>chromium -- multiple security fixes</topic> <affects>