Vulnerabilities > CVE-2016-6909 - Improper Restriction of Operations within the Bounds of a Memory Buffer vulnerability in Fortinet Fortios and Fortiswitch
Attack vector
NETWORK Attack complexity
LOW Privileges required
NONE Confidentiality impact
HIGH Integrity impact
HIGH Availability impact
HIGH Summary
Buffer overflow in the Cookie parser in Fortinet FortiOS 4.x before 4.1.11, 4.2.x before 4.2.13, and 4.3.x before 4.3.9 and FortiSwitch before 3.4.3 allows remote attackers to execute arbitrary code via a crafted HTTP request, aka EGREGIOUSBLUNDER.
Vulnerable Configurations
Common Weakness Enumeration (CWE)
Common Attack Pattern Enumeration and Classification (CAPEC)
- Buffer Overflow via Environment Variables This attack pattern involves causing a buffer overflow through manipulation of environment variables. Once the attacker finds that they can modify an environment variable, they may try to overflow associated buffers. This attack leverages implicit trust often placed in environment variables.
- Overflow Buffers Buffer Overflow attacks target improper or missing bounds checking on buffer operations, typically triggered by input injected by an attacker. As a consequence, an attacker is able to write past the boundaries of allocated buffer regions in memory, causing a program crash or potentially redirection of execution as per the attackers' choice.
- Client-side Injection-induced Buffer Overflow This type of attack exploits a buffer overflow vulnerability in targeted client software through injection of malicious content from a custom-built hostile service.
- Filter Failure through Buffer Overflow In this attack, the idea is to cause an active filter to fail by causing an oversized transaction. An attacker may try to feed overly long input strings to the program in an attempt to overwhelm the filter (by causing a buffer overflow) and hoping that the filter does not fail securely (i.e. the user input is let into the system unfiltered).
- MIME Conversion An attacker exploits a weakness in the MIME conversion routine to cause a buffer overflow and gain control over the mail server machine. The MIME system is designed to allow various different information formats to be interpreted and sent via e-mail. Attack points exist when data are converted to MIME compatible format and back.
Exploit-Db
id | EDB-ID:40276 |
Nessus
NASL family CGI abuses NASL id FORTIOS_COOKIE_PARSING_BOF.NASL description The Fortinet FortiOS management console running on the remote host is affected by a remote code execution vulnerability, known as EGREGIOUSBLUNDER, in its web interface due to improper validation when parsing cookies. An unauthenticated, remote attacker can exploit this, via a specially crafted HTTP request, to cause a buffer overflow condition, resulting in a denial of service condition or the execution of arbitrary code. EGREGIOUSBLUNDER is one of multiple Equation Group vulnerabilities and exploits disclosed on 2016/08/14 by a group known as the Shadow Brokers. Note that this plugin attempts to kill the httpsd process, which appears to restart after termination. Additionally, this plugin requires report paranoia as it relies on a missing server response to indicate a vulnerable status, which may or may not be reliable. last seen 2020-06-01 modified 2020-06-02 plugin id 93196 published 2016-08-29 reporter This script is Copyright (C) 2016-2018 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/93196 title Fortinet FortiOS Web Interface Cookie Parser RCE (EGREGIOUSBLUNDER) code # # (C) Tenable Network Security, Inc. # include("compat.inc"); if (description) { script_id(93196); script_version("1.7"); script_cvs_date("Date: 2018/11/15 20:50:17"); script_cve_id("CVE-2016-6909"); script_bugtraq_id(92523); script_xref(name:"EDB-ID", value:"40276"); script_name(english:"Fortinet FortiOS Web Interface Cookie Parser RCE (EGREGIOUSBLUNDER)"); script_summary(english:"Tries to terminate the remote httpsd."); script_set_attribute(attribute:"synopsis", value: "A web-based management console running on the remote host is affected by a remote code execution vulnerability."); script_set_attribute(attribute:"description", value: "The Fortinet FortiOS management console running on the remote host is affected by a remote code execution vulnerability, known as EGREGIOUSBLUNDER, in its web interface due to improper validation when parsing cookies. An unauthenticated, remote attacker can exploit this, via a specially crafted HTTP request, to cause a buffer overflow condition, resulting in a denial of service condition or the execution of arbitrary code. EGREGIOUSBLUNDER is one of multiple Equation Group vulnerabilities and exploits disclosed on 2016/08/14 by a group known as the Shadow Brokers. Note that this plugin attempts to kill the httpsd process, which appears to restart after termination. Additionally, this plugin requires report paranoia as it relies on a missing server response to indicate a vulnerable status, which may or may not be reliable."); script_set_attribute(attribute:"see_also", value:"https://fortiguard.com/psirt/FG-IR-16-023"); # https://www.riskbasedsecurity.com/2016/08/the-shadow-brokers-lifting-the-shadows-of-the-nsas-equation-group/ script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?4c7e0cf3"); script_set_attribute(attribute:"solution", value: "Upgrade to Fortinet FortiOS 4.1.11 / 4.2.13 / 4.3.9 / 5.0 or later."); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C"); script_set_cvss_temporal_vector("CVSS2#E:F/RL:OF/RC:ND"); script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"); script_set_cvss3_temporal_vector("CVSS:3.0/E:F/RL:O/RC:X"); 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:"2016/08/14"); script_set_attribute(attribute:"patch_publication_date", value:"2016/08/17"); script_set_attribute(attribute:"plugin_publication_date", value:"2016/08/29"); script_set_attribute(attribute:"plugin_type", value:"remote"); script_set_attribute(attribute:"cpe", value:"cpe:/o:fortinet:fortios"); script_set_attribute(attribute:"in_the_news", value:"true"); script_set_attribute(attribute:"potential_vulnerability", value:"true"); script_end_attributes(); script_category(ACT_DESTRUCTIVE_ATTACK); script_family(english:"CGI abuses"); script_copyright(english:"This script is Copyright (C) 2016-2018 Tenable Network Security, Inc."); script_dependencies("fortigate_detect.nasl"); script_require_keys("www/fortios_ui", "Settings/ParanoidReport"); script_require_ports("Services/www", 443); exit(0); } include("audit.inc"); include("global_settings.inc"); include("misc_func.inc"); include("http.inc"); include("url_func.inc"); include("webapp_func.inc"); # Use lack of response to flag vulnerability is not so reliable if (report_paranoia < 2) audit(AUDIT_PARANOID); # FortiOS web gui not detected get_kb_item_or_exit("www/fortios_ui"); port = get_http_port(default:443, embedded: TRUE); # Do https only if(get_port_transport(port) == ENCAPS_IP) exit(0, "Not testing non-https port " + port + "."); app_name = "FortiOS Web Interface"; install = get_install_from_kb(appname:'fortios_ui', port:port, exit_on_fail:TRUE); dir = install['dir']; report_url = build_url(port:port, qs:dir); # # Request 1: Get the cookie name to use # res = http_send_recv3( method:'GET', item:'/login', port:port, exit_on_fail:TRUE ); matches = eregmatch(string: res[1], pattern:"(APSCOOKIE.*?)="); if(matches) { cookie_name = matches[1]; } else { exit(1, "Failed to get APSCOOKIE name."); } url = "/index"; # # Request 2: Test with a cookie having a valid length # cookie_good = cookie_name + '=Era=0&Payload=' + crap(data:'A', length: 0x1000); res = http_send_recv3( method:'POST', item:url, port:port, add_headers: make_array("Cookie", cookie_good), exit_on_fail: TRUE ); # # Request 3: Attempt to kill httpsd # cookie_bad = cookie_name + '=Era=0&Payload=' + crap(data:'A', length: 0x1100); res = http_send_recv3( method:'POST', item:url, port:port, add_headers: make_array("Cookie", cookie_bad) ); req = http_last_sent_request(); if(res[2]) { audit(AUDIT_WEB_APP_NOT_AFFECTED, app_name, report_url); } else { security_report_v4(port: port, severity: SECURITY_HOLE, generic: TRUE, request: make_list(req) ); }
NASL family Firewalls NASL id FORTIOS_FG-IR-16-023.NASL description The remote FortiGate device is running a version of FortiOS that is 4.1.x prior to 4.1.11, 4.2.x prior to 4.2.13, or 4.3.x prior to 4.3.9. It is, therefore, affected by a remote code execution vulnerability, known as EGREGIOUSBLUNDER, in the web interface due to improper validation when parsing cookies. An unauthenticated, remote attacker can exploit this, via a specially crafted HTTP request, to cause a buffer overflow condition, resulting in a denial of service condition or the execution of arbitrary code. EGREGIOUSBLUNDER is one of multiple Equation Group vulnerabilities and exploits disclosed on 2016/08/14 by a group known as the Shadow Brokers. last seen 2020-06-01 modified 2020-06-02 plugin id 93128 published 2016-08-26 reporter This script is Copyright (C) 2016-2018 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/93128 title Fortinet FortiOS 4.1.x < 4.1.11 / 4.2.x < 4.2.13 / 4.3.x < 4.3.9 Web Interface Cookie Parser RCE (EGREGIOUSBLUNDER) code # # (C) Tenable Network Security, Inc. # include("compat.inc"); if (description) { script_id(93128); script_version("1.7"); script_cvs_date("Date: 2018/11/15 20:50:22"); script_cve_id("CVE-2016-6909"); script_bugtraq_id(92523); script_xref(name:"EDB-ID", value:"40276"); script_name(english:"Fortinet FortiOS 4.1.x < 4.1.11 / 4.2.x < 4.2.13 / 4.3.x < 4.3.9 Web Interface Cookie Parser RCE (EGREGIOUSBLUNDER)"); script_summary(english:"Checks version of FortiOS."); script_set_attribute(attribute:"synopsis", value: "The remote host is affected by a remote code execution vulnerability."); script_set_attribute(attribute:"description", value: "The remote FortiGate device is running a version of FortiOS that is 4.1.x prior to 4.1.11, 4.2.x prior to 4.2.13, or 4.3.x prior to 4.3.9. It is, therefore, affected by a remote code execution vulnerability, known as EGREGIOUSBLUNDER, in the web interface due to improper validation when parsing cookies. An unauthenticated, remote attacker can exploit this, via a specially crafted HTTP request, to cause a buffer overflow condition, resulting in a denial of service condition or the execution of arbitrary code. EGREGIOUSBLUNDER is one of multiple Equation Group vulnerabilities and exploits disclosed on 2016/08/14 by a group known as the Shadow Brokers."); script_set_attribute(attribute:"see_also", value:"https://fortiguard.com/psirt/FG-IR-16-023"); # https://www.riskbasedsecurity.com/2016/08/the-shadow-brokers-lifting-the-shadows-of-the-nsas-equation-group/ script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?4c7e0cf3"); script_set_attribute(attribute:"solution", value: "Upgrade to Fortinet FortiOS 4.1.11 / 4.2.13 / 4.3.9 / 5.0 or later."); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C"); script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C"); script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"); script_set_cvss3_temporal_vector("CVSS:3.0/E:P/RL:O/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:"2016/08/14"); script_set_attribute(attribute:"patch_publication_date",value:"2016/08/17"); script_set_attribute(attribute:"plugin_publication_date", value:"2016/08/26"); script_set_attribute(attribute:"plugin_type",value:"local"); script_set_attribute(attribute:"cpe",value:"cpe:/o:fortinet:fortios"); script_set_attribute(attribute:"in_the_news", value:"true"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_family(english:"Firewalls"); script_copyright(english:"This script is Copyright (C) 2016-2018 Tenable Network Security, Inc."); script_dependencies("fortinet_version.nbin"); script_require_keys("Host/Fortigate/model", "Host/Fortigate/version"); exit(0); } include("audit.inc"); include("global_settings.inc"); include("misc_func.inc"); app_name = "FortiOS"; version = get_kb_item_or_exit("Host/Fortigate/version"); model = get_kb_item_or_exit("Host/Fortigate/model"); # Make sure device is FortiGate if (!preg(string:model, pattern:"fortigate", icase:TRUE)) audit(AUDIT_HOST_NOT, "a FortiGate"); if (version =~ "^4\.1\.") fix = "4.1.11"; else if (version =~ "^4\.2\.") fix = "4.2.13"; else if (version =~ "^4\.3\.") fix = "4.3.9"; else audit(AUDIT_INST_VER_NOT_VULN, app_name, version); if (ver_compare(ver:version, fix:fix, strict:FALSE) == -1) { report = '\n Model : ' + model + '\n Installed version : ' + version + '\n Fixed version : ' + fix + '\n'; security_report_v4(severity:SECURITY_HOLE, extra:report, port:0); } else audit(AUDIT_INST_VER_NOT_VULN, app_name, version);
References
- https://musalbas.com/2016/08/16/equation-group-firewall-operations-catalogue.html
- https://www.exploit-db.com/exploits/40276/
- http://fortiguard.com/advisory/FG-IR-16-023
- http://packetstormsecurity.com/files/138387/EGREGIOUSBLUNDER-Fortigate-Remote-Code-Execution.html
- http://www.securityfocus.com/bid/92523
- http://www.securitytracker.com/id/1036643