vendor:
C99 Shell
by:
Matthew Bryant
8,8
CVSS
HIGH
Authentication Bypass
287
CWE
Product Name: C99 Shell
Affected Version From: < 1.00 beta
Affected Version To: < 1.00 beta
Patch Exists: NO
Related CWE: N/A
CPE: ccteam.ru
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux
2014
C99 Shell Authentication Bypass via Backdoor
C99.php shells are backdoored. To bypass authentication, the attacker can add '?c99shcook[login]=0' to the URL. This bypasses the authentication by extracting the $_REQUEST['c99shcook'] variable.
Mitigation:
Ensure that authentication is properly implemented and that all user input is properly sanitized.