vendor:
by:
Alexys
6.1
CVSS
HIGH
Buffer Overflow
119
CWE
Product Name:
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Linux
2021
Linux-x64 Shell Creation with XOR Encrypted Argument
The exploit involves creating a new process in Linux x64 using the execve() system call with an argument of '/bin//sh'. The argument is encrypted using XOR operation. The shellcode author is Alexys (0x177git). The exploit code can be found at https://github.com/0x177git/xor-encrypted-execve-sh.
Mitigation:
To mitigate this vulnerability, ensure proper input validation and sanitization to prevent buffer overflow attacks.