| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| trac -- reStructuredText breach of privacy and denial of service vulnerability | 6 Jul 200600:00 | – | freebsd | |
| CVE-2005-3980 | 4 Dec 200511:00 | – | cve | |
| CVE-2005-3980 | 4 Dec 200511:00 | – | cvelist | |
| CVE-2005-3980 | 4 Dec 200511:00 | – | debiancve | |
| EUVD-2005-3975 | 7 Oct 202500:30 | – | euvd | |
| FreeBSD : trac -- reStructuredText breach of privacy and denial of service vulnerability (b0d61f73-0e11-11db-a47b-000c2957fdf1) | 10 Jul 200600:00 | – | nessus | |
| Trac Ticket Query Module group Parameter SQL Injection | 2 Dec 200500:00 | – | nessus | |
| CVE-2005-3980 | 4 Dec 200511:03 | – | nvd | |
| Edgewall Software Trac SQL injection flaw | 26 Mar 200600:00 | – | openvas | |
| FreeBSD Ports: trac, ja-trac | 4 Sep 200800:00 | – | openvas |
| Source | Link |
|---|---|
| projects | www.projects.edgewall.com/trac/wiki/ChangeLog |
| securityfocus | www.securityfocus.com/archive/1/418294/30/0/threaded |
# OpenVAS Vulnerability Test
# $Id: trac_sql_injection.nasl 5781 2017-03-30 08:15:57Z cfi $
# Description: Edgewall Software Trac SQL injection flaw
#
# Authors:
# David Maciejak <david dot maciejak at kyxar dot fr>
#
# Copyright:
# Copyright (C) 2005 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_summary = "The remote web server contains a CGI script that is affected by a SQL
injection flaw.
Description:
The remote host is running Trac, an enhanced wiki and issue tracking
system for software development projects written in python.
The remote version of this software is prone to a SQL injection flaw
through the ticket query module due to 'group' parameter is not
properly sanitized.";
tag_solution = "Upgrade to Trac version 0.9.1 or later.";
if(description)
{
script_id(20252);
script_version("$Revision: 5781 $");
script_tag(name:"last_modification", value:"$Date: 2017-03-30 10:15:57 +0200 (Thu, 30 Mar 2017) $");
script_tag(name:"creation_date", value:"2006-03-26 17:55:15 +0200 (Sun, 26 Mar 2006)");
script_cve_id("CVE-2005-3980");
script_bugtraq_id(15676);
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_name("Edgewall Software Trac SQL injection flaw");
script_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"remote_analysis");
script_copyright("This script is Copyright (C) 2005 David Maciejak");
script_family("Web application abuses");
script_exclude_keys("Settings/disable_cgi_scanning");
script_require_ports("Services/www");
script_dependencies("find_service.nasl", "http_version.nasl");
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
script_xref(name : "URL" , value : "http://www.securityfocus.com/archive/1/418294/30/0/threaded");
script_xref(name : "URL" , value : "http://projects.edgewall.com/trac/wiki/ChangeLog");
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
port = get_http_port(default:80);
foreach dir( make_list_unique( "/trac", cgi_dirs( port:port ) ) ) {
if( dir == "/" ) dir = "";
url = string(dir,"/query?group=/*");
buf = http_get(item:url, port:port);
r = http_keepalive_send_recv(port:port, data:buf, bodyonly:TRUE);
if( r == NULL ) continue;
if("Trac detected an internal error" >< r && egrep(pattern:"<title>Oops - .* - Trac<", string:r)) {
report = report_vuln_url( port:port, url:url );
security_message( port:port, data:report );
exit( 0 );
}
}
exit( 99 );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