vendor:
SuSE Linux
by:
Cody Tubbs
7,2
CVSS
HIGH
Buffer Overflow
119
CWE
Product Name: SuSE Linux
Affected Version From: SuSE 7.0
Affected Version To: SuSE 7.0
Patch Exists: NO
Related CWE: N/A
CPE: o:suse:suse_linux:7.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: x86
2000
(kwintv) local buffer overflow
This exploit is for SuSE 7.0 - x86. It is a local buffer overflow exploit which uses a sgid 'video' (33) by default. It uses NOP instructions to fill the buffer and then executes the shellcode to gain access to the system. The exploit is written in C language.
Mitigation:
The best way to mitigate buffer overflow attacks is to always check the length of user input and never trust user input. Also, use of a language that does not allow direct memory access can help prevent buffer overflow attacks.