Date: Mon, 20 Jan 2025 13:40:52 GMT From: Hiroki Tagato <tagattie@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a368f07827d9 - main - security/vuxml: document electron31 multiple vulnerabilities Message-ID: <202501201340.50KDeqlY004072@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=a368f07827d95f79dd4bd50f0dc45e974c47d4a3 commit a368f07827d95f79dd4bd50f0dc45e974c47d4a3 Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2025-01-20 13:39:38 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2025-01-20 13:39:38 +0000 security/vuxml: document electron31 multiple vulnerabilities Obtained from: https://github.com/electron/electron/releases/tag/v31.7.7 --- security/vuxml/vuln/2025.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index b0bd5bc83730..001cbc84d4d5 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -1,3 +1,38 @@ + <vuln vid="3161429b-3897-4593-84a0-b41ffbbfa36b"> + <topic>electron31 -- multiple vulnerabilities</topic> + <affects> + <package> + <name>electron31</name> + <range><lt>31.7.7</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/v31.7.7"> + <p>This update fixes the following vulnerabilities:</p> + <ul> + <li>Security: backported fix for CVE-2024-12053.</li> + <li>Security: backported fix for CVE-2024-12693.</li> + <li>Security: backported fix for CVE-2024-12694.</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2024-12053</cvename> + <url>https://github.com/advisories/GHSA-wvx7-72hc-rp32</url> + <cvename>CVE-2024-12693</cvename> + <url>https://github.com/advisories/GHSA-m84q-p89f-6cc5</url> + <cvename>CVE-2024-12694</cvename> + <url>https://github.com/advisories/GHSA-cgc6-4xgf-5q5x</url> + </references> + <dates> + <discovery>2025-01-14</discovery> + <entry>2025-01-20</entry> + </dates> + </vuln> + <vuln vid="d9b0fea0-d564-11ef-b9bc-d05099c0ae8c"> <topic>age -- age vulnerable to malicious plugin names, recipients, or identities causing arbitrary binary execution</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501201340.50KDeqlY004072>