svn commit: r530396 - head/security/vuxml
Florian Smeets
flo at FreeBSD.org
Thu Apr 2 18:13:25 UTC 2020
Author: flo
Date: Thu Apr 2 18:12:57 2020
New Revision: 530396
URL: https://svnweb.freebsd.org/changeset/ports/530396
Log:
Add an entry for the HAproxy vulnerability announced today. The ports have
already been fixed.
PR: 245282
Discussed with: demon
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Thu Apr 2 18:11:44 2020 (r530395)
+++ head/security/vuxml/vuln.xml Thu Apr 2 18:12:57 2020 (r530396)
@@ -58,6 +58,50 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="7f829d44-7509-11ea-b47c-589cfc0f81b0">
+ <topic>HAproxy -- serious vulnerability affecting the HPACK decoder used for HTTP/2</topic>
+ <affects>
+ <package>
+ <name>haproxy</name>
+ <range><ge>2.0.0</ge><lt>2.0.14</lt></range>
+ </package>
+ <package>
+ <name>haproxy18</name>
+ <range><ge>1.8.0</ge><lt>1.8.25</lt></range>
+ </package>
+ <package>
+ <name>haproxy19</name>
+ <range><ge>1.9.0</ge><lt>1.9.15</lt></range>
+ </package>
+ <package>
+ <name>haproxy21</name>
+ <range><ge>2.1.0</ge><lt>2.1.4</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>The HAproxy Project reports:</p>
+ <blockquote cite="https://www.mail-archive.com/haproxy@formilux.org/msg36876.html">
+ <p>The main driver for this release is that it contains a fix for a serious
+ vulnerability that was responsibly reported last week by Felix Wilhelm
+ from Google Project Zero, affecting the HPACK decoder used for HTTP/2.
+ CVE-2020-11100 was assigned to this issue.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2020-11100</cvename>
+ <url>https://www.mail-archive.com/haproxy@formilux.org/msg36876.html</url>
+ <url>https://www.mail-archive.com/haproxy@formilux.org/msg36877.html</url>
+ <url>https://www.mail-archive.com/haproxy@formilux.org/msg36878.html</url>
+ <url>https://www.mail-archive.com/haproxy@formilux.org/msg36879.html</url>
+ </references>
+ <dates>
+ <discovery>2020-04-02</discovery>
+ <entry>2020-04-02</entry>
+ </dates>
+ </vuln>
+
<vuln vid="b360b120-74b1-11ea-a84a-4c72b94353b5">
<topic>Apache -- Multiple vulnerabilities</topic>
<affects>
More information about the svn-ports-all
mailing list