Webserver 4D Cleartext Passwords
🗓️ 03 Nov 2005 00:00:00Reported by Copyright (C) 2002 Jason Lidow <[email protected]>Type
openvas🔗 plugins.openvas.org👁 21 Views
| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| WebServer 4D < 3.6 Ws4d.4DD Cleartext Password Storage | 20 Aug 200400:00 | – | nessus | |
| Webserver 4D Plaintext Password Storage | 26 Oct 200200:00 | – | nessus | |
| CVE-2002-1521 | 1 Sep 200404:00 | – | cve | |
| CVE-2002-1521 | 1 Sep 200404:00 | – | cvelist | |
| EUVD-2002-1504 | 7 Oct 202500:30 | – | euvd | |
| CVE-2002-1521 | 2 Apr 200305:00 | – | nvd | |
| Webserver 4D Cleartext Passwords | 3 Nov 200500:00 | – | openvas |
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/5803 |
# SPDX-FileCopyrightText: 2002 Jason Lidow <[email protected]>
# 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.11151");
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_xref(name:"URL", value:"http://www.securityfocus.com/bid/5803");
script_cve_id("CVE-2002-1521");
script_tag(name:"cvss_base", value:"2.1");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:P/I:N/A:N");
script_name("Webserver 4D Cleartext Passwords");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2002 Jason Lidow <[email protected]>");
script_family("Web Servers");
script_dependencies("gb_get_http_banner.nasl");
script_mandatory_keys("Web_Server_4D/banner");
script_require_ports("Services/www", 80);
script_tag(name:"solution", value:"Contact the vendor for an update.");
script_tag(name:"summary", value:"The remote host is running Webserver 4D 3.6 or lower.
Version 3.6 of this service stores all usernames and passwords in cleartext.
File: C:\Program Files\MDG\Web Server 4D 3.6.0\Ws4d.4DD");
script_tag(name:"impact", value:"A local attacker may use this flaw to gain unauthorized privileges
on this host.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_banner");
exit(0);
}
include("http_func.inc");
include("port_service_func.inc");
port = http_get_port(default:80);
banner = http_get_remote_headers(port:port);
if(!banner || "Web_Server_4D" >!< banner)
exit(0);
line = egrep(pattern:"^Server.*", string:banner);
if(line) {
report = "The following banner was received: " + line;
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
01 Aug 2023 00:00Current
6.9Medium risk
Vulners AI Score6.9
CVSS 22.1
EPSS0.00349