Description
MosaicML Composer Deserialization of Untrusted Data Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of MosaicML Composer. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.

The specific flaw exists within the parsing of checkpoints. The issue results from the lack of proper validation of user-supplied data, which can result in deserialization of untrusted data. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-27990.
Published: 2026-06-24
Score: 7.8 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

MosaicML Composer permits remote attackers to execute arbitrary code on affected installations by deserializing untrusted data. The flaw lies in the checkpoint parsing logic, where inputs are not properly validated, allowing a malicious payload to be executed in the context of the current process. This vulnerability is a classic insecure deserialization flaw, identified by CWE-502.

Affected Systems

The affected product is MosaicML:Composer. No specific affected versions are listed; users should verify the version in use against the official release notes for a patch or fix.

Risk and Exploitability

The CVSS score of 7.8 indicates a high severity potential. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. Exploitation requires user interaction: the target must visit a malicious page or open a malicious file, after which the insecure deserialization can be triggered. Once executed, the attacker gains code execution privileges within the composer process, potentially compromising the entire host. Given the lack of automatic exploitation, the risk is contingent on the attacker’s ability to lure a user to an untrusted checkpoint or page.

Generated by OpenCVE AI on June 25, 2026 at 00:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade MosaicML Composer to the latest release that addresses the insecure deserialization bug
  • Avoid loading checkpoints or data from untrusted sources; restrict file access to trusted users only
  • Implement input validation or replace unsafe serialization mechanisms (e.g., avoid pickle) with safe loaders where possible

Generated by OpenCVE AI on June 25, 2026 at 00:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 24 Jun 2026 21:45:00 +0000

Type Values Removed Values Added
Description MosaicML Composer Deserialization of Untrusted Data Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of MosaicML Composer. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the parsing of checkpoints. The issue results from the lack of proper validation of user-supplied data, which can result in deserialization of untrusted data. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-27990.
Title MosaicML Composer Deserialization of Untrusted Data Remote Code Execution Vulnerability
Weaknesses CWE-502
References
Metrics cvssV3_0

{'score': 7.8, 'vector': 'CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: zdi

Published:

Updated: 2026-06-24T21:36:05.969Z

Reserved: 2026-05-28T20:46:14.968Z

Link: CVE-2026-10043

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-25T00:15:02Z

Weaknesses
  • CWE-502

    Deserialization of Untrusted Data