CVE-2025-27772
Received Received - Intake

Remote Code Execution in UpTrain via Malicious Checks Parameter

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

Publication date: 2026-08-17

Last updated on: 2026-08-17

Assigner: GitHub, Inc.

Description

UpTrain is an open-source platform to evaluate and improve generative AI applications. In version 0.7.1 and prior, the `/new_run` endpoint is vulnerable to remote code execution via the `checks` and `metadata` parameters. Any user that has access to UpTrain and a valid authentication method may be able to execute arbitrary code in the context of the host running UpTrain, which in most cases will be the docker container as suggested by the documentation. As of time of publication, no known patch is available.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
uptrain uptrain to 0.7.1 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

UpTrain versions 0.7.1 and earlier have a remote code execution vulnerability in the /new_run endpoint. Attackers with access to UpTrain and valid authentication can exploit the checks and metadata parameters to execute arbitrary code on the host system, typically within the Docker container as per the documentation.

Detection Guidance

Detection requires checking for unauthorized code execution attempts via the /new_run endpoint. Monitor logs for suspicious POST requests to /new_run with unusual parameters like checks or metadata containing executable code. Inspect UpTrain container processes for unexpected child processes or network connections.

Impact Analysis

This vulnerability allows attackers to run arbitrary code on the host running UpTrain. If UpTrain is deployed in a Docker container, the attacker gains control within that container. This could lead to data breaches, unauthorized access, or disruption of services.

Compliance Impact

This vulnerability could lead to unauthorized access or data breaches, which may violate GDPR, HIPAA, or other regulations. Compliance could be impacted if sensitive data is exposed or if the system fails to protect user information as required by these standards.

Mitigation Strategies

Immediately restrict access to the /new_run endpoint by implementing authentication and authorization controls. Disable or remove the vulnerable endpoint if possible. Monitor network traffic for exploitation attempts and isolate affected containers. No patch is available as of publication.

Chat Assistant

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

EPSS Chart