CVE-2026-67673 Details
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,
A stack-based buffer overflow vulnerability has been identified in OreSat C3 Firmware version 1.0. The issue arises in the cmd_edl function when the edl fw_flash command is processed. The vulnerability occurs because the <filename> argument is copied into a 64-byte stack buffer using memcpy, without proper length validation. An attacker with physical access to the UART3 serial interface can exploit this vulnerability by sending a command with an oversized filename parameter, potentially leading to arbitrary code execution or a denial-of-service condition.
The vulnerability can be addressed by adding explicit length validation before all memcpy operations that involve user-supplied arguments in the cmd_edl function. After ensuring the filename length is within a safe range, the validated length can be used to copy the filename into the buffer, preventing the overflow. Additionally, the same bounds-checking pattern should be applied to other branches of the cmd_edl function that exhibit similar unvalidated copy patterns.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Aug 3, 2026CISA-ADP
Assessed Aug 5, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/dazuo233/cve/issues/2 | [email protected] | ExploitIssue TrackingTechnical Description |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-121 | Stack-based Buffer Overflow | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| OreSat C3 | 1.0 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 5, 2026 | CVE Modified | CISA-ADP |
| Aug 3, 2026 | New CVE Received | [email protected] |
Volerion