git: ad1b605dd202 - main - security/vuxml: document electron{27,28} use after free in Mojo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 Feb 2024 08:38:13 UTC
The branch main has been updated by tagattie:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ad1b605dd202d87ecd145d0d6f2e5df58a82842f
commit ad1b605dd202d87ecd145d0d6f2e5df58a82842f
Author: Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2024-02-29 08:36:54 +0000
Commit: Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2024-02-29 08:36:54 +0000
security/vuxml: document electron{27,28} use after free in Mojo
Obtained from: https://github.com/electron/electron/releases/tag/v27.3.4,
https://github.com/electron/electron/releases/tag/v28.2.5
---
security/vuxml/vuln/2024.xml | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/security/vuxml/vuln/2024.xml b/security/vuxml/vuln/2024.xml
index c54b142afe17..0ffcf444c06b 100644
--- a/security/vuxml/vuln/2024.xml
+++ b/security/vuxml/vuln/2024.xml
@@ -1,3 +1,36 @@
+ <vuln vid="3567456a-6b17-41f7-ba7f-5cd3efb2b7c9">
+ <topic>electron{27,28} -- Use after free in Mojo</topic>
+ <affects>
+ <package>
+ <name>electron27</name>
+ <range><lt>27.3.4</lt></range>
+ </package>
+ <package>
+ <name>electron28</name>
+ <range><lt>28.2.5</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/v27.3.4">
+ <p>This update fixes the following vulnerability:</p>
+ <ul>
+ <li>Security: backported fix for CVE-2024-1670.</li>
+ </ul>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2024-1670</cvename>
+ <url>https://github.com/advisories/GHSA-wjv4-j3hc-gxvv</url>
+ </references>
+ <dates>
+ <discovery>2024-02-28</discovery>
+ <entry>2024-02-29</entry>
+ </dates>
+ </vuln>
+
<vuln vid="31bb1b8d-d6dc-11ee-86bb-a8a1599412c6">
<topic>chromium -- multiple security fixes</topic>
<affects>