Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 560412 (CVE-2015-5262) - dev-java/httpcomponents-client: missing HTTPS connection timeout
Summary: dev-java/httpcomponents-client: missing HTTPS connection timeout
Status: RESOLVED INVALID
Alias: CVE-2015-5262
Product: Gentoo Security
Classification: Unclassified
Component: Vulnerabilities (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo Security
URL: https://bugzilla.redhat.com/show_bug....
Whiteboard: B3 [noglsa]
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-14 09:14 UTC by Agostino Sarubbo
Modified: 2015-10-17 22:15 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2015-09-14 09:14:29 UTC
From ${URL} :

It was discovered that Apache HttpClient did not apply a configured
connection or read timeout during the initial handshake of an HTTPS
connection.  As a result, HTTPS connection could get stuck, causing
a denial of service if multiple such connections accumulate.

Upstream patch:

http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.3.x/httpclient/src/main/java/org/apache/http/conn/ssl/SSLConnectionSocketFactory.java?r1=1560975&r2=1626784


@maintainer(s): after the bump, in case we need to stabilize the package, please let us know if it is ready for the stabilization or not.
Comment 1 Patrice Clement gentoo-dev 2015-09-24 16:03:21 UTC
According to https://issues.apache.org/jira/browse/HTTPCLIENT-1478?focusedCommentId=14378223&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14378223, this only affects httpclient version 4.3.6 and below. We package version 4.5, hence this CVE doesn't affect us.

BEWARE: commons-httpclient/httpcore and httpcomponents-client/core are two different projects. The former has been put into the Attic by the ASF (and we should actually look into removing it). See the bottom of this page [1]. Whereas the latter is the continuum of the same project and has been renamed to avoid confusion.

@Security

This bug doesn't affect our ebuilds so you can safely close it.

[1] http://hc.apache.org/
Comment 2 Patrice Clement gentoo-dev 2015-10-17 22:15:06 UTC
Marking as INVALID as per Mikle Kolyada's approval on IRC.