Lucene search
K

Apache Traffic Server Remote DNS Cache Poisoning Vulnerability

🗓️ 10 Sep 2010 00:00:00Reported by This script is Copyright (C) 2010 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 15 Views

Apache Traffic Server Remote DNS Cache Poisoning Vulnerability. An attacker can divert data from a legitimate site to an attacker-specified site. Successful exploits allow manipulation of cache data, potentially facilitating attacks. Versions prior to 2.0.1

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2010-2952
13 Sep 201020:00
cve
Cvelist
CVE-2010-2952
13 Sep 201020:00
cvelist
Debian CVE
CVE-2010-2952
13 Sep 201020:00
debiancve
EUVD
EUVD-2010-2956
7 Oct 202500:30
euvd
NVD
CVE-2010-2952
13 Sep 201021:00
nvd
OpenVAS
Apache Traffic Server Remote DNS Cache Poisoning Vulnerability
10 Sep 201000:00
openvas
Prion
Design/Logic Flaw
13 Sep 201021:00
prion
SUSE CVE
SUSE CVE-2010-2952
15 Feb 202305:57
susecve
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_apache_traffic_43111.nasl 5263 2017-02-10 13:45:51Z teissa $
#
# Apache Traffic Server Remote DNS Cache Poisoning Vulnerability
#
# Authors:
# Michael Meyer <[email protected]>
#
# Copyright:
# Copyright (c) 2010 Greenbone Networks GmbH
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################

tag_summary = "Apache Traffic Server is prone to a remote DNS cache-poisoning
vulnerability.

An attacker can exploit this issue to divert data from a legitimate
site to an attacker-specified site.

Successful exploits will allow the attacker to manipulate cache data,
potentially facilitating man-in-the-middle, site-impersonation, or denial-of-
service attacks.

Versions prior to Apache Traffic Server 2.0.1.";

tag_solution = "Updates are available. Please see the references for more information.";

if (description)
{
 script_id(100797);
 script_version("$Revision: 5263 $");
 script_tag(name:"last_modification", value:"$Date: 2017-02-10 14:45:51 +0100 (Fri, 10 Feb 2017) $");
 script_tag(name:"creation_date", value:"2010-09-10 15:25:30 +0200 (Fri, 10 Sep 2010)");
 script_bugtraq_id(43111);
 script_tag(name:"cvss_base", value:"4.3");
 script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");
  script_cve_id("CVE-2010-2952");

 script_name("Apache Traffic Server Remote DNS Cache Poisoning Vulnerability");

 script_xref(name : "URL" , value : "https://www.securityfocus.com/bid/43111");
 script_xref(name : "URL" , value : "https://issues.apache.org/jira/browse/TS-425");
 script_xref(name : "URL" , value : "http://www.nth-dimension.org.uk/pub/NDSA20100830.txt.asc");

 script_tag(name:"qod_type", value:"remote_banner");
 script_category(ACT_GATHER_INFO);
 script_family("General");
 script_copyright("This script is Copyright (C) 2010 Greenbone Networks GmbH");
 script_dependencies("gb_apache_traffic_detect.nasl");
 script_require_ports("Services/http_proxy", 8080, 3128);
 script_tag(name : "solution" , value : tag_solution);
 script_tag(name : "summary" , value : tag_summary);
 exit(0);
}

     
include("http_func.inc");
include("http_keepalive.inc");
include("version_func.inc");

port = get_kb_item("Services/http_proxy");
if(!port)port = 8080;
if(!get_port_state(port))exit(0);

if(!vers = get_kb_item(string("www/", port, "/apache_traffic_server")))exit(0);

if(!isnull(vers) && vers >!< "unknown") {

  if(version_is_less(version: vers, test_version: "2.0.1")) {
      security_message(port:port);
      exit(0);
  }

}

exit(0);

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation