diff options
author | shaun <shaun@FreeBSD.org> | 2010-06-26 07:29:50 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2010-06-26 07:29:50 +0800 |
commit | 783b75d550b192559f1016d9cd520a1080108793 (patch) | |
tree | bd01d8f7724838d3161b3692c280d1d01fba0bd5 /security | |
parent | ed3ab25eaa7f3a2a4acb12a5b8735624014ff571 (diff) | |
download | freebsd-ports-gnome-783b75d550b192559f1016d9cd520a1080108793.tar.gz freebsd-ports-gnome-783b75d550b192559f1016d9cd520a1080108793.tar.zst freebsd-ports-gnome-783b75d550b192559f1016d9cd520a1080108793.zip |
Document opera -- Data URIs can be used to allow cross-site scripting.
Assume opera-devel is vulnerable too, although snapshots aren't
mentioned in the advisory, and it's months out of date.
Feature safe: yes
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index c094dceba0b1..a67d6016e3f0 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,39 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="77b9f9bc-7fdf-11df-8a8d-0008743bf21a"> + <topic>opera -- Data URIs can be used to allow cross-site scripting</topic> + <affects> + <package> + <name>opera</name> + <range><lt>10.11</lt></range> + </package> + <package> + <name>opera-devel</name> + <range><le>10.20_2,1</le></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Opera Desktop Team reports:</p> + <blockquote cite="http://www.opera.com/support/kb/view/955/"> + <p>Data URIs are allowed to run scripts that manipulate + pages from the site that directly opened them. In some cases, the opening site + is not correctly detected. In these cases, Data URIs may erroneously be able to + run scripts so that they interact with sites that did not directly cause them to + be opened.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.opera.com/support/kb/view/955/</url> + </references> + <dates> + <discovery>2010-06-21</discovery> + <entry>2010-06-25</entry> + </dates> + </vuln> + <vuln vid="e02e6a4e-6b26-11df-96b2-0015587e2cc1"> <topic>cacti -- multiple vulnerabilities</topic> <affects> |