mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 11:05:39 +02:00
18 lines
962 B
Markdown
18 lines
962 B
Markdown
### [CVE-2021-3448](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3448)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
A flaw was found in dnsmasq in versions before 2.85. When configured to use a specific server for a given network interface, dnsmasq uses a fixed port while forwarding queries. An attacker on the network, able to find the outgoing port used by dnsmasq, only needs to guess the random transmission ID to forge a reply and get it accepted by dnsmasq. This flaw makes a DNS Cache Poisoning attack much easier. The highest threat from this vulnerability is to data integrity.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.oracle.com/security-alerts/cpujan2022.html
|
|
|
|
#### Github
|
|
- https://github.com/criminalip/CIP-NSE-Script
|
|
|