Lucene search
+L

Horde IMP status.php3 XSS Vulnerability

🗓️ 03 Nov 2005 00:00:00Reported by Copyright (C) 2004 David MaciejakType 
openvas
 openvas
🔗 plugins.openvas.org👁 25 Views

Horde IMP status.php3 XSS Vulnerability. Vulnerability in status.php3 script can lead to XSS attac

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2002-0181
2 Apr 200305:00
cve
cvelist
Cvelist
CVE-2002-0181
2 Apr 200305:00
cvelist
nessus
Tenable Nessus
Debian DSA-126-1 : imp - XSS
29 Sep 200400:00
nessus
nessus
Tenable Nessus
Horde IMP status.php3 script Parameter XSS
3 Nov 200400:00
nessus
euvd
EUVD
EUVD-2002-0179
7 Oct 202500:30
euvd
nvd
NVD
CVE-2002-0181
22 Apr 200204:00
nvd
openvas
OpenVAS
Debian Security Advisory DSA 126-1 (imp)
17 Jan 200800:00
openvas
openvas
OpenVAS
Horde IMP status.php3 XSS
3 Nov 200500:00
openvas
openvas
OpenVAS
Debian Security Advisory DSA 126-1 (imp)
17 Jan 200800:00
openvas
SourceLink
securityfocuswww.securityfocus.com/bid/4444
# SPDX-FileCopyrightText: 2004 David Maciejak
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

CPE = "cpe:/a:horde:imp";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.15616");
  script_version("2024-07-23T05:05:30+0000");
  script_tag(name:"last_modification", value:"2024-07-23 05:05:30 +0000 (Tue, 23 Jul 2024)");
  script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
  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_xref(name:"URL", value:"http://www.securityfocus.com/bid/4444");
  script_cve_id("CVE-2002-0181");
  script_xref(name:"OSVDB", value:"5345");
  script_name("Horde IMP status.php3 XSS Vulnerability");
  script_category(ACT_ATTACK);
  script_copyright("Copyright (C) 2004 David Maciejak");
  script_family("Web application abuses");
  script_dependencies("imp_detect.nasl");
  script_mandatory_keys("horde/imp/detected");

  script_tag(name:"solution", value:"Upgrade to Horde IMP version 2.2.8 or later.");

  script_tag(name:"summary", value:"Horde IMP is prone to a cross-site scripting (XSS) vulnerability.");

  script_tag(name:"insight", value:"The status.php3 script is vulnerable to an XSS attack since
  information passed to it is not properly sanitized.");

  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"qod_type", value:"remote_analysis");

  exit(0);
}

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

if( ! port = get_app_port( cpe:CPE ) )
  exit( 0 );

if( ! dir  = get_app_location( cpe:CPE, port:port ) )
  exit( 0 );

if( dir == "/" )
  dir = "";

url = dir + "/status.php3?script=<script>vt-test</script>";

if( http_vuln_check( port:port, url:url, pattern:"<script>vt-test</script>", check_header:TRUE ) ) {
  report = http_report_vuln_url( url:url, port:port );
  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

23 Jul 2024 00:00Current
5.6Medium risk
Vulners AI Score5.6
CVSS 27.5
EPSS0.01847
25