diff options
author | junovitch <junovitch@FreeBSD.org> | 2016-05-24 09:57:31 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2016-05-24 09:57:31 +0800 |
commit | 45ff55f346ba427092980cb7628db928019356b8 (patch) | |
tree | a800cffb9d0af39a5fa19f2de20d7d7f9b722128 | |
parent | 568c231b5777494fa4fa73d934f12cef0b10ce7d (diff) | |
download | freebsd-ports-gnome-45ff55f346ba427092980cb7628db928019356b8.tar.gz freebsd-ports-gnome-45ff55f346ba427092980cb7628db928019356b8.tar.zst freebsd-ports-gnome-45ff55f346ba427092980cb7628db928019356b8.zip |
Document security announcement from MediaWiki 1.26.3, 1.25.6, and
1.23.14 release.
-rw-r--r-- | security/vuxml/vuln.xml | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 544dbf29fc25..8fe1367aaf6a 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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> |