vendor:
PHP Nuke
by:
4n0nym0us & b3hz4d
7.5
CVSS
HIGH
Arbitrary File Upload
434
CWE
Product Name: PHP Nuke
Affected Version From: PHP Nuke 8.3
Affected Version To: Other versions may also be affected
Patch Exists: NO
Related CWE:
CPE: a:phpnuke:phpnuke:8.3
Platforms Tested:
2011
PHP Nuke Arbitrary File Upload Vulnerability
The PHP Nuke application is prone to an arbitrary-file-upload vulnerability because the application fails to adequately sanitize user-supplied input. An attacker can exploit this issue to upload arbitrary code and run it in the context of the webserver process.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user-supplied input and properly validate file uploads. Additionally, limiting file upload permissions and restricting access to sensitive directories can help prevent arbitrary file uploads.