CVE-2026-85427
Received Received - Intake

Remote Code Execution in MOOS essential-moos pAntler

Vulnerability report for CVE-2026-85427, 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: VulnCheck

Description

MOOS essential-moos pAntler through 10.0.1 contains a remote code execution vulnerability that allows unauthenticated attackers to execute arbitrary programs by publishing a crafted MISSION_FILE message to the MOOSDB. Attackers can publish a mission file containing malicious Run entries that pAntler parses and executes via execvp() without authentication validation.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
moos essential-moos to 10.0.1 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-494 The product downloads source code or an executable from a remote location and executes the code without sufficiently verifying the origin and integrity of the code.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a remote code execution flaw in MOOS essential-moos pAntler through version 10.0.1. It allows unauthenticated attackers to run arbitrary programs by sending a specially crafted MISSION_FILE message to the MOOSDB. The issue occurs because pAntler executes mission files containing malicious Run entries via execvp() without checking authentication.

Detection Guidance

To detect this vulnerability, monitor for unauthorized MISSION_FILE messages being published to MOOSDB. Check pAntler logs for suspicious Run entries in mission files. Look for unexpected child processes spawned by pAntler via execvp().

Commands: netstat -tulnp | grep MOOSDB to check MOOSDB network activity. ps aux | grep pAntler to inspect running pAntler processes. lsof -p <pAntler_PID> to see file handles and potential malicious files.

Impact Analysis

An attacker could exploit this to execute malicious code on your system, potentially gaining full control over affected machines. This could lead to data theft, system damage, or unauthorized access to sensitive information. The high CVSS scores (8.1 v3.1, 9.2 v4.0) indicate severe impact.

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 compliance violations, fines, or legal consequences if exploited.

Mitigation Strategies

Immediately update pAntler to the latest version that patches this vulnerability. Restrict network access to MOOSDB to trusted sources only. Disable or firewall the MOOSDB port if not required for operations.

Monitor for unauthorized mission file uploads or suspicious Run entries. Implement strict input validation for mission files. Consider running pAntler in a sandboxed environment to limit potential damage.

Chat Assistant

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

EPSS Chart