| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| Lotus Domino Server Multiple XSS | 15 Sep 200500:00 | – | nessus | |
| Lotus Domino Multiple Script Src / BaseTarget XSS | 20 Sep 200500:00 | – | nessus | |
| CVE-2005-3015 | 21 Sep 200504:00 | – | cve | |
| CVE-2005-3015 | 21 Sep 200504:00 | – | cvelist | |
| EUVD-2005-3015 | 7 Oct 202500:30 | – | euvd | |
| CVE-2005-3015 | 21 Sep 200521:03 | – | nvd | |
| CVE-2005-3015 | 21 May 202519:50 | – | redhatcve |
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/14845 |
| securityfocus | www.securityfocus.com/bid/14846 |
# SPDX-FileCopyrightText: 2005 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:ibm:lotus_domino";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.19764");
script_version("2025-03-20T05:38:32+0000");
script_tag(name:"last_modification", value:"2025-03-20 05:38:32 +0000 (Thu, 20 Mar 2025)");
script_tag(name:"creation_date", value:"2006-03-26 17:55:15 +0200 (Sun, 26 Mar 2006)");
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-3015");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/14845");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/14846");
script_name("Lotus Domino Src and BaseTarget XSS");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2005 David Maciejak");
script_family("Web application abuses");
script_dependencies("gb_hcl_domino_consolidation.nasl", "cross_site_scripting.nasl");
script_mandatory_keys("hcl/domino/detected");
script_require_ports("Services/www", 80);
script_tag(name:"solution", value:"Upgrade to Domino 6.5.2 or newer.");
script_tag(name:"summary", value:"The remote host runs Lotus Domino web server
which is vulnerable to multiple cross-site scripting due to a lack of
sanitization of user-supplied data.");
script_tag(name:"impact", value:"Successful exploitation of
this issue may allow an attacker to execute malicious script code in a
user's browser within the context of the affected application.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_analysis");
exit(0);
}
include("host_details.inc");
include("http_func.inc");
include("http_keepalive.inc");
include("port_service_func.inc");
if(!port = get_app_port(cpe:CPE, service:"www"))
exit(0);
if(!get_app_location(cpe:CPE, port:port, nofork:TRUE))
exit(0);
host = http_host_name(dont_add_port:TRUE);
if(http_get_has_generic_xss(port:port, host:host))
exit(0);
r = http_get_cache(item:"/", port:port);
if(!r)
exit(0);
matches = egrep(pattern:'src=.+(.+?OpenForm.+BaseTarget=)', string:r);
foreach match(split(matches)) {
match = chomp(match);
matchspec = eregmatch(pattern:'src="(.+?OpenForm.+BaseTarget=)', string:match);
if(!isnull(matchspec)) {
url = string(matchspec[1], '";+<script>alert(foo)</script>;+var+mit="a');
req = http_get(item:url, port:port);
res = http_keepalive_send_recv(port:port, data:req);
if(!res)
continue;
if(res =~ "^HTTP/1\.[01] 200" && "<script>alert(foo)</script>" >< res) {
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