Nfs-utils 'rusersd' User Enumeration Vulnerability
🗓️ 31 Aug 2011 00:00:00Reported by Copyright (C) 2011 Greenbone AGType
openvas🔗 plugins.openvas.org👁 37 Views
| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| CVE-1999-0626 | 29 Sep 199904:00 | – | cve | |
| CVE-1999-0626 | 29 Sep 199904:00 | – | cvelist | |
| EUVD-1999-0609 | 7 Oct 202500:30 | – | euvd | |
| CVE-1999-0626 | 1 Jan 199705:00 | – | nvd | |
| PT-1997-1165 · Rusers · Rusers | 1 Jan 199700:00 | – | ptsecurity | |
| CVE-1999-0626 | 7 Jan 202609:39 | – | redhatcve | |
| RPC rusers Remote Information Disclosure | 3 Aug 200200:00 | – | nessus |
| Source | Link |
|---|---|
| securityspace | www.securityspace.com/smysecure/catid.html |
# SPDX-FileCopyrightText: 2011 Greenbone AG
# 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.902473");
script_version("2023-09-08T05:06:21+0000");
script_tag(name:"last_modification", value:"2023-09-08 05:06:21 +0000 (Fri, 08 Sep 2023)");
script_tag(name:"creation_date", value:"2011-08-31 13:40:07 +0200 (Wed, 31 Aug 2011)");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
script_cve_id("CVE-1999-0626");
script_name("Nfs-utils 'rusersd' User Enumeration Vulnerability");
script_copyright("Copyright (C) 2011 Greenbone AG");
script_category(ACT_ATTACK);
script_family("General");
script_dependencies("gb_rpc_portmap_udp_detect.nasl");
script_mandatory_keys("rpc/portmap/udp/detected");
script_xref(name:"URL", value:"http://www.securityspace.com/smysecure/catid.html?ctype=cve&id=CVE-1999-0626");
script_tag(name:"impact", value:"Successful exploitation could allow attackers to extract the list
of users currently logged in.");
script_tag(name:"affected", value:"nfs-utils rpc version 1.2.3 prior.");
script_tag(name:"insight", value:"The flaw is due to an error in remote rusers server which allows
to extract the list of users currently logged in the remote host.
Remark: NIST don't see 'configuration issues' as software flaws so the referenced CVE has a
severity of 0.0. The severity of this VT has been raised by Greenbone to still report a
configuration issue on the target.");
script_tag(name:"summary", value:"The RPC rusersd service is prone to a user name enumeration
vulnerability.");
script_tag(name:"solution", value:"No known solution was made available for at least one year
since the disclosure of this vulnerability. Likely none will be provided anymore. General solution
options are to upgrade to a newer release, disable respective features, remove the product or
replace the product by another one.");
script_tag(name:"qod_type", value:"remote_vul");
script_tag(name:"solution_type", value:"WillNotFix");
exit(0);
}
include("rpc.inc");
include("byte_func.inc");
port = rpc_get_port(program:100002, protocol:IPPROTO_UDP);
if(!port)
exit(0);
soc = open_sock_udp(port);
if(!soc)
exit(0);
req = raw_string(0x25, 0xC8, 0x20, 0x4C, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x02,
0x00, 0x01, 0x86, 0xA2, 0x00, 0x00,
0x00, 0x02, 0x00, 0x00, 0x00, 0x02,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00);
send(socket:soc, data:req);
resp = recv(socket:soc, length:4096);
close(soc);
if(strlen(resp) > 28) {
nenty = ord(resp[27]);
if(nenty == 0)
exit(0);
start = 32;
for(i = 0; i < nenty; i = i + 1) {
timtl = "";
len = 0;
for(j = start; ord(resp[j]) && len < 16; j = j + 1) {
if(j > strlen(resp))
exit(0);
timtl = string(timtl, resp[j]);
len = len + 1;
}
start = start + 12;
user = "";
len = 0;
for(j = start; ord(resp[j]) && len < 16; j = j + 1) {
if(j > strlen(resp))
exit(0);
user = string(user, resp[j]);
len = len + 1;
}
start = start + 12;
usrFrom = "";
len = 0;
for(j = start; ord(resp[j]) && len < 16; j = j + 1) {
len = len + 1;
if(j > strlen(resp))
exit(0);
usrFrom = string(usrFrom, resp[j]);
}
start = start + 28;
if(strlen(usrFrom)) {
security_message(port:port, proto:"udp");
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
08 Sep 2023 00:00Current
6.6Medium risk
Vulners AI Score6.6
EPSS0.01376