DNS リバインディング
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/dns-rebinding/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/dns-rebinding/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/dns-rebinding/)
Use the native HTML custom element.
DNSリバインディングは、ブラウザの同一オリジンポリシーを悪用した攻撃です。まずドメインを攻撃者が制御するサーバーに解決し、その後ドメインの[[dns|DNS]]レコードを内部IPアドレス(192.168.1.1など)に素早く再バインドします。これによりブラウザは攻撃者のウェブサイトをローカルネットワーク機器と同様に扱うよう騙され、悪意のあるJavaScriptが通常は公開インターネットからアクセスできない内部サービスへリクエストを送ることができます。DNSリバインディングはルーター、スマートホームデバイス、企業内部サービスへの攻撃に使用されます。[[dnssec|DNSSEC]]はリバインディングを防止しません。対策としては、リバインディング保護付きDNS-over-HTTPS、短い否定TTL、ファイアウォールルールなどがあります。
使用例
A malicious website changes its DNS record from a public IP to 192.168.1.1 mid-session, allowing the attacker's JavaScript to configure the victim's home router through the browser.