CVE-2018-17051
Description
K-Net Cisco Configuration Manager through 2014-11-19 has XSS via devices.php.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Cisco Configuration Manager devices.php endpoint has reflected XSS via the id parameter, enabling attacker-injected script execution.
Vulnerability
The devices.php page in Cisco Configuration Manager (through 2014-11-19) reflects unsanitized user input from the id GET parameter into HTML output. Specifically, a crafted id value containing a closing double-quote and script tag triggers an XSS alert in the response body [1]. The vulnerable code path is reachable when the action parameter is set to edit and the id parameter is supplied with malicious content.
Exploitation
An attacker needs only to send a crafted HTTP GET request to http://127.0.0.1/cisco-config/devices.php?action=edit&id=. No authentication, write access, or user interaction is required. The injected script executes in the victim's browser context upon page load, as demonstrated by the alert(1) payload in reference [1].
Impact
Successful exploitation yields arbitrary JavaScript execution in the victim's browser session. This can lead to session hijacking, credential theft, or further attacks against the internal network. The compromise occurs at the client side with the attacker's script running in the same origin as the application.
Mitigation
No official patch is documented in the available references. The vendor (Cisco) has not disclosed a fix for this issue. As a workaround, administrators should sanitize all id parameter input before rendering, or disable the devices.php page if not needed. The vulnerability remains unpatched as of the last known release date (2014-11-19).
AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1- Range: <= 2014-11-19
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1- github.com/adilinden/cisco-config-manager/issues/3mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.