CVE-2026-75371
Received Received - Intake

Integer Overflow in SpaceDot AcubeSAT OBC Software

Vulnerability report for CVE-2026-75371, 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 integer handling flaw in the cobs_decode function of SpaceDot AcubeSAT OBC software commit eaf90ec allows physically-proximate attackers with UART access to cause a Denial of Service (DoS) via a crafted input.

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_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 vulnerability is an integer handling flaw in the cobs_decode function of SpaceDot AcubeSAT OBC software. It involves two issues: signed vs. unsigned comparison and 8-bit truncation. The first issue causes a negative pointer difference to be treated as a large unsigned value, bypassing buffer checks. The second issue discards upper bits when calculating buffer space, potentially leading to out-of-bounds memory access.

Detection Guidance

Detecting this vulnerability requires checking for integer handling flaws in the cobs_decode function of the AcubeSAT OBC software. Monitor for out-of-bounds reads or buffer overflows during COBS-encoded data processing via USART serial interface. Inspect memory access patterns for negative pointer differences or 8-bit truncation issues in buffer boundary checks.

Impact Analysis

An attacker with physical access to the USART serial interface could exploit this flaw to cause a Denial of Service (DoS) by sending crafted input. While the current 128-byte buffer limits exploitability, malformed COBS data might trigger error conditions. The system continues processing messages, preventing full system-wide DoS.

Mitigation Strategies

Immediately restrict physical access to the USART serial interface to prevent unauthorized UART access. Update the cobs_decode function to use consistent unsigned integer types for buffer boundary checks. Validate input data to ensure it does not trigger negative pointer differences or 8-bit truncation issues.

Chat Assistant

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

EPSS Chart