Vulnerabilities > CVE-2013-4147 - USE of Externally-Controlled Format String vulnerability in Yard Radius Project Yard Radius 1.1.24

047910
CVSS 7.5 - HIGH
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
PARTIAL
Integrity impact
PARTIAL
Availability impact
PARTIAL
network
low complexity
yard-radius-project
CWE-134
exploit available

Summary

Multiple format string vulnerabilities in Yet Another Radius Daemon (YARD RADIUS) 1.1.2 allow context-dependent attackers to cause a denial of service (crash) or possibly execute arbitrary code via format string specifiers in a request in the (1) log_msg function in log.c or (2) version or (3) build_version function in version.c. Per: http://seclists.org/oss-sec/2013/q3/145 "Software name : YardRadius Version : 1.1.2-4"

Vulnerable Configurations

Part Description Count
Application
Yard_Radius_Project
1

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

descriptionYardRadius Multiple Local Format String Vulnerabilities. CVE-2013-4147. Local exploit for windows platform
idEDB-ID:38672
last seen2016-02-04
modified2013-06-30
published2013-06-30
reporterHamid Zamani
sourcehttps://www.exploit-db.com/download/38672/
titleYardRadius Multiple Local Format String Vulnerabilities