git: 12ea8741d335 - main - security/vuxml: document electron25 use after free in extensions

From: Hiroki Tagato <tagattie_at_FreeBSD.org>
Date: Thu, 12 Oct 2023 07:02:50 UTC
The branch main has been updated by tagattie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=12ea8741d335717c753a4c362d42437d5fc8c900

commit 12ea8741d335717c753a4c362d42437d5fc8c900
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2023-10-12 07:00:50 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2023-10-12 07:02:42 +0000

    security/vuxml: document electron25 use after free in extensions
    
    Obtained from:  https://github.com/electron/electron/releases/tag/v25.9.1
---
 security/vuxml/vuln/2023.xml | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/security/vuxml/vuln/2023.xml b/security/vuxml/vuln/2023.xml
index db04c1b9498f..6f8b9484577e 100644
--- a/security/vuxml/vuln/2023.xml
+++ b/security/vuxml/vuln/2023.xml
@@ -1,3 +1,32 @@
+  <vuln vid="4281b712-ad6b-4c21-8f66-619a9150691f">
+    <topic>electron25 -- Use after free in extensions vulnerability</topic>
+    <affects>
+      <package>
+	<name>electron25</name>
+	<range><lt>25.9.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.1">
+	  <p>This update fixes the following vulnerability:</p>
+	  <ul>
+	    <li>Security: backported fix for CVE-2023-5187.</li>
+	  </ul>
+	</blockquote>
+	</body>
+    </description>
+    <references>
+      <cvename>CVE-2023-5187</cvename>
+      <url>https://github.com/advisories/GHSA-hg3r-958g-g8vq</url>
+    </references>
+    <dates>
+      <discovery>2023-10-11</discovery>
+      <entry>2023-10-12</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="d6c19e8c-6806-11ee-9464-b42e991fc52e">
     <topic>curl -- SOCKS5 heap buffer overflow</topic>
     <affects>