diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-20 22:25:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-20 22:25:23 +0800 |
commit | bd4f65e6ae93aedd79bd08ff9d15b9c3543ac8f5 (patch) | |
tree | 99898bb662e27bfe22b97b905dd6c008a70567d1 /security | |
parent | 606ceb005eb600ecf7bd7edbf2597da258c184e1 (diff) | |
download | freebsd-ports-gnome-bd4f65e6ae93aedd79bd08ff9d15b9c3543ac8f5.tar.gz freebsd-ports-gnome-bd4f65e6ae93aedd79bd08ff9d15b9c3543ac8f5.tar.zst freebsd-ports-gnome-bd4f65e6ae93aedd79bd08ff9d15b9c3543ac8f5.zip |
Document cURL vulnerability
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index ef8c460bce69..422a9fc73b58 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,42 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="3e2e9b44-25ce-11e7-a175-939b30e0836d"> + <topic>cURL -- TLS session resumption client cert bypass (again)</topic> + <affects> + <package> + <name>curl</name> + <range><ge>7.52.0</ge><lt>7.54.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>cURL security advisory:</p> + <blockquote cite="https://curl.haxx.se/docs/adv_20170419.html"> + <p>libcurl would attempt to resume a TLS session even if the client + certificate had changed. That is unacceptable since a server by + specification is allowed to skip the client certificate check on + resume, and may instead use the old identity which was established + by the previous certificate (or no certificate).</p> + <p>libcurl supports by default the use of TLS session id/ticket to + resume previous TLS sessions to speed up subsequent TLS handshakes. + They are used when for any reason an existing TLS connection + couldn't be kept alive to make the next handshake faster.</p> + <p>This flaw is a regression and identical to CVE-2016-5419 reported + on August 3rd 2016, but affecting a different version range.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2017-7468</cvename> + <url>https://curl.haxx.se/docs/adv_20170419.html</url> + </references> + <dates> + <discovery>2017-04-19</discovery> + <entry>2017-04-20</entry> + </dates> + </vuln> + <vuln vid="cf133acc-82e7-4755-a66a-5ddf90dacbe6"> <topic>graphite2 -- out-of-bounds write with malicious font</topic> <affects> |