CVE-2026-75369
Received Received - Intake

Out-of-Bounds Read in SpaceDot AcubeSAT OBC Software

Vulnerability report for CVE-2026-75369, 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 vulnerability in the CAN::Application::parsePerformFunctionMessage 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-25
AI Q&A
2026-08-24
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
spacedot acubesat_obc *
spacedot acubesat_obc_software *

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 an out-of-bounds read vulnerability in the AcubeSAT On-Board Computer (OBC) software. It occurs in the CAN::Application::parsePerformFunctionMessage function which processes CAN bus messages. The function uses a fixed loop of 32 iterations to read bytes from a message without checking if the payload has enough data. When the payload is shorter than 32 bytes, the function reads beyond valid data into residual memory, potentially exposing sensitive information or enabling further attacks.

Detection Guidance

Monitor CAN bus traffic for messages with messageType 3 (PerformFunction) and payloads shorter than 32 bytes. Use tools like Wireshark with CAN protocol dissectors or custom scripts to inspect message lengths and detect anomalies in message parsing.

Impact Analysis

This vulnerability can lead to information disclosure by leaking sensitive memory contents, denial of service by consuming CPU cycles and saturating message queues, logic injection by passing residual data as command parameters, or privilege escalation through chained exploitation with other vulnerabilities like stack overflows.

Compliance Impact

This vulnerability could lead to information disclosure by leaking sensitive memory contents, which may violate GDPR's data protection requirements and HIPAA's safeguards for protected health information. The potential for logic injection or privilege escalation could also undermine access control measures mandated by these regulations.

Mitigation Strategies

Update the AcubeSAT OBC software to a patched version that validates payload length before processing. Implement input validation for CAN messages to ensure payloads meet minimum length requirements. Restrict CAN bus access to trusted devices only.

Chat Assistant

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

EPSS Chart