diff options
-rw-r--r-- | security/vuxml/vuln.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 99a399ed1856..1396dd3a6872 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,34 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="aaa9f3db-13b5-4a0e-9ed7-e5ab287098fa"> + <topic>mozilla -- multiple vulnerabilities</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>49.0.2,1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Mozilla Foundation reports:</p> + <blockquote cite="https://www.mozilla.org/en-US/security/advisories/mfsa2016-87/"> + <p>CVE-2016-5287: Crash in nsTArray_base<T>::SwapArrayElements</p> + <p>CVE-2016-5288: Web content can read cache entries</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2016-5287</cvename> + <cvename>CVE-2016-5288</cvename> + <url>https://www.mozilla.org/security/advisories/mfsa2016-87/</url> + </references> + <dates> + <discovery>2016-10-20</discovery> + <entry>2016-10-21</entry> + </dates> + </vuln> + <vuln vid="0baadc45-92d0-11e6-8011-005056925db4"> <topic>Axis2 -- Cross-site scripting (XSS) vulnerability</topic> <affects> |