diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2025-04-13 18:57:28 +0200 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2025-04-13 18:57:28 +0200 |
commit | 8ec84fad392b2b90cbb9b8b3fc6cee85f92b921c (patch) | |
tree | 1202e2eb1d115fdc711e8432e3c5b6ff5043c2af /security/vuxml | |
parent | www/gohugo: update to 0.146.3 (diff) |
security/vuxml: Add Mozilla vulnerabilities
* CVE-2024-11704
* CVE-2024-11706
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln/2024.xml | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/security/vuxml/vuln/2024.xml b/security/vuxml/vuln/2024.xml index 9d5f9e07819f..55fbade85397 100644 --- a/security/vuxml/vuln/2024.xml +++ b/security/vuxml/vuln/2024.xml @@ -1,3 +1,74 @@ + <vuln vid="ba6361be-1887-11f0-a8ce-b42e991fc52e"> + <topic>Mozilla -- null pointer dereference</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>133.0,2</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>133.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1923767"> + <p>A null pointer dereference may have inadvertently + occurred in `pk12util`, and specifically in the + `SEC_ASN1DecodeItem_Util` function, when handling malformed + or improperly formatted input files.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2024-11706</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2024-11706</url> + </references> + <dates> + <discovery>2024-11-26</discovery> + <entry>2025-04-13</entry> + </dates> + </vuln> + + <vuln vid="b65b1217-1887-11f0-a8ce-b42e991fc52e"> + <topic>mozilla -- double free error</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>133.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>128.7.0</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>133.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>security@mozilla.org reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1899402"> + <p>A double-free issue could have occurred in + `sec_pkcs7_decoder_start_decrypt()` when handling an error + path. Under specific conditions, the same symmetric key + could have been freed twice, potentially leading to memory + corruption.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2024-11704</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2024-11704</url> + </references> + <dates> + <discovery>2024-11-26</discovery> + <entry>2025-04-13</entry> + </dates> + </vuln> + <vuln vid="ed0a052a-c5e6-11ef-a457-b42e991fc52e"> <topic>Apache Tomcat -- RCE due to TOCTOU issue in JSP compilation</topic> <affects> |