svn commit: r415757 - head/security/vuxml
Jason Unovitch
junovitch at FreeBSD.org
Tue May 24 01:57:33 UTC 2016
Author: junovitch
Date: Tue May 24 01:57:31 2016
New Revision: 415757
URL: https://svnweb.freebsd.org/changeset/ports/415757
Log:
Document security announcement from MediaWiki 1.26.3, 1.25.6, and
1.23.14 release.
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Tue May 24 01:49:47 2016 (r415756)
+++ head/security/vuxml/vuln.xml Tue May 24 01:57:31 2016 (r415757)
@@ -58,6 +58,59 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="b50f53ce-2151-11e6-8dd3-002590263bf5">
+ <topic>mediawiki -- multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>mediawiki123</name>
+ <range><lt>1.23.14</lt></range>
+ </package>
+ <package>
+ <name>mediawiki124</name>
+ <range><le>1.24.6</le></range>
+ </package>
+ <package>
+ <name>mediawiki125</name>
+ <range><lt>1.25.6</lt></range>
+ </package>
+ <package>
+ <name>mediawiki126</name>
+ <range><lt>1.26.3</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Mediawiki reports:</p>
+ <blockquote cite="https://lists.wikimedia.org/pipermail/mediawiki-announce/2016-May/000188.html">
+ <p>Security fixes:</p>
+ <p>T122056: Old tokens are remaining valid within a new session</p>
+ <p>T127114: Login throttle can be tricked using non-canonicalized
+ usernames</p>
+ <p>T123653: Cross-domain policy regexp is too narrow</p>
+ <p>T123071: Incorrectly identifying http link in a's href
+ attributes, due to m modifier in regex</p>
+ <p>T129506: MediaWiki:Gadget-popups.js isn't renderable</p>
+ <p>T125283: Users occasionally logged in as different users after
+ SessionManager deployment</p>
+ <p>T103239: Patrol allows click catching and patrolling of any
+ page</p>
+ <p>T122807: [tracking] Check php crypto primatives</p>
+ <p>T98313: Graphs can leak tokens, leading to CSRF</p>
+ <p>T130947: Diff generation should use PoolCounter</p>
+ <p>T133507: Careless use of $wgExternalLinkTarget is insecure</p>
+ <p>T132874: API action=move is not rate limited</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://lists.wikimedia.org/pipermail/mediawiki-announce/2016-May/000188.html</url>
+ </references>
+ <dates>
+ <discovery>2016-05-20</discovery>
+ <entry>2016-05-24</entry>
+ </dates>
+ </vuln>
+
<vuln vid="967b852b-1e28-11e6-8dd3-002590263bf5">
<topic>wpa_supplicant -- psk configuration parameter update allowing arbitrary data to be written</topic>
<affects>
More information about the svn-ports-all
mailing list