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,
Published: 2026-08-03
Score: 4.6 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A stack-based buffer overflow exists in the cmd_edl function of OreSat Firmware v1.0. The flaw is triggered when the fw_flash command is processed: the <filename> parameter is copied into a 64-byte stack buffer via memcpy without length validation, causing a buffer overflow. An attacker who can reach the UART3 serial interface can send an oversized filename and potentially execute arbitrary code on the device, leading to full system compromise. The vulnerability is a classic stack overflow that can be leveraged to overwrite return pointers and redirect program flow.

Affected Systems

OreSat Firmware version 1.0 is affected. No other vendors or product versions are listed in the current CNA data.

Risk and Exploitability

The exploit requires physical access to the UART3 interface, which limits the attack surface to personnel with direct hardware access. Despite this requirement, the overflow permits arbitrary code execution, making the risk severity low. The CVSS score of 4.6 indicates low severity, and the EPSS score of < 1% suggests that exploitation is unlikely. The vulnerability is not listed in the CISA KEV catalog. No official patch or workaround is listed at this time, so the risk remains significant for any device exposing UART3 to untrusted users.

Generated by OpenCVE AI on August 5, 2026 at 23:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a corrected firmware release that mitigates the overflow, if one is available from OreSat.
  • Physically secure the UART3 port and restrict access to authorized personnel only, using lockout or guarding measures.
  • Implement monitoring or logging of UART3 traffic to detect anomalous commands and alert administrators of potential exploitation attempts.

Generated by OpenCVE AI on August 5, 2026 at 23:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Wed, 05 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
Title Stack-Based Buffer Overflow in OreSat Firmware cmd_edl via UART3
Weaknesses CWE-120

Wed, 05 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-121
Metrics cvssV3_1

{'score': 4.6, 'vector': 'CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 04 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
Title Stack-Based Buffer Overflow in OreSat Firmware cmd_edl via UART3
Weaknesses CWE-120

Mon, 03 Aug 2026 22:30:00 +0000

Type Values Removed Values Added
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,
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-05T19:16:46.901Z

Reserved: 2026-07-30T00:00:00.000Z

Link: CVE-2026-67673

cve-icon Vulnrichment

Updated: 2026-08-05T19:16:43.200Z

cve-icon NVD

Status : Received

Published: 2026-08-03T23:16:47.080

Modified: 2026-08-05T20:17:13.797

Link: CVE-2026-67673

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T23:30:04Z

Weaknesses
  • CWE-121

    Stack-based Buffer Overflow