From 5f4e7738d6cb590ac1cff08324f6d282b51bb9e9 Mon Sep 17 00:00:00 2001 From: Hiroki Tagato Date: Fri, 29 Mar 2024 16:52:06 +0900 Subject: [PATCH] security/vuxml: document electron{27,28} object lifecycle issue in V8 Obtained from: https://github.com/electron/electron/releases/tag/v27.3.8, https://github.com/electron/electron/releases/tag/v28.2.9 --- 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 d47dea5c6d85..ee4064fe2bc9 100644 --- a/security/vuxml/vuln/2024.xml +++ b/security/vuxml/vuln/2024.xml @@ -1,3 +1,36 @@ + + electron{27,28} -- Object lifecycle issue in V8 + + + electron27 + 27.3.8 + + + electron28 + 28.2.9 + + + + +

Electron developers report:

+
+

This update fixes the following vulnerability:

+
    +
  • Security: backported fix for CVE-2024-2625.
  • +
+
+ +
+ + CVE-2024-2625 + https://github.com/advisories/GHSA-j7h3-fcrw-g6j8 + + + 2024-03-28 + 2024-03-29 + +
+ Gitlab -- vulnerabilities