CVE-2017-5367: XSS
Multiple reflected XSS vulnerabilities exist within form and link input parameters of ZoneMinder v1.30 and v1.29, an open-source CCTV server web application, which allows a remote attacker to execute malicious scripts within an authenticated client's browser. The URL is /zm/index.php and sample parameters could include action=login&view=postlogin[XSS] view=console[XSS] view=groups[XSS] view=events&filter[terms][1][cnj]=and[XSS] view=events&filter%5Bterms%5D%5B1%5D%5Bcnj%5D=and[XSS] view=events&filter%5Bterms%5D%5B1%5D%5Bcnj%5D=[XSS]and view=events&limit=1%22%3E%3C/a%3E[XSS] (among others).
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2017-5367?
The severity of CVE-2017-5367 is categorized as medium due to its potential impact on users' sessions through reflected XSS.
How do I fix CVE-2017-5367?
To fix CVE-2017-5367, update ZoneMinder to version 1.30.1 or later, which addresses the reflected XSS vulnerabilities.
Which versions of ZoneMinder are affected by CVE-2017-5367?
CVE-2017-5367 affects ZoneMinder versions 1.29.0 and 1.30.0.
Can CVE-2017-5367 be exploited remotely?
Yes, CVE-2017-5367 can be exploited remotely by an attacker using crafted input parameters.
What types of attacks are possible with CVE-2017-5367?
CVE-2017-5367 can lead to reflected cross-site scripting (XSS) attacks, allowing attackers to execute scripts in users' browsers.