Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 20618E1A1 for ; Thu, 22 Nov 2012 23:14:58 +0000 (UTC) Received: (qmail 86820 invoked by uid 500); 22 Nov 2012 23:14:58 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 86788 invoked by uid 500); 22 Nov 2012 23:14:57 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 86779 invoked by uid 99); 22 Nov 2012 23:14:57 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Nov 2012 23:14:57 +0000 Date: Thu, 22 Nov 2012 23:14:57 +0000 (UTC) From: =?utf-8?Q?Alberto_Fern=C3=A1ndez_=28JIRA=29?= To: dev@hc.apache.org Message-ID: <1300945128.17856.1353626097949.JavaMail.jiratomcat@arcas> In-Reply-To: <679221941.17851.1353625978169.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (HTTPCLIENT-1265) Insercure certificate validation CVE-2012-5783 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HTTPCLIENT-1265?page=3Dcom.atl= assian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alberto Fern=C3=A1ndez updated HTTPCLIENT-1265: ------------------------------------------ Attachment: CVE-2012-5783.patch Patch that validates certificate DNSSubjectAlts/CN matches the server name = we are trying to connect to =20 > Insercure certificate validation CVE-2012-5783 > ---------------------------------------------- > > Key: HTTPCLIENT-1265 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-126= 5 > Project: HttpComponents HttpClient > Issue Type: Bug > Components: HttpClient > Affects Versions: 3.1 Final > Environment: All > Reporter: Alberto Fern=C3=A1ndez > Attachments: CVE-2012-5783.patch > > > See. > http://www.cs.utexas.edu/~shmat/shmat_ccs12.pdf > Using JSSE you must manually validate server name you're connecting to ma= tches one of the names provided by the certificate. So you can detect a man= -in-the-middle type attack with a valid certificado for other site. > http://cve.mitre.org/cgi-bin/cvename.cgi?name=3DCVE-2012-5783 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org