Laptop beats server in SSL attack

By
Follow google news

'Someone should fix this'.

SSL connections can be used to take down servers from a single computer.

Laptop beats server in SSL attack

A tool released for download (Windows | Unix) by German interest group the Hackers Choice exploits asymmetric requirements of SSL connections that demand up to 15 times more processing power in servers than clients.

OpenSSL can also be used.

The attacks created thousands of SSL renegotiations from a single TCP connection.

An average server could be taken offline by using about 30 per cent of a computer’s processing capacity.

The group said all SSL implementations were affected.

“A laptop on a DSL connection can challenge a server on a 30Gbit link,” the group said in a statement.

“The SSL handshake is only done at the beginning of a secure session and only if security is required. Servers are not prepared to handle large amount of SSL handshakes.”

The attack also worked without SSL renegotiation by establishing new TCP connections for new handshakes.

The group refused to release a tool that would take down servers that do not support SSL renegotiation.

However it did detail a brief bash script to exploit the renegotiation attack using OpenSSL.

-----BASH SCRIPT BEGIN-----

thc-ssl-dosit() { while :; do (while :; do echo R; done) | openssl s_client -connect 127.0.0.1:443 2>/dev/null; done }

for x in `seq 1 100`; do thc-ssl-dosit & done
-----BASH SCRIPT END-------

The SSL attacks were not the first to migitate the large bandwidth capacity that serves as a defense for servers.

The SlowLoris DoS allows a single TCP connection to exhaust and down servers by sending partial requests that keep connections open.



To reduce susceptibility to the SSL handshake attack, the group said renegotiation should be disabled.

An SSL accelerator could be used but this could be overwhelmed by multiple SSL-DoS attacks. Ports other than 443 could also be targeted.

“No real solutions exist ... somebody should fix this.”

Add iTnews as your trusted source

Got a news tip for our journalists? Share it with us anonymously here.

Copyright © SC Magazine, Australia

Tags:

Most Read Articles

NSW Treasury staffer allegedly exfiltrated 5600 sensitive documents

NSW Treasury staffer allegedly exfiltrated 5600 sensitive documents

Services Australia describes fraud, debt-related machine learning use cases

Services Australia describes fraud, debt-related machine learning use cases

Cloud deployment firm Vercel breached, advises secrets rotation

Cloud deployment firm Vercel breached, advises secrets rotation

Dead cars tell tales by storing data that's never wiped

Dead cars tell tales by storing data that's never wiped

Log In

  |  Forgot your password?