diff options
author | wen <wen@FreeBSD.org> | 2011-01-06 14:35:37 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-01-06 14:35:37 +0800 |
commit | 2928fb427a413de59eb6291471bea7ff0600fb73 (patch) | |
tree | eae93044b1eef53e4bbd3df2245d7855297b076d | |
parent | 7f921a975dfdb0ad6e1366c1333a929fe637eb01 (diff) | |
download | freebsd-ports-gnome-2928fb427a413de59eb6291471bea7ff0600fb73.tar.gz freebsd-ports-gnome-2928fb427a413de59eb6291471bea7ff0600fb73.tar.zst freebsd-ports-gnome-2928fb427a413de59eb6291471bea7ff0600fb73.zip |
- Document the Clickjacking vulnerabilities of mediawiki
-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 cf76d840b450..67fb53520c78 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,37 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="e177c410-1943-11e0-9d1c-000c29ba66d2"> + <topic>mediawiki -- Clickjacking vulnerabilities</topic> + <affects> + <package> + <name>mediawiki</name> + <range><gt>1.16</gt><lt>1.16.1</lt></range> + <range><gt>1.15</gt><lt>1.15.5_1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Clickjacking vulnerabilities:</p> + <blockquote cite="https://bugzilla.wikimedia.org/show_bug.cgi?id=26561"> + <p>Clickjacking is a type of vulnerability discovered in 2008, which + is similar to CSRF. The attack involves displaying the target webpage + in a iframe embedded in a malicious website. Using CSS, the submit button + of the form on the targeit webpage is made invisible, and then overlaid + with some button or link on the malicious website that encourages + the user to click on it.</p> + </blockquote> + </body> + </description> + <references> + <url>https://bugzilla.wikimedia.org/show_bug.cgi?id=26561</url> + </references> + <dates> + <discovery>2011-01-04</discovery> + <entry>2011-01-06</entry> + </dates> + </vuln> + <vuln vid="06a12e26-142e-11e0-bea2-0015f2db7bde"> <topic>webkit-gtk2 -- Multiple vulnabilities</topic> <affects> |