CVE-2026-75368
Received Received - Intake

Stack Overflow in SpaceDot AcubeSAT OBC Software

Vulnerability report for CVE-2026-75368, 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

A stack overflow in the loadRawData function of SpaceDot AcubeSAT OBC software commit eaf90ec allows attackers to cause a Denial of Service (DoS) via supplying a crafted ECSS TC message.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-24
Last Modified
2026-08-24
Generated
2026-08-25
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 is a stack-based buffer overflow in the AcubeSAT On-Board Computer (OBC) software. The vulnerability occurs in the loadRawData function when processing ECSS telecommand messages. A fixed 256-byte stack buffer is used but the dataLength parameter is not validated, allowing attackers to write beyond buffer limits. This can corrupt stack data including return addresses.

Detection Guidance

Monitor for unexpected crashes or reboots in the AcubeSAT OBC software, particularly after receiving ECSS PUS Service 6 Subtype 2 telecommands. Check for stack corruption indicators like corrupted return addresses or key pointers in crash logs. Inspect network traffic for oversized payloads in ECSS TC messages targeting the loadRawData function.

Impact Analysis

An attacker could exploit this to cause a Denial of Service by crashing the system or potentially achieve arbitrary code execution. The attack can be performed remotely or via adjacent network access through USART or CAN bus interfaces. Exploitation may lead to system compromise or information disclosure.

Compliance Impact

This vulnerability could lead to unauthorized access or data breaches, which may violate GDPR's data protection requirements or HIPAA's security rules for protected health information. A successful exploit could allow attackers to execute arbitrary code, potentially accessing or exfiltrating sensitive data.

Mitigation Strategies

Apply input validation to ensure dataLength does not exceed 256 bytes in the loadRawData function. Implement bounds checking in Message::readOctetString and etl::array::operator[]. Disable or restrict access to USART and CAN bus interfaces if not required. Update to a patched version of the AcubeSAT OBC software if available.

Chat Assistant

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

EPSS Chart