svn commit: r465453 - head/security/vuxml
Bernard Spil
brnrd at FreeBSD.org
Sat Mar 24 14:39:25 UTC 2018
Author: brnrd
Date: Sat Mar 24 14:39:24 2018
New Revision: 465453
URL: https://svnweb.freebsd.org/changeset/ports/465453
Log:
security/vuxml: Document recent Apache httpd vulnerabilities
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Sat Mar 24 14:15:56 2018 (r465452)
+++ head/security/vuxml/vuln.xml Sat Mar 24 14:39:24 2018 (r465453)
@@ -58,6 +58,56 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="f38187e7-2f6e-11e8-8f07-b499baebfeaf">
+ <topic>apache -- multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>apache24</name>
+ <range><lt>2.4.30</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>The Apache httpd reports:</p>
+ <blockquote cite="https://www.apache.org/dist/httpd/CHANGES_2.4.33">
+ <p>Out of bound write in mod_authnz_ldap with AuthLDAPCharsetConfig
+ enabled (CVE-2017-15710)</p>
+ <p>mod_session: CGI-like applications that intend to read from
+ mod_session's 'SessionEnv ON' could be fooled into reading
+ user-supplied data instead. (CVE-2018-1283)</p>
+ <p>mod_cache_socache: Fix request headers parsing to avoid a possible
+ crash with specially crafted input data. (CVE-2018-1303)</p>
+ <p>core: Possible crash with excessively long HTTP request headers.
+ Impractical to exploit with a production build and production
+ LogLevel. (CVE-2018-1301)</p>
+ <p>core: Configure the regular expression engine to match '$' to the
+ end of the input string only, excluding matching the end of any
+ embedded newline characters. Behavior can be changed with new
+ directive 'RegexDefaultOptions'. (CVE-2017-15715)</p>
+ <p>mod_auth_digest: Fix generation of nonce values to prevent replay
+ attacks across servers using a common Digest domain. This change
+ may cause problems if used with round robin load balancers.
+ (CVE-2018-1312)</p>
+ <p>mod_http2: Potential crash w/ mod_http2. (CVE-2018-1302)</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://www.apache.org/dist/httpd/CHANGES_2.4.33</url>
+ <cvename>CVE-2017-15710</cvename>
+ <cvename>CVE-2018-1283</cvename>
+ <cvename>CVE-2018-1303</cvename>
+ <cvename>CVE-2018-1301</cvename>
+ <cvename>CVE-2017-15715</cvename>
+ <cvename>CVE-2018-1312</cvename>
+ <cvename>CVE-2018-1302</cvename>
+ </references>
+ <dates>
+ <discovery>2018-03-23</discovery>
+ <entry>2018-03-24</entry>
+ </dates>
+ </vuln>
+
<vuln vid="d50a50a2-2f3e-11e8-86f8-00e04c1ea73d">
<topic>mybb -- multiple vulnerabilities</topic>
<affects>
More information about the svn-ports-all
mailing list