ID CVE-2013-4258
Summary Format string vulnerability in the osLogMsg function in server/os/aulog.c in Network Audio System (NAS) 1.9.3 allows remote attackers to cause a denial of service (crash) and possibly execute arbitrary code via format string specifiers in unspecified vectors, related to syslog.
References
Vulnerable Configurations
  • cpe:2.3:a:radscan:network_audio_system:1.9.3:*:*:*:*:*:*:*
    cpe:2.3:a:radscan:network_audio_system:1.9.3:*:*:*:*:*:*:*
CVSS
Base: 7.5 (as of 31-12-2016 - 02:59)
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 LOW NONE
Impact
ConfidentialityIntegrityAvailability
PARTIAL PARTIAL PARTIAL
cvss-vector via4 AV:N/AC:L/Au:N/C:P/I:P/A:P
refmap via4
bid 61852
debian DSA-2771
mlist
  • [nas-commits] 20120122 SF.net SVN: nas:[285] trunk/server/os/aulog.c
  • [nas] 20130807 nas: Multiple Vulnerabilities in nas 1.9.3
  • [nas] 20130808 nas: Multiple Vulnerabilities in nas 1.9.3
  • [oss-security] 20130816 CVE Request : NAS v1.9.3 multiple Vulnerabilites
  • [oss-security] 20130819 Re: CVE Request : NAS v1.9.3 multiple Vulnerabilites
Last major update 31-12-2016 - 02:59
Published 09-10-2013 - 14:54
Last modified 31-12-2016 - 02:59
Back to Top