diff options
author | joneum <joneum@FreeBSD.org> | 2017-11-25 03:28:57 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:00:27 +0800 |
commit | 820cb0fbdfcfb1080b72d60dc3ac97794530d471 (patch) | |
tree | 214cbecc93440f23100624136ae43a54311acdff | |
parent | 77cacd01a9a537774752dfb695dc09ba0c7a9463 (diff) | |
download | freebsd-ports-gnome-820cb0fbdfcfb1080b72d60dc3ac97794530d471.tar.gz freebsd-ports-gnome-820cb0fbdfcfb1080b72d60dc3ac97794530d471.tar.zst freebsd-ports-gnome-820cb0fbdfcfb1080b72d60dc3ac97794530d471.zip |
Document vulnerability in www/mybb
https://blog.mybb.com/2017/11/07/mybb-1-8-13-released-security-maintenance-release/
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13231
-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 c0cceb3852da..075dbf4ac0d8 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,37 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="7761288c-d148-11e7-87e5-00e04c1ea73d"> + <topic>mybb -- multiple vulnerabilities</topic> + <affects> + <package> + <name>mybb</name> + <range><lt>1.8.13</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>myBB Team reports:</p> + <blockquote cite="https://blog.mybb.com/2017/11/07/mybb-1-8-13-released-security-maintenance-release/"> + <p>High risk: Installer RCE on configuration file write</p> + <p>High risk: Language file headers RCE</p> + <p>Medium risk: Installer XSS</p> + <p>Medium risk: Mod CP Edit Profile XSS</p> + <p>Low risk: Insufficient moderator permission check in delayed moderation tools</p> + <p>Low risk: Announcements HTML filter bypass</p> + <p>Low risk: Language Pack Properties XSS.</p> + </blockquote> + </body> + </description> + <references> + <url>https://blog.mybb.com/2017/11/07/mybb-1-8-13-released-security-maintenance-release/</url> + </references> + <dates> + <discovery>2017-11-07</discovery> + <entry>2017-11-24</entry> + </dates> + </vuln> + <vuln vid="50127e44-7b88-4ade-8e12-5d57320823f1"> <topic>salt -- multiple vulnerabilities</topic> <affects> |