CVE-2026-67673
Received Received - Intake

Stack-Based Buffer Overflow in OreSat Firmware

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

Publication date: 2026-08-03

Last updated on: 2026-08-03

Assigner: MITRE

Description

A stack-based buffer overflow vulnerability exists in the cmd_edl function of OreSat Firmware v1.0. The vulnerability is triggered when processing the edl fw_flash command, where the <filename> argument is copied to a 64-byte stack buffer via memcpy without proper length validation. An attacker with physical access to the UART3 serial interface can exploit this vulnerability by sending a maliciously crafted command with an oversized filename parameter,

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
oresat firmware 1.0

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 OreSat Firmware v1.0. It occurs in the cmd_edl function when handling the edl fw_flash command. The vulnerability arises because a filename argument is copied into a fixed 64-byte stack buffer using memcpy without checking the input length. An attacker with physical access to the UART3 serial interface can exploit this by sending a command with an oversized filename to trigger a buffer overflow.

Impact Analysis

An attacker could exploit this to execute arbitrary code on the device, potentially gaining control over the OreSat system. This might lead to system crashes, unauthorized access, or manipulation of the device's operations. Physical access to the UART3 interface is required, limiting the attack surface.

Mitigation Strategies

Disable physical access to the UART3 serial interface to prevent unauthorized command execution. Ensure the firmware is updated to a patched version that validates filename length before copying to the stack buffer.

Chat Assistant

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

EPSS Chart