Anyone knows any way of detecting the binary has been compromised?
Since the backdoor resides in shared memory, it can be detected by inspecting this memory region. A simple C program has been developed to check the presence Cdorked.A backdoor in the shared memory, I have pasted it here: http://apaste.info/01f9
I can't tell from experience if this has a 100% 'detection rate' for the backdoor, but it looks like a solid way of checking your server for infection.
(Credits to Marc-Etienne M.Léveillé <leveille@xxxxxxxx> for this utility)