Solved ConfigServer eXploit Scanner

alinajafi

Verified User
Joined
Nov 7, 2023
Messages
31
Clamd Error for [SCAN /home/globalsys/domains/g********e.com/public_html/wp-admin/link.php]: /home/globalsys/domains/g****e.com/public_html/wp-admin/link.php: File path check failure: Permission denied. ERROR

Hi the all directories of this user is access denied
 
Hello,

CentOS/Redhat/AlmaLinux:

Bash:
# Test and see current user
grep --color -E "^(#|)User" /etc/clamd.d/scan.conf

# Disable it
perl -pi -e 's/^User /#User /' /etc/clamd.d/scan.conf

Debian/Ubuntu:

Bash:
# Test and see current user
grep --color -E "^(#|)User" /etc/clamav/clamd.conf

# Disable it
perl -pi -e 's/^User /#User /' /etc/clamav/clamd.conf

and restart clamav daemon.
 
Hello,

CentOS/Redhat/AlmaLinux:

Bash:
# Test and see current user
grep --color -E "^(#|)User" /etc/clamd.d/scan.conf

# Disable it
perl -pi -e 's/^User /#User /' /etc/clamd.d/scan.conf

Debian/Ubuntu:

Bash:
# Test and see current user
grep --color -E "^(#|)User" /etc/clamav/clamd.conf

# Disable it
perl -pi -e 's/^User /#User /' /etc/clamav/clamd.conf

and restart clamav daemon.
sir You Always was good and Most kind to me
always solved all problems most kind
 
So it is the same for all users
Yes that's correct. So that is the reason why I asked, because specifically was written "this user" and not "all users" or "users" which made me wonder if it could be a wrong permission issue no the users homedir in some way or something similar.
Which would wonder me too as Clamd is normally run as root. But just wanted to ask to be sure.
 
Back
Top