Lucene search
+L

SyncBack Profile Import Buffer Overflow Vulnerability

🗓️ 28 May 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 36 Views

SyncBack Profile Import Buffer Overflow Vulnerability. Stack-based buffer overflow when opening specially crafted '.sps' file

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2010-1688
19 May 201000:00
circl
cve
CVE
CVE-2010-1688
24 May 201019:00
cve
cvelist
Cvelist
CVE-2010-1688
24 May 201019:00
cvelist
exploitdb
Exploit DB
SyncBack Freeware 3.2.20.0 - Local Overflow (SEH)
19 May 201000:00
exploitdb
kaspersky
Kaspersky
KLA10044 ACE vulnerability in 2BrightSparks SyncBack
24 May 201000:00
kaspersky
nvd
NVD
CVE-2010-1688
24 May 201019:30
nvd
openvas
OpenVAS
SyncBack Profile Import Buffer Overflow Vulnerability
28 May 201000:00
openvas
prion
Prion
Stack overflow
24 May 201019:30
prion
nessus
Tenable Nessus
SyncBack Profile File Remote Buffer Overflow
26 May 201000:00
nessus
# SPDX-FileCopyrightText: 2010 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.902057");
  script_version("2025-03-05T05:38:52+0000");
  script_tag(name:"last_modification", value:"2025-03-05 05:38:52 +0000 (Wed, 05 Mar 2025)");
  script_tag(name:"creation_date", value:"2010-05-28 16:52:49 +0200 (Fri, 28 May 2010)");
  script_cve_id("CVE-2010-1688");
  script_tag(name:"cvss_base", value:"9.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
  script_name("SyncBack Profile Import Buffer Overflow Vulnerability");
  script_xref(name:"URL", value:"http://secunia.com/advisories/39865");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/40311");
  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/58727");

  script_tag(name:"qod_type", value:"executable_version");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2010 Greenbone AG");
  script_family("Buffer overflow");
  script_dependencies("smb_reg_service_pack.nasl");
  script_mandatory_keys("SMB/WindowsVersion");
  script_require_ports(139, 445);
  script_tag(name:"insight", value:"The flaw exists due to boundary error when importing 'SyncBack' profiles,
  which leads to stack-based buffer overflow when a user opens a specially
  crafted '.sps' file.");
  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"solution", value:"Upgrade to the SyncBack Freeware version 3.2.21");
  script_tag(name:"summary", value:"SyncBack Freeware is prone to a buffer overflow vulnerability.");
  script_tag(name:"impact", value:"Successful exploitation will allow remote attackers to execute arbitrary code.");
  script_tag(name:"affected", value:"SyncBack Freeware version prior to 3.2.21");
  script_xref(name:"URL", value:"http://www.2brightsparks.com/downloads.html#freeware");
  exit(0);
}


include("smb_nt.inc");
include("version_func.inc");
include("secpod_smb_func.inc");

if(!get_kb_item("SMB/WindowsVersion")){
  exit(0);
}

key = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" +
       "\SyncBack_is1";

if(!registry_key_exists(key:key)){
  exit(0);
}

syncName = registry_get_sz(key:key, item:"DisplayName");
if("SyncBack" >< syncName)
{
  syncPath = registry_get_sz(key:key, item:"InstallLocation");

  if(!isnull(syncPath))
  {
    exePath = syncPath + "\SyncBack.exe";
    share = ereg_replace(pattern:"([A-Z]):.*", replace:"\1$", string:exePath);
    fire = ereg_replace(pattern:"[A-Z]:(.*)", replace:"\1", string:exePath);

    syncVer = GetVer(file:fire, share:share);
    if(syncVer != NULL)
    {
      if(version_is_less(version:syncVer, test_version:"3.2.21.0")){
        report = report_fixed_ver(installed_version:syncVer, fixed_version:"3.2.21.0", install_path:exePath);
        security_message(port: 0, data: report);
      }
    }
  }
}

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

05 Mar 2025 00:00Current
7High risk
Vulners AI Score7
CVSS 29.3
EPSS0.15009
36