ID CVE-2008-1333
Summary Format string vulnerability in Asterisk Open Source 1.6.x before 1.6.0-beta6 might allow remote attackers to execute arbitrary code via logging messages that are not properly handled by (1) the ast_verbose logging API call, or (2) the astman_append function.
References
Vulnerable Configurations
  • cpe:2.3:a:asterisk:open_source:1.6.0_beta1:*:*:*:*:*:*:*
    cpe:2.3:a:asterisk:open_source:1.6.0_beta1:*:*:*:*:*:*:*
  • cpe:2.3:a:asterisk:open_source:1.6.0_beta2:*:*:*:*:*:*:*
    cpe:2.3:a:asterisk:open_source:1.6.0_beta2:*:*:*:*:*:*:*
  • cpe:2.3:a:asterisk:open_source:1.6.0_beta3:*:*:*:*:*:*:*
    cpe:2.3:a:asterisk:open_source:1.6.0_beta3:*:*:*:*:*:*:*
  • cpe:2.3:a:asterisk:open_source:1.6.0_beta4:*:*:*:*:*:*:*
    cpe:2.3:a:asterisk:open_source:1.6.0_beta4:*:*:*:*:*:*:*
  • cpe:2.3:a:asterisk:open_source:1.6.0_beta5:*:*:*:*:*:*:*
    cpe:2.3:a:asterisk:open_source:1.6.0_beta5:*:*:*:*:*:*:*
CVSS
Base: 5.8 (as of 11-10-2018 - 20:31)
Impact:
Exploitability:
CWE CWE-134
CAPEC
  • 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.
  • Format String Injection
    An adversary 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 adversary 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 adversary can write to the program stack.
Access
VectorComplexityAuthentication
NETWORK MEDIUM NONE
Impact
ConfidentialityIntegrityAvailability
NONE PARTIAL PARTIAL
cvss-vector via4 AV:N/AC:M/Au:N/C:N/I:P/A:P
refmap via4
bid 28311
bugtraq 20080318 AST-2008-004: Format String Vulnerability in Logger and Manager
confirm
debian DSA-1525
sectrack 1019630
secunia
  • 29426
  • 29456
vupen ADV-2008-0928
xf asterisk-astverbose-dos(41301)
Last major update 11-10-2018 - 20:31
Published 20-03-2008 - 00:44
Last modified 11-10-2018 - 20:31
Back to Top