git: 96c239257860 - main - security/vuxml: document electron use after free in site isolation

From: Hiroki Tagato <tagattie_at_FreeBSD.org>
Date: Thu, 19 Oct 2023 21:31:28 UTC
The branch main has been updated by tagattie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=96c239257860fd3a2459dc3ce194bf24b3b2148a

commit 96c239257860fd3a2459dc3ce194bf24b3b2148a
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2023-10-19 21:29:28 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2023-10-19 21:29:28 +0000

    security/vuxml: document electron use after free in site isolation
    
    Obtained from:  https://github.com/electron/electron/releases/tag/v25.9.2,
                    https://github.com/electron/electron/releases/tag/v26.4.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 e2ecb6fd73a6..890bc0c88ef2 100644
--- a/security/vuxml/vuln/2023.xml
+++ b/security/vuxml/vuln/2023.xml
@@ -1,3 +1,36 @@
+  <vuln vid="9000591b-483b-45ac-9c87-b3df3a4198ec">
+    <topic>electron{25,26} -- Use after free in Site Isolation</topic>
+    <affects>
+      <package>
+	<name>electron25</name>
+	<range><lt>25.9.2</lt></range>
+      </package>
+      <package>
+	<name>electron26</name>
+	<range><lt>26.4.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.2">
+	  <p>This update fixes the following vulnerability:</p>
+	  <ul>
+	    <li>Security: backported fix for CVE-2023-5218.</li>
+	  </ul>
+	</blockquote>
+	</body>
+    </description>
+    <references>
+      <cvename>CVE-2023-5218</cvename>
+      <url>https://github.com/advisories/GHSA-cvp3-7vpw-ffh6</url>
+    </references>
+    <dates>
+      <discovery>2023-10-18</discovery>
+      <entry>2023-10-19</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="f923205f-6e66-11ee-85eb-84a93843eb75">
     <topic>Apache httpd -- Multiple vulnerabilities</topic>
     <affects>