git: e1095fc87ff1 - main - security/vuxml: document electron{33,34} type confusion in V8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Mar 2025 12:16:46 UTC
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=e1095fc87ff149155e4eb5824322cdaa1fca9bc0 commit e1095fc87ff149155e4eb5824322cdaa1fca9bc0 Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2025-03-25 12:14:46 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2025-03-25 12:14:46 +0000 security/vuxml: document electron{33,34} type confusion in V8 Obtained from: https://github.com/electron/electron/releases/tag/v33.4.6, https://github.com/electron/electron/releases/tag/v34.3.4 --- security/vuxml/vuln/2025.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index 8d2e70c2e03f..db87a4122005 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -1,3 +1,36 @@ + <vuln vid="964aa5da-f094-47fe-9ebd-2142f9157440"> + <topic>electron{33,34} -- Type Confusion in V8</topic> + <affects> + <package> + <name>electron33</name> + <range><lt>33.4.6</lt></range> + </package> + <package> + <name>electron34</name> + <range><lt>34.3.4</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/v33.4.6"> + <p>This update fixes the following vulnerability:</p> + <ul> + <li>Security: backported fix for CVE-2025-1920.</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-1920</cvename> + <url>https://github.com/advisories/GHSA-fhwv-7gx3-h767</url> + </references> + <dates> + <discovery>2025-03-20</discovery> + <entry>2025-03-25</entry> + </dates> + </vuln> + <vuln vid="a58fdfef-07c6-11f0-8688-4ccc6adda413"> <topic>qt5-webengine -- Use after free in Compositing</topic> <affects>