vendor:
Viruscan
by:
callAX
7.5
CVSS
HIGH
Stack Overflow
121
CWE
Product Name: Viruscan
Affected Version From: 10.0.21
Affected Version To: 10.0.21
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Windows
2007
Proof of Concept -> Mc Afee Viruscan Stack Overflow v10.0.21
The proof of concept demonstrates a stack overflow vulnerability in Mc Afee Viruscan v10.0.21. By clicking on a button, a function called GetUserRegisteredForBackend is triggered, which takes two arguments - bstrBackend and pvarAccountId. The bstrBackend argument is vulnerable to a buffer overflow, as it does not have any length check. An attacker can send a specially crafted string as input, causing the buffer to overflow and potentially execute arbitrary code. This vulnerability can be exploited to gain unauthorized access or crash the application.
Mitigation:
It is recommended to update to a patched version of Mc Afee Viruscan that addresses this vulnerability. Additionally, input validation and length checks should be implemented in the GetUserRegisteredForBackend function to prevent buffer overflow.