git: ee17b1117946 - main - security/vuxml: document electron multiple vulnerabilities

From: Hiroki Tagato <tagattie_at_FreeBSD.org>
Date: Fri, 22 Dec 2023 05:25:56 UTC
The branch main has been updated by tagattie:

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

commit ee17b111794643c9459b7cb223d0b68680a38bc3
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2023-12-22 05:23:10 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2023-12-22 05:23:10 +0000

    security/vuxml: document electron multiple vulnerabilities
    
    Obtained from:  https://github.com/electron/electron/releases/tag/v26.6.3,
                    https://github.com/electron/electron/releases/tag/v27.2.0
---
 security/vuxml/vuln/2023.xml | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/security/vuxml/vuln/2023.xml b/security/vuxml/vuln/2023.xml
index 7de965752d64..cbbbbe300e6c 100644
--- a/security/vuxml/vuln/2023.xml
+++ b/security/vuxml/vuln/2023.xml
@@ -1,3 +1,39 @@
+  <vuln vid="7015ab21-9230-490f-a2fe-f7557e3de25d">
+    <topic>electron{26,27} -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>electron26</name>
+	<range><lt>26.6.3</lt></range>
+      </package>
+      <package>
+	<name>electron27</name>
+	<range><lt>27.2.0</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/v26.6.3">
+	  <p>This update fixes the following vulnerabilities:</p>
+	  <ul>
+	    <li>Security: backported fix for CVE-2023-6508.</li>
+	    <li>Security: backported fix for CVE-2023-7024.</li>
+	  </ul>
+	</blockquote>
+	</body>
+    </description>
+    <references>
+      <cvename>CVE-2023-6508</cvename>
+      <url>https://github.com/advisories/GHSA-3pr6-6r34-c98x</url>
+      <cvename>CVE-2023-7024</cvename>
+      <url>https://github.com/advisories/GHSA-7c6v-f3h8-2x89</url>
+    </references>
+    <dates>
+      <discovery>2023-12-21</discovery>
+      <entry>2023-12-22</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="b2765c89-a052-11ee-bed2-596753f1a87c">
     <topic>gitea -- Prefix Truncation Attack against ChaCha20-Poly1305 and Encrypt-then-MAC aka Terrapin</topic>
     <affects>