| Name | CVE-2015-5262 |
| Description | http/conn/ssl/SSLConnectionSocketFactory.java in Apache HttpComponents HttpClient before 4.3.6 ignores the http.socket.timeout configuration setting during an SSL handshake, which allows remote attackers to cause a denial of service (HTTPS call hang) via unspecified vectors. |
| Source | CVE (at NVD; CERT, ENISA, LWN, oss-sec, fulldisc, Debian ELTS, Red Hat, Ubuntu, Gentoo, SUSE bugzilla/CVE, GitHub advisories/code/issues, web search, more) |
| References | DLA-322-1 |
| Debian Bugs | 798650 |
The table below lists information on source packages.
| Source Package | Release | Version | Status |
|---|---|---|---|
| commons-httpclient (PTS) | forky, sid, bookworm, bullseye, trixie | 3.1-16 | fixed |
| httpcomponents-client (PTS) | bullseye | 4.5.13-2 | fixed |
| forky, sid, bookworm, trixie | 4.5.14-1 | fixed |
The information below is based on the following data on fixed versions.
| Package | Type | Release | Fixed Version | Urgency | Origin | Debian Bugs |
|---|---|---|---|---|---|---|
| commons-httpclient | source | squeeze | 3.1-9+deb6u2 | DLA-322-1 | ||
| commons-httpclient | source | wheezy | 3.1-10.2+deb7u2 | |||
| commons-httpclient | source | jessie | 3.1-11+deb8u1 | |||
| commons-httpclient | source | (unstable) | 3.1-12 | 798650 | ||
| httpcomponents-client | source | squeeze | (not affected) | |||
| httpcomponents-client | source | wheezy | (not affected) | |||
| httpcomponents-client | source | (unstable) | 4.3.6-1 | low |
[jessie] - httpcomponents-client <no-dsa> (Minor issue)
[squeeze] - httpcomponents-client <not-affected> (Regression introduced in 4.3.0)
[wheezy] - httpcomponents-client <not-affected> (Regression introduced in 4.3.0)
https://bugzilla.redhat.com/show_bug.cgi?id=1261538
https://issues.apache.org/jira/browse/HTTPCLIENT-1478 says it's really fixed in 4.3.6 and that 4.2.x did not have this bug.
Proposed patch for commons-httpclient: https://bugzilla.redhat.com/show_bug.cgi?id=1259892
Checked that both 4.0.1 (in Squeeze) and 4.1.1 (in Wheezy) have the call to set the timout before the SSL connection is opened.
Jessie's 4.3.5-2 is however missing the 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