diff options
author | miwi <miwi@FreeBSD.org> | 2009-09-30 23:32:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-09-30 23:32:53 +0800 |
commit | 1a0e4312d38435b236868e40024838d64947e915 (patch) | |
tree | b0206f2b13aaf0b7b057d33efbd18d22edfafec6 /security | |
parent | 86b43995485099ea0bb146b9b844ee169f204a3d (diff) | |
download | freebsd-ports-gnome-1a0e4312d38435b236868e40024838d64947e915.tar.gz freebsd-ports-gnome-1a0e4312d38435b236868e40024838d64947e915.tar.zst freebsd-ports-gnome-1a0e4312d38435b236868e40024838d64947e915.zip |
- Document mybb -- multiple vulnerabilities
PR: based on 139197
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 5274d6abaa3b..975108d41686 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -35,6 +35,40 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="beb6f4a8-add5-11de-8b55-0030843d3802"> + <topic>mybb -- multiple vulnerabilities</topic> + <affects> + <package> + <name>mybb</name> + <range><lt>1.4.9</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>mybb team reports:</p> + <blockquote cite="http://blog.mybboard.net/2009/09/21/mybb-1-4-9-released-security-update/"> + <p>Input passed via avatar extensions is not properly sanitised before + being used in SQL queries. This can be exploited to manipulate SQL + queries by uploading specially named avatars.</p> + <p>The script allows to sign up with usernames containing zero width + space characters, which can be exploited to e.g. conduct spoofing + attacks.</p> + </blockquote> + </body> + </description> + <references> + <bid>36460</bid> + <url>http://dev.mybboard.net/issues/464</url> + <url>http://dev.mybboard.net/issues/418</url> + <url>http://secunia.com/advisories/36803</url> + <url>http://blog.mybboard.net/2009/09/21/mybb-1-4-9-released-security-update/</url> + </references> + <dates> + <discovery>2009-09-21</discovery> + <entry>2009-09-30</entry> + </dates> + </vuln> + <vuln vid="bad1b090-a7ca-11de-873f-0030843d3802"> <topic>drupal -- multiple vulnerabilities</topic> <affects> |