Vulnerabilities > CVE-2018-6317 - Use of Externally-Controlled Format String vulnerability in Claymore Dual Miner Project Claymore Dual Miner
Attack vector
NETWORK Attack complexity
LOW Privileges required
NONE Confidentiality impact
HIGH Integrity impact
NONE Availability impact
HIGH Summary
The remote management interface in Claymore Dual Miner 10.5 and earlier is vulnerable to an unauthenticated format string vulnerability, allowing remote attackers to read memory or cause a denial of service.
Vulnerable Configurations
Common Weakness Enumeration (CWE)
Common Attack Pattern Enumeration and Classification (CAPEC)
- Format String Injection An attacker includes formatting characters in a string input field on the target application. Most applications assume that users will provide static text and may respond unpredictably to the presence of formatting character. For example, in certain functions of the C programming languages such as printf, the formatting character %s will print the contents of a memory location expecting this location to identify a string and the formatting character %n prints the number of DWORD written in the memory. An attacker can use this to read or write to memory locations or files, or simply to manipulate the value of the resulting text in unexpected ways. Reading or writing memory may result in program crashes and writing memory could result in the execution of arbitrary code if the attacker can write to the program stack.
- String Format Overflow in syslog() This attack targets the format string vulnerabilities in the syslog() function. An attacker would typically inject malicious input in the format string parameter of the syslog function. This is a common problem, and many public vulnerabilities and associated exploits have been posted.
Exploit-Db
description | Claymore Dual GPU Miner 10.5 - Format String. CVE-2018-6317. Dos exploit for Multiple platform |
file | exploits/multiple/dos/43972.txt |
id | EDB-ID:43972 |
last seen | 2018-02-05 |
modified | 2018-02-05 |
platform | multiple |
port | 3333 |
published | 2018-02-05 |
reporter | Exploit-DB |
source | https://www.exploit-db.com/download/43972/ |
title | Claymore Dual GPU Miner 10.5 - Format String |
type | dos |
Metasploit
description | Claymore’s Dual GPU Miner 10.5 and below is vulnerable to a format strings vulnerability. This allows an unauthenticated attacker to read memory addresses, or immediately terminate the mining process causing a denial of service. |
id | MSF:AUXILIARY/DOS/TCP/CLAYMORE_DOS |
last seen | 2020-06-13 |
modified | 2018-08-29 |
published | 2018-02-06 |
references | |
reporter | Rapid7 |
source | https://github.com/rapid7/metasploit-framework/blob/master//modules/auxiliary/dos/tcp/claymore_dos.py |
title | Claymore Dual GPU Miner Format String dos attack |
Packetstorm
data source | https://packetstormsecurity.com/files/download/146234/claymore105-format.txt |
id | PACKETSTORM:146234 |
last seen | 2018-02-03 |
published | 2018-02-03 |
reporter | res1n |
source | https://packetstormsecurity.com/files/146234/Claymore-Dual-GPU-Miner-10.5-Format-String.html |
title | Claymore Dual GPU Miner 10.5 Format String |