Description
MCO does not correctly validate types of uploaded files. File upload validation functionality relies only on client-side checks, which can be bypassed. An authorized, low-privileged attacker can upload files with arbitrary types to the server.

Because vendor contact attempts were unsuccessful, the vulnerability has only been confirmed in version 25.3.3.1 but may also affect other versions.
Published: 2026-07-01
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability stems from MyComplianceOffice MCO’s file upload feature, which relies solely on client-side checks to enforce allowed file types. An authenticated user with low privileges can bypass these controls, causing the server to store any file type, including potential malware. This flaw, identified as CWE-434 (Unrestricted Upload of File with Dangerous Type), does not by itself trigger execution of files, but storing malicious content can expose unauthorized data or create a vector for future attacks if the files are later accessed or executed by other users or processes.

Affected Systems

The flaw has been confirmed in MyComplianceOffice MCO version 25.3.3.1. Because the vendor has not released a fix and contact attempts were unsuccessful, earlier or later releases that employ the same upload mechanism may also be affected.

Risk and Exploitability

The CVSS score of 5.3 marks the vulnerability as moderate, and the EPSS of <1 % suggests a low likelihood of exploitation in the near term. The vulnerability is not listed in CISA KEV, indicating no widely documented exploitation. Attackers would need an authenticated session, typically over the public web interface, and rely on client-side validation bypass to upload arbitrary files. The principal risk is the unauthorized placement of potentially malicious files, which could lead to data leakage or create conditions for later exploitation if the files are accessed or executed by privileged users or processes.

Generated by OpenCVE AI on July 21, 2026 at 14:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Implement server-side validation that checks the file MIME type and extension against a strict whitelist before accepting uploads.
  • Restrict the upload capability to privileged accounts only and monitor upload activity for anomalies, disabling the function for low-privileged users if possible.
  • Deploy a web-application firewall or intrusion detection system to detect and block suspicious file uploads.

Generated by OpenCVE AI on July 21, 2026 at 14:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 23:15:00 +0000

Type Values Removed Values Added
First Time appeared Mycomplianceoffice
Mycomplianceoffice mco
Vendors & Products Mycomplianceoffice
Mycomplianceoffice mco

Fri, 03 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 01 Jul 2026 12:45:00 +0000

Type Values Removed Values Added
Description MCO does not correctly validate types of uploaded files. File upload validation functionality relies only on client-side checks, which can be bypassed. An authorized, low-privileged attacker can upload files with arbitrary types to the server. Because vendor contact attempts were unsuccessful, the vulnerability has only been confirmed in version 25.3.3.1 but may also affect other versions.
Title Arbitrary File Upload in MCO
Weaknesses CWE-434
References
Metrics cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:N/SC:N/SI:L/SA:N'}


Subscriptions

Mycomplianceoffice Mco
cve-icon MITRE

Status: PUBLISHED

Assigner: CERT-PL

Published:

Updated: 2026-07-01T13:37:13.787Z

Reserved: 2026-06-11T07:44:52.179Z

Link: CVE-2026-53909

cve-icon Vulnrichment

Updated: 2026-07-01T13:37:10.268Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T15:00:09Z

Weaknesses
  • CWE-434

    Unrestricted Upload of File with Dangerous Type