CVE-2022-45714
Description
IP-COM M50 V15.11.0.33(10768) was discovered to contain a buffer overflow via the indexSet parameter in the formQOSRuleDel function.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Buffer overflow in IP-COM M50 router's formQOSRuleDel function via the indexSet parameter allows remote attackers to crash the device or potentially execute arbitrary code.
Vulnerability
The IP-COM M50 router running firmware version V15.11.0.33(10768) contains a buffer overflow vulnerability in the formQOSRuleDel function. The parameter indexSet is copied directly into a stack-based buffer using strcpy without bounds checking, allowing an attacker to overwrite the return address and adjacent memory [1].
Exploitation
An attacker can exploit this vulnerability by sending a crafted HTTP request to the router's web management interface with an overly long indexSet parameter. No authentication is required, as the vulnerable function is accessible without prior login. The PoC demonstrates setting indexSet to a long string of 'a' characters, which triggers the overflow [1].
Impact
Successful exploitation overwrites the return address on the stack, leading to a crash (denial of service) or potentially arbitrary code execution with the privileges of the web server process. The exact impact depends on the attacker's ability to control the overwritten data and bypass any memory protections [1].
Mitigation
As of the publication date (2022-12-23), no official patch or firmware update has been released by IP-COM to address this vulnerability. Users are advised to restrict access to the router's management interface to trusted networks and monitor for vendor updates. The vulnerability is not listed in CISA's Known Exploited Vulnerabilities catalog [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- IP-COM/M50description
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.