Skip to main content

Stack-based Buffer Overflow

CVE-2023-42116

Severity High
Score 9.8/10

Summary

The Package Exim SMTP Challenge Stack-based Buffer Overflow Remote Code Execution Vulnerability allows remote attackers to execute arbitrary code on affected Exim installations without requiring authentication. The flaw lies in the handling of NTLM challenge requests, where the lack of proper validation of user-supplied data length leads to it being copied to a fixed-length stack-based buffer. This vulnerability can be exploited by an attacker to execute code in the context of the service account .This issue affects versions through 4.96, and 4.97-RC0 through 4.97-RC1.

  • LOW
  • NETWORK
  • HIGH
  • UNCHANGED
  • NONE
  • NONE
  • HIGH
  • HIGH

CWE-121 - Stack-based Buffer Overflow

A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).

Advisory Timeline

  • Published