CyberRota Analysis
AI-GeneratedAn unrestricted file upload vulnerability exists in the CSV file upload functionality of the Ocsreports admin_info endpoint, allowing users with administrator privileges to upload potentially malicious PHP files without proper content validation. This flaw could enable an attacker to execute arbitrary code on the server, compromising the application with the privileges of the web service account. Organizations using this application, particularly those with elevated administrative access, should prioritize immediate remediation to mitigate the risk of exploitation.
Original NVD Description
Unrestricted file upload vulnerability in the CSV file upload functionality of the Ocsreports admin_info endpoint. The application validates files solely based on the name provided by the client, without properly checking their content or securely restricting the permitted file types. This allows a user with administrator privileges to upload PHP files to a directory accessible via the web interface. If the file is subsequently processed by the server, an attacker could execute arbitrary code with the privileges of the account used by the web service.