diff options
author | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
commit | a24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch) | |
tree | 910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-201101-06.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-201101-06.xml')
-rw-r--r-- | glsa-201101-06.xml | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/glsa-201101-06.xml b/glsa-201101-06.xml new file mode 100644 index 00000000..80b92ef5 --- /dev/null +++ b/glsa-201101-06.xml @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="utf-8"?> +<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?> +<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="201101-06"> + <title>IO::Socket::SSL: Certificate validation error</title> + <synopsis> + An error in the hostname matching of IO::Socket::SSL might enable remote + attackers to conduct man-in-the-middle attacks. + </synopsis> + <product type="ebuild">IO::Socket::SSL</product> + <announced>January 16, 2011</announced> + <revised>January 16, 2011: 01</revised> + <bug>276360</bug> + <access>remote</access> + <affected> + <package name="dev-perl/IO-Socket-SSL" auto="yes" arch="*"> + <unaffected range="ge">1.26</unaffected> + <vulnerable range="lt">1.26</vulnerable> + </package> + </affected> + <background> + <p> + IO::Socket::SSL is a Perl class implementing an object oriented + interface to SSL sockets. + </p> + </background> + <description> + <p> + The vendor reported that IO::Socket::SSL does not properly handle + Common Name (CN) fields. + </p> + </description> + <impact type="normal"> + <p> + A remote attacker might employ a specially crafted certificate to + conduct man-in-the-middle attacks on SSL connections made using + IO::Socket::SSL. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All IO::Socket::SSL users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-perl/IO-Socket-SSL-1.26"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3024">CVE-2009-3024</uri> + </references> + <metadata tag="requester" timestamp="Fri, 10 Jul 2009 18:07:06 +0000"> + craig + </metadata> + <metadata tag="submitter" timestamp="Sun, 11 Apr 2010 12:25:53 +0000"> + craig + </metadata> + <metadata tag="bugReady" timestamp="Wed, 22 Sep 2010 19:52:04 +0000"> + p-y + </metadata> +</glsa> |