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
Hetty is vulnerable to DNS rebinding attacks because it does not validate the Host header.
A malicious remote server could exploit this to:
trigger arbitrary HTTP requests to other hosts from the Hetty server (see could be used to attack services on the local network, localhost or internet);
exfiltrate confidential data stored in Hetty.
Tested on 100.0a1 (2022-03-23).
I believe recent versions of Chrome are somehow protected against these type of attacks.
Describe the bug
Hetty is vulnerable to DNS rebinding attacks because it does not validate the Host header.
A malicious remote server could exploit this to:
Tested on 100.0a1 (2022-03-23).
I believe recent versions of Chrome are somehow protected against these type of attacks.
See as well https://www.gabriel.urdhr.fr/tags/dns-rebinding/ for more details in the context of other applications.
To Reproduce
Served from a remote webserver such as:
http://a.192.0.2.1.1time.127.0.0.1.forever.9b173d68-dac5-4377-ba53-7a6473d130fe.rebind.network:8080/
Expected behavior
Request coming from another origin should be rejected.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: