After last update I have the following problem on my server.
WHM 11.98.0.11
Checking `passwd'... INFECTED
Today after yesterday update from 11.98.0.10 to 11.98.0.11
Before update
This has come up after the last update.
Is this a false positive?
Also I try to check md5sum comparison like this:
The md5sum from jail_safe_passwd.xz and from /usr/local/cpanel/bin/jail_safe_passwd MATCHES.
But the md5sum from /bin/passwd and /usr/local/cpanel/bin/jail_safe_passwd are not the same (but before the update if I recall well there aren't the same and I don't have any INFECTED message).
Thanks in advance.
WHM 11.98.0.11
Checking `passwd'... INFECTED
Today after yesterday update from 11.98.0.10 to 11.98.0.11
Code:
Checking `netstat'... not infected
Checking `named'... not infected
Checking `passwd'... INFECTED
Checking `pidof'... not infected
Code:
Checking `netstat'... not infected
Checking `named'... not infected
Checking `passwd'... not infected
Checking `pidof'... not infected
Is this a false positive?
Also I try to check md5sum comparison like this:
Code:
mkdir /root/testing
cd /root/testing
wget http://httpupdate.cpanel.net/cpanelsync/11.98.0.11/binaries/linux-c7-x86_64/bin/jail_safe_passwd.xz
unxz jail_safe_passwd.xz
md5sum jail_safe_passwd
md5sum /usr/local/cpanel/bin/jail_safe_passwd
But the md5sum from /bin/passwd and /usr/local/cpanel/bin/jail_safe_passwd are not the same (but before the update if I recall well there aren't the same and I don't have any INFECTED message).
Thanks in advance.