Added CVE code to ChangeLog

This commit is contained in:
Simon Butcher 2015-10-05 17:34:19 +01:00
parent ac4461f783
commit 8b846b8804

View file

@ -3,9 +3,9 @@ PolarSSL ChangeLog
= Version 1.2.17 released 2015-10-xx = Version 1.2.17 released 2015-10-xx
Security Security
* Fix possible heap buffer overflow in SSL if a very long hostname is used. * Fix for CVE-2015-5291. Possible heap buffer overflow in SSL if a very long
Can be trigerred remotely if you accept hostnames from untrusted parties. hostname is used. Can be trigerred remotely if you accept hostnames from
Found by Guido Vranken, Intelworks. untrusted parties. Found by Guido Vranken, Intelworks.
* Fix stack buffer overflow in pkcs12 decryption (used by * Fix stack buffer overflow in pkcs12 decryption (used by
mbedtls_pk_parse_key(file)() when the password is > 129 bytes. Found by mbedtls_pk_parse_key(file)() when the password is > 129 bytes. Found by
Guido Vranken, Intelworks. Not triggerable remotely. Guido Vranken, Intelworks. Not triggerable remotely.