diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-03-08 04:44:34 +0900 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-03-08 04:44:34 +0900 |
commit | 7f35be0bed4a9622a97b95d6af7f2001a50a2a60 (patch) | |
tree | be39cfff56951e91abcab80c10b3d8a15a865f58 /security/vuxml | |
parent | net/radsecproxy: Update version 1.11.0=>1.11.1 (diff) |
security/vuxml: document electron32 multiple vulnerabilities
Obtained from: https://github.com/electron/electron/releases/tag/v32.3.3
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln/2025.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index c3e490f46f5a..06044762bb6b 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -1,3 +1,35 @@ + <vuln vid="6e27040b-61b7-4989-9471-dfb10c3cd76e"> + <topic>electron32 -- multiple vulnerabilities</topic> + <affects> + <package> + <name>electron32</name> + <range><lt>32.3.3</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/v32.3.3"> + <p>This update fixes the following vulnerabilities:</p> + <ul> + <li>Security: backported fix for CVE-2025-0445.</li> + <li>Security: backported fix for CVE-2025-0998.</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-0445</cvename> + <url>https://github.com/advisories/GHSA-q4fq-38gr-ccp3</url> + <cvename>CVE-2025-0998</cvename> + <url>https://github.com/advisories/GHSA-4v9x-qxmv-4h58</url> + </references> + <dates> + <discovery>2025-03-03</discovery> + <entry>2025-03-07</entry> + </dates> + </vuln> + <vuln vid="3299cbfd-fa6e-11ef-929d-b0416f0c4c67"> <topic>Jinja2 -- Sandbox breakout through attr filter selecting format method</topic> <affects> |