CVE-2026-75370
Received Received - Intake

Out-of-Bounds Read/Write in SpaceDot AcubeSAT OBC

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

Publication date: 2026-08-24

Last updated on: 2026-08-24

Assigner: MITRE

Description

An out-of-bounds read/write vulnerability in the MessageParser::parseECSSTCHeader component of SpaceDot AcubeSAT OBC software commit eaf90ec allows attackers to cause a Denial of Service (DoS) via supplying a crafted CAN message.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
spacedot acubesat_obc *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an out-of-bounds read/write issue in the AcubeSAT OBC software's MessageParser::parseECSSTCHeader function. It occurs when processing ECSS PUS telecommand messages via the CAN bus. The function uses a fixed 64-byte length without validating the actual payload size, causing it to read beyond the valid payload boundary in a 1024-byte buffer. This leads to reading residual data and embedding it into telecommand messages.

Detection Guidance

Monitor CAN bus traffic for malformed ECSS PUS telecommand messages with payloads exceeding 64 bytes. Use tools like Wireshark with CAN bus dissectors to inspect message lengths and payloads. Check for unexpected residual data in telecommand buffers or crashes in MessageParser::parseECSSTCHeader.

Impact Analysis

This vulnerability can cause Denial of Service (DoS) by crashing the system. It may also enable arbitrary telecommand execution, information disclosure, logic injection, or remote code execution through chained attacks. The attack vector is via adjacent network access through the CAN bus, meaning an attacker must be on the same network segment.

Mitigation Strategies

Update the AcubeSAT OBC software to a patched version that validates payload lengths before processing. Implement input validation to reject messages with payloads larger than the internal buffer size. Restrict CAN bus access to trusted sources only.

Chat Assistant

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

EPSS Chart