mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-14 23:28:04 +02:00
21 lines
983 B
Markdown
21 lines
983 B
Markdown
### [CVE-2014-5139](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-5139)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The ssl_set_client_disabled function in t1_lib.c in OpenSSL 1.0.1 before 1.0.1i allows remote SSL servers to cause a denial of service (NULL pointer dereference and client application crash) via a ServerHello message that includes an SRP ciphersuite without the required negotiation of that ciphersuite with the client.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.huawei.com/en/security/psirt/security-bulletins/security-advisories/hw-372998.htm
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/chnzzh/OpenSSL-CVE-lib
|
|
- https://github.com/uthrasri/CVE-2014-5139
|
|
- https://github.com/uthrasri/G2.5_openssl_CVE-2014-5139
|
|
|