ID CVE-2019-7228
Summary The ABB IDAL HTTP server mishandles format strings in a username or cookie during the authentication process. Attempting to authenticate with the username %25s%25p%25x%25n will crash the server. Sending %08x.AAAA.%08x.%08x will log memory content from the stack.
References
Vulnerable Configurations
  • cpe:2.3:o:abb:pb610_panel_builder_600_firmware:1.91:*:*:*:*:*:*:*
    cpe:2.3:o:abb:pb610_panel_builder_600_firmware:1.91:*:*:*:*:*:*:*
  • cpe:2.3:o:abb:pb610_panel_builder_600_firmware:2.8.0.367:*:*:*:*:*:*:*
    cpe:2.3:o:abb:pb610_panel_builder_600_firmware:2.8.0.367:*:*:*:*:*:*:*
  • cpe:2.3:h:abb:pb610_panel_builder_600:-:*:*:*:*:*:*:*
    cpe:2.3:h:abb:pb610_panel_builder_600:-:*:*:*:*:*:*:*
CVSS
Base: 5.8 (as of 30-11-2022 - 21:41)
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
ADJACENT_NETWORK LOW NONE
Impact
ConfidentialityIntegrityAvailability
PARTIAL PARTIAL PARTIAL
cvss-vector via4 AV:A/AC:L/Au:N/C:P/I:P/A:P
refmap via4
bid 108886
confirm https://search.abb.com/library/Download.aspx?DocumentID=3ADR010377&LanguageCode=en&DocumentPartId=&Action=Launch
fulldisc
  • 20190620 XL-19-012 - ABB IDAL HTTP Server Uncontrolled Format String Vulnerability
  • 20190624 XL-19-012 - ABB IDAL HTTP Server Uncontrolled Format String Vulnerability
misc
Last major update 30-11-2022 - 21:41
Published 27-06-2019 - 15:15
Last modified 30-11-2022 - 21:41
Back to Top