F5 Networks BIG-IP Edge Client: session ID vulnerability (K06635145)
2017-08-24T00:00:00
ID F5_BIGIP_EDGE_CLIENT_SOL6635145.NASL Type nessus Reporter This script is Copyright (C) 2017-2020 and is owned by Tenable, Inc. or an Affiliate thereof. Modified 2017-08-24T00:00:00
Description
The version of the Big-IP Edge Client installed on the remote Windows
host is in the range 7071.x through 7132.x. It is, therefore, affected
by a flaw in the BIG-IP Edge Client that exposes the current session
ID as part of the request URI when sending Keep-Alive requests over
an SSL channel. This approach can lead to exploit vulnerabilities in
man-in-the-middle (MITM) SSL terminating proxies, which log the
complete URI in their logs.
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(102732);
script_version("1.5");
script_set_attribute(attribute:"plugin_modification_date", value:"2020/07/31");
script_xref(name:"IAVB", value:"2017-B-0109-S");
script_name(english:"F5 Networks BIG-IP Edge Client: session ID vulnerability (K06635145)");
script_summary(english:"Checks the BIG-IP Edge Client version.");
script_set_attribute(attribute:"synopsis", value:
"A web client installed on the remote Windows host is affected
by a session id disclosure vulnerability.");
script_set_attribute(attribute:"description", value:
"The version of the Big-IP Edge Client installed on the remote Windows
host is in the range 7071.x through 7132.x. It is, therefore, affected
by a flaw in the BIG-IP Edge Client that exposes the current session
ID as part of the request URI when sending Keep-Alive requests over
an SSL channel. This approach can lead to exploit vulnerabilities in
man-in-the-middle (MITM) SSL terminating proxies, which log the
complete URI in their logs.");
script_set_attribute(attribute:"see_also", value:"https://support.f5.com/csp/article/K06635145");
#https://support.f5.com/kb/en-us/products/big-ip_ltm/releasenotes/related/relnote-supplement-bigip-13-0-0.html
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?d060f053");
script_set_attribute(attribute:"solution", value:
"Upgrade your Big-IP device to 13.0.0 and ensure that all clients
reinstall their Edge clients from the upgraded device.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:N/A:N");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N");
script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
script_set_attribute(attribute:"cvss_score_source", value:"manual");
script_set_attribute(attribute:"cvss_score_rationale", value:"Score based on in depth analysis of the vendor advisory by Tenable.");
script_set_attribute(attribute:"vuln_publication_date", value:"2017/07/28");
script_set_attribute(attribute:"patch_publication_date", value:"2017/07/17");
script_set_attribute(attribute:"plugin_publication_date", value:"2017/08/24");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/a:f5:big-ip_edge_gateway");
script_set_attribute(attribute:"stig_severity", value:"II");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Windows");
script_copyright(english:"This script is Copyright (C) 2017-2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("f5_bigip_edge_client_win_detect.nbin");
script_require_keys("installed_sw/Big-IP Edge Gateway Client for Windows");
exit(0);
}
include("vcf.inc");
get_kb_item_or_exit("SMB/Registry/Enumerated");
app = "Big-IP Edge Gateway Client for Windows";
app_info = vcf::get_app_info(app:app, win_local:TRUE);
constraints = [
{ "min_version" : "7071", "max_version" : "7132", "fixed_version" : "7136.x" },
];
vcf::check_version_and_report(app_info:app_info, constraints:constraints, severity:SECURITY_WARNING);
{"id": "F5_BIGIP_EDGE_CLIENT_SOL6635145.NASL", "bulletinFamily": "scanner", "title": "F5 Networks BIG-IP Edge Client: session ID vulnerability (K06635145)", "description": "The version of the Big-IP Edge Client installed on the remote Windows\nhost is in the range 7071.x through 7132.x. It is, therefore, affected\nby a flaw in the BIG-IP Edge Client that exposes the current session\nID as part of the request URI when sending Keep-Alive requests over\nan SSL channel. This approach can lead to exploit vulnerabilities in\nman-in-the-middle (MITM) SSL terminating proxies, which log the\ncomplete URI in their logs.", "published": "2017-08-24T00:00:00", "modified": "2017-08-24T00:00:00", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:P/I:N/A:N"}, "href": "https://www.tenable.com/plugins/nessus/102732", "reporter": "This script is Copyright (C) 2017-2020 and is owned by Tenable, Inc. or an Affiliate thereof.", "references": ["http://www.nessus.org/u?d060f053", "https://support.f5.com/csp/article/K06635145"], "cvelist": [], "type": "nessus", "lastseen": "2020-08-01T09:28:32", "edition": 19, "viewCount": 32, "enchantments": {"dependencies": {"references": [{"type": "f5", "idList": ["F5:K06635145"]}], "modified": "2020-08-01T09:28:32", "rev": 2}, "score": {"value": 0.1, "vector": "NONE", "modified": "2020-08-01T09:28:32", "rev": 2}, "vulnersScore": 0.1}, "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(102732);\n script_version(\"1.5\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2020/07/31\");\n\n script_xref(name:\"IAVB\", value:\"2017-B-0109-S\");\n\n script_name(english:\"F5 Networks BIG-IP Edge Client: session ID vulnerability (K06635145)\");\n script_summary(english:\"Checks the BIG-IP Edge Client version.\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"A web client installed on the remote Windows host is affected\nby a session id disclosure vulnerability.\");\n script_set_attribute(attribute:\"description\", value:\n\"The version of the Big-IP Edge Client installed on the remote Windows\nhost is in the range 7071.x through 7132.x. It is, therefore, affected\nby a flaw in the BIG-IP Edge Client that exposes the current session\nID as part of the request URI when sending Keep-Alive requests over\nan SSL channel. This approach can lead to exploit vulnerabilities in\nman-in-the-middle (MITM) SSL terminating proxies, which log the\ncomplete URI in their logs.\");\n script_set_attribute(attribute:\"see_also\", value:\"https://support.f5.com/csp/article/K06635145\");\n #https://support.f5.com/kb/en-us/products/big-ip_ltm/releasenotes/related/relnote-supplement-bigip-13-0-0.html\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?d060f053\");\n script_set_attribute(attribute:\"solution\", value:\n\"Upgrade your Big-IP device to 13.0.0 and ensure that all clients\nreinstall their Edge clients from the upgraded device.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:N/A:N\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N\");\n script_set_cvss3_temporal_vector(\"CVSS:3.0/E:U/RL:O/RC:C\");\n script_set_attribute(attribute:\"cvss_score_source\", value:\"manual\");\n script_set_attribute(attribute:\"cvss_score_rationale\", value:\"Score based on in depth analysis of the vendor advisory by Tenable.\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2017/07/28\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2017/07/17\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2017/08/24\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/a:f5:big-ip_edge_gateway\");\n script_set_attribute(attribute:\"stig_severity\", value:\"II\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"Windows\");\n\n script_copyright(english:\"This script is Copyright (C) 2017-2020 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n\n script_dependencies(\"f5_bigip_edge_client_win_detect.nbin\");\n script_require_keys(\"installed_sw/Big-IP Edge Gateway Client for Windows\");\n\n exit(0);\n}\n\ninclude(\"vcf.inc\");\n\nget_kb_item_or_exit(\"SMB/Registry/Enumerated\");\n\n\napp = \"Big-IP Edge Gateway Client for Windows\";\n\napp_info = vcf::get_app_info(app:app, win_local:TRUE);\n\nconstraints = [\n { \"min_version\" : \"7071\", \"max_version\" : \"7132\", \"fixed_version\" : \"7136.x\" },\n];\n\nvcf::check_version_and_report(app_info:app_info, constraints:constraints, severity:SECURITY_WARNING);\n\n", "naslFamily": "Windows", "pluginID": "102732", "cpe": ["cpe:/a:f5:big-ip_edge_gateway"], "scheme": null, "cvss3": {"score": 3.7, "vector": "AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N"}}