CVE-2026-10043
Awaiting Analysis Awaiting Analysis - Queue

Remote Code Execution in MosaicML Composer

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

Publication date: 2026-06-24

Last updated on: 2026-06-25

Assigner: Zero Day Initiative

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-24
Last Modified
2026-06-25
Generated
2026-07-15
AI Q&A
2026-06-25
EPSS Evaluated
2026-07-13
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
mosaicml composer *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-502 The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Compliance Impact

The vulnerability allows remote attackers to execute arbitrary code by exploiting deserialization of untrusted data, which can lead to unauthorized access or control over affected systems.

Such unauthorized code execution and potential data compromise could impact compliance with standards and regulations like GDPR and HIPAA, which require protection of sensitive data and secure processing environments.

However, the provided information does not explicitly discuss the direct impact on compliance with these regulations.

Executive Summary

This vulnerability exists in MosaicML Composer and involves deserialization of untrusted data during the parsing of checkpoints.

Because the software does not properly validate user-supplied data, an attacker can craft malicious data that, when processed, allows execution of arbitrary code.

Exploitation requires user interaction, such as visiting a malicious webpage or opening a malicious file.

Impact Analysis

An attacker who successfully exploits this vulnerability can execute arbitrary code within the context of the affected process.

This can lead to full compromise of the system running MosaicML Composer, including unauthorized access, data theft, or disruption of services.

Mitigation Strategies

To mitigate this vulnerability, avoid opening malicious files or visiting untrusted web pages that could trigger the deserialization of untrusted data in MosaicML Composer.

Ensure that user-supplied data, especially checkpoints, are properly validated before being parsed by the application.

Apply any available patches or updates from MosaicML Composer that address this vulnerability once they are released.

Limit user interaction with untrusted sources and consider running MosaicML Composer in a restricted environment to reduce the impact of potential exploitation.

Detection Guidance

This vulnerability involves deserialization of untrusted data in MosaicML Composer checkpoint files, which can lead to remote code execution. Detection typically involves identifying the presence of vulnerable versions of MosaicML Composer or analyzing checkpoint files for malicious payloads.

Since the vulnerability is triggered by loading crafted checkpoint files, one detection approach is to verify the version of MosaicML Composer installed and ensure it includes the security fix that restricts deserialization to safe types.

There are no specific network detection commands provided in the resources. However, you can check the installed version of MosaicML Composer by running a command like:

  • pip show mosaicml-composer

To detect potentially malicious checkpoint files, you could inspect checkpoint files for unexpected or suspicious content, but no direct commands or signatures are provided.

Monitoring user activity for attempts to open or load untrusted checkpoint files may also help detect exploitation attempts.

Chat Assistant

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

EPSS Chart