svn commit: r453317 - head/security/vuxml
Jochen Neumeister
joneum at FreeBSD.org
Wed Nov 1 21:14:57 UTC 2017
Author: joneum
Date: Wed Nov 1 21:14:55 2017
New Revision: 453317
URL: https://svnweb.freebsd.org/changeset/ports/453317
Log:
Document wordpress issues
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12898
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Wed Nov 1 20:51:37 2017 (r453316)
+++ head/security/vuxml/vuln.xml Wed Nov 1 21:14:55 2017 (r453317)
@@ -58,6 +58,35 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="cee3d12f-bf41-11e7-bced-00e04c1ea73d">
+ <topic>wordpress -- multiple issues</topic>
+ <affects>
+ <package>
+ <name>wordpress</name>
+ <range><lt>4.8.3,1</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>wordpress developers reports:</p>
+ <blockquote cite="https://wordpress.org/news/2017/10/wordpress-4-8-3-security-release/">
+ <p>WordPress versions 4.8.2 and earlier are affected by an issue
+ where $wpdb->prepare() can create unexpected and unsafe queries
+ leading to potential SQL injection (SQLi). WordPress core is not
+ directly vulnerable to this issue, but we've added hardening to
+ prevent plugins and themes from accidentally causing a vulnerability.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://wordpress.org/news/2017/10/wordpress-4-8-3-security-release/</url>
+ </references>
+ <dates>
+ <discovery>2017-10-31</discovery>
+ <entry>2017-11-01</entry>
+ </dates>
+ </vuln>
+
<vuln vid="4684a426-774d-4390-aa19-b8dd481c4c94">
<topic>wireshark -- multiple security issues</topic>
<affects>
More information about the svn-ports-head
mailing list