Vulnerability Description: Stack-based Buffer Overflow (phddns client) - CWE-121
Software Version: V1.0.0P220507
NIST: https://nvd.nist.gov/vuln/detail/CVE-2024-45162
CVSS:
Severity:
Credits: Ferraresi Massimiliano, Brolli Massimiliano
A buffer overflow condition exists when a program attempts to put more data in a buffer than it can hold or when a program attempts to put data in a memory area past a buffer. In this case, a buffer is a sequential section of memory allocated to contain anything from a character string to an array of integers. Writing outside the bounds of a block of allocated memory can corrupt data, crash the program, or cause the execution of malicious code.