| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| CVSTrac < 2.0.1 Text Output Formatter DoS | 29 Jan 200700:00 | – | nessus | |
| CVSTrac Text Output Formatter SQL Injection DoS | 30 Jan 200700:00 | – | nessus | |
| CVE-2007-0347 | 29 Jan 200720:00 | – | cve | |
| CVE-2007-0347 | 29 Jan 200720:00 | – | cvelist | |
| EUVD-2007-0349 | 7 Oct 202500:30 | – | euvd | |
| CVE-2007-0347 | 29 Jan 200720:28 | – | nvd | |
| CVSTrac < 2.0.1 DoS Vulnerability | 24 Oct 200800:00 | – | openvas | |
| Sql injection | 29 Jan 200720:28 | – | prion | |
| [Full-disclosure] CVSTrac 2.0.0 Denial of Service (DoS) vulnerability | 30 Jan 200700:00 | – | securityvulns | |
| Daily web applications security vulnerabilities summary (PHP, ASP, JSP, CGI, Perl) | 29 Jan 200700:00 | – | securityvulns |
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/archive/1/458455/30/0/threaded |
# OpenVAS Vulnerability Test
# $Id: cvstrac_output_formatter_dos.nasl 7176 2017-09-18 12:01:01Z cfischer $
# Description: CVSTrac text output formatter DoS
#
# Authors:
# David Maciejak <david dot maciejak at kyxar dot fr>
#
# Copyright:
# Copyright (C) 2007 David Maciejak
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2,
# 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_solution = "Upgrade to CVSTrac 2.0.1 or later.
CVSS Base Score : 4.3 (AV:N/AC:M/Au:N/C:N/I:N/A:P)";
tag_summary = "The remote web server contains a CGI script or is itself subject to a
denial of service attack.
Description :
According to its version number, the version of CVSTrac installed on
the remote host contains a flaw related to its Wiki-style text output
formatter that may allow an attacker to cause a partial denial of service,
depending on the pages requested.";
if(description)
{
script_id(80015);
script_version("$Revision: 7176 $");
script_tag(name:"last_modification", value:"$Date: 2017-09-18 14:01:01 +0200 (Mon, 18 Sep 2017) $");
script_tag(name:"creation_date", value:"2008-10-24 19:51:47 +0200 (Fri, 24 Oct 2008)");
script_tag(name:"cvss_base", value:"4.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:N/A:P");
script_tag(name:"qod_type", value:"remote_banner_unreliable");
script_cve_id("CVE-2007-0347");
script_bugtraq_id(22296);
script_xref(name:"OSVDB", value:"31935");
name = "CVSTrac text output formatter DoS";
script_name(name);
script_category(ACT_GATHER_INFO);
script_copyright("This script is Copyright (C) 2007 David Maciejak");
family = "Web application abuses";
script_family(family);
script_dependencies("cvstrac_detect.nasl");
script_require_ports("Services/www", 80);
script_tag(name : "summary" , value : tag_summary);
script_tag(name : "solution" , value : tag_solution);
script_xref(name : "URL" , value : "http://www.securityfocus.com/archive/1/458455/30/0/threaded");
exit(0);
}
include("http_func.inc");
port = get_http_port(default:80);
kb = get_kb_item("www/" + port + "/cvstrac" );
if ( ! kb ) exit(0);
stuff = eregmatch(pattern:"(.*) under (.*)", string:kb );
version = stuff[1];
if(ereg(pattern:"^([01]\.|2\.0\.0[^0-9.]?)", string:version))
security_message(port);
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