CVE Catalog

CVE-2026-76174

CriticalCVSS 9.4
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.49%

40th percentile - higher than 40% of all known CVEs

Summary

Unrestricted file upload vulnerability in the CSV file upload functionality of the Ocsreports admin_info endpoint. The application validates files solely based on the client-provided name without checking content or restricting file types. An administrator can upload PHP files to a web-accessible directory, potentially leading to arbitrary code execution.

Risk Assessment

An administrator could achieve remote code execution on the server, leading to full system compromise and data breach.

Recommendation

Implement content validation, restrict allowed file types, and store uploaded files outside the web-accessible directory. Also, keep the software updated.

Related vulnerabilities

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS