• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Possible Security Issue With PHP Configuration

Z

zergling

Guest
The php configuration included with plesk does not set a folder for upload_temp_dir which uploaded files are sent to. The problem is when this value is not set in php.ini it is automatically set to %temp% which usually is c:\windows\temp

To get uploads working properly for your php applications the proper permissions have to be set for this folder.....the problem is there are other temporary files placed in that folder that i am sure a host would not want someone having such access to a system folder..

i propose a value be set for php upload temp and the proper permissions set for it.
 
Originally posted by zergling
The php configuration included with plesk does not set a folder for upload_temp_dir which uploaded files are sent to. The problem is when this value is not set in php.ini it is automatically set to %temp% which usually is c:\windows\temp

To get uploads working properly for your php applications the proper permissions have to be set for this folder.....the problem is there are other temporary files placed in that folder that i am sure a host would not want someone having such access to a system folder..

i propose a value be set for php upload temp and the proper permissions set for it.

I believe your suggestion is reasonable.
 
Back
Top