SyncBack Profile Import Buffer Overflow Vulnerability
🗓️ 28 May 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType
openvas🔗 plugins.openvas.org👁 36 Views
| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| CVE-2010-1688 | 19 May 201000:00 | – | circl | |
| CVE-2010-1688 | 24 May 201019:00 | – | cve | |
| CVE-2010-1688 | 24 May 201019:00 | – | cvelist | |
| SyncBack Freeware 3.2.20.0 - Local Overflow (SEH) | 19 May 201000:00 | – | exploitdb | |
| KLA10044 ACE vulnerability in 2BrightSparks SyncBack | 24 May 201000:00 | – | kaspersky | |
| CVE-2010-1688 | 24 May 201019:30 | – | nvd | |
| SyncBack Profile Import Buffer Overflow Vulnerability | 28 May 201000:00 | – | openvas | |
| Stack overflow | 24 May 201019:30 | – | prion | |
| SyncBack Profile File Remote Buffer Overflow | 26 May 201000:00 | – | nessus |
| Source | Link |
|---|---|
| xforce | www.xforce.iss.net/xforce/xfdb/58727 |
| 2brightsparks | www.2brightsparks.com/downloads.html |
| securityfocus | www.securityfocus.com/bid/40311 |
| secunia | www.secunia.com/advisories/39865 |
# 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