You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
during the security audit of our REST-API, which uses the restbed library, a vulnerability regarding SSL/TLS occurred.
The following CVEs are referenced:
Hi,
during the security audit of our REST-API, which uses the restbed library, a vulnerability regarding SSL/TLS occurred.
The following CVEs are referenced:
TLDR; An attacker can perform a computational DoS attack by performing many renegotiations within a single connection.
I have not found a way in the API (https://github.com/Corvusoft/restbed/blob/master/documentation/API.md#sslsettings) to limit renegotiations nor to disable them at all.
libraries:
Additional reference:
https://vincent.bernat.ch/en/blog/2011-ssl-dos-mitigation
The text was updated successfully, but these errors were encountered: