CVE-2026-76174
Received Received - Intake

Unrestricted File Upload in OCSReports Admin Panel

Vulnerability report for CVE-2026-76174, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-03

Last updated on: 2026-09-03

Assigner: Spanish National Cybersecurity Institute, S.A. (INCIBE)

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-03
Last Modified
2026-09-03
Generated
2026-09-03
AI Q&A
2026-09-03
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-434 The product allows the upload or transfer of dangerous file types that are automatically processed within its environment.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is an unrestricted file upload vulnerability in the CSV file upload feature of the Ocsreports admin_info endpoint. The application only checks the file name provided by the client without verifying the actual file content or restricting allowed file types. This allows an administrator to upload PHP files to a web-accessible directory. If processed, the attacker could execute arbitrary code with the web service's privileges.

Detection Guidance

Check for unexpected PHP files in web-accessible directories, particularly those uploaded via the Ocsreports admin_info endpoint. Review server logs for suspicious file uploads or execution attempts. Use file integrity monitoring tools to detect unauthorized changes in web directories.

Impact Analysis

An attacker with admin access could upload malicious PHP files to the server. If these files are processed, they could execute arbitrary code, potentially leading to full system compromise, data theft, or unauthorized access to sensitive information.

Compliance Impact

This vulnerability could lead to unauthorized data access or exfiltration, violating GDPR's data protection requirements and HIPAA's security rules. Organizations may face fines, legal penalties, and reputational damage due to non-compliance with these regulations.

Mitigation Strategies

Immediately restrict file uploads to the Ocsreports admin_info endpoint. Implement strict file type validation by checking file content, not just the name. Ensure uploaded files are stored outside the web root or with strict access controls. Disable PHP execution in upload directories.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-76174. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart