6.4
CVSSv2

CVE-2007-3898

Published: 14/11/2007 Updated: 07/07/2021
CVSS v2 Base Score: 6.4 | Impact Score: 4.9 | Exploitability Score: 10
VMScore: 650
Vector: AV:N/AC:L/Au:N/C:N/I:P/A:P

Vulnerability Summary

The DNS server in Microsoft Windows 2000 Server SP4, and Server 2003 SP1 and SP2, uses predictable transaction IDs when querying other DNS servers, which allows remote malicious users to spoof DNS replies, poison the DNS cache, and facilitate further attack vectors.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

microsoft windows 2000

microsoft windows server 2003

microsoft windows 2003 server

Exploits

source: wwwsecurityfocuscom/bid/25919/info Microsoft Windows DNS Server is prone to a vulnerability that permits an attacker to spoof responses to DNS requests A successful attack will corrupt the DNS cache with attacker-specified content This may aid in further attacks such as phishing #!/usr/bin/perl use strict; use Net::DNS; us ...
source: wwwsecurityfocuscom/bid/25919/info Microsoft Windows DNS Server is prone to a vulnerability that permits an attacker to spoof responses to DNS requests A successful attack will corrupt the DNS cache with attacker-specified content This may aid in further attacks such as phishing $TRXID=$ARGV[0]; $zero=$TRXID>>14; if ($ ...