vendor:
Quake 3 Engine
by:
SecurityFocus
7.5
CVSS
HIGH
Buffer Overflow
120
CWE
Product Name: Quake 3 Engine
Affected Version From: Quake 3 version 1.32c
Affected Version To: Icculus.org Quake 3 revision 795
Patch Exists: YES
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows, Linux, Mac
2005
Quake 3 Engine Remote Buffer Overflow Vulnerability
The Quake 3 engine is susceptible to a remote buffer-overflow vulnerability. This issue is due to the application's failure to properly bounds-check user-supplied data before copying it to an insufficiently sized memory buffer. Remote attackers may exploit this issue to execute arbitrary machine code in the context of affected game clients. Failed exploit attempts will likely crash affected clients.
Mitigation:
Input validation should be used to ensure that user-supplied data does not exceed the size of the destination buffer.