AsyncHTTPClient projectのAsyncHTTPClientにおける情報漏えいに関する脆弱性
| Title |
AsyncHTTPClient projectのAsyncHTTPClientにおける情報漏えいに関する脆弱性
|
| Summary |
AsyncHttpClient (AHC) ライブラリは、JavaアプリケーションがHTTPリクエストを容易に実行し、HTTPレスポンスを非同期に処理できるようにします。2.x系の2.15.0未満および3.x系の3.0.10未満のバージョンでは、`Cookie` ヘッダーがクロスオリジンのリダイレクト先に漏洩してしまいます。異なるオリジンへのリダイレクトを追従する際、`Redirect30xInterceptor.java` の `propagatedHeaders()` メソッドは `Authorization` と `Proxy-Authorization` ヘッダーを除去しますが、`Cookie` ヘッダーは除去しません。そのため、セッションクッキーやその他の機密性の高いクッキー値が攻撃者に制御されたサーバーに送信されてしまいます。この問題はバージョン2.15.0および3.0.10で修正されました。
|
| Possible impacts |
・当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアは停止しません。 |
| Solution |
ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date |
June 5, 2026, midnight |
| Registration Date |
June 9, 2026, 2:14 p.m. |
| Last Update |
June 9, 2026, 2:14 p.m. |
|
CVSS3.0 : 重要
|
| Score |
7.4
|
| Vector |
CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N |
Affected System
| AsyncHTTPClient project |
|
AsyncHTTPClient 2.0.0 以上 2.15.0 未満
|
|
AsyncHTTPClient 3.0.0 以上 3.0.10 未満
|
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
| No |
Changed Details |
Date of change |
| 1 |
[2026年06月09日] 掲載 |
June 9, 2026, 2:14 p.m. |
NVD Vulnerability Information
CVE-2026-45300
| Summary |
The AsyncHttpClient (AHC) library allows Java applications to easily execute HTTP requests and asynchronously process HTTP responses. Versions on the 2.x branch prior to 2.15.0 and the 3.x branch prior to 3.0.10 leak `Cookie` headers to cross-origin redirect targets. When following a redirect to a different origin, the `propagatedHeaders()` method in `Redirect30xInterceptor.java` strips `Authorization` and `Proxy-Authorization` headers but does not strip the `Cookie` header, causing session cookies and other sensitive cookie values to be sent to attacker-controlled servers. Versions 2.15.0 and 3.0.10 patch the issue.
|
| Publication Date |
June 6, 2026, 5:17 a.m. |
| Registration Date |
June 7, 2026, 4:12 a.m. |
| Last Update |
June 9, 2026, 3:37 a.m. |
Affected software configurations
| Configuration1 |
or higher |
or less |
more than |
less than |
| cpe:2.3:a:asynchttpclient_project:async-http-client:*:*:*:*:*:*:*:* |
2.0.0 |
|
|
2.15.0 |
| cpe:2.3:a:asynchttpclient_project:async-http-client:*:*:*:*:*:*:*:* |
3.0.0 |
|
|
3.0.10 |
Related information, measures and tools
Common Vulnerabilities List