diff options
author | miwi <miwi@FreeBSD.org> | 2016-02-15 23:18:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2016-02-15 23:18:25 +0800 |
commit | 43603bf908a0a3dd75eeb16236673bf1a39c1cc5 (patch) | |
tree | 3c3558e512b27a614620d46cfa3823318b0be214 /security | |
parent | a6fc2c6bc4a131a5f47ab81da050c27e56d8ddf4 (diff) | |
download | freebsd-ports-gnome-43603bf908a0a3dd75eeb16236673bf1a39c1cc5.tar.gz freebsd-ports-gnome-43603bf908a0a3dd75eeb16236673bf1a39c1cc5.tar.zst freebsd-ports-gnome-43603bf908a0a3dd75eeb16236673bf1a39c1cc5.zip |
- Document firefox -- Same-origin-policy violation using Service Workers with plugins
PR: 20720
Submitted by: Christoph Moench-Tegeder
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 6bef5091d94a..26758bcfcdad 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -57,6 +57,37 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="172b22cb-d3f6-11e5-ac9e-485d605f4717"> + <topic>firefox -- Same-origin-policy violation using Service Workers with plugins</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>44.0.2,1</lt></range> + </package> + <package> + <name>linux-firefox</name> + <range><lt>44.0.2,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/known-vulnerabilities/firefox/#firefox44.0.2"> + <p>MFSA 2016-13 Same-origin-policy violation using Service Workers + with plugins</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2016-1949</cvename> + <url>https://www.mozilla.org/en-US/security/advisories/mfsa2016-13/</url> + </references> + <dates> + <discovery>2016-02-11</discovery> + <entry>2016-02-15</entry> + </dates> + </vuln> + <vuln vid="07718e2b-d29d-11e5-a95f-b499baebfeaf"> <topic>nghttp2 -- Out of memory in nghttpd, nghttp, and libnghttp2_asio</topic> <affects> |