CVE-2022-35876
Description
Four format string injection vulnerabilities exist in the XCMD testWifiAP functionality of Abode Systems, Inc. iota All-In-One Security Kit 6.9X and 6.9Z. Specially-crafted configuration values can lead to memory corruption, information disclosure and denial of service. An attacker can modify a configuration value and then execute an XCMD to trigger these vulnerabilities.This vulnerability arises from format string injection via the default_key_id and key configuration parameters, as used within the testWifiAP XCMD handler
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Format string injection in Abode iota All-In-One Security Kit allows memory corruption, info disclosure, or DoS via crafted configuration.
Vulnerability
Four format string injection vulnerabilities exist in the testWifiAP XCMD functionality of the Abode Systems, Inc. iota All-In-One Security Kit versions 6.9X and 6.9Z. The bug is located in a logging wrapper function that uses vsnprintf with a format string that an attacker can partially control via the default_key_id and key configuration parameters. When the device generates a log message using these values as part of the format argument, specially-crafted content can lead to memory corruption, information disclosure, or denial of service [1].
Exploitation
An attacker must be able to modify a configuration value (specifically default_key_id or key) and then trigger the testWifiAP XCMD command. No authentication is required to reach the vulnerable code path according to the CVSS vector (AV:N/AC:L/PR:N/UI:N). By injecting format string specifiers (e.g., %x, %n) into the configuration values, the attacker influences the format argument passed to the internal logging function, causing arbitrary read or write operations on the stack or heap [1].
Impact
Successful exploitation can result in memory corruption, information disclosure (leaking stack or heap data), and denial of service due to crashes. The disclosed information may include sensitive data such as cryptographic keys or other device secrets. The overall impact is rated with a CVSSv3 score of 8.2 (High), with a partial loss of integrity (C:N/I:L/A:H) and no requirement for user interaction [1].
Mitigation
As of the publication date (October 25, 2022), no fixed version has been publicly released. The vendor was informed via the TALOS-2022-1581 report; users should monitor for firmware updates addressing the format string vulnerabilities. No workarounds are described in the available references. If no patch becomes available, impacted devices remain vulnerable to exploitation [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
26.9X, 6.9Z+ 1 more
- (no CPE)range: 6.9X, 6.9Z
- (no CPE)range: 6.9X
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.