Skip to main content
We are aware of an issue with a recent Apache update that causes proxied sites to return a "421 Misdirected Request" error. Please see the following article for more information and updates:
Websites show 421 Misdirected Request error while using EA Nginx

Server hacked using pam_fprintd.so?

Comments

8 comments

  • Infopro
    Kernel up to date? Google for the name firefart. If you're unsure on what to do next, you should probably hire a qualified SysAdmin to help you.
    0
  • quizknows
    Most likely a kernel exploit if your kernel is not up to date. Even if a cpanel account has no shell access, you can still run shell commands as the user ID through a hacked PHP web application. A hacked web app should be considered to have the same privileges as a user connecting on SSH (of course jailed vhosts and stuff can effect this, but for the most part, php running as the user has the same privileges as a linux user at the shell).
    0
  • kalexanakis
    Bad news: I though I got away with it after suspending offending account and updating kernel to latest version. I managed to login to the server as root and I saw that hacker managed to empty /var/log folder! Also, I cannot write files to /var/log folder as root making services incapable to start. Permittions of the folder are fine: drwxr-xr-x 8 root root 4096 Jun 23 19:35 log/ How root can regain access to /var/log folder?
    0
  • Jcats
    Your server is rooted, I wouldn't try and take it back, just reinstall the OS and restore backups.
    0
  • kalexanakis
    Your server is rooted, I wouldn't try and take it back, just reinstall the OS and restore backups.

    Thanks mate. I have already started transferring accounts elsewhere, however I just need to know how root will be able to write at /var/log again. Root has already access permittions to manu other folders
    0
  • Jcats
    Can you paste some of the actual errors that refer to writing to /var/log
    0
  • kalexanakis
    Can you paste some of the actual errors that refer to writing to /var/log

    for example touch maillog or sudo touch maillog in /var/log folder as root and i get permission denied
    0
  • Jcats
    ah can you show output of
    grep root /etc/passwd
    0

Please sign in to leave a comment.