- Author: Vlad Roskov (v0s)
- Language: PHP
- Idea: Apache in old versions allows requests consisting of a single word, triggering
/index.php
and treating the word asREQUEST_METHOD
- Bugs: backdoor triggered via CRC32 forcing, SQL injection, RCE via IV manipulation
-
Obvious backdoor in the plaintext part. Trigger by constructing an SQL query and forcing its CRC32 to
0xDEADdbDB
using e.g. crchack -
Simple SQL injection inside get/put API methods
-
RCE via IV manipulation