| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| CVE-2014-7140 | 6 Nov 201400:00 | – | circl | |
| Immunity Canvas: CITRIX_NETSCALER_SOAP | 21 Oct 201414:55 | – | canvas | |
| CVE-2014-7140 | 21 Oct 201414:00 | – | cve | |
| CVE-2014-7140 | 21 Oct 201414:00 | – | cvelist | |
| EUVD-2014-7019 | 7 Oct 202500:30 | – | euvd | |
| CVE-2014-7140 | 21 Oct 201414:55 | – | nvd | |
| Citrix NetScaler RCE Vulnerability (CTX200206) | 12 May 201500:00 | – | openvas | |
| Code injection | 21 Oct 201414:55 | – | prion |
| Source | Link |
|---|---|
| support | www.support.citrix.com/article/CTX200206 |
| cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#
include('deprecated_nasl_level.inc');
include('compat.inc');
if (description)
{
script_id(78893);
script_version("1.7");
script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/19");
script_cve_id("CVE-2014-7140");
script_bugtraq_id(70696);
script_name(english:"Citrix NetScaler Unspecified Remote Code Execution (CTX200206)");
script_summary(english:"Checks the Citrix NetScaler version.");
script_set_attribute(attribute:"synopsis", value:
"The remote device is affected by a remote code execution
vulnerability.");
script_set_attribute(attribute:"description", value:
"The remote Citrix NetScaler device is affected by an unspecified
remote code execution vulnerability in the management interface.");
script_set_attribute(attribute:"see_also", value:"https://support.citrix.com/article/CTX200206");
script_set_attribute(attribute:"solution", value:
"Upgrade to Citrix NetScaler 10.1-129.11 / 10.5-50.10 or later.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_set_cvss_temporal_vector("CVSS2#E:F/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:"exploit_framework_canvas", value:"true");
script_set_attribute(attribute:"canvas_package", value:'CANVAS');
script_set_attribute(attribute:"vuln_publication_date", value:"2014/09/17");
script_set_attribute(attribute:"patch_publication_date", value:"2014/09/17");
script_set_attribute(attribute:"plugin_publication_date", value:"2014/11/06");
script_set_attribute(attribute:"plugin_type", value:"combined");
script_set_attribute(attribute:"cpe", value:"cpe:/o:citrix:netscaler_application_delivery_controller_firmware");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"CGI abuses");
script_copyright(english:"This script is Copyright (C) 2014-2021 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("citrix_netscaler_detect.nbin");
script_require_keys("Host/NetScaler/Detected");
exit(0);
}
include("audit.inc");
include("global_settings.inc");
include("misc_func.inc");
app_name = "Citrix NetScaler";
version = get_kb_item_or_exit("Host/NetScaler/Version");
build = get_kb_item("Host/NetScaler/Build");
if (!build) exit(0, "The build number of " + app_name + " " + version + " could not be determined.");
display_version = version + "-" + build;
version = version + "." + build;
enhanced = get_kb_item("Host/NetScaler/Enhanced");
if (enhanced) audit(AUDIT_INST_VER_NOT_VULN, app_name, display_version + ".e");
if (version =~ "^10\.1\.")
{
# 10.1
fixed_version = "10.1.129.11";
}
else if (version =~ "^10\.5\." || version =~ "^10\.0\.")
{
# 10.5 or 10.0
fixed_version = "10.5.50.10";
}
else
{
audit(AUDIT_INST_VER_NOT_VULN, app_name, display_version);
}
if (ver_compare(ver:version, fix:fixed_version, strict:FALSE) >= 0) audit(AUDIT_INST_VER_NOT_VULN, app_name, display_version);
if (report_verbosity > 0)
{
display_fixed = ereg_replace(string:fixed_version, pattern:"^([0-9]+\.[0-9]+)\.(.*)$", replace:"\1-\2");
report =
'\n Installed version : ' + display_version +
'\n Fixed version : ' + display_fixed +
'\n';
security_hole(extra:report, port:0);
}
else security_hole(0);
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