The x509FreeExtensions function in MatrixSSL before 3.8.6 allows remote attackers to cause a denial of service (free of unallocated memory) via a crafted X.509 certificate.
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Link | Tags |
---|---|
https://github.com/matrixssl/matrixssl/blob/3-8-6-open/CHANGES.md | release notes third party advisory patch |
https://www.kb.cert.org/vuls/id/396440 | third party advisory us government resource |
http://www.securityfocus.com/bid/93498 | vdb entry third party advisory |
http://www.tripwire.com/state-of-security/security-data-protection/cyber-security/flawed-matrixssl-code-highlights-need-for-better-iot-update-practices/ | third party advisory technical description |