• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Curious About Perl Taint Check

C

carliebentley

Guest
I've been digging through all the conf files and the conf file for perl has an option as follows:

# Uncomment this line to enable taint checking globally. When Perl is
# running in taint mode various checks are performed to reduce the
# risk of insecure data being passed to a subshell or being used to
# modify the filesystem. Unfortunatly many Perl modules are not
# taint-safe, so you should exercise care before enabling it on a
# production server.
#
#PerlTaintCheck On

Would it be possible to enable this (by uncommenting it) to further help prevent Perl vulnerabilities?

Anyone fooled with this? Or is there anyone with a test box that could try enabling this and see how it affects Plesk 8 and daily operation?
 
Back
Top