Vulnerabilities > CVE-2009-4769 - USE of Externally-Controlled Format String vulnerability in Jasper Httpdx

047910
CVSS 9.3 - CRITICAL
Attack vector
NETWORK
Attack complexity
MEDIUM
Privileges required
NONE
Confidentiality impact
COMPLETE
Integrity impact
COMPLETE
Availability impact
COMPLETE
network
jasper
CWE-134
critical
exploit available
metasploit

Summary

Multiple format string vulnerabilities in the tolog function in httpdx 1.4, 1.4.5, 1.4.6, 1.4.6b, and 1.5 allow (1) remote attackers to execute arbitrary code via format string specifiers in a GET request to the HTTP server component when logging is enabled, and allow (2) remote authenticated users to execute arbitrary code via format string specifiers in a PWD command to the FTP server component.

Vulnerable Configurations

Part Description Count
Application
Jasper
5

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

  • descriptionHTTPDX tolog() Function Format String Vulnerability. CVE-2009-4769. Remote exploit for windows platform
    idEDB-ID:16732
    last seen2016-02-02
    modified2010-08-25
    published2010-08-25
    reportermetasploit
    sourcehttps://www.exploit-db.com/download/16732/
    titleHTTPDX tolog Function Format String Vulnerability
  • descriptionHTTPDX tolog() Function Format String Vulnerability. CVE-2009-4769. Remote exploit for windows platform
    idEDB-ID:16794
    last seen2016-02-02
    modified2010-08-25
    published2010-08-25
    reportermetasploit
    sourcehttps://www.exploit-db.com/download/16794/
    titleHTTPDX tolog Function Format String Vulnerability

Metasploit