Date: Sat, 10 Aug 2024 12:07:18 GMT From: Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d229892deb0e - main - security/vuxml: Add firefox CVE Message-ID: <202408101207.47AC7IQt083440@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=d229892deb0ef43b60653bab67a49d8a40665b5f commit d229892deb0ef43b60653bab67a49d8a40665b5f Author: Fernando ApesteguĂa <fernape@FreeBSD.org> AuthorDate: 2024-08-10 12:06:15 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2024-08-10 12:07:01 +0000 security/vuxml: Add firefox CVE By monitoring the time certain operations take, an attacker could have guessed which external protocol handlers were functional on a user's system. --- security/vuxml/vuln/2024.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/security/vuxml/vuln/2024.xml b/security/vuxml/vuln/2024.xml index 1771089683f8..dcb5fd085f85 100644 --- a/security/vuxml/vuln/2024.xml +++ b/security/vuxml/vuln/2024.xml @@ -1,3 +1,32 @@ + <vuln vid="aa1c7af9-570e-11ef-a43e-b42e991fc52e"> + <topic>mozilla firefox -- protocol information guessing</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>127.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=1883693"> + <p>By monitoring the time certain operations take, an attacker could + have guessed which external protocol handlers were functional on a + user's system. This vulnerability affects Firefox < 127, + Firefox ESR < 115.12, and Thunderbird < 115.12.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2024-5690</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2024-5690</url> + </references> + <dates> + <discovery>2024-06-11</discovery> + <entry>2024-08-10</entry> + </dates> + </vuln> + <vuln vid="8c342a6c-563f-11ef-a77e-901b0e9408dc"> <topic>soft-serve -- Remote code execution vulnerability</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408101207.47AC7IQt083440>