diff options
author | 2017-09-17 16:06:24 +0000 | |
---|---|---|
committer | 2017-09-17 16:06:24 +0000 | |
commit | b72b6b9facbd006634d478d8e6bd47008ab74ecb (patch) | |
tree | 4f67507a6eeeae4ee31b078bdf5e98773f163309 /metadata/glsa/glsa-201709-04.xml | |
parent | Merge updates from master (diff) | |
parent | Add GLSA 201709-09 (diff) | |
download | gentoo-b72b6b9facbd006634d478d8e6bd47008ab74ecb.tar.gz gentoo-b72b6b9facbd006634d478d8e6bd47008ab74ecb.tar.bz2 gentoo-b72b6b9facbd006634d478d8e6bd47008ab74ecb.zip |
Merge commit 'c80d253bd7eb362e221fc905982ba0f75fb102fe'
Diffstat (limited to 'metadata/glsa/glsa-201709-04.xml')
-rw-r--r-- | metadata/glsa/glsa-201709-04.xml | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201709-04.xml b/metadata/glsa/glsa-201709-04.xml new file mode 100644 index 000000000000..d64934455429 --- /dev/null +++ b/metadata/glsa/glsa-201709-04.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201709-04"> + <title>mod_gnutls: Certificate validation error</title> + <synopsis>A vulnerability in mod_gnutls allows remote attackers to spoof + clients via crafted certificates. + </synopsis> + <product type="ebuild">mod_gnutls</product> + <announced>2017-09-17</announced> + <revised>2017-09-17: 1</revised> + <bug>541038</bug> + <access>remote</access> + <affected> + <package name="www-apache/mod_gnutls" auto="yes" arch="*"> + <unaffected range="ge">0.7.3</unaffected> + <vulnerable range="lt">0.7.3</vulnerable> + </package> + </affected> + <background> + <p>mod_gnutls is an extension for Apache’s httpd. It uses the + GnuTLS library to provide HTTPS. It supports some protocols and + features that mod_ssl does not. + </p> + + </background> + <description> + <p>It was discovered that the authentication hook in mod_gnutls does not + validate client’s certificates even when option + “GnuTLSClientVerify” is set to “require”. + </p> + </description> + <impact type="normal"> + <p>A remote attacker could present a crafted certificate and spoof clients + data. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All mod_gnutls users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-apache/mod_gnutls-0.7.3" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-2091"> + CVE-2015-2091 + </uri> + </references> + <metadata tag="requester" timestamp="2017-06-17T21:37:14Z">whissi</metadata> + <metadata tag="submitter" timestamp="2017-09-17T15:43:18Z">chrisadr</metadata> +</glsa> |