Rebinding
In an IAM and network security context, rebinding most commonly refers to DNS rebinding, an attack that manipulates the Domain Name System so a web browser is tricked into treating an attacker-controlled external domain as if it were part of a user's internal or private network. This can let malicious code loaded in the browser reach devices and services that would normally be shielded from the public internet. The term 'rebind' more generally means to bind something anew, but in security discussions it typically denotes this DNS-based attack.
DNS rebinding is an attack technique that abuses the DNS resolution and browser same-origin trust boundaries by changing the IP address associated with an attacker-controlled domain after an initial page load. According to the cited sources, the attacker first serves malicious JavaScript from a domain that resolves to their own server, then rebinds that domain to an internal or private-network IP address, causing the browser to treat requests to the internal target as same-origin with the attacker's domain. This can expose internal devices and services to browser-originated requests despite network segmentation. Note that the evidence provided describes DNS rebinding at a conceptual level only and does not detail specific mitigations, standards, or protocol-level countermeasures; those are out of scope for this entry. The non-security dictionary sense of 'rebinding' (renewing a physical binding, such as on a book) is unrelated to the IAM and network security usage.
Why it matters
DNS rebinding matters because it can defeat one of the most common assumptions in network security: that services placed behind a firewall or on a private network segment are unreachable from the public internet. As the cited sources describe, the attack tricks a user's browser into treating an attacker-controlled external domain as if it belonged to the internal network, allowing malicious JavaScript to reach internal devices and services. This means a user simply visiting a malicious or compromised web page can become an unwitting conduit into an otherwise segmented environment.
For identity and access teams, the significance is that DNS rebinding sidesteps controls that rely on network location as an implicit trust signal. Internal administrative interfaces, management consoles, and other services that are exposed without strong authentication because they are assumed to be network-isolated become viable targets when a browser can be coerced into originating requests to them. The attack is a concrete illustration of why network position alone is a weak basis for authorization decisions.
The evidence provided describes DNS rebinding only at a conceptual level and does not detail specific mitigations, standards, or protocol-level countermeasures, so this entry does not make claims about defenses. Teams evaluating their exposure should treat those countermeasures as out of scope here and consult dedicated mitigation guidance.
Who it's relevant to
Inside Rebinding
Common questions
Answers to the questions practitioners most commonly ask about Rebinding.
