Phying News
Curated security research, vulnerabilities, advisories and tools for practitioners.

Using Static Analysis and Clang To Find Heartbleed

Summary

Trail of Bits built a Clang analyzer plugin that statically detects Heartbleed-style bugs: it taints ntohl/ntohs return values and flags unconstrained data used as memcpy sizes, tested on OpenSSL.
Published
Collected

original ↗

Related coverage

back