同时顺便扫描了一下PHP的代码:
find /opt/kerio/mailserver/webmail/ -name "*.php" | xargs rats -l php
/opt/kerio/mailserver/webmail/default/userSettings.php:39: Medium: is_dir
A potential TOCTOU (Time Of Check, Time Of Use) vulnerability exists. This is
the first line where a check has occured.
The following line(s) contain uses that may match up with this check:
37 (opendir)