Nfs-utils rpc.rquotad Service Detection
🗓️ 18 Aug 2011 00:00:00Reported by Copyright (C) 2011 Greenbone AGType
openvas🔗 plugins.openvas.org👁 220 Views
| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| CVE-1999-0625 | 4 Feb 200005:00 | – | cve | |
| CVE-1999-0625 | 4 Feb 200005:00 | – | cvelist | |
| EUVD-1999-0608 | 7 Oct 202500:30 | – | euvd | |
| CVE-1999-0625 | 1 Jan 199905:00 | – | nvd | |
| PT-1999-1233 · Undefined · Undefined | 1 Jan 199900:00 | – | ptsecurity | |
| CVE-1999-0625 | 7 Jan 202609:41 | – | redhatcve | |
| rquotad Service Detection | 19 Aug 199900:00 | – | nessus |
| Source | Link |
|---|---|
| exploitsearch | www.exploitsearch.net/index.php |
| xforce | www.xforce.iss.net/xforce/xfdb/265 |
| iss | www.iss.net/security_center/reference/vuln/rquotad.htm |
# 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.802137");
script_version("2023-09-12T05:05:19+0000");
script_tag(name:"last_modification", value:"2023-09-12 05:05:19 +0000 (Tue, 12 Sep 2023)");
script_tag(name:"creation_date", value:"2011-08-18 14:57:45 +0200 (Thu, 18 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-0625");
script_name("Nfs-utils rpc.rquotad Service Detection");
script_copyright("Copyright (C) 2011 Greenbone AG");
script_category(ACT_GATHER_INFO);
script_family("RPC");
script_dependencies("gb_rpc_portmap_udp_detect.nasl", "gb_rpc_portmap_tcp_detect.nasl");
script_mandatory_keys("rpc/portmap/tcp_or_udp/detected");
script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/265");
script_xref(name:"URL", value:"http://www.exploitsearch.net/index.php?q=CVE-1999-0625");
script_xref(name:"URL", value:"http://www.iss.net/security_center/reference/vuln/rquotad.htm");
script_tag(name:"summary", value:"This script detects the running 'rpc.rquotad' service on the host.");
script_tag(name:"vuldetect", value:"Checks whether a rpc.rquotad service is exposed on the target
host.");
script_tag(name:"insight", value:"rpc.rquotad is an unsecured and obsolete protocol and it should
be disabled.
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:"impact", value:"Successful exploitation could allow attackers to execute to gain
information about NFS services including user/system quotas.");
script_tag(name:"solution", value:"Disable the rpc.rquotad Service.");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"Mitigation");
exit(0);
}
include("rpc.inc");
include("byte_func.inc");
RPC_PROG = 100011;
port = rpc_get_port( program:RPC_PROG, protocol:IPPROTO_UDP );
if( port ) {
security_message( port:port, proto:"udp" );
VULN = TRUE;
}
port = rpc_get_port(program:RPC_PROG, protocol:IPPROTO_TCP );
if( port ) {
security_message( port:port, proto:"tcp" );
VULN = TRUE;
}
if( VULN )
exit( 0 );
else
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 2023 00:00Current
6.7Medium risk
Vulners AI Score6.7
EPSS0.01307