SyncBreeze Enterprise up to 10.2.12 Server Request Host Header memory corruption
| CVSS Meta Temp Score | Current Exploit Price (≈) | CTI Interest Score |
|---|---|---|
| 7.2 | $0-$5k | 0.00 |
Summary
A vulnerability identified as critical has been detected in SyncBreeze Enterprise up to 10.2.12. This affects an unknown part of the component Server Request Handler. Performing a manipulation as part of Host Header results in memory corruption. This vulnerability is known as CVE-2017-17088. Remote exploitation of the attack is possible. Furthermore, an exploit is available. You should upgrade the affected component.
Details
A vulnerability was found in SyncBreeze Enterprise up to 10.2.12. It has been classified as critical. This affects some unknown functionality of the component Server Request Handler. The manipulation as part of a Host Header leads to a memory corruption vulnerability. CWE is classifying the issue as CWE-119. The product performs operations on a memory buffer, but it can read from or write to a memory location that is outside of the intended boundary of the buffer. This is going to have an impact on confidentiality, integrity, and availability. The summary by CVE is:
The Enterprise version of SyncBreeze 10.2.12 and earlier is affected by a Remote Denial of Service vulnerability. The web server does not check bounds when reading server requests in the Host header on making a connection, resulting in a classic Buffer Overflow that causes a Denial of Service.
The bug was discovered 11/30/2017. The weakness was published 12/19/2017 by Manuel Garcia Cardenas as confirmed mailinglist post (Full-Disclosure). The advisory is shared at seclists.org. The public release has been coordinated with the project team. This vulnerability is uniquely identified as CVE-2017-17088 since 12/01/2017. The exploitability is told to be easy. It is possible to initiate the attack remotely. No form of authentication is needed for exploitation. Technical details are unknown but a public exploit is available.
A public exploit has been developed by Manuel Garcia Cardenas in Python and been published before and not just after the advisory. The exploit is shared for download at exploit-db.com. It is declared as highly functional. The vulnerability was handled as a non-public zero-day exploit for at least 6 days. During that time the estimated underground price was around $0-$5k. The code used by the exploit is:
#!/usr/bin/python import sys, socket host = sys.argv[1] buffer="GET / HTTP/1.1\r\n" buffer+="Host: "+"A"*2000+"\r\n\r\n" s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) s.connect((host, 80)) s.send(buffer) s.close()
Upgrading to version 10.3 eliminates this vulnerability. The upgrade is hosted for download at syncbreeze.com. A possible mitigation has been published before and not just after the disclosure of the vulnerability.
The vulnerability is also documented in the vulnerability database at Exploit-DB (43344). If you want to get the best quality for vulnerability data then you always have to consider VulDB.
Product
Name
Version
CPE 2.3
CPE 2.2
CVSSv4
VulDB Vector: 🔍VulDB Reliability: 🔍
CVSSv3
VulDB Meta Base Score: 7.4VulDB Meta Temp Score: 7.2
VulDB Base Score: 7.3
VulDB Temp Score: 7.0
VulDB Vector: 🔍
VulDB Reliability: 🔍
NVD Base Score: 7.5
NVD Vector: 🔍
CVSSv2
| AV | AC | Au | C | I | A |
|---|---|---|---|---|---|
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| Vector | Complexity | Authentication | Confidentiality | Integrity | Availability |
|---|---|---|---|---|---|
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
VulDB Base Score: 🔍
VulDB Temp Score: 🔍
VulDB Reliability: 🔍
NVD Base Score: 🔍
Exploiting
Class: Memory corruptionCWE: CWE-119
CAPEC: 🔍
ATT&CK: 🔍
Physical: No
Local: No
Remote: Yes
Availability: 🔍
Access: Public
Status: Highly functional
Author: Manuel Garcia Cardenas
Programming Language: 🔍
Download: 🔍
EPSS Score: 🔍
EPSS Percentile: 🔍
Price Prediction: 🔍
Current Price Estimation: 🔍
| 0-Day | Unlock | Unlock | Unlock | Unlock |
|---|---|---|---|---|
| Today | Unlock | Unlock | Unlock | Unlock |
Exploit-DB: 🔍
Threat Intelligence
Interest: 🔍Active Actors: 🔍
Active APT Groups: 🔍
Countermeasures
Recommended: UpgradeStatus: 🔍
0-Day Time: 🔍
Upgrade: SyncBreeze Enterprise 10.3
Timeline
11/30/2017 🔍12/01/2017 🔍
12/06/2017 🔍
12/15/2017 🔍
12/15/2017 🔍
12/19/2017 🔍
12/19/2017 🔍
12/20/2017 🔍
01/18/2023 🔍
Sources
Advisory: 145435Researcher: Manuel Garcia Cardenas
Status: Confirmed
Coordinated: 🔍
CVE: CVE-2017-17088 (🔍)
GCVE (CVE): GCVE-0-2017-17088
GCVE (VulDB): GCVE-100-110805
scip Labs: https://www.scip.ch/en/?labs.20161013
Entry
Created: 12/20/2017 07:54Updated: 01/18/2023 11:52
Changes: 12/20/2017 07:54 (72), 12/17/2019 16:36 (1), 01/18/2023 11:52 (4)
Complete: 🔍
Cache ID: 216::103
If you want to get the best quality for vulnerability data then you always have to consider VulDB.
No comments yet. Languages: en.
Please log in to comment.