Vulnerabilities > CVE-2017-7310 - Improper Restriction of Operations within the Bounds of a Memory Buffer vulnerability in Flexense Diskboss, Disksorter and Syncbreeze

047910
CVSS 6.8 - MEDIUM
Attack vector
NETWORK
Attack complexity
MEDIUM
Privileges required
NONE
Confidentiality impact
PARTIAL
Integrity impact
PARTIAL
Availability impact
PARTIAL
network
flexense
CWE-119
nessus
exploit available
metasploit

Summary

A buffer overflow vulnerability in Import Command in SyncBreeze before 10.6, DiskSorter before 10.6, DiskBoss before 8.9, DiskPulse before 10.6, DiskSavvy before 10.6, DupScout before 10.6, and VX Search before 10.6 allows attackers to execute arbitrary code via a crafted XML file containing a long name attribute of a classify element.

Vulnerable Configurations

Part Description Count
Application
Flexense
3

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

  • descriptionDisk Pulse Enterprise 10.4.18 - 'Import Command' Buffer Overflow (SEH). CVE-2017-7310. Remote exploit for Windows platform
    fileexploits/windows/remote/44157.py
    idEDB-ID:44157
    last seen2018-02-21
    modified2018-02-21
    platformwindows
    port
    published2018-02-21
    reporterExploit-DB
    sourcehttps://www.exploit-db.com/download/44157/
    titleDisk Pulse Enterprise 10.4.18 - 'Import Command' Buffer Overflow (SEH)
    typeremote
  • descriptionSync Breeze Enterprise 9.5.16 - Import Command Buffer Overflow (Metasploit). CVE-2017-7310. Local exploit for Windows platform. Tags: Metasploit Framework (MSF)
    fileexploits/windows/local/43875.rb
    idEDB-ID:43875
    last seen2018-01-24
    modified2018-01-24
    platformwindows
    port
    published2018-01-24
    reporterExploit-DB
    sourcehttps://www.exploit-db.com/download/43875/
    titleSync Breeze Enterprise 9.5.16 - Import Command Buffer Overflow (Metasploit)
    typelocal
  • idEDB-ID:41771
  • idEDB-ID:41772
  • idEDB-ID:41773

Metasploit

Nessus

NASL familyCGI abuses
NASL idVXSEARCH_10_6.NASL
descriptionVX Search product contains an overflow condition that is triggered when handling overly large HTTP POST requests e.g. sent to /login. This may allow a remote attacker to cause a stack-based buffer overflow and execute arbitrary code.
last seen2020-06-01
modified2020-06-02
plugin id110557
published2018-06-15
reporterThis script is Copyright (C) 2018-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
sourcehttps://www.tenable.com/plugins/nessus/110557
titleVX Search HTTP POST Request Handling Remote Stack Buffer Overflow
code
#
# (C) Tenable Network Security, Inc.
#




include("compat.inc");

if (description)
{
  script_id(110557);
  script_version("1.6");
  script_cvs_date("Date: 2019/11/04");

  script_cve_id("CVE-2017-7310");
  script_xref(name:"EDB-ID", value:"40455");

  script_name(english:"VX Search HTTP POST Request Handling Remote Stack Buffer Overflow");
  script_summary(english:"The remote host is affected by a buffer overflow vulnerability.");

  script_set_attribute(attribute:"synopsis", value:
"The remote host is affected by a buffer overflow vulnerability.");
  script_set_attribute(attribute:"description", value:
"VX Search product contains an overflow condition that is triggered
   when handling overly large HTTP POST requests e.g. sent to /login. 
   This may allow a remote attacker to cause a stack-based buffer 
   overflow and execute arbitrary code.");
  # https://packetstormsecurity.com/files/138995/VX-Search-Enterprise-9.0.26-Buffer-Overflow.html
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?91a4ce40");
  script_set_attribute(attribute:"see_also", value:"https://vxsearch.com");
  script_set_attribute(attribute:"solution", value:
"Upgrade to VX Search 10.6 or later.");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P");
  script_set_cvss_temporal_vector("CVSS2#E:F/RL:OF/RC:C");
  script_set_cvss3_base_vector("CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H");
  script_set_cvss3_temporal_vector("CVSS:3.0/E:F/RL:O/RC:C");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2017-7310");

  script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
  script_set_attribute(attribute:"exploit_available", value:"true");
  script_set_attribute(attribute:"exploit_framework_core", value:"true");
  script_set_attribute(attribute:"metasploit_name", value:'Sync Breeze Enterprise 9.5.16 - Import Command Buffer Overflow');
  script_set_attribute(attribute:"exploit_framework_metasploit", value:"true");

  script_set_attribute(attribute:"vuln_publication_date", value:"2016/10/06");
  script_set_attribute(attribute:"patch_publication_date", value:"2016/10/06");
  script_set_attribute(attribute:"plugin_publication_date", value:"2018/06/15");

  script_set_attribute(attribute:"plugin_type", value:"remote");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:flexense:vxsearch");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"CGI abuses");

  script_copyright(english:"This script is Copyright (C) 2018-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");

  script_dependencies("flexense_detect.nbin");
  script_require_keys("installed_sw/VX Search");
  script_require_ports("Services/www", 80);

  exit(0);
}

include("http.inc");
include("vcf.inc");

appname = 'VX Search';

get_install_count(app_name:appname, exit_if_zero:TRUE);

port = get_http_port(default:80);

app_info = vcf::get_app_info(app:appname, port:port, webapp:TRUE);

constraints = [
  { "min_version" : "1.0", "max_version" : "10.5", "fixed_version" : "10.6" }
];

vcf::check_version_and_report(app_info:app_info, constraints:constraints, severity:SECURITY_WARNING);

Packetstorm