diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-09-22 07:03:37 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-09-22 07:03:37 +0800 |
commit | 067fae722b3cad99802761d7e8a5994cd528db34 (patch) | |
tree | b42d966b2af39af4243f36c98eb6c51acfc6c5b9 /security | |
parent | 0b46f190f74a5eb38aedd3b783cb7e3038b62737 (diff) | |
download | freebsd-ports-gnome-067fae722b3cad99802761d7e8a5994cd528db34.tar.gz freebsd-ports-gnome-067fae722b3cad99802761d7e8a5994cd528db34.tar.zst freebsd-ports-gnome-067fae722b3cad99802761d7e8a5994cd528db34.zip |
security/vuxml: mark firefox < 62.0.2 as vulnerable
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 3d0c961f247a..8b5aac1b5e7f 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,36 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="3284d948-140c-4a3e-aa76-3b440e2006a8"> + <topic>firefox -- Crash in TransportSecurityInfo due to cached data</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>62.0.2,1</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>60.2.1,1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Mozilla Foundation reports:</p> + <blockquote cite="https://www.mozilla.org/en-US/security/advisories/mfsa2018-22/"> + <p>A potentially exploitable crash in TransportSecurityInfo used for SSL can be triggered by data stored in the local cache in the user profile directory. This issue is only exploitable in combination with another vulnerability allowing an attacker to write data into the local cache or from locally installed malware. This issue also triggers a non-exploitable startup crash for users switching between the Nightly and Release versions of Firefox if the same profile is used.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2018-12385</cvename> + <url>https://www.mozilla.org/security/advisories/mfsa2018-22/</url> + </references> + <dates> + <discovery>2018-09-21</discovery> + <entry>2018-09-21</entry> + </dates> + </vuln> + <vuln vid="77f67b46-bd75-11e8-81b6-001999f8d30b"> <topic>asterisk -- Remote crash vulnerability in HTTP websocket upgrade</topic> <affects> |