| Reporter | Title | Published | Views | Family All 5 |
|---|---|---|---|---|
| RealServer memory contents disclosure vulnerability | 1 Jan 197600:00 | – | coresecurity | |
| CVE-2000-1181 | 22 Jan 200105:00 | – | cve | |
| CVE-2000-1181 | 22 Jan 200105:00 | – | cvelist | |
| EUVD-2000-1166 | 7 Oct 202500:30 | – | euvd | |
| CVE-2000-1181 | 9 Jan 200105:00 | – | nvd |
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#
# Script audit and contributions from Carmichael Security
# Erik Anderson <[email protected]> (nb: domain no longer exists)
# Added BugtraqID and CVE
#
include('deprecated_nasl_level.inc');
include('compat.inc');
if (description)
{
script_id(10554);
script_version("1.31");
script_set_attribute(attribute:"plugin_modification_date", value:"2022/04/11");
script_cve_id("CVE-2000-1181");
script_bugtraq_id(1957);
script_name(english:"RealServer /admin/includes/ Remote Memory Content Disclosure");
script_set_attribute(attribute:"synopsis", value:
"The remote server is affected by an information disclosure vulnerability.");
script_set_attribute(attribute:"description", value:
"The remote Real Server discloses the content of its memory when issued
the request :
GET /admin/includes/
This information may be used by an attacker to obtain administrative
control on this server, or to gain more knowledge about it.");
script_set_attribute(attribute:"see_also", value:"http://service.real.com/help/faq/security/memory.html");
script_set_attribute(attribute:"solution", value:
"Install RealServer G2 7.0update2");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:N/A:N");
script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
script_set_attribute(attribute:"exploit_available", value:"true");
script_set_attribute(attribute:"vuln_publication_date", value:"2000/11/16");
script_set_attribute(attribute:"plugin_publication_date", value:"2000/11/20");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_set_attribute(attribute:"cpe", value:"cpe:/a:realnetworks:realserver");
script_set_attribute(attribute:"thorough_tests", value:"true");
script_end_attributes();
script_category(ACT_ATTACK);
script_family(english:"Misc.");
script_copyright(english:"This script is Copyright (C) 2000-2022 Tenable Network Security, Inc.");
script_dependencies("http_version.nasl");
script_require_keys("Settings/ThoroughTests");
script_require_ports(7070, "Services/realserver");
exit(0);
}
include('global_settings.inc');
include("misc_func.inc");
include("http.inc");
if ( ! thorough_tests )exit(0, "thorough_tests is not set");
port7070 = get_kb_item("Services/realserver");
if(!port7070)port7070 = 7070;
if (! get_port_state(port7070)) exit(0, "Port "+port7070+" is not open");
if ( ! get_http_banner(port:port7070) ) exit(1, "No HTTP banner on port "+port7070);
w = http_send_recv3(method:"GET", item:"/admin/includes", port:port7070);
if (" 404 " >< w[0])
{
w = http_send_recv3(method:"GET", item:"/admin/includes/", port:port7070);
if (isnull(w)) exit(1, "The web server on port "+port7070+" did not answer");
headers = w[1];
body = w[2];
if("application/octet-stream" >!< headers) exit(0);
if(strlen(body) > 2)
security_warning(port7070);
}
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