CVE-2022-41024
Description
Several stack-based buffer overflow vulnerabilities exist in the DetranCLI command parsing functionality of Siretta QUARTZ-GOLD G5.0.1.5-210720-141020. A specially-crafted network packet can lead to arbitrary command execution. An attacker can send a sequence of requests to trigger these vulnerabilities.This buffer overflow is in the function that manages the 'no vpn pptp advanced name WORD dns (yes|no) mtu <128-16384> mru <128-16384> mppe (on|off) stateful (on|off)' command template.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Stack-based buffer overflow in Siretta QUARTZ-GOLD DetranCLI allows authenticated remote attackers to execute arbitrary commands via crafted VPN PPTP parameters.
Vulnerability
A stack-based buffer overflow exists in the DetranCLI command parsing of Siretta QUARTZ-GOLD firmware version G5.0.1.5-210720-141020. The vulnerability is located in the function that processes the no vpn pptp advanced name WORD dns (yes|no) mtu <128-16384> mru <128-16384> mppe (on|off) stateful (on|off) command template. Improper bounds checking when copying user-supplied parameters into a fixed-size stack buffer allows an overflow to occur. The affected command is accessible via the router's CLI, which is reachable over the network through services such as SSH or the console port [1].
Exploitation
An attacker must have administrative-level access to the CLI (e.g., via SSH with valid credentials) to send the specially crafted command. The attacker supplies oversized values for the WORD, mtu, mru, or other parameters in the no vpn pptp advanced ... command. The sprintf(stack_buffer, ...) call copies these arguments without adequate length validation, causing the buffer overflow [1].
Impact
Successful exploitation leads to arbitrary command execution with root privileges on the device. Since the CLI runs with high privileges, an attacker can fully compromise the router, potentially gaining persistent access, modifying configurations, or leveraging the device for further network attacks [1].
Mitigation
Siretta has not released a patched firmware version as of the publication date. The vendor was contacted by Cisco Talos but no fix is available. Users should restrict CLI access to trusted administrators, monitor for anomalous command sequences, and consider disabling the VPN PPTP advanced command if not needed. The vulnerability is not listed in CISA's Known Exploited Vulnerabilities catalog at the time of writing [1].
AI Insight generated on May 25, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Range: G5.0.1.5-210720-141020
- Siretta/QUARTZ-GOLDv5Range: G5.0.1.5-210720-141020
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1News mentions
0No linked articles in our index yet.