mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-15 03:30:24 +02:00
18 lines
791 B
Markdown
18 lines
791 B
Markdown
### [CVE-2017-14063](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14063)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Async Http Client (aka async-http-client) before 2.0.35 can be tricked into connecting to a host different from the one extracted by java.net.URI if a '?' character occurs in a fragment identifier. Similar bugs were previously identified in cURL (CVE-2016-8624) and Oracle Java 8 java.net.URL.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/AsyncHttpClient/async-http-client/issues/1455
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|