diff options
author | jgh <jgh@FreeBSD.org> | 2012-02-18 05:21:41 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-02-18 05:21:41 +0800 |
commit | e4013ede5c76847528da2bfc2a02ff2c65ae0193 (patch) | |
tree | a825e4342228ed8bd7f75e62f28e925b9b56881e /security | |
parent | 0a03686c66663218388c04bae46decf4b4509304 (diff) | |
download | freebsd-ports-gnome-e4013ede5c76847528da2bfc2a02ff2c65ae0193.tar.gz freebsd-ports-gnome-e4013ede5c76847528da2bfc2a02ff2c65ae0193.tar.zst freebsd-ports-gnome-e4013ede5c76847528da2bfc2a02ff2c65ae0193.zip |
- document latest piwik security vulnerability
PR: ports/165217
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 127a0e45daa6..af42cb30c111 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -47,6 +47,33 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="da317bc9-59a6-11e1-bc16-0023ae8e59f0"> + <topic> piwik -- xss and click-jacking issues </topic> + <affects> + <package> + <name>piwik</name> + <range><lt>1.7</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Piwik Team reports:</p> + <blockquote cite="http://piwik.org/blog/2012/02/7775/"> + <p>We would like to thank the following security researchers for + their responsible disclosure of XSS and click-jacking issues: + Piotr Duszynski, Sergey Markov, Mauro Gentile.</p> + </blockquote> + </body> + </description> + <references> + <url>"http://piwik.org/blog/2012/02/7775/"</url> + </references> + <dates> + <discovery>2012-02-16</discovery> + <entry>2012-02-16</entry> + </dates> + </vuln> + <vuln vid="d7dbd2db-599c-11e1-a2fb-14dae9ebcf89"> <topic>mozilla -- heap-buffer overflow</topic> <affects> |